From 9a4b654308a3414b9b0248d023090b8c1ff91bcb Mon Sep 17 00:00:00 2001 From: elecpower Date: Thu, 26 Oct 2023 22:15:08 +1100 Subject: [PATCH] Delete thirdparty/maxLibQt --- companion/src/thirdparty/maxlibqt/.gitignore | 13 - .../src/thirdparty/maxlibqt/CMakeLists.txt | 24 - .../src/thirdparty/maxlibqt/LICENSE.GPL.txt | 624 - companion/src/thirdparty/maxlibqt/LICENSE.txt | 32 - companion/src/thirdparty/maxlibqt/README.md | 77 - .../src/thirdparty/maxlibqt/doc/.gitignore | 1 - .../thirdparty/maxlibqt/doc/CMakeLists.txt | 34 - .../src/thirdparty/maxlibqt/doc/Doxyfile | 237 - .../src/thirdparty/maxlibqt/doc/Doxyfile.in | 11 - .../thirdparty/maxlibqt/doc/DoxygenLayout.xml | 226 - .../thirdparty/maxlibqt/doc/customdoxygen.css | 49 - .../src/thirdparty/maxlibqt/doc/logo_64.png | Bin 5669 -> 0 bytes .../src/thirdparty/maxlibqt/doc/logo_96.png | Bin 10029 -> 0 bytes .../thirdparty/maxlibqt/doc/qt-tagfiles.py | 181 - .../src/thirdparty/maxlibqt/doc/qttagsfix.py | 165 - .../thirdparty/maxlibqt/doc/tagfiles/qt.tags | 282842 --------------- .../examples/imageviewer/CMakeLists.txt | 42 - .../imageviewer/GraphicsImageView.cpp | 148 - .../examples/imageviewer/GraphicsImageView.h | 95 - .../examples/imageviewer/ImageGrid.cpp | 286 - .../maxlibqt/examples/imageviewer/ImageGrid.h | 167 - .../examples/imageviewer/ImageViewer.cpp | 619 - .../examples/imageviewer/ImageViewer.h | 194 - .../maxlibqt/examples/imageviewer/README.md | 23 - .../imageviewer/doc/imageviewer-grid_alt.jpg | Bin 141672 -> 0 bytes .../doc/imageviewer-grid_infobox.jpg | Bin 136340 -> 0 bytes .../doc/imageviewer-grid_loaded.jpg | Bin 165575 -> 0 bytes .../imageviewer/doc/imageviewer-image_alt.jpg | Bin 122078 -> 0 bytes .../doc/imageviewer-image_info.jpg | Bin 93469 -> 0 bytes .../doc/imageviewer-image_tbleft.jpg | Bin 86214 -> 0 bytes .../examples/imageviewer/imageviewer.css | 149 - .../examples/imageviewer/imageviewer.qrc | 5 - .../maxlibqt/examples/imageviewer/main.cpp | 77 - .../src/thirdparty/maxlibqt/maxLibQt.pri | 9 - .../src/thirdparty/maxlibqt/maxLibQt.pro | 6 - .../thirdparty/maxlibqt/src/CMakeLists.txt | 22 - .../maxlibqt/src/core/AppDebugMessageHandler | 1 - .../src/core/AppDebugMessageHandler.cpp | 278 - .../src/core/AppDebugMessageHandler.h | 247 - .../maxlibqt/src/core/CMakeLists.txt | 28 - .../src/thirdparty/maxlibqt/src/core/core.pro | 11 - .../maxlibqt/src/core/maxLibQtCore.pri | 9 - .../maxlibqt/src/itemmodels/CMakeLists.txt | 28 - .../src/itemmodels/GroupedItemsProxyModel | 1 - .../src/itemmodels/GroupedItemsProxyModel.cpp | 568 - .../src/itemmodels/GroupedItemsProxyModel.h | 209 - .../maxlibqt/src/itemmodels/itemmodels.pro | 11 - .../src/itemmodels/maxLibQtItemModels.pri | 8 - .../maxLibQt/controls/MLDoubleSpinBox.qml | 458 - .../quick/maxLibQt/controls/MLHexSpinBox.qml | 77 - .../src/quick/maxLibQt/controls/controls.pri | 5 - .../src/quick/maxLibQt/controls/controls.pro | 10 - .../src/quick/maxLibQt/controls/qmldir | 4 - .../src/quick/maxLibQt/controls/tests.qml | 252 - .../maxlibqt/src/quick/maxLibQt/maxLibQt.dox | 4 - .../thirdparty/maxlibqt/src/quick/quick.pro | 3 - companion/src/thirdparty/maxlibqt/src/src.pro | 6 - .../maxlibqt/src/widgets/ActionPushButton.cpp | 122 - .../maxlibqt/src/widgets/ActionPushButton.h | 93 - .../maxlibqt/src/widgets/BuddyLabel.h | 139 - .../maxlibqt/src/widgets/CMakeLists.txt | 37 - .../maxlibqt/src/widgets/CollapsingToolBar.h | 249 - .../maxlibqt/src/widgets/ExportableTableView | 1 - .../src/widgets/ExportableTableView.cpp | 256 - .../src/widgets/ExportableTableView.h | 149 - .../maxlibqt/src/widgets/OverlayStackLayout | 1 - .../src/widgets/OverlayStackLayout.cpp | 173 - .../maxlibqt/src/widgets/OverlayStackLayout.h | 176 - .../maxlibqt/src/widgets/RoundedMessageBox.h | 171 - .../maxlibqt/src/widgets/ScrollableMessageBox | 1 - .../src/widgets/ScrollableMessageBox.cpp | 127 - .../src/widgets/ScrollableMessageBox.h | 95 - .../thirdparty/maxlibqt/src/widgets/TimerEdit | 1 - .../maxlibqt/src/widgets/TimerEdit.cpp | 281 - .../maxlibqt/src/widgets/TimerEdit.h | 103 - .../maxlibqt/src/widgets/TreeComboBox | 1 - .../maxlibqt/src/widgets/TreeComboBox.cpp | 693 - .../maxlibqt/src/widgets/TreeComboBox.h | 266 - .../maxlibqt/src/widgets/maxLibQtWidgets.pri | 23 - .../maxlibqt/src/widgets/widgets.pro | 11 - 80 files changed, 291745 deletions(-) delete mode 100644 companion/src/thirdparty/maxlibqt/.gitignore delete mode 100644 companion/src/thirdparty/maxlibqt/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/LICENSE.GPL.txt delete mode 100644 companion/src/thirdparty/maxlibqt/LICENSE.txt delete mode 100644 companion/src/thirdparty/maxlibqt/README.md delete mode 100644 companion/src/thirdparty/maxlibqt/doc/.gitignore delete mode 100644 companion/src/thirdparty/maxlibqt/doc/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/doc/Doxyfile delete mode 100644 companion/src/thirdparty/maxlibqt/doc/Doxyfile.in delete mode 100644 companion/src/thirdparty/maxlibqt/doc/DoxygenLayout.xml delete mode 100644 companion/src/thirdparty/maxlibqt/doc/customdoxygen.css delete mode 100644 companion/src/thirdparty/maxlibqt/doc/logo_64.png delete mode 100644 companion/src/thirdparty/maxlibqt/doc/logo_96.png delete mode 100644 companion/src/thirdparty/maxlibqt/doc/qt-tagfiles.py delete mode 100644 companion/src/thirdparty/maxlibqt/doc/qttagsfix.py delete mode 100644 companion/src/thirdparty/maxlibqt/doc/tagfiles/qt.tags delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.h delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.h delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.h delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/README.md delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_alt.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_infobox.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_loaded.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_alt.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_info.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_tbleft.jpg delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.css delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.qrc delete mode 100644 companion/src/thirdparty/maxlibqt/examples/imageviewer/main.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/maxLibQt.pri delete mode 100644 companion/src/thirdparty/maxlibqt/maxLibQt.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/core.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/core/maxLibQtCore.pri delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/itemmodels.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/itemmodels/maxLibQtItemModels.pri delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLDoubleSpinBox.qml delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLHexSpinBox.qml delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pri delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/qmldir delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/tests.qml delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/maxLibQt.dox delete mode 100644 companion/src/thirdparty/maxlibqt/src/quick/quick.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/src.pro delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/BuddyLabel.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/CMakeLists.txt delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/CollapsingToolBar.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/RoundedMessageBox.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.cpp delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.h delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/maxLibQtWidgets.pri delete mode 100644 companion/src/thirdparty/maxlibqt/src/widgets/widgets.pro diff --git a/companion/src/thirdparty/maxlibqt/.gitignore b/companion/src/thirdparty/maxlibqt/.gitignore deleted file mode 100644 index 3c77828c71a..00000000000 --- a/companion/src/thirdparty/maxlibqt/.gitignore +++ /dev/null @@ -1,13 +0,0 @@ -*.user -*.vcproj -*.vcxproj* -*.sln -.*project -.settings -.idea -build*/ -cmake-build-*/ -*.qmlc -docs/ -*.tmp -*.bak diff --git a/companion/src/thirdparty/maxlibqt/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/CMakeLists.txt deleted file mode 100644 index ac71d6450b6..00000000000 --- a/companion/src/thirdparty/maxlibqt/CMakeLists.txt +++ /dev/null @@ -1,24 +0,0 @@ -cmake_minimum_required(VERSION 2.8.12) -project(maxLibQt) - -set(CMAKE_COLOR_MAKEFILE ON) - -set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) -set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/lib) -set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/bin) - -set(SRC_DIR "${PROJECT_SOURCE_DIR}/src") -set(DOC_DIR "${PROJECT_SOURCE_DIR}/doc") - -find_package(Qt5Core) -if(Qt5Core_FOUND) - message(STATUS "Qt Version: ${Qt5Core_VERSION}") -else() - message(FATAL_ERROR "Qt not found!") -endif() - -## Subprojects -add_subdirectory("${SRC_DIR}") - -## Doxymentation -add_subdirectory("${DOC_DIR}") diff --git a/companion/src/thirdparty/maxlibqt/LICENSE.GPL.txt b/companion/src/thirdparty/maxlibqt/LICENSE.GPL.txt deleted file mode 100644 index db5f823c8bd..00000000000 --- a/companion/src/thirdparty/maxlibqt/LICENSE.GPL.txt +++ /dev/null @@ -1,624 +0,0 @@ -/*! \page LICENSE.GPL.txt LICENSE.GPL.txt -\verbatim - - GNU GENERAL PUBLIC LICENSE - Version 3, 29 June 2007 - - Copyright (C) 2007 Free Software Foundation, Inc. - Everyone is permitted to copy and distribute verbatim copies - of this license document, but changing it is not allowed. - - Preamble - - The GNU General Public License is a free, copyleft license for -software and other kinds of works. - - The licenses for most software and other practical works are designed -to take away your freedom to share and change the works. By contrast, -the GNU General Public License is intended to guarantee your freedom to -share and change all versions of a program--to make sure it remains free -software for all its users. We, the Free Software Foundation, use the -GNU General Public License for most of our software; it applies also to -any other work released this way by its authors. You can apply it to -your programs, too. - - When we speak of free software, we are referring to freedom, not -price. Our General Public Licenses are designed to make sure that you -have the freedom to distribute copies of free software (and charge for -them if you wish), that you receive source code or can get it if you -want it, that you can change the software or use pieces of it in new -free programs, and that you know you can do these things. - - To protect your rights, we need to prevent others from denying you -these rights or asking you to surrender the rights. Therefore, you have -certain responsibilities if you distribute copies of the software, or if -you modify it: responsibilities to respect the freedom of others. - - For example, if you distribute copies of such a program, whether -gratis or for a fee, you must pass on to the recipients the same -freedoms that you received. You must make sure that they, too, receive -or can get the source code. And you must show them these terms so they -know their rights. - - Developers that use the GNU GPL protect your rights with two steps: -(1) assert copyright on the software, and (2) offer you this License -giving you legal permission to copy, distribute and/or modify it. - - For the developers' and authors' protection, the GPL clearly explains -that there is no warranty for this free software. For both users' and -authors' sake, the GPL requires that modified versions be marked as -changed, so that their problems will not be attributed erroneously to -authors of previous versions. - - Some devices are designed to deny users access to install or run -modified versions of the software inside them, although the manufacturer -can do so. This is fundamentally incompatible with the aim of -protecting users' freedom to change the software. The systematic -pattern of such abuse occurs in the area of products for individuals to -use, which is precisely where it is most unacceptable. Therefore, we -have designed this version of the GPL to prohibit the practice for those -products. If such problems arise substantially in other domains, we -stand ready to extend this provision to those domains in future versions -of the GPL, as needed to protect the freedom of users. - - Finally, every program is threatened constantly by software patents. -States should not allow patents to restrict development and use of -software on general-purpose computers, but in those that do, we wish to -avoid the special danger that patents applied to a free program could -make it effectively proprietary. To prevent this, the GPL assures that -patents cannot be used to render the program non-free. - - The precise terms and conditions for copying, distribution and -modification follow. - - TERMS AND CONDITIONS - - 0. Definitions. - - "This License" refers to version 3 of the GNU General Public License. - - "Copyright" also means copyright-like laws that apply to other kinds of -works, such as semiconductor masks. - - "The Program" refers to any copyrightable work licensed under this -License. Each licensee is addressed as "you". "Licensees" and -"recipients" may be individuals or organizations. - - To "modify" a work means to copy from or adapt all or part of the work -in a fashion requiring copyright permission, other than the making of an -exact copy. The resulting work is called a "modified version" of the -earlier work or a work "based on" the earlier work. - - A "covered work" means either the unmodified Program or a work based -on the Program. - - To "propagate" a work means to do anything with it that, without -permission, would make you directly or secondarily liable for -infringement under applicable copyright law, except executing it on a -computer or modifying a private copy. Propagation includes copying, -distribution (with or without modification), making available to the -public, and in some countries other activities as well. - - To "convey" a work means any kind of propagation that enables other -parties to make or receive copies. Mere interaction with a user through -a computer network, with no transfer of a copy, is not conveying. - - An interactive user interface displays "Appropriate Legal Notices" -to the extent that it includes a convenient and prominently visible -feature that (1) displays an appropriate copyright notice, and (2) -tells the user that there is no warranty for the work (except to the -extent that warranties are provided), that licensees may convey the -work under this License, and how to view a copy of this License. If -the interface presents a list of user commands or options, such as a -menu, a prominent item in the list meets this criterion. - - 1. Source Code. - - The "source code" for a work means the preferred form of the work -for making modifications to it. "Object code" means any non-source -form of a work. - - A "Standard Interface" means an interface that either is an official -standard defined by a recognized standards body, or, in the case of -interfaces specified for a particular programming language, one that -is widely used among developers working in that language. - - The "System Libraries" of an executable work include anything, other -than the work as a whole, that (a) is included in the normal form of -packaging a Major Component, but which is not part of that Major -Component, and (b) serves only to enable use of the work with that -Major Component, or to implement a Standard Interface for which an -implementation is available to the public in source code form. A -"Major Component", in this context, means a major essential component -(kernel, window system, and so on) of the specific operating system -(if any) on which the executable work runs, or a compiler used to -produce the work, or an object code interpreter used to run it. - - The "Corresponding Source" for a work in object code form means all -the source code needed to generate, install, and (for an executable -work) run the object code and to modify the work, including scripts to -control those activities. However, it does not include the work's -System Libraries, or general-purpose tools or generally available free -programs which are used unmodified in performing those activities but -which are not part of the work. For example, Corresponding Source -includes interface definition files associated with source files for -the work, and the source code for shared libraries and dynamically -linked subprograms that the work is specifically designed to require, -such as by intimate data communication or control flow between those -subprograms and other parts of the work. - - The Corresponding Source need not include anything that users -can regenerate automatically from other parts of the Corresponding -Source. - - The Corresponding Source for a work in source code form is that -same work. - - 2. Basic Permissions. - - All rights granted under this License are granted for the term of -copyright on the Program, and are irrevocable provided the stated -conditions are met. This License explicitly affirms your unlimited -permission to run the unmodified Program. The output from running a -covered work is covered by this License only if the output, given its -content, constitutes a covered work. This License acknowledges your -rights of fair use or other equivalent, as provided by copyright law. - - You may make, run and propagate covered works that you do not -convey, without conditions so long as your license otherwise remains -in force. You may convey covered works to others for the sole purpose -of having them make modifications exclusively for you, or provide you -with facilities for running those works, provided that you comply with -the terms of this License in conveying all material for which you do -not control copyright. Those thus making or running the covered works -for you must do so exclusively on your behalf, under your direction -and control, on terms that prohibit them from making any copies of -your copyrighted material outside their relationship with you. - - Conveying under any other circumstances is permitted solely under -the conditions stated below. Sublicensing is not allowed; section 10 -makes it unnecessary. - - 3. Protecting Users' Legal Rights From Anti-Circumvention Law. - - No covered work shall be deemed part of an effective technological -measure under any applicable law fulfilling obligations under article -11 of the WIPO copyright treaty adopted on 20 December 1996, or -similar laws prohibiting or restricting circumvention of such -measures. - - When you convey a covered work, you waive any legal power to forbid -circumvention of technological measures to the extent such circumvention -is effected by exercising rights under this License with respect to -the covered work, and you disclaim any intention to limit operation or -modification of the work as a means of enforcing, against the work's -users, your or third parties' legal rights to forbid circumvention of -technological measures. - - 4. Conveying Verbatim Copies. - - You may convey verbatim copies of the Program's source code as you -receive it, in any medium, provided that you conspicuously and -appropriately publish on each copy an appropriate copyright notice; -keep intact all notices stating that this License and any -non-permissive terms added in accord with section 7 apply to the code; -keep intact all notices of the absence of any warranty; and give all -recipients a copy of this License along with the Program. - - You may charge any price or no price for each copy that you convey, -and you may offer support or warranty protection for a fee. - - 5. Conveying Modified Source Versions. - - You may convey a work based on the Program, or the modifications to -produce it from the Program, in the form of source code under the -terms of section 4, provided that you also meet all of these conditions: - - a) The work must carry prominent notices stating that you modified - it, and giving a relevant date. - - b) The work must carry prominent notices stating that it is - released under this License and any conditions added under section - 7. This requirement modifies the requirement in section 4 to - "keep intact all notices". - - c) You must license the entire work, as a whole, under this - License to anyone who comes into possession of a copy. This - License will therefore apply, along with any applicable section 7 - additional terms, to the whole of the work, and all its parts, - regardless of how they are packaged. This License gives no - permission to license the work in any other way, but it does not - invalidate such permission if you have separately received it. - - d) If the work has interactive user interfaces, each must display - Appropriate Legal Notices; however, if the Program has interactive - interfaces that do not display Appropriate Legal Notices, your - work need not make them do so. - - A compilation of a covered work with other separate and independent -works, which are not by their nature extensions of the covered work, -and which are not combined with it such as to form a larger program, -in or on a volume of a storage or distribution medium, is called an -"aggregate" if the compilation and its resulting copyright are not -used to limit the access or legal rights of the compilation's users -beyond what the individual works permit. Inclusion of a covered work -in an aggregate does not cause this License to apply to the other -parts of the aggregate. - - 6. Conveying Non-Source Forms. - - You may convey a covered work in object code form under the terms -of sections 4 and 5, provided that you also convey the -machine-readable Corresponding Source under the terms of this License, -in one of these ways: - - a) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by the - Corresponding Source fixed on a durable physical medium - customarily used for software interchange. - - b) Convey the object code in, or embodied in, a physical product - (including a physical distribution medium), accompanied by a - written offer, valid for at least three years and valid for as - long as you offer spare parts or customer support for that product - model, to give anyone who possesses the object code either (1) a - copy of the Corresponding Source for all the software in the - product that is covered by this License, on a durable physical - medium customarily used for software interchange, for a price no - more than your reasonable cost of physically performing this - conveying of source, or (2) access to copy the - Corresponding Source from a network server at no charge. - - c) Convey individual copies of the object code with a copy of the - written offer to provide the Corresponding Source. This - alternative is allowed only occasionally and noncommercially, and - only if you received the object code with such an offer, in accord - with subsection 6b. - - d) Convey the object code by offering access from a designated - place (gratis or for a charge), and offer equivalent access to the - Corresponding Source in the same way through the same place at no - further charge. You need not require recipients to copy the - Corresponding Source along with the object code. If the place to - copy the object code is a network server, the Corresponding Source - may be on a different server (operated by you or a third party) - that supports equivalent copying facilities, provided you maintain - clear directions next to the object code saying where to find the - Corresponding Source. Regardless of what server hosts the - Corresponding Source, you remain obligated to ensure that it is - available for as long as needed to satisfy these requirements. - - e) Convey the object code using peer-to-peer transmission, provided - you inform other peers where the object code and Corresponding - Source of the work are being offered to the general public at no - charge under subsection 6d. - - A separable portion of the object code, whose source code is excluded -from the Corresponding Source as a System Library, need not be -included in conveying the object code work. - - A "User Product" is either (1) a "consumer product", which means any -tangible personal property which is normally used for personal, family, -or household purposes, or (2) anything designed or sold for incorporation -into a dwelling. In determining whether a product is a consumer product, -doubtful cases shall be resolved in favor of coverage. For a particular -product received by a particular user, "normally used" refers to a -typical or common use of that class of product, regardless of the status -of the particular user or of the way in which the particular user -actually uses, or expects or is expected to use, the product. A product -is a consumer product regardless of whether the product has substantial -commercial, industrial or non-consumer uses, unless such uses represent -the only significant mode of use of the product. - - "Installation Information" for a User Product means any methods, -procedures, authorization keys, or other information required to install -and execute modified versions of a covered work in that User Product from -a modified version of its Corresponding Source. The information must -suffice to ensure that the continued functioning of the modified object -code is in no case prevented or interfered with solely because -modification has been made. - - If you convey an object code work under this section in, or with, or -specifically for use in, a User Product, and the conveying occurs as -part of a transaction in which the right of possession and use of the -User Product is transferred to the recipient in perpetuity or for a -fixed term (regardless of how the transaction is characterized), the -Corresponding Source conveyed under this section must be accompanied -by the Installation Information. But this requirement does not apply -if neither you nor any third party retains the ability to install -modified object code on the User Product (for example, the work has -been installed in ROM). - - The requirement to provide Installation Information does not include a -requirement to continue to provide support service, warranty, or updates -for a work that has been modified or installed by the recipient, or for -the User Product in which it has been modified or installed. Access to a -network may be denied when the modification itself materially and -adversely affects the operation of the network or violates the rules and -protocols for communication across the network. - - Corresponding Source conveyed, and Installation Information provided, -in accord with this section must be in a format that is publicly -documented (and with an implementation available to the public in -source code form), and must require no special password or key for -unpacking, reading or copying. - - 7. Additional Terms. - - "Additional permissions" are terms that supplement the terms of this -License by making exceptions from one or more of its conditions. -Additional permissions that are applicable to the entire Program shall -be treated as though they were included in this License, to the extent -that they are valid under applicable law. If additional permissions -apply only to part of the Program, that part may be used separately -under those permissions, but the entire Program remains governed by -this License without regard to the additional permissions. - - When you convey a copy of a covered work, you may at your option -remove any additional permissions from that copy, or from any part of -it. (Additional permissions may be written to require their own -removal in certain cases when you modify the work.) You may place -additional permissions on material, added by you to a covered work, -for which you have or can give appropriate copyright permission. - - Notwithstanding any other provision of this License, for material you -add to a covered work, you may (if authorized by the copyright holders of -that material) supplement the terms of this License with terms: - - a) Disclaiming warranty or limiting liability differently from the - terms of sections 15 and 16 of this License; or - - b) Requiring preservation of specified reasonable legal notices or - author attributions in that material or in the Appropriate Legal - Notices displayed by works containing it; or - - c) Prohibiting misrepresentation of the origin of that material, or - requiring that modified versions of such material be marked in - reasonable ways as different from the original version; or - - d) Limiting the use for publicity purposes of names of licensors or - authors of the material; or - - e) Declining to grant rights under trademark law for use of some - trade names, trademarks, or service marks; or - - f) Requiring indemnification of licensors and authors of that - material by anyone who conveys the material (or modified versions of - it) with contractual assumptions of liability to the recipient, for - any liability that these contractual assumptions directly impose on - those licensors and authors. - - All other non-permissive additional terms are considered "further -restrictions" within the meaning of section 10. If the Program as you -received it, or any part of it, contains a notice stating that it is -governed by this License along with a term that is a further -restriction, you may remove that term. If a license document contains -a further restriction but permits relicensing or conveying under this -License, you may add to a covered work material governed by the terms -of that license document, provided that the further restriction does -not survive such relicensing or conveying. - - If you add terms to a covered work in accord with this section, you -must place, in the relevant source files, a statement of the -additional terms that apply to those files, or a notice indicating -where to find the applicable terms. - - Additional terms, permissive or non-permissive, may be stated in the -form of a separately written license, or stated as exceptions; -the above requirements apply either way. - - 8. Termination. - - You may not propagate or modify a covered work except as expressly -provided under this License. Any attempt otherwise to propagate or -modify it is void, and will automatically terminate your rights under -this License (including any patent licenses granted under the third -paragraph of section 11). - - However, if you cease all violation of this License, then your -license from a particular copyright holder is reinstated (a) -provisionally, unless and until the copyright holder explicitly and -finally terminates your license, and (b) permanently, if the copyright -holder fails to notify you of the violation by some reasonable means -prior to 60 days after the cessation. - - Moreover, your license from a particular copyright holder is -reinstated permanently if the copyright holder notifies you of the -violation by some reasonable means, this is the first time you have -received notice of violation of this License (for any work) from that -copyright holder, and you cure the violation prior to 30 days after -your receipt of the notice. - - Termination of your rights under this section does not terminate the -licenses of parties who have received copies or rights from you under -this License. If your rights have been terminated and not permanently -reinstated, you do not qualify to receive new licenses for the same -material under section 10. - - 9. Acceptance Not Required for Having Copies. - - You are not required to accept this License in order to receive or -run a copy of the Program. Ancillary propagation of a covered work -occurring solely as a consequence of using peer-to-peer transmission -to receive a copy likewise does not require acceptance. However, -nothing other than this License grants you permission to propagate or -modify any covered work. These actions infringe copyright if you do -not accept this License. Therefore, by modifying or propagating a -covered work, you indicate your acceptance of this License to do so. - - 10. Automatic Licensing of Downstream Recipients. - - Each time you convey a covered work, the recipient automatically -receives a license from the original licensors, to run, modify and -propagate that work, subject to this License. You are not responsible -for enforcing compliance by third parties with this License. - - An "entity transaction" is a transaction transferring control of an -organization, or substantially all assets of one, or subdividing an -organization, or merging organizations. If propagation of a covered -work results from an entity transaction, each party to that -transaction who receives a copy of the work also receives whatever -licenses to the work the party's predecessor in interest had or could -give under the previous paragraph, plus a right to possession of the -Corresponding Source of the work from the predecessor in interest, if -the predecessor has it or can get it with reasonable efforts. - - You may not impose any further restrictions on the exercise of the -rights granted or affirmed under this License. For example, you may -not impose a license fee, royalty, or other charge for exercise of -rights granted under this License, and you may not initiate litigation -(including a cross-claim or counterclaim in a lawsuit) alleging that -any patent claim is infringed by making, using, selling, offering for -sale, or importing the Program or any portion of it. - - 11. Patents. - - A "contributor" is a copyright holder who authorizes use under this -License of the Program or a work on which the Program is based. The -work thus licensed is called the contributor's "contributor version". - - A contributor's "essential patent claims" are all patent claims -owned or controlled by the contributor, whether already acquired or -hereafter acquired, that would be infringed by some manner, permitted -by this License, of making, using, or selling its contributor version, -but do not include claims that would be infringed only as a -consequence of further modification of the contributor version. For -purposes of this definition, "control" includes the right to grant -patent sublicenses in a manner consistent with the requirements of -this License. - - Each contributor grants you a non-exclusive, worldwide, royalty-free -patent license under the contributor's essential patent claims, to -make, use, sell, offer for sale, import and otherwise run, modify and -propagate the contents of its contributor version. - - In the following three paragraphs, a "patent license" is any express -agreement or commitment, however denominated, not to enforce a patent -(such as an express permission to practice a patent or covenant not to -sue for patent infringement). To "grant" such a patent license to a -party means to make such an agreement or commitment not to enforce a -patent against the party. - - If you convey a covered work, knowingly relying on a patent license, -and the Corresponding Source of the work is not available for anyone -to copy, free of charge and under the terms of this License, through a -publicly available network server or other readily accessible means, -then you must either (1) cause the Corresponding Source to be so -available, or (2) arrange to deprive yourself of the benefit of the -patent license for this particular work, or (3) arrange, in a manner -consistent with the requirements of this License, to extend the patent -license to downstream recipients. "Knowingly relying" means you have -actual knowledge that, but for the patent license, your conveying the -covered work in a country, or your recipient's use of the covered work -in a country, would infringe one or more identifiable patents in that -country that you have reason to believe are valid. - - If, pursuant to or in connection with a single transaction or -arrangement, you convey, or propagate by procuring conveyance of, a -covered work, and grant a patent license to some of the parties -receiving the covered work authorizing them to use, propagate, modify -or convey a specific copy of the covered work, then the patent license -you grant is automatically extended to all recipients of the covered -work and works based on it. - - A patent license is "discriminatory" if it does not include within -the scope of its coverage, prohibits the exercise of, or is -conditioned on the non-exercise of one or more of the rights that are -specifically granted under this License. You may not convey a covered -work if you are a party to an arrangement with a third party that is -in the business of distributing software, under which you make payment -to the third party based on the extent of your activity of conveying -the work, and under which the third party grants, to any of the -parties who would receive the covered work from you, a discriminatory -patent license (a) in connection with copies of the covered work -conveyed by you (or copies made from those copies), or (b) primarily -for and in connection with specific products or compilations that -contain the covered work, unless you entered into that arrangement, -or that patent license was granted, prior to 28 March 2007. - - Nothing in this License shall be construed as excluding or limiting -any implied license or other defenses to infringement that may -otherwise be available to you under applicable patent law. - - 12. No Surrender of Others' Freedom. - - If conditions are imposed on you (whether by court order, agreement or -otherwise) that contradict the conditions of this License, they do not -excuse you from the conditions of this License. If you cannot convey a -covered work so as to satisfy simultaneously your obligations under this -License and any other pertinent obligations, then as a consequence you may -not convey it at all. For example, if you agree to terms that obligate you -to collect a royalty for further conveying from those to whom you convey -the Program, the only way you could satisfy both those terms and this -License would be to refrain entirely from conveying the Program. - - 13. Use with the GNU Affero General Public License. - - Notwithstanding any other provision of this License, you have -permission to link or combine any covered work with a work licensed -under version 3 of the GNU Affero General Public License into a single -combined work, and to convey the resulting work. The terms of this -License will continue to apply to the part which is the covered work, -but the special requirements of the GNU Affero General Public License, -section 13, concerning interaction through a network will apply to the -combination as such. - - 14. Revised Versions of this License. - - The Free Software Foundation may publish revised and/or new versions of -the GNU General Public License from time to time. Such new versions will -be similar in spirit to the present version, but may differ in detail to -address new problems or concerns. - - Each version is given a distinguishing version number. If the -Program specifies that a certain numbered version of the GNU General -Public License "or any later version" applies to it, you have the -option of following the terms and conditions either of that numbered -version or of any later version published by the Free Software -Foundation. If the Program does not specify a version number of the -GNU General Public License, you may choose any version ever published -by the Free Software Foundation. - - If the Program specifies that a proxy can decide which future -versions of the GNU General Public License can be used, that proxy's -public statement of acceptance of a version permanently authorizes you -to choose that version for the Program. - - Later license versions may give you additional or different -permissions. However, no additional obligations are imposed on any -author or copyright holder as a result of your choosing to follow a -later version. - - 15. Disclaimer of Warranty. - - THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY -APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT -HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY -OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, -THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR -PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM -IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF -ALL NECESSARY SERVICING, REPAIR OR CORRECTION. - - 16. Limitation of Liability. - - IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS -THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY -GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE -USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF -DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD -PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), -EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF -SUCH DAMAGES. - - 17. Interpretation of Sections 15 and 16. - - If the disclaimer of warranty and limitation of liability provided -above cannot be given local legal effect according to their terms, -reviewing courts shall apply local law that most closely approximates -an absolute waiver of all civil liability in connection with the -Program, unless a warranty or assumption of liability accompanies a -copy of the Program in return for a fee. - -\endverbatim */ \ No newline at end of file diff --git a/companion/src/thirdparty/maxlibqt/LICENSE.txt b/companion/src/thirdparty/maxlibqt/LICENSE.txt deleted file mode 100644 index 156b44e4d22..00000000000 --- a/companion/src/thirdparty/maxlibqt/LICENSE.txt +++ /dev/null @@ -1,32 +0,0 @@ -/*! \page LICENSE.txt LICENSE.txt -\verbatim - -maxLibQt C++ code library for the Qt framework. - -COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. -Contact: http://www.WorldDesign.com/contact - -LICENSE - -Unless specified otherwise in the individual component files, -the components of this library are licensed under a dual-use system. - -Commercial License Usage -Licensees holding valid commercial licenses may use the components in -accordance with the terms contained in a written agreement between -you and the copyright holder. - -GNU General Public License Usage -Alternatively, the components may be used under the terms of the GNU -General Public License as published by the Free Software Foundation, -either version 3 of the License, or (at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -A copy of the GNU General Public License is available in the file LICENSE.GPL.txt -which should be included in this distribution. It is also available at . - -\endverbatim */ diff --git a/companion/src/thirdparty/maxlibqt/README.md b/companion/src/thirdparty/maxlibqt/README.md deleted file mode 100644 index d51a6ee3ef1..00000000000 --- a/companion/src/thirdparty/maxlibqt/README.md +++ /dev/null @@ -1,77 +0,0 @@ -# maxLibQt - C++ and QML code library for the *Qt*™ framework. - -This is a (growing) collection of somewhat random C++ classes and QtQuick QML modules for use with the [Qt](http://qt.io)™ framework. - -They are free to use in other open source projects under the terms of the GNU Public License (GPL). For use in -commercial or other closed-source software, you need to contact me for a license agreement. See the LICENSE.txt file. - -The original target Qt library version was 5.2+. Newer components, and some that have been updated more recently, -may require a later version, at least 5.9 (if you run into something that could be made more backwards-compatible, -let me know). Most (if not all) of the C++ code requires C++11 at minimum. - -Project home: https://github.com/mpaperno/maxLibQt - -## C++ Components: - -* Core - * `AppDebugMessageHandler` - Custom debug/message handler class to work in conjunction with *qDebug()* family of functions. -* Item Models - * `GroupedItemsProxyModel` - A proxy model (`QIdentityProxyModel` subclass) which allows a grouped tree-based item presentation of a flat table data model. Typically used for visually grouping items by some shared criteria, like a category or subject. Useful in a `QTreeView` or the `TreeComboBox` from this collection. -* Layouts - * `OverlayStackLayout` - A QStackedLayout with additional features to allow stacks with "floating" overlay widgets, such as toolbars, buttons, - messages, etc., while still allowing interaction with exposed areas of the widget(s) underneath. Includes a functional image viewer example application. -* Widgets - * `ActionPushButton` - A QPushButton which takes a default QAction, just like a QToolButton can. - * `BuddyLabel` - A QLabel with enhanced "buddy" capabilities like click redirect and tooltip inheritance. - * `CollapsingToolBar` - A QToolBar which toggles between _ToolButtonIconOnly_ and _ToolButtonTextBesideIcon_ styles based on available width. - * `ExportableTableView` - A QTableView with features to export data as plain text or HTML. - * `RoundedMessageBox` - A frameless QMessageBox implementation, fully stylable via CSS or QPalette. - * `ScrollableMessageBox` - A simple message box with a large scrollable area (a QTextEdit) for detailed text (including HTML formatting). - * `TimerEdit` - A time value line editor which accepts negative and large times (> 23:59:59), suitable for a timer, etc. - * `TreeComboBox` - A QComboBox control which works with a tree-based data model & view, allowing drill-down selection of items. - -## QML Components: - -* Controls - * [`MLDoubleSpinBox`](maxLibQt::controls::MLDoubleSpinBox) - A SpinBox control which handles float/double number types to the desired precision, as well as large integers (within ECMAScript limits). Avoids the `int` size type limitation of the current QtQuick Controls (v2.0 - 2.4) SpinBox but still using the current theme styling (Fusion/Material/etc). - * [`MLHexSpinBox`](maxLibQt::controls::MLHexSpinBox) - A SpinBox control which allows editing integers in hexadeciaml format. Allows a wide range of numbers, including unsigned integers. Based on `MLDoubleSpinBox`. - -### Documentation: - -Some Doxygen-style documentation is embedded in the code and can be generated as either part of the CMake build or manually with the -included Doxyfile (run `doxygen doc/Doxyfile` in root of this project). To generate docs for *QML code* you'd need to use install [doxyqml](https://github.com/agateau/doxyqml) (the Doxyfile is already configured to use it if you have it). Some of the source code is further documented inline (but never enough). - -This documentation is also published at https://mpaperno.github.io/maxLibQt/ - -### Building (C++): - -Both *CMake* and *qmake* project files are provided. They're set up to be built as individual libraries split by base folder (core, item models, etc). With CMake you can also build one library file which contains all the others (haven't figured out how to do that with qmake yet). - -You can also simply include whichever C++ module(s) you need into your own project. They're standalone unless specifically mentioned otherwise in their docs. There are also `.pri` *qmake* files for each source folder which could be used to quickly include all modules in that folder (and add to the `INCLUDEPATH`). - -### Using (QML) - -Simplest way to use the QtQuick modules would be to copy them into your code tree. - -To use them as external ("library") imports in your code, put the `maxLibQt` folder (from inside the `/src/quick/` folder of this project) into the QML search path for your app. Then, for example to use `MLDoubleSpinBox`, you'd specify `import maxLibQt.controls 1.0` in your QML. - -------------- -### Author - -Maxim Paperno -https://github.com/mpaperno/ -http://www.WorldDesign.com/contact - -Please inquire about custom C++/Qt development work. - -### Copyright, License, and Disclaimer - -Copyright (c) Maxim Paperno. All rights reserved. - -See LICENSE.txt file for license details. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - -*Qt* is a trademark of *The Qt Company* with which neither I nor this project have any affiliation. diff --git a/companion/src/thirdparty/maxlibqt/doc/.gitignore b/companion/src/thirdparty/maxlibqt/doc/.gitignore deleted file mode 100644 index b5d4333bb91..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/.gitignore +++ /dev/null @@ -1 +0,0 @@ -html*/ diff --git a/companion/src/thirdparty/maxlibqt/doc/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/doc/CMakeLists.txt deleted file mode 100644 index 542318a9645..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/CMakeLists.txt +++ /dev/null @@ -1,34 +0,0 @@ -## Generate Doxygen docs from source - -set(DOC_OUTPUT_DIR "${DOC_DIR}" CACHE STRING "Documentation output path.") - -find_package(Doxygen) - -if(DOXYGEN_FOUND AND DOC_DIR AND DOC_OUTPUT_DIR) - set(DOXYGEN_IN ${DOC_DIR}/Doxyfile.in) - set(DOXYGEN_OUT "${CMAKE_CURRENT_BINARY_DIR}/Doxyfile") - - configure_file(${DOXYGEN_IN} ${DOXYGEN_OUT} @ONLY) - - add_custom_target(maxLibQt-doxygen - COMMAND ${DOXYGEN_EXECUTABLE} ${DOXYGEN_OUT} - WORKING_DIRECTORY ${DOC_DIR} - COMMENT "Generating API documentation with Doxygen." - VERBATIM ) - - ## clean - file(TO_NATIVE_PATH "html/*.html html/*.js html/*.css html/*.png" DOCFILES) - if(WIN32) - set(RM del /Q) - separate_arguments(DOCFILES WINDOWS_COMMAND "${DOCFILES}") - else() - set(RM rm) - separate_arguments(DOCFILES UNIX_COMMAND "${DOCFILES}") - endif() - add_custom_target(maxLibQt-doxygen-clean - COMMAND ${RM} ${DOCFILES} - COMMAND ${CMAKE_COMMAND} -E remove_directory html/search - WORKING_DIRECTORY ${DOC_OUTPUT_DIR} - COMMENT "Deleting stale documentation files." - VERBATIM ) -endif() diff --git a/companion/src/thirdparty/maxlibqt/doc/Doxyfile b/companion/src/thirdparty/maxlibqt/doc/Doxyfile deleted file mode 100644 index 29f211ef8a1..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/Doxyfile +++ /dev/null @@ -1,237 +0,0 @@ -# Doxyfile 1.8.15 - -PROJECT_NAME = maxLibQt -PROJECT_BRIEF = -PROJECT_LOGO = logo_64.png -ABBREVIATE_BRIEF = "The $name class" \ - "The $name widget" \ - "The $name file" \ - is \ - provides \ - specifies \ - contains \ - represents \ - a \ - an \ - the - -ALWAYS_DETAILED_SEC = YES -JAVADOC_AUTOBRIEF = YES -QT_AUTOBRIEF = YES -TAB_SIZE = 2 -ALIASES = "default{1}=\nDefault value is \c \1.\n" \ - "reimp{1}=Reimplemented from \c \1." \ - "reimp=Reimplemented from superclass." \ - default= \ - "pacc=\par Access functions:^^" \ - "psig=\par Notifier signal:^^" \ - "intern=\parInternal use only." -EXTENSION_MAPPING = qml=C++ -DISTRIBUTE_GROUP_DOC = YES -INLINE_SIMPLE_STRUCTS = YES - -#--------------------------------------------------------------------------- -# Build related configuration options -#--------------------------------------------------------------------------- - -EXTRACT_ALL = YES -EXTRACT_STATIC = YES -EXTRACT_LOCAL_CLASSES = NO -FORCE_LOCAL_INCLUDES = YES -SORT_BRIEF_DOCS = YES -SORT_MEMBERS_CTORS_1ST = YES -SORT_GROUP_NAMES = YES -SORT_BY_SCOPE_NAME = YES -SHOW_USED_FILES = NO -LAYOUT_FILE = DoxygenLayout.xml - -#--------------------------------------------------------------------------- -# Configuration options related to warning and progress messages -#--------------------------------------------------------------------------- - -QUIET = YES -WARNINGS = YES -WARN_IF_UNDOCUMENTED = NO -WARN_IF_DOC_ERROR = YES -WARN_NO_PARAMDOC = NO -WARN_AS_ERROR = NO - -#--------------------------------------------------------------------------- -# Configuration options related to the input files -#--------------------------------------------------------------------------- - -INPUT = ../src -RECURSIVE = YES - -FILE_PATTERNS = *.c \ - *.cc \ - *.cxx \ - *.cpp \ - *.c++ \ - *.java \ - *.ii \ - *.ixx \ - *.ipp \ - *.i++ \ - *.inl \ - *.idl \ - *.ddl \ - *.odl \ - *.h \ - *.hh \ - *.hxx \ - *.hpp \ - *.h++ \ - *.cs \ - *.d \ - *.php \ - *.php4 \ - *.php5 \ - *.phtml \ - *.inc \ - *.m \ - *.markdown \ - *.md \ - *.mm \ - *.dox \ - *.py \ - *.f90 \ - *.f \ - *.for \ - *.tcl \ - *.vhd \ - *.vhdl \ - *.ucf \ - *.qsf \ - *.as \ - *.js \ - *.txt \ - *.qml - -EXCLUDE = -EXCLUDE_PATTERNS = */.git/* \ - */cmake/* \ - */CMakeFiles/* \ - CMakeLists.txt \ - CMakeCache.txt \ - */doc?/* \ - moc_*.* \ - _*.* \ - *-?Copy*.* \ - */*test* \ - *_p.cpp \ - *_p.h -EXCLUDE_SYMBOLS = iterator const_iterator - -EXAMPLE_PATH = ../examples -EXAMPLE_PATTERNS = *.h *.cpp -EXAMPLE_RECURSIVE = YES - -FILTER_PATTERNS = *.qml=doxyqml - -USE_MDFILE_AS_MAINPAGE = README.md - -#--------------------------------------------------------------------------- -# Configuration options related to source browsing -#--------------------------------------------------------------------------- - -SOURCE_BROWSER = YES - -#--------------------------------------------------------------------------- -# Configuration options related to the alphabetical class index -#--------------------------------------------------------------------------- - -#--------------------------------------------------------------------------- -# Configuration options related to the HTML output -#--------------------------------------------------------------------------- - -GENERATE_HTML = YES -HTML_OUTPUT = html -HTML_HEADER = -HTML_FOOTER = -HTML_STYLESHEET = -HTML_EXTRA_STYLESHEET = customdoxygen.css -HTML_COLORSTYLE_HUE = 235 -HTML_COLORSTYLE_SAT = 19 -HTML_COLORSTYLE_GAMMA = 185 -HTML_TIMESTAMP = YES -HTML_DYNAMIC_SECTIONS = YES - -GENERATE_TREEVIEW = YES -ENUM_VALUES_PER_LINE = 1 -TREEVIEW_WIDTH = 300 -EXT_LINKS_IN_WINDOW = YES - -GENERATE_QHP = NO -QCH_FILE = ../maxLibQt.qch -QHP_NAMESPACE = us.paperno.maxLibQt -QHP_VIRTUAL_FOLDER = doc -QHP_CUST_FILTER_NAME = maxLibQt -QHP_CUST_FILTER_ATTRS = maxLibQt -QHP_SECT_FILTER_ATTRS = maxLibQt -QHG_LOCATION = - -#--------------------------------------------------------------------------- -# Configuration options related to the LaTeX output -#--------------------------------------------------------------------------- - -GENERATE_LATEX = NO - -#--------------------------------------------------------------------------- -# Configuration options related to the preprocessor -#--------------------------------------------------------------------------- - -ENABLE_PREPROCESSING = YES -MACRO_EXPANSION = YES -PREDEFINED = DOXYGEN_SHOULD_INCLUDE_THIS \ - \ - Q_WS_X11= \ - Q_WS_WIN= \ - Q_WS_MAC= \ - Q_WS_QWS= \ - Q_WS_MAEMO_5= \ - Q_OS_LINUX= \ - Q_OS_UNIX= \ - Q_OS_WIN= \ - Q_OS_MAC= \ - Q_OS_MACX= \ - Q_OS_DARWIN= \ - Q_OS_FREEBSD= \ - Q_OS_NETBSD= \ - Q_OS_OPENBSD= \ - Q_OS_BSD4= \ - Q_OS_SOLARIS= \ - Q_OS_IRIX= \ - \ - Q_SLOTS="slots" \ - Q_SIGNALS="signals" \ - Q_DECL_CONSTEXPR= \ - Q_DECL_RELAXED_CONSTEXPR= \ - Q_DECL_OVERRIDE="override" \ - Q_DECL_FINAL="final" \ - Q_DECL_EQ_DEFAULT="= default" \ - Q_DECL_EQ_DELETE="= delete" \ - Q_DECL_NOEXCEPT= \ - Q_DECL_DEPRECATED= \ - Q_DECL_UNUSED_MEMBER= \ - Q_DECL_VARIABLE_DEPRECATED= \ - Q_DECL_EXPORT= \ - Q_DECL_IMPORT= \ - Q_DECL_HIDDEN= \ - Q_DECL_NULLPTR="nullptr" \ - Q_REQUIRED_RESULT= \ - Q_SCRIPTABLE= \ - Q_INVOKABLE= - -#--------------------------------------------------------------------------- -# Configuration options related to external references -#--------------------------------------------------------------------------- - -TAGFILES = tagfiles/qt.tags=https://doc.qt.io/qt-5/ -PERL_PATH = perl - -#--------------------------------------------------------------------------- -# Configuration options related to the dot tool -#--------------------------------------------------------------------------- - -CLASS_DIAGRAMS = NO diff --git a/companion/src/thirdparty/maxlibqt/doc/Doxyfile.in b/companion/src/thirdparty/maxlibqt/doc/Doxyfile.in deleted file mode 100644 index d126fe58c40..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/Doxyfile.in +++ /dev/null @@ -1,11 +0,0 @@ -# Doxyfile 1.8.13 - -@INCLUDE = @DOC_DIR@/Doxyfile - -OUTPUT_DIRECTORY = @DOC_OUTPUT_DIR@ - -QUIET = YES -WARNINGS = NO -WARN_IF_UNDOCUMENTED = NO -WARN_IF_DOC_ERROR = NO -HTML_TIMESTAMP = NO diff --git a/companion/src/thirdparty/maxlibqt/doc/DoxygenLayout.xml b/companion/src/thirdparty/maxlibqt/doc/DoxygenLayout.xml deleted file mode 100644 index 0199a8f2210..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/DoxygenLayout.xml +++ /dev/null @@ -1,226 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/companion/src/thirdparty/maxlibqt/doc/customdoxygen.css b/companion/src/thirdparty/maxlibqt/doc/customdoxygen.css deleted file mode 100644 index 496e1a88052..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/customdoxygen.css +++ /dev/null @@ -1,49 +0,0 @@ - -#projectlogo img -{ - max-height: 56px -} - - -#projectname -{ - /*font: bold 280% Tahoma, Arial,sans-serif;*/ - /*margin: 0px;*/ - padding: 2px 2px 0px 10px; - font-variant: small-caps; -} - - -a.el { - color: #009b00; - font-weight: normal; -} - -a.el:visited { - color: #007800; - font-weight: normal; -} - -.navpath li.navelem a { - font-weight: bold -} - -.memtitle { - font-size: 1.3em; -} - -div.fragment { - padding: 5px; -} - -div.line { - padding: 2px 0; - text-indent: 0; -} - - -h2.memtitle { display: none; } -div.memproto { border-top-left-radius: 4px; } -table.memname tr { display: inline-table; } -table.memname td { padding: 1px 0; } -td.memname { font-size: larger; } diff --git a/companion/src/thirdparty/maxlibqt/doc/logo_64.png b/companion/src/thirdparty/maxlibqt/doc/logo_64.png deleted file mode 100644 index f84441d689c09f517722550308f146b33e9dfbc3..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 5669 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 LNkvXXu0mjf{GYVL diff --git a/companion/src/thirdparty/maxlibqt/doc/logo_96.png b/companion/src/thirdparty/maxlibqt/doc/logo_96.png deleted file mode 100644 index 3f4b03a1c28b629b51e6bef7100fcbdbaff06b8f..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 10029 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 argument should point to a Qt documentation installation folder, -for example "/usr/qt/Docs/Qt-5.12.6" or "c:\Qt\Docs\Qt-5.12.6". - -If the docs root argument is not provided, then the value of environment -variables QT_DIR and QTHOME are checked (if both are found, the former takes -precedence). If a valid path was found, it is searched for a "Docs" subfolder -which contains subfolders in the format of "Qt-5.#.#" (where the numbers -represent a Qt version). The newest, or only, version subfolder found is then -used as the Qt docs root. - -The list of modules to import documentation from is essentially a list of -subfolder(s) of this documentation root. Each module folder should contain an -identically named .tags file (eg. /Docs/Qt-5.12.6/qtcore/qtcore.tags). -""" - -# Default module set, only import tags for ones we're very likely to need. -QTMODULES = [ - "qtcore", - # "qtbluetooth", - # "qtconcurrent", - # "qtdbus", # no tagfile - "qtgui", - # "qtnetwork", - "qtprintsupport", - # "qtqml", - # "qtquick", - # "qtquickcontrols", - # "qtsvg", - "qtwidgets", -] - -# Default output path/file (only the path part is used when copying with -i opt) -OUTPUT_DEST = "tagfiles/qt.tags" - -import argparse -import glob -import os -import re -import sys -from shutil import copy2 -from qttagsfix import fixEnums - -def copyFiles(modules, docsdir, destpath): - for module in modules: - fn = module + ".tags" - tagfile = os.path.join(docsdir, module, fn) - if os.path.isfile(tagfile): - print("Copying tag file: " + tagfile) - copy2(tagfile, destpath) - else: - print("Could not find "+tagfile+", skipping.") - doEnumsFix(os.path.join(destpath, fn)) - return 0 - - -def concatFiles(modules, docsdir, destfile): - # get Qt version, only for a comment in the created tags file, not vital - qtver = os.getenv("QT_VERSION", os.path.basename(os.path.normpath(docsdir))) - qtver = re.sub("[^\d\.]", "", qtver) - if not qtver: - qtver = "(unknown)" - with open(destfile, "w", encoding="utf-8") as f: - # write an opening header with inserted comment - f.write('\n') - f.write('\n') - f.write("" % (modules, qtver)) - for module in modules: - tagfile = os.path.join(docsdir, module, module + ".tags") - if not os.path.isfile(tagfile): - print("Could not find "+tagfile+", skipping.") - continue - with (open(tagfile, "r", encoding="utf-8")) as tf: - print("Adding tag file: " + tagfile) - f.write("\n\n\n\n" % os.path.basename(tagfile)) - tagtext = tf.read() - # strip opening header tags from input files - tagtext = tagtext[re.search('\n', tagtext).end():] - # strip closing tag also, but not from the last file - tagtext = tagtext[:tagtext.rfind('\n')] - f.write(tagtext) - f.write('\n') - doEnumsFix(destfile) - return 0 - -def doEnumsFix(infile): - print("Fixing up enums in tagfile: " + infile) - fixEnums(infile) - -def main(): - parser = argparse.ArgumentParser( - formatter_class=argparse.RawDescriptionHelpFormatter, - description=DESCRIPTION, epilog=HELPTEXT) - - parser.add_argument("docsroot", nargs='?', metavar="", - help="Qt documentation installation folder.") - parser.add_argument("-m", nargs="*", metavar="", default=QTMODULES, - help="Qt module(s) to import (default: %(default)s).") - parser.add_argument("-i", default=False, action="store_true", - help="Copy individual files instead of concatenating.") - parser.add_argument("-o", metavar="", default=OUTPUT_DEST, - help="Output file (if concatenating) or folder (if copying with -i) (default: %(default)s).") - - opts = parser.parse_args(); - - if not len(opts.m): - sys.exit("Empty modules list, nothing to import.") - - destfile = os.path.normpath(opts.o) - destpath = destfile - if not opts.i: - destpath = os.path.dirname(destfile) - if not destfile or not os.access(destpath, os.W_OK): - sys.exit("Unable access output location %s (%s)" % (destfile, destpath)) - print("Output to: " + destfile) - - docsdir = "" - if opts.docsroot: - docsdir = opts.docsroot - else: - # try to find docs folder based on QTHOME or QT_DIR env. vars - qtdir = os.getenv("QT_DIR", os.getenv('QTHOME', "")) - if qtdir: - qtdir = os.path.join(qtdir, "Docs", "Qt-5*") - dirs = list(filter(os.path.isdir, glob.glob(qtdir))) - if len(dirs): - dirs.sort(key = lambda x: os.path.getctime(x), reverse = True) - docsdir = dirs[0] - - if not docsdir or not os.path.isdir(docsdir) or not os.access(docsdir, os.R_OK): - sys.exit("Unable to determine or access Qt docs directory: " + docsdir) - - print("Using source directory: %s" % docsdir) - - if opts.i: - # just copy individual files - return copyFiles(opts.m, docsdir, destpath) - - # concatenate tagfiles into one - return concatFiles(opts.m, docsdir, destfile) - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/companion/src/thirdparty/maxlibqt/doc/qttagsfix.py b/companion/src/thirdparty/maxlibqt/doc/qttagsfix.py deleted file mode 100644 index b802256bfa5..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/qttagsfix.py +++ /dev/null @@ -1,165 +0,0 @@ -#!/usr/bin/env python -__copyright__ = """ -COPYRIGHT: (c)2020 Maxim Paperno; All Rights Reserved. - -Released under MIT License: - -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the "Software"), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: - -The above copyright notice and this permission notice shall be included in all -copies or substantial portions of the Software. - -THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. -""" - -DESCRIPTION = """ -A utility to fix Qt's Doxygen-compatible tag files which have invalid data -for enum types and values, as per QTBUG-61790. It can be used as a standalone -utility, or imported as a package to call the fixEnums() method directly. - -It reads a given input file, applies the fixes, and writes the fixed XML -back to a file (either the same one as the input, or a new one). - -It looks for tags improperly formatted like this: - - - Orientation - Orientation-enum - - - - Orientation-enum - - - -And converts them to: - - - Orientation - qt.html - Orientation-enum - - - Horizontal - qt.html - Orientation-enum - - -One limitation is that there is no way to detect deprecated enums, so those -will still be linked to the parent's main docs page, instead of the "-obsolete" -page where they actually are listed. -""" - -import sys -import argparse -import xml.etree.ElementTree as ET - -# used as parser target for preserving comments in XML -class CommentedTreeBuilder(ET.TreeBuilder): - def comment(self, data): - self.start(ET.Comment, {}) - self.data(data) - self.end(ET.Comment) - - -# to strip useless arglist tag -def stripEmptyArglist(parent): - alist = parent.find('arglist') - if alist is not None and not alist.text: - parent.remove(alist) - lastEl = parent.find('anchor') - if lastEl is not None: - parent.find('anchor').tail = parent.tail - - -# Fix enum members in Qt tagfiles (QTBUG-61790). -# `infile` is the full path to the XML tag file to process. -# If `outfile` is `None` (default) then the `infile` file is overwritten. -def fixEnums(infile, outfile=None): - if not outfile: - outfile = infile - tree = ET.parse(infile, ET.XMLParser(target=CommentedTreeBuilder())) - root = tree.getroot() - - # iterate over all compounds with named enum members - for comp in root.iterfind(".//member[@kind='enum']/name/../.."): - if comp is None: - continue - # the file name of the parent compound becomes the for enum links - fn = comp.find('filename') - if fn is None: - continue - # Skip the whole compound if it doesn't have the broken enum syntax anywhere - # (we could probably just bail out entirely here, but who knows...) - if comp.find(".//member[@name]") is None: - continue - - # get line break and indent level for inserting elements - tail = comp.find("./member/name").tail - # element needed for enumeration and enumvalue tags - afileEl = ET.Element('anchorfile') - afileEl.text = fn.text - afileEl.tail = tail - - # fix tags (change to kind="enumeration" and add ) - for enum in comp.iterfind(".//member[@kind='enum']"): - if enum.find('anchorfile') is not None: - continue # has anchorfile element, must have been fixed already - enum.set('kind', "enumeration") - enum.insert(1, afileEl) - stripEmptyArglist(enum) - - # fix enum value members which appear as but should - # be add elements - for enumval in comp.iterfind(".//member[@name]"): - ename = enumval.get('name') - if ename is None or enumval.find('name') is not None: - continue # must have been fixed already - enumval.attrib.clear() # remove 'name' attrib - enumval.set('kind', "enumvalue") - nameEl = ET.Element('name') - nameEl.text = ename - nameEl.tail = tail - enumval.insert(0, nameEl) - enumval.insert(1, afileEl) - stripEmptyArglist(enumval) - - # write out the new XML - tree.write(outfile, encoding="UTF-8", xml_declaration=True) - - -def main(): - parser = argparse.ArgumentParser( - formatter_class=argparse.RawDescriptionHelpFormatter, - description=DESCRIPTION) - - parser.add_argument("infile", - help="Input XML tagfile to fix.") - parser.add_argument("outfile", - help="Output file for fixed XML. Use 'overwrite' to modify the input file itself.") - - opts = parser.parse_args(); - - if opts.outfile == "overwrite": - opts.outfile = opts.infile - - print("Fixing up tagfile: " + opts.infile) - print("Output to: " + opts.outfile) - - fixEnums(opts.infile, opts.outfile) - - return 0 - - -if __name__ == "__main__": - sys.exit(main()) diff --git a/companion/src/thirdparty/maxlibqt/doc/tagfiles/qt.tags b/companion/src/thirdparty/maxlibqt/doc/tagfiles/qt.tags deleted file mode 100644 index 3f5151e6aef..00000000000 --- a/companion/src/thirdparty/maxlibqt/doc/tagfiles/qt.tags +++ /dev/null @@ -1,282842 +0,0 @@ - - - - - - - - QSysInfo - qsysinfo.html - - Sizes - qsysinfo.html - Sizes-enum - - - WordSize - qsysinfo.html - Sizes-enum - - - Endian - qsysinfo.html - Endian-enum - - - BigEndian - qsysinfo.html - Endian-enum - - - LittleEndian - qsysinfo.html - Endian-enum - - - ByteOrder - qsysinfo.html - Endian-enum - - - WinVersion - qsysinfo.html - WinVersion-enum - - - WV_None - qsysinfo.html - WinVersion-enum - - - WV_32s - qsysinfo.html - WinVersion-enum - - - WV_95 - qsysinfo.html - WinVersion-enum - - - WV_98 - qsysinfo.html - WinVersion-enum - - - WV_Me - qsysinfo.html - WinVersion-enum - - - WV_DOS_based - qsysinfo.html - WinVersion-enum - - - WV_NT - qsysinfo.html - WinVersion-enum - - - WV_2000 - qsysinfo.html - WinVersion-enum - - - WV_XP - qsysinfo.html - WinVersion-enum - - - WV_2003 - qsysinfo.html - WinVersion-enum - - - WV_VISTA - qsysinfo.html - WinVersion-enum - - - WV_WINDOWS7 - qsysinfo.html - WinVersion-enum - - - WV_WINDOWS8 - qsysinfo.html - WinVersion-enum - - - WV_WINDOWS8_1 - qsysinfo.html - WinVersion-enum - - - WV_WINDOWS10 - qsysinfo.html - WinVersion-enum - - - WV_NT_based - qsysinfo.html - WinVersion-enum - - - WV_4_0 - qsysinfo.html - WinVersion-enum - - - WV_5_0 - qsysinfo.html - WinVersion-enum - - - WV_5_1 - qsysinfo.html - WinVersion-enum - - - WV_5_2 - qsysinfo.html - WinVersion-enum - - - WV_6_0 - qsysinfo.html - WinVersion-enum - - - WV_6_1 - qsysinfo.html - WinVersion-enum - - - WV_6_2 - qsysinfo.html - WinVersion-enum - - - WV_6_3 - qsysinfo.html - WinVersion-enum - - - WV_10_0 - qsysinfo.html - WinVersion-enum - - - WV_CE - qsysinfo.html - WinVersion-enum - - - WV_CENET - qsysinfo.html - WinVersion-enum - - - WV_CE_5 - qsysinfo.html - WinVersion-enum - - - WV_CE_6 - qsysinfo.html - WinVersion-enum - - - WV_CE_based - qsysinfo.html - WinVersion-enum - - - MacVersion - qsysinfo.html - MacVersion-enum - - - MV_None - qsysinfo.html - MacVersion-enum - - - MV_Unknown - qsysinfo.html - MacVersion-enum - - - MV_9 - qsysinfo.html - MacVersion-enum - - - MV_10_0 - qsysinfo.html - MacVersion-enum - - - MV_10_1 - qsysinfo.html - MacVersion-enum - - - MV_10_2 - qsysinfo.html - MacVersion-enum - - - MV_10_3 - qsysinfo.html - MacVersion-enum - - - MV_10_4 - qsysinfo.html - MacVersion-enum - - - MV_10_5 - qsysinfo.html - MacVersion-enum - - - MV_10_6 - qsysinfo.html - MacVersion-enum - - - MV_10_7 - qsysinfo.html - MacVersion-enum - - - MV_10_8 - qsysinfo.html - MacVersion-enum - - - MV_10_9 - qsysinfo.html - MacVersion-enum - - - MV_10_10 - qsysinfo.html - MacVersion-enum - - - MV_10_11 - qsysinfo.html - MacVersion-enum - - - MV_10_12 - qsysinfo.html - MacVersion-enum - - - MV_CHEETAH - qsysinfo.html - MacVersion-enum - - - MV_PUMA - qsysinfo.html - MacVersion-enum - - - MV_JAGUAR - qsysinfo.html - MacVersion-enum - - - MV_PANTHER - qsysinfo.html - MacVersion-enum - - - MV_TIGER - qsysinfo.html - MacVersion-enum - - - MV_LEOPARD - qsysinfo.html - MacVersion-enum - - - MV_SNOWLEOPARD - qsysinfo.html - MacVersion-enum - - - MV_LION - qsysinfo.html - MacVersion-enum - - - MV_MOUNTAINLION - qsysinfo.html - MacVersion-enum - - - MV_MAVERICKS - qsysinfo.html - MacVersion-enum - - - MV_YOSEMITE - qsysinfo.html - MacVersion-enum - - - MV_ELCAPITAN - qsysinfo.html - MacVersion-enum - - - MV_SIERRA - qsysinfo.html - MacVersion-enum - - - MV_IOS - qsysinfo.html - MacVersion-enum - - - MV_IOS_4_3 - qsysinfo.html - MacVersion-enum - - - MV_IOS_5_0 - qsysinfo.html - MacVersion-enum - - - MV_IOS_5_1 - qsysinfo.html - MacVersion-enum - - - MV_IOS_6_0 - qsysinfo.html - MacVersion-enum - - - MV_IOS_6_1 - qsysinfo.html - MacVersion-enum - - - MV_IOS_7_0 - qsysinfo.html - MacVersion-enum - - - MV_IOS_7_1 - qsysinfo.html - MacVersion-enum - - - MV_IOS_8_0 - qsysinfo.html - MacVersion-enum - - - MV_IOS_8_1 - qsysinfo.html - MacVersion-enum - - - MV_IOS_8_2 - qsysinfo.html - MacVersion-enum - - - MV_IOS_8_3 - qsysinfo.html - MacVersion-enum - - - MV_IOS_8_4 - qsysinfo.html - MacVersion-enum - - - MV_IOS_9_0 - qsysinfo.html - MacVersion-enum - - - MV_IOS_9_1 - qsysinfo.html - MacVersion-enum - - - MV_IOS_9_2 - qsysinfo.html - MacVersion-enum - - - MV_IOS_9_3 - qsysinfo.html - MacVersion-enum - - - MV_IOS_10_0 - qsysinfo.html - MacVersion-enum - - - MV_TVOS - qsysinfo.html - MacVersion-enum - - - MV_TVOS_9_0 - qsysinfo.html - MacVersion-enum - - - MV_TVOS_9_1 - qsysinfo.html - MacVersion-enum - - - MV_TVOS_9_2 - qsysinfo.html - MacVersion-enum - - - MV_TVOS_10_0 - qsysinfo.html - MacVersion-enum - - - MV_WATCHOS - qsysinfo.html - MacVersion-enum - - - MV_WATCHOS_2_0 - qsysinfo.html - MacVersion-enum - - - MV_WATCHOS_2_1 - qsysinfo.html - MacVersion-enum - - - MV_WATCHOS_2_2 - qsysinfo.html - MacVersion-enum - - - MV_WATCHOS_3_0 - qsysinfo.html - MacVersion-enum - - - QSysInfo::WinVersion - windowsVersion - qsysinfo-obsolete.html - windowsVersion - () - - - QSysInfo::MacVersion - macVersion - qsysinfo-obsolete.html - macVersion - () - - - QString - buildCpuArchitecture - qsysinfo.html - buildCpuArchitecture - () - - - QString - currentCpuArchitecture - qsysinfo.html - currentCpuArchitecture - () - - - QString - buildAbi - qsysinfo.html - buildAbi - () - - - QString - kernelType - qsysinfo.html - kernelType - () - - - QString - kernelVersion - qsysinfo.html - kernelVersion - () - - - QString - productType - qsysinfo.html - productType - () - - - QString - productVersion - qsysinfo.html - productVersion - () - - - QString - prettyProductName - qsysinfo.html - prettyProductName - () - - - QString - machineHostName - qsysinfo.html - machineHostName - () - - - QByteArray - machineUniqueId - qsysinfo.html - machineUniqueId - () - - - QByteArray - bootUniqueId - qsysinfo.html - bootUniqueId - () - - - - QMessageLogContext - qmessagelogcontext.html - - - QMessageLogger - qmessagelogger.html - - - QMessageLogger - qmessagelogger.html - QMessageLogger - () - - - - QMessageLogger - qmessagelogger.html - QMessageLogger-2 - (const char *file, int line, const char *function) - - - - QMessageLogger - qmessagelogger.html - QMessageLogger-3 - (const char *file, int line, const char *function, const char *category) - - - void - debug - qmessagelogger.html - debug - (const char *msg, ... ) const const - - - void - info - qmessagelogger.html - info - (const char *msg, ... ) const const - - - void - warning - qmessagelogger.html - warning - (const char *msg, ... ) const const - - - void - critical - qmessagelogger.html - critical - (const char *msg, ... ) const const - - - CategoryFunction - qmessagelogger.html - CategoryFunction-typedef - - - - void - debug - qmessagelogger.html - debug-1 - (const QLoggingCategory &cat, const char *msg, ... ) const const - - - void - debug - qmessagelogger.html - debug-2 - (QMessageLogger::CategoryFunction catFunc, const char *msg, ... ) const const - - - void - info - qmessagelogger.html - info-1 - (const QLoggingCategory &cat, const char *msg, ... ) const const - - - void - info - qmessagelogger.html - info-2 - (QMessageLogger::CategoryFunction catFunc, const char *msg, ... ) const const - - - void - warning - qmessagelogger.html - warning-1 - (const QLoggingCategory &cat, const char *msg, ... ) const const - - - void - warning - qmessagelogger.html - warning-2 - (QMessageLogger::CategoryFunction catFunc, const char *msg, ... ) const const - - - void - critical - qmessagelogger.html - critical-1 - (const QLoggingCategory &cat, const char *msg, ... ) const const - - - void - critical - qmessagelogger.html - critical-2 - (QMessageLogger::CategoryFunction catFunc, const char *msg, ... ) const const - - - void - fatal - qmessagelogger.html - fatal - (const char *msg, ... ) const const - - - QDebug - debug - qmessagelogger.html - debug-3 - () const const - - - QDebug - debug - qmessagelogger.html - debug-4 - (const QLoggingCategory &cat) const const - - - QDebug - debug - qmessagelogger.html - debug-5 - (QMessageLogger::CategoryFunction catFunc) const const - - - QDebug - info - qmessagelogger.html - info-3 - () const const - - - QDebug - info - qmessagelogger.html - info-4 - (const QLoggingCategory &cat) const const - - - QDebug - info - qmessagelogger.html - info-5 - (QMessageLogger::CategoryFunction catFunc) const const - - - QDebug - warning - qmessagelogger.html - warning-3 - () const const - - - QDebug - warning - qmessagelogger.html - warning-4 - (const QLoggingCategory &cat) const const - - - QDebug - warning - qmessagelogger.html - warning-5 - (QMessageLogger::CategoryFunction catFunc) const const - - - QDebug - critical - qmessagelogger.html - critical-3 - () const const - - - QDebug - critical - qmessagelogger.html - critical-4 - (const QLoggingCategory &cat) const const - - - QDebug - critical - qmessagelogger.html - critical-5 - (QMessageLogger::CategoryFunction catFunc) const const - - - - QFlag - qflag.html - - - QFlag - qflag.html - QFlag - (int value) - - - int - operator int - qflag.html - operator-int - () const const - - - - QFlag - qflag.html - QFlag-1 - (uint value) - - - - QFlag - qflag.html - QFlag-2 - (short value) - - - - QFlag - qflag.html - QFlag-3 - (ushort value) - - - uint - operator uint - qflag.html - operator-uint - () const const - - - - QFlags - qflags.html - - Int - qflags.html - Int-typedef - - - - enum_type - qflags.html - enum_type-typedef - - - - - QFlags - qflags.html - QFlags - (const QFlags<T> &other) - - - QFlags<T> & - operator= - qflags.html - operator-eq - (const QFlags<T> &other) - - - - QFlags - qflags.html - QFlags-1 - (Enum flags) - - - - QFlags - qflags.html - QFlags-2 - (QFlags::Zero ) - - - - QFlags - qflags.html - QFlags-3 - (QFlag flag) - - - - QFlags - qflags.html - QFlags-4 - (std::initializer_list<Enum> flags) - - - QFlags<T> & - operator&= - qflags.html - operator-and-eq - (int mask) - - - QFlags<T> & - operator&= - qflags.html - operator-and-eq-1 - (uint mask) - - - QFlags<T> & - operator&= - qflags.html - operator-and-eq-2 - (Enum mask) - - - QFlags<T> & - operator|= - qflags.html - operator-7c-eq - (QFlags<T> other) - - - QFlags<T> & - operator|= - qflags.html - operator-7c-eq-1 - (Enum other) - - - QFlags<T> & - operator^= - qflags.html - operator-5e-eq - (QFlags<T> other) - - - QFlags<T> & - operator^= - qflags.html - operator-5e-eq-1 - (Enum other) - - - QFlags::Int - operator QFlags::Int - qflags.html - operator-QFlags::Int - () const const - - - QFlags<T> - operator| - qflags.html - operator-7c - (QFlags<T> other) const const - - - QFlags<T> - operator| - qflags.html - operator-7c-1 - (Enum other) const const - - - QFlags<T> - operator^ - qflags.html - operator-5e - (QFlags<T> other) const const - - - QFlags<T> - operator^ - qflags.html - operator-5e-1 - (Enum other) const const - - - QFlags<T> - operator& - qflags.html - operator-and - (int mask) const const - - - QFlags<T> - operator& - qflags.html - operator-and-1 - (uint mask) const const - - - QFlags<T> - operator& - qflags.html - operator-and-2 - (Enum other) const const - - - QFlags<T> - operator~ - qflags.html - operator-7e - () const const - - - bool - operator! - qflags.html - operator-not - () const const - - - bool - testFlag - qflags.html - testFlag - (Enum flag) const const - - - QFlags<T> & - setFlag - qflags.html - setFlag - (Enum flag, bool on) - - - - QAtomicInteger - qatomicinteger.html - QBasicAtomicInteger - - - QAtomicInteger - qatomicinteger.html - QAtomicInteger - (T value) - - - - QAtomicInteger - qatomicinteger.html - QAtomicInteger-1 - (const QAtomicInteger<T> &other) - - - QAtomicInteger<T> & - operator= - qatomicinteger.html - operator-eq - (const QAtomicInteger<T> &other) - - - T - load - qatomicinteger.html - load - () const const - - - T - loadAcquire - qatomicinteger.html - loadAcquire - () const const - - - void - store - qatomicinteger.html - store - (T newValue) - - - void - storeRelease - qatomicinteger.html - storeRelease - (T newValue) - - - T - operator T - qatomicinteger.html - operator-T - () const const - - - QAtomicInteger<T> & - operator= - qatomicinteger.html - operator-eq-1 - (T ) - - - bool - isReferenceCountingNative - qatomicinteger.html - isReferenceCountingNative - () - - - bool - isReferenceCountingWaitFree - qatomicinteger.html - isReferenceCountingWaitFree - () - - - bool - ref - qatomicinteger.html - ref - () - - - bool - deref - qatomicinteger.html - deref - () - - - bool - isTestAndSetNative - qatomicinteger.html - isTestAndSetNative - () - - - bool - isTestAndSetWaitFree - qatomicinteger.html - isTestAndSetWaitFree - () - - - bool - testAndSetRelaxed - qatomicinteger.html - testAndSetRelaxed - (T expectedValue, T newValue) - - - bool - testAndSetAcquire - qatomicinteger.html - testAndSetAcquire - (T expectedValue, T newValue) - - - bool - testAndSetRelease - qatomicinteger.html - testAndSetRelease - (T expectedValue, T newValue) - - - bool - testAndSetOrdered - qatomicinteger.html - testAndSetOrdered - (T expectedValue, T newValue) - - - bool - isFetchAndStoreNative - qatomicinteger.html - isFetchAndStoreNative - () - - - bool - isFetchAndStoreWaitFree - qatomicinteger.html - isFetchAndStoreWaitFree - () - - - T - fetchAndStoreRelaxed - qatomicinteger.html - fetchAndStoreRelaxed - (T newValue) - - - T - fetchAndStoreAcquire - qatomicinteger.html - fetchAndStoreAcquire - (T newValue) - - - T - fetchAndStoreRelease - qatomicinteger.html - fetchAndStoreRelease - (T newValue) - - - T - fetchAndStoreOrdered - qatomicinteger.html - fetchAndStoreOrdered - (T newValue) - - - bool - isFetchAndAddNative - qatomicinteger.html - isFetchAndAddNative - () - - - bool - isFetchAndAddWaitFree - qatomicinteger.html - isFetchAndAddWaitFree - () - - - T - fetchAndAddRelaxed - qatomicinteger.html - fetchAndAddRelaxed - (T valueToAdd) - - - T - fetchAndAddAcquire - qatomicinteger.html - fetchAndAddAcquire - (T valueToAdd) - - - T - fetchAndAddRelease - qatomicinteger.html - fetchAndAddRelease - (T valueToAdd) - - - T - fetchAndAddOrdered - qatomicinteger.html - fetchAndAddOrdered - (T valueToAdd) - - - T - fetchAndSubRelaxed - qatomicinteger.html - fetchAndSubRelaxed - (T valueToSub) - - - T - fetchAndSubAcquire - qatomicinteger.html - fetchAndSubAcquire - (T valueToSub) - - - T - fetchAndSubRelease - qatomicinteger.html - fetchAndSubRelease - (T valueToSub) - - - T - fetchAndSubOrdered - qatomicinteger.html - fetchAndSubOrdered - (T valueToSub) - - - T - fetchAndOrRelaxed - qatomicinteger.html - fetchAndOrRelaxed - (T valueToOr) - - - T - fetchAndOrAcquire - qatomicinteger.html - fetchAndOrAcquire - (T valueToOr) - - - T - fetchAndOrRelease - qatomicinteger.html - fetchAndOrRelease - (T valueToOr) - - - T - fetchAndOrOrdered - qatomicinteger.html - fetchAndOrOrdered - (T valueToOr) - - - T - fetchAndAndRelaxed - qatomicinteger.html - fetchAndAndRelaxed - (T valueToAnd) - - - T - fetchAndAndAcquire - qatomicinteger.html - fetchAndAndAcquire - (T valueToAnd) - - - T - fetchAndAndRelease - qatomicinteger.html - fetchAndAndRelease - (T valueToAnd) - - - T - fetchAndAndOrdered - qatomicinteger.html - fetchAndAndOrdered - (T valueToAnd) - - - T - fetchAndXorRelaxed - qatomicinteger.html - fetchAndXorRelaxed - (T valueToXor) - - - T - fetchAndXorAcquire - qatomicinteger.html - fetchAndXorAcquire - (T valueToXor) - - - T - fetchAndXorRelease - qatomicinteger.html - fetchAndXorRelease - (T valueToXor) - - - T - fetchAndXorOrdered - qatomicinteger.html - fetchAndXorOrdered - (T valueToXor) - - - T - operator++ - qatomicinteger.html - operator-2b-2b - () - - - T - operator++ - qatomicinteger.html - operator-2b-2b-1 - (int ) - - - T - operator-- - qatomicinteger.html - operator-- - () - - - T - operator-- - qatomicinteger.html - operator---1 - (int ) - - - T - operator+= - qatomicinteger.html - operator-2b-eq - (T value) - - - T - operator-= - qatomicinteger.html - operator--eq - (T value) - - - T - operator|= - qatomicinteger.html - operator-7c-eq - (T value) - - - T - operator&= - qatomicinteger.html - operator-and-eq - (T value) - - - T - operator^= - qatomicinteger.html - operator-5e-eq - (T value) - - - - QAtomicInt - qatomicint.html - QAtomicInteger - - - QAtomicInt - qatomicint.html - QAtomicInt - (int value) - - - - QAtomicPointer - qatomicpointer.html - QBasicAtomicPointer - - - QAtomicPointer - qatomicpointer.html - QAtomicPointer - (T *value) - - - - QAtomicPointer - qatomicpointer.html - QAtomicPointer-1 - (const QAtomicPointer<T> &other) - - - QAtomicPointer<T> & - operator= - qatomicpointer.html - operator-eq - (const QAtomicPointer<T> &other) - - - T * - load - qatomicpointer.html - load - () const const - - - T * - loadAcquire - qatomicpointer.html - loadAcquire - () const const - - - void - store - qatomicpointer.html - store - (T *newValue) - - - void - storeRelease - qatomicpointer.html - storeRelease - (T *newValue) - - - bool - isTestAndSetNative - qatomicpointer.html - isTestAndSetNative - () - - - bool - isTestAndSetWaitFree - qatomicpointer.html - isTestAndSetWaitFree - () - - - bool - testAndSetRelaxed - qatomicpointer.html - testAndSetRelaxed - (T *expectedValue, T *newValue) - - - bool - testAndSetAcquire - qatomicpointer.html - testAndSetAcquire - (T *expectedValue, T *newValue) - - - bool - testAndSetRelease - qatomicpointer.html - testAndSetRelease - (T *expectedValue, T *newValue) - - - bool - testAndSetOrdered - qatomicpointer.html - testAndSetOrdered - (T *expectedValue, T *newValue) - - - bool - isFetchAndStoreNative - qatomicpointer.html - isFetchAndStoreNative - () - - - bool - isFetchAndStoreWaitFree - qatomicpointer.html - isFetchAndStoreWaitFree - () - - - T * - fetchAndStoreRelaxed - qatomicpointer.html - fetchAndStoreRelaxed - (T *newValue) - - - T * - fetchAndStoreAcquire - qatomicpointer.html - fetchAndStoreAcquire - (T *newValue) - - - T * - fetchAndStoreRelease - qatomicpointer.html - fetchAndStoreRelease - (T *newValue) - - - T * - fetchAndStoreOrdered - qatomicpointer.html - fetchAndStoreOrdered - (T *newValue) - - - bool - isFetchAndAddNative - qatomicpointer.html - isFetchAndAddNative - () - - - bool - isFetchAndAddWaitFree - qatomicpointer.html - isFetchAndAddWaitFree - () - - - T * - fetchAndAddRelaxed - qatomicpointer.html - fetchAndAddRelaxed - (qptrdiff valueToAdd) - - - T * - fetchAndAddAcquire - qatomicpointer.html - fetchAndAddAcquire - (qptrdiff valueToAdd) - - - T * - fetchAndAddRelease - qatomicpointer.html - fetchAndAddRelease - (qptrdiff valueToAdd) - - - T * - fetchAndAddOrdered - qatomicpointer.html - fetchAndAddOrdered - (qptrdiff valueToAdd) - - - - QGlobalStatic - qglobalstatic.html - - Type - qglobalstatic.html - Type-typedef - - - - bool - isDestroyed - qglobalstatic.html - isDestroyed - () const const - - - bool - exists - qglobalstatic.html - exists - () const const - - - QGlobalStatic::Type * - operator QGlobalStatic::Type * - qglobalstatic.html - operator-QGlobalStatic::Type--2a - () - - - QGlobalStatic::Type * - operator() - qglobalstatic-obsolete.html - operator-28-29 - ()() - - - QGlobalStatic::Type * - operator-> - qglobalstatic.html - operator--gt - () - - - QGlobalStatic::Type & - operator* - qglobalstatic.html - operator-2a - () - - - - Qt - qt.html - - GlobalColor - qt.html - GlobalColor-enum - - - color0 - qt.html - GlobalColor-enum - - - color1 - qt.html - GlobalColor-enum - - - black - qt.html - GlobalColor-enum - - - white - qt.html - GlobalColor-enum - - - darkGray - qt.html - GlobalColor-enum - - - gray - qt.html - GlobalColor-enum - - - lightGray - qt.html - GlobalColor-enum - - - red - qt.html - GlobalColor-enum - - - green - qt.html - GlobalColor-enum - - - blue - qt.html - GlobalColor-enum - - - cyan - qt.html - GlobalColor-enum - - - magenta - qt.html - GlobalColor-enum - - - yellow - qt.html - GlobalColor-enum - - - darkRed - qt.html - GlobalColor-enum - - - darkGreen - qt.html - GlobalColor-enum - - - darkBlue - qt.html - GlobalColor-enum - - - darkCyan - qt.html - GlobalColor-enum - - - darkMagenta - qt.html - GlobalColor-enum - - - darkYellow - qt.html - GlobalColor-enum - - - transparent - qt.html - GlobalColor-enum - - - KeyboardModifier - qt.html - KeyboardModifier-enum - - - NoModifier - qt.html - KeyboardModifier-enum - - - ShiftModifier - qt.html - KeyboardModifier-enum - - - ControlModifier - qt.html - KeyboardModifier-enum - - - AltModifier - qt.html - KeyboardModifier-enum - - - MetaModifier - qt.html - KeyboardModifier-enum - - - KeypadModifier - qt.html - KeyboardModifier-enum - - - GroupSwitchModifier - qt.html - KeyboardModifier-enum - - - KeyboardModifierMask - qt.html - KeyboardModifier-enum - - - KeyboardModifiers - qt.html - KeyboardModifier-enum - - - - QFlags<KeyboardModifiers::enum_type> - operator| - qt.html - operator-7c - (KeyboardModifiers::enum_type f1, KeyboardModifiers::enum_type f2) - - - QFlags<KeyboardModifiers::enum_type> - operator| - qt.html - operator-7c-1 - (KeyboardModifiers::enum_type f1, QFlags<KeyboardModifiers::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-2 - (KeyboardModifiers::enum_type f1, int f2) - - - Modifier - qt.html - Modifier-enum - - - META - qt.html - Modifier-enum - - - SHIFT - qt.html - Modifier-enum - - - CTRL - qt.html - Modifier-enum - - - ALT - qt.html - Modifier-enum - - - MODIFIER_MASK - qt.html - Modifier-enum - - - UNICODE_ACCEL - qt.html - Modifier-enum - - - MouseButton - qt.html - MouseButton-enum - - - NoButton - qt.html - MouseButton-enum - - - LeftButton - qt.html - MouseButton-enum - - - RightButton - qt.html - MouseButton-enum - - - MidButton - qt.html - MouseButton-enum - - - MiddleButton - qt.html - MouseButton-enum - - - BackButton - qt.html - MouseButton-enum - - - XButton1 - qt.html - MouseButton-enum - - - ExtraButton1 - qt.html - MouseButton-enum - - - ForwardButton - qt.html - MouseButton-enum - - - XButton2 - qt.html - MouseButton-enum - - - ExtraButton2 - qt.html - MouseButton-enum - - - TaskButton - qt.html - MouseButton-enum - - - ExtraButton3 - qt.html - MouseButton-enum - - - ExtraButton4 - qt.html - MouseButton-enum - - - ExtraButton5 - qt.html - MouseButton-enum - - - ExtraButton6 - qt.html - MouseButton-enum - - - ExtraButton7 - qt.html - MouseButton-enum - - - ExtraButton8 - qt.html - MouseButton-enum - - - ExtraButton9 - qt.html - MouseButton-enum - - - ExtraButton10 - qt.html - MouseButton-enum - - - ExtraButton11 - qt.html - MouseButton-enum - - - ExtraButton12 - qt.html - MouseButton-enum - - - ExtraButton13 - qt.html - MouseButton-enum - - - ExtraButton14 - qt.html - MouseButton-enum - - - ExtraButton15 - qt.html - MouseButton-enum - - - ExtraButton16 - qt.html - MouseButton-enum - - - ExtraButton17 - qt.html - MouseButton-enum - - - ExtraButton18 - qt.html - MouseButton-enum - - - ExtraButton19 - qt.html - MouseButton-enum - - - ExtraButton20 - qt.html - MouseButton-enum - - - ExtraButton21 - qt.html - MouseButton-enum - - - ExtraButton22 - qt.html - MouseButton-enum - - - ExtraButton23 - qt.html - MouseButton-enum - - - ExtraButton24 - qt.html - MouseButton-enum - - - AllButtons - qt.html - MouseButton-enum - - - MaxMouseButton - qt.html - MouseButton-enum - - - MouseButtonMask - qt.html - MouseButton-enum - - - MouseButtons - qt.html - MouseButton-enum - - - - QFlags<MouseButtons::enum_type> - operator| - qt.html - operator-7c-3 - (MouseButtons::enum_type f1, MouseButtons::enum_type f2) - - - QFlags<MouseButtons::enum_type> - operator| - qt.html - operator-7c-4 - (MouseButtons::enum_type f1, QFlags<MouseButtons::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-5 - (MouseButtons::enum_type f1, int f2) - - - Orientation - qt.html - Orientation-enum - - - Horizontal - qt.html - Orientation-enum - - - Vertical - qt.html - Orientation-enum - - - Orientations - qt.html - Orientation-enum - - - - QFlags<Orientations::enum_type> - operator| - qt.html - operator-7c-6 - (Orientations::enum_type f1, Orientations::enum_type f2) - - - QFlags<Orientations::enum_type> - operator| - qt.html - operator-7c-7 - (Orientations::enum_type f1, QFlags<Orientations::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-8 - (Orientations::enum_type f1, int f2) - - - FocusPolicy - qt.html - FocusPolicy-enum - - - NoFocus - qt.html - FocusPolicy-enum - - - TabFocus - qt.html - FocusPolicy-enum - - - ClickFocus - qt.html - FocusPolicy-enum - - - StrongFocus - qt.html - FocusPolicy-enum - - - WheelFocus - qt.html - FocusPolicy-enum - - - TabFocusBehavior - qt.html - TabFocusBehavior-enum - - - NoTabFocus - qt.html - TabFocusBehavior-enum - - - TabFocusTextControls - qt.html - TabFocusBehavior-enum - - - TabFocusListControls - qt.html - TabFocusBehavior-enum - - - TabFocusAllControls - qt.html - TabFocusBehavior-enum - - - SortOrder - qt.html - SortOrder-enum - - - AscendingOrder - qt.html - SortOrder-enum - - - DescendingOrder - qt.html - SortOrder-enum - - - TileRule - qt.html - TileRule-enum - - - StretchTile - qt.html - TileRule-enum - - - RepeatTile - qt.html - TileRule-enum - - - RoundTile - qt.html - TileRule-enum - - - AlignmentFlag - qt.html - AlignmentFlag-enum - - - AlignLeft - qt.html - AlignmentFlag-enum - - - AlignLeading - qt.html - AlignmentFlag-enum - - - AlignRight - qt.html - AlignmentFlag-enum - - - AlignTrailing - qt.html - AlignmentFlag-enum - - - AlignHCenter - qt.html - AlignmentFlag-enum - - - AlignJustify - qt.html - AlignmentFlag-enum - - - AlignAbsolute - qt.html - AlignmentFlag-enum - - - AlignHorizontal_Mask - qt.html - AlignmentFlag-enum - - - AlignTop - qt.html - AlignmentFlag-enum - - - AlignBottom - qt.html - AlignmentFlag-enum - - - AlignVCenter - qt.html - AlignmentFlag-enum - - - AlignBaseline - qt.html - AlignmentFlag-enum - - - AlignVertical_Mask - qt.html - AlignmentFlag-enum - - - AlignCenter - qt.html - AlignmentFlag-enum - - - Alignment - qt.html - AlignmentFlag-enum - - - - QFlags<Alignment::enum_type> - operator| - qt.html - operator-7c-9 - (Alignment::enum_type f1, Alignment::enum_type f2) - - - QFlags<Alignment::enum_type> - operator| - qt.html - operator-7c-10 - (Alignment::enum_type f1, QFlags<Alignment::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-11 - (Alignment::enum_type f1, int f2) - - - TextFlag - qt.html - TextFlag-enum - - - TextSingleLine - qt.html - TextFlag-enum - - - TextDontClip - qt.html - TextFlag-enum - - - TextExpandTabs - qt.html - TextFlag-enum - - - TextShowMnemonic - qt.html - TextFlag-enum - - - TextWordWrap - qt.html - TextFlag-enum - - - TextWrapAnywhere - qt.html - TextFlag-enum - - - TextDontPrint - qt.html - TextFlag-enum - - - TextIncludeTrailingSpaces - qt.html - TextFlag-enum - - - TextHideMnemonic - qt.html - TextFlag-enum - - - TextJustificationForced - qt.html - TextFlag-enum - - - TextForceLeftToRight - qt.html - TextFlag-enum - - - TextForceRightToLeft - qt.html - TextFlag-enum - - - TextLongestVariant - qt.html - TextFlag-enum - - - TextBypassShaping - qt.html - TextFlag-enum - - - TextElideMode - qt.html - TextElideMode-enum - - - ElideLeft - qt.html - TextElideMode-enum - - - ElideRight - qt.html - TextElideMode-enum - - - ElideMiddle - qt.html - TextElideMode-enum - - - ElideNone - qt.html - TextElideMode-enum - - - WhiteSpaceMode - qt.html - WhiteSpaceMode-enum - - - WhiteSpaceNormal - qt.html - WhiteSpaceMode-enum - - - WhiteSpacePre - qt.html - WhiteSpaceMode-enum - - - WhiteSpaceNoWrap - qt.html - WhiteSpaceMode-enum - - - WhiteSpaceModeUndefined - qt.html - WhiteSpaceMode-enum - - - HitTestAccuracy - qt.html - HitTestAccuracy-enum - - - ExactHit - qt.html - HitTestAccuracy-enum - - - FuzzyHit - qt.html - HitTestAccuracy-enum - - - WindowType - qt.html - WindowType-enum - - - Widget - qt.html - WindowType-enum - - - Window - qt.html - WindowType-enum - - - Dialog - qt.html - WindowType-enum - - - Sheet - qt.html - WindowType-enum - - - Drawer - qt.html - WindowType-enum - - - Popup - qt.html - WindowType-enum - - - Tool - qt.html - WindowType-enum - - - ToolTip - qt.html - WindowType-enum - - - SplashScreen - qt.html - WindowType-enum - - - Desktop - qt.html - WindowType-enum - - - SubWindow - qt.html - WindowType-enum - - - ForeignWindow - qt.html - WindowType-enum - - - CoverWindow - qt.html - WindowType-enum - - - WindowType_Mask - qt.html - WindowType-enum - - - MSWindowsFixedSizeDialogHint - qt.html - WindowType-enum - - - MSWindowsOwnDC - qt.html - WindowType-enum - - - BypassWindowManagerHint - qt.html - WindowType-enum - - - X11BypassWindowManagerHint - qt.html - WindowType-enum - - - FramelessWindowHint - qt.html - WindowType-enum - - - WindowTitleHint - qt.html - WindowType-enum - - - WindowSystemMenuHint - qt.html - WindowType-enum - - - WindowMinimizeButtonHint - qt.html - WindowType-enum - - - WindowMaximizeButtonHint - qt.html - WindowType-enum - - - WindowMinMaxButtonsHint - qt.html - WindowType-enum - - - WindowContextHelpButtonHint - qt.html - WindowType-enum - - - WindowShadeButtonHint - qt.html - WindowType-enum - - - WindowStaysOnTopHint - qt.html - WindowType-enum - - - WindowTransparentForInput - qt.html - WindowType-enum - - - WindowOverridesSystemGestures - qt.html - WindowType-enum - - - WindowDoesNotAcceptFocus - qt.html - WindowType-enum - - - MaximizeUsingFullscreenGeometryHint - qt.html - WindowType-enum - - - CustomizeWindowHint - qt.html - WindowType-enum - - - WindowStaysOnBottomHint - qt.html - WindowType-enum - - - WindowCloseButtonHint - qt.html - WindowType-enum - - - MacWindowToolBarButtonHint - qt.html - WindowType-enum - - - BypassGraphicsProxyWidget - qt.html - WindowType-enum - - - NoDropShadowWindowHint - qt.html - WindowType-enum - - - WindowFullscreenButtonHint - qt.html - WindowType-enum - - - WindowFlags - qt.html - WindowType-enum - - - - QFlags<WindowFlags::enum_type> - operator| - qt.html - operator-7c-12 - (WindowFlags::enum_type f1, WindowFlags::enum_type f2) - - - QFlags<WindowFlags::enum_type> - operator| - qt.html - operator-7c-13 - (WindowFlags::enum_type f1, QFlags<WindowFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-14 - (WindowFlags::enum_type f1, int f2) - - - WindowState - qt.html - WindowState-enum - - - WindowNoState - qt.html - WindowState-enum - - - WindowMinimized - qt.html - WindowState-enum - - - WindowMaximized - qt.html - WindowState-enum - - - WindowFullScreen - qt.html - WindowState-enum - - - WindowActive - qt.html - WindowState-enum - - - WindowStates - qt.html - WindowState-enum - - - - QFlags<WindowStates::enum_type> - operator| - qt.html - operator-7c-15 - (WindowStates::enum_type f1, WindowStates::enum_type f2) - - - QFlags<WindowStates::enum_type> - operator| - qt.html - operator-7c-16 - (WindowStates::enum_type f1, QFlags<WindowStates::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-17 - (WindowStates::enum_type f1, int f2) - - - ApplicationState - qt.html - ApplicationState-enum - - - ApplicationSuspended - qt.html - ApplicationState-enum - - - ApplicationHidden - qt.html - ApplicationState-enum - - - ApplicationInactive - qt.html - ApplicationState-enum - - - ApplicationActive - qt.html - ApplicationState-enum - - - ApplicationStates - qt.html - ApplicationState-enum - - - - ScreenOrientation - qt.html - ScreenOrientation-enum - - - PrimaryOrientation - qt.html - ScreenOrientation-enum - - - PortraitOrientation - qt.html - ScreenOrientation-enum - - - LandscapeOrientation - qt.html - ScreenOrientation-enum - - - InvertedPortraitOrientation - qt.html - ScreenOrientation-enum - - - InvertedLandscapeOrientation - qt.html - ScreenOrientation-enum - - - ScreenOrientations - qt.html - ScreenOrientation-enum - - - - QFlags<ScreenOrientations::enum_type> - operator| - qt.html - operator-7c-18 - (ScreenOrientations::enum_type f1, ScreenOrientations::enum_type f2) - - - QFlags<ScreenOrientations::enum_type> - operator| - qt.html - operator-7c-19 - (ScreenOrientations::enum_type f1, QFlags<ScreenOrientations::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-20 - (ScreenOrientations::enum_type f1, int f2) - - - WidgetAttribute - qt.html - WidgetAttribute-enum - - - WA_Disabled - qt.html - WidgetAttribute-enum - - - WA_UnderMouse - qt.html - WidgetAttribute-enum - - - WA_MouseTracking - qt.html - WidgetAttribute-enum - - - WA_ContentsPropagated - qt.html - WidgetAttribute-enum - - - WA_OpaquePaintEvent - qt.html - WidgetAttribute-enum - - - WA_NoBackground - qt.html - WidgetAttribute-enum - - - WA_StaticContents - qt.html - WidgetAttribute-enum - - - WA_LaidOut - qt.html - WidgetAttribute-enum - - - WA_PaintOnScreen - qt.html - WidgetAttribute-enum - - - WA_NoSystemBackground - qt.html - WidgetAttribute-enum - - - WA_UpdatesDisabled - qt.html - WidgetAttribute-enum - - - WA_Mapped - qt.html - WidgetAttribute-enum - - - WA_MacNoClickThrough - qt.html - WidgetAttribute-enum - - - WA_InputMethodEnabled - qt.html - WidgetAttribute-enum - - - WA_WState_Visible - qt.html - WidgetAttribute-enum - - - WA_WState_Hidden - qt.html - WidgetAttribute-enum - - - WA_ForceDisabled - qt.html - WidgetAttribute-enum - - - WA_KeyCompression - qt.html - WidgetAttribute-enum - - - WA_PendingMoveEvent - qt.html - WidgetAttribute-enum - - - WA_PendingResizeEvent - qt.html - WidgetAttribute-enum - - - WA_SetPalette - qt.html - WidgetAttribute-enum - - - WA_SetFont - qt.html - WidgetAttribute-enum - - - WA_SetCursor - qt.html - WidgetAttribute-enum - - - WA_NoChildEventsFromChildren - qt.html - WidgetAttribute-enum - - - WA_WindowModified - qt.html - WidgetAttribute-enum - - - WA_Resized - qt.html - WidgetAttribute-enum - - - WA_Moved - qt.html - WidgetAttribute-enum - - - WA_PendingUpdate - qt.html - WidgetAttribute-enum - - - WA_InvalidSize - qt.html - WidgetAttribute-enum - - - WA_MacBrushedMetal - qt.html - WidgetAttribute-enum - - - WA_MacMetalStyle - qt.html - WidgetAttribute-enum - - - WA_CustomWhatsThis - qt.html - WidgetAttribute-enum - - - WA_LayoutOnEntireRect - qt.html - WidgetAttribute-enum - - - WA_OutsideWSRange - qt.html - WidgetAttribute-enum - - - WA_GrabbedShortcut - qt.html - WidgetAttribute-enum - - - WA_TransparentForMouseEvents - qt.html - WidgetAttribute-enum - - - WA_PaintUnclipped - qt.html - WidgetAttribute-enum - - - WA_SetWindowIcon - qt.html - WidgetAttribute-enum - - - WA_NoMouseReplay - qt.html - WidgetAttribute-enum - - - WA_DeleteOnClose - qt.html - WidgetAttribute-enum - - - WA_RightToLeft - qt.html - WidgetAttribute-enum - - - WA_SetLayoutDirection - qt.html - WidgetAttribute-enum - - - WA_NoChildEventsForParent - qt.html - WidgetAttribute-enum - - - WA_ForceUpdatesDisabled - qt.html - WidgetAttribute-enum - - - WA_WState_Created - qt.html - WidgetAttribute-enum - - - WA_WState_CompressKeys - qt.html - WidgetAttribute-enum - - - WA_WState_InPaintEvent - qt.html - WidgetAttribute-enum - - - WA_WState_Reparented - qt.html - WidgetAttribute-enum - - - WA_WState_ConfigPending - qt.html - WidgetAttribute-enum - - - WA_WState_Polished - qt.html - WidgetAttribute-enum - - - WA_WState_DND - qt.html - WidgetAttribute-enum - - - WA_WState_OwnSizePolicy - qt.html - WidgetAttribute-enum - - - WA_WState_ExplicitShowHide - qt.html - WidgetAttribute-enum - - - WA_ShowModal - qt.html - WidgetAttribute-enum - - - WA_MouseNoMask - qt.html - WidgetAttribute-enum - - - WA_GroupLeader - qt.html - WidgetAttribute-enum - - - WA_NoMousePropagation - qt.html - WidgetAttribute-enum - - - WA_Hover - qt.html - WidgetAttribute-enum - - - WA_InputMethodTransparent - qt.html - WidgetAttribute-enum - - - WA_QuitOnClose - qt.html - WidgetAttribute-enum - - - WA_KeyboardFocusChange - qt.html - WidgetAttribute-enum - - - WA_AcceptDrops - qt.html - WidgetAttribute-enum - - - WA_DropSiteRegistered - qt.html - WidgetAttribute-enum - - - WA_ForceAcceptDrops - qt.html - WidgetAttribute-enum - - - WA_WindowPropagation - qt.html - WidgetAttribute-enum - - - WA_NoX11EventCompression - qt.html - WidgetAttribute-enum - - - WA_TintedBackground - qt.html - WidgetAttribute-enum - - - WA_X11OpenGLOverlay - qt.html - WidgetAttribute-enum - - - WA_AlwaysShowToolTips - qt.html - WidgetAttribute-enum - - - WA_MacOpaqueSizeGrip - qt.html - WidgetAttribute-enum - - - WA_SetStyle - qt.html - WidgetAttribute-enum - - - WA_SetLocale - qt.html - WidgetAttribute-enum - - - WA_MacShowFocusRect - qt.html - WidgetAttribute-enum - - - WA_MacNormalSize - qt.html - WidgetAttribute-enum - - - WA_MacSmallSize - qt.html - WidgetAttribute-enum - - - WA_MacMiniSize - qt.html - WidgetAttribute-enum - - - WA_LayoutUsesWidgetRect - qt.html - WidgetAttribute-enum - - - WA_StyledBackground - qt.html - WidgetAttribute-enum - - - WA_MSWindowsUseDirect3D - qt.html - WidgetAttribute-enum - - - WA_CanHostQMdiSubWindowTitleBar - qt.html - WidgetAttribute-enum - - - WA_MacAlwaysShowToolWindow - qt.html - WidgetAttribute-enum - - - WA_StyleSheet - qt.html - WidgetAttribute-enum - - - WA_ShowWithoutActivating - qt.html - WidgetAttribute-enum - - - WA_X11BypassTransientForHint - qt.html - WidgetAttribute-enum - - - WA_NativeWindow - qt.html - WidgetAttribute-enum - - - WA_DontCreateNativeAncestors - qt.html - WidgetAttribute-enum - - - WA_MacVariableSize - qt.html - WidgetAttribute-enum - - - WA_DontShowOnScreen - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeDesktop - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeDock - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeToolBar - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeMenu - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeUtility - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeSplash - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeDialog - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeDropDownMenu - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypePopupMenu - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeToolTip - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeNotification - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeCombo - qt.html - WidgetAttribute-enum - - - WA_X11NetWmWindowTypeDND - qt.html - WidgetAttribute-enum - - - WA_MacFrameworkScaled - qt.html - WidgetAttribute-enum - - - WA_SetWindowModality - qt.html - WidgetAttribute-enum - - - WA_WState_WindowOpacitySet - qt.html - WidgetAttribute-enum - - - WA_TranslucentBackground - qt.html - WidgetAttribute-enum - - - WA_AcceptTouchEvents - qt.html - WidgetAttribute-enum - - - WA_WState_AcceptedTouchBeginEvent - qt.html - WidgetAttribute-enum - - - WA_TouchPadAcceptSingleTouchEvents - qt.html - WidgetAttribute-enum - - - WA_X11DoNotAcceptFocus - qt.html - WidgetAttribute-enum - - - WA_MacNoShadow - qt.html - WidgetAttribute-enum - - - WA_AlwaysStackOnTop - qt.html - WidgetAttribute-enum - - - WA_TabletTracking - qt.html - WidgetAttribute-enum - - - WA_ContentsMarginsRespectsSafeArea - qt.html - WidgetAttribute-enum - - - WA_StyleSheetTarget - qt.html - WidgetAttribute-enum - - - WA_AttributeCount - qt.html - WidgetAttribute-enum - - - ApplicationAttribute - qt.html - ApplicationAttribute-enum - - - AA_ImmediateWidgetCreation - qt.html - ApplicationAttribute-enum - - - AA_MSWindowsUseDirect3DByDefault - qt.html - ApplicationAttribute-enum - - - AA_DontShowIconsInMenus - qt.html - ApplicationAttribute-enum - - - AA_NativeWindows - qt.html - ApplicationAttribute-enum - - - AA_DontCreateNativeWidgetSiblings - qt.html - ApplicationAttribute-enum - - - AA_PluginApplication - qt.html - ApplicationAttribute-enum - - - AA_MacPluginApplication - qt.html - ApplicationAttribute-enum - - - AA_DontUseNativeMenuBar - qt.html - ApplicationAttribute-enum - - - AA_MacDontSwapCtrlAndMeta - qt.html - ApplicationAttribute-enum - - - AA_Use96Dpi - qt.html - ApplicationAttribute-enum - - - AA_X11InitThreads - qt.html - ApplicationAttribute-enum - - - AA_SynthesizeTouchForUnhandledMouseEvents - qt.html - ApplicationAttribute-enum - - - AA_SynthesizeMouseForUnhandledTouchEvents - qt.html - ApplicationAttribute-enum - - - AA_UseHighDpiPixmaps - qt.html - ApplicationAttribute-enum - - - AA_ForceRasterWidgets - qt.html - ApplicationAttribute-enum - - - AA_UseDesktopOpenGL - qt.html - ApplicationAttribute-enum - - - AA_UseOpenGLES - qt.html - ApplicationAttribute-enum - - - AA_UseSoftwareOpenGL - qt.html - ApplicationAttribute-enum - - - AA_ShareOpenGLContexts - qt.html - ApplicationAttribute-enum - - - AA_SetPalette - qt.html - ApplicationAttribute-enum - - - AA_EnableHighDpiScaling - qt.html - ApplicationAttribute-enum - - - AA_DisableHighDpiScaling - qt.html - ApplicationAttribute-enum - - - AA_UseStyleSheetPropagationInWidgetStyles - qt.html - ApplicationAttribute-enum - - - AA_DontUseNativeDialogs - qt.html - ApplicationAttribute-enum - - - AA_SynthesizeMouseForUnhandledTabletEvents - qt.html - ApplicationAttribute-enum - - - AA_CompressHighFrequencyEvents - qt.html - ApplicationAttribute-enum - - - AA_DontCheckOpenGLContextThreadAffinity - qt.html - ApplicationAttribute-enum - - - AA_DisableShaderDiskCache - qt.html - ApplicationAttribute-enum - - - AA_DontShowShortcutsInContextMenus - qt.html - ApplicationAttribute-enum - - - AA_CompressTabletEvents - qt.html - ApplicationAttribute-enum - - - AA_DisableWindowContextHelpButton - qt.html - ApplicationAttribute-enum - - - AA_AttributeCount - qt.html - ApplicationAttribute-enum - - - ImageConversionFlag - qt.html - ImageConversionFlag-enum - - - ColorMode_Mask - qt.html - ImageConversionFlag-enum - - - AutoColor - qt.html - ImageConversionFlag-enum - - - ColorOnly - qt.html - ImageConversionFlag-enum - - - MonoOnly - qt.html - ImageConversionFlag-enum - - - AlphaDither_Mask - qt.html - ImageConversionFlag-enum - - - ThresholdAlphaDither - qt.html - ImageConversionFlag-enum - - - OrderedAlphaDither - qt.html - ImageConversionFlag-enum - - - DiffuseAlphaDither - qt.html - ImageConversionFlag-enum - - - NoAlpha - qt.html - ImageConversionFlag-enum - - - Dither_Mask - qt.html - ImageConversionFlag-enum - - - DiffuseDither - qt.html - ImageConversionFlag-enum - - - OrderedDither - qt.html - ImageConversionFlag-enum - - - ThresholdDither - qt.html - ImageConversionFlag-enum - - - DitherMode_Mask - qt.html - ImageConversionFlag-enum - - - AutoDither - qt.html - ImageConversionFlag-enum - - - PreferDither - qt.html - ImageConversionFlag-enum - - - AvoidDither - qt.html - ImageConversionFlag-enum - - - NoOpaqueDetection - qt.html - ImageConversionFlag-enum - - - NoFormatConversion - qt.html - ImageConversionFlag-enum - - - ImageConversionFlags - qt.html - ImageConversionFlag-enum - - - - QFlags<ImageConversionFlags::enum_type> - operator| - qt.html - operator-7c-21 - (ImageConversionFlags::enum_type f1, ImageConversionFlags::enum_type f2) - - - QFlags<ImageConversionFlags::enum_type> - operator| - qt.html - operator-7c-22 - (ImageConversionFlags::enum_type f1, QFlags<ImageConversionFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-23 - (ImageConversionFlags::enum_type f1, int f2) - - - BGMode - qt.html - BGMode-enum - - - TransparentMode - qt.html - BGMode-enum - - - OpaqueMode - qt.html - BGMode-enum - - - Key - qt.html - Key-enum - - - Key_Escape - qt.html - Key-enum - - - Key_Tab - qt.html - Key-enum - - - Key_Backtab - qt.html - Key-enum - - - Key_Backspace - qt.html - Key-enum - - - Key_Return - qt.html - Key-enum - - - Key_Enter - qt.html - Key-enum - - - Key_Insert - qt.html - Key-enum - - - Key_Delete - qt.html - Key-enum - - - Key_Pause - qt.html - Key-enum - - - Key_Print - qt.html - Key-enum - - - Key_SysReq - qt.html - Key-enum - - - Key_Clear - qt.html - Key-enum - - - Key_Home - qt.html - Key-enum - - - Key_End - qt.html - Key-enum - - - Key_Left - qt.html - Key-enum - - - Key_Up - qt.html - Key-enum - - - Key_Right - qt.html - Key-enum - - - Key_Down - qt.html - Key-enum - - - Key_PageUp - qt.html - Key-enum - - - Key_PageDown - qt.html - Key-enum - - - Key_Shift - qt.html - Key-enum - - - Key_Control - qt.html - Key-enum - - - Key_Meta - qt.html - Key-enum - - - Key_Alt - qt.html - Key-enum - - - Key_CapsLock - qt.html - Key-enum - - - Key_NumLock - qt.html - Key-enum - - - Key_ScrollLock - qt.html - Key-enum - - - Key_F1 - qt.html - Key-enum - - - Key_F2 - qt.html - Key-enum - - - Key_F3 - qt.html - Key-enum - - - Key_F4 - qt.html - Key-enum - - - Key_F5 - qt.html - Key-enum - - - Key_F6 - qt.html - Key-enum - - - Key_F7 - qt.html - Key-enum - - - Key_F8 - qt.html - Key-enum - - - Key_F9 - qt.html - Key-enum - - - Key_F10 - qt.html - Key-enum - - - Key_F11 - qt.html - Key-enum - - - Key_F12 - qt.html - Key-enum - - - Key_F13 - qt.html - Key-enum - - - Key_F14 - qt.html - Key-enum - - - Key_F15 - qt.html - Key-enum - - - Key_F16 - qt.html - Key-enum - - - Key_F17 - qt.html - Key-enum - - - Key_F18 - qt.html - Key-enum - - - Key_F19 - qt.html - Key-enum - - - Key_F20 - qt.html - Key-enum - - - Key_F21 - qt.html - Key-enum - - - Key_F22 - qt.html - Key-enum - - - Key_F23 - qt.html - Key-enum - - - Key_F24 - qt.html - Key-enum - - - Key_F25 - qt.html - Key-enum - - - Key_F26 - qt.html - Key-enum - - - Key_F27 - qt.html - Key-enum - - - Key_F28 - qt.html - Key-enum - - - Key_F29 - qt.html - Key-enum - - - Key_F30 - qt.html - Key-enum - - - Key_F31 - qt.html - Key-enum - - - Key_F32 - qt.html - Key-enum - - - Key_F33 - qt.html - Key-enum - - - Key_F34 - qt.html - Key-enum - - - Key_F35 - qt.html - Key-enum - - - Key_Super_L - qt.html - Key-enum - - - Key_Super_R - qt.html - Key-enum - - - Key_Menu - qt.html - Key-enum - - - Key_Hyper_L - qt.html - Key-enum - - - Key_Hyper_R - qt.html - Key-enum - - - Key_Help - qt.html - Key-enum - - - Key_Direction_L - qt.html - Key-enum - - - Key_Direction_R - qt.html - Key-enum - - - Key_Space - qt.html - Key-enum - - - Key_Any - qt.html - Key-enum - - - Key_Exclam - qt.html - Key-enum - - - Key_QuoteDbl - qt.html - Key-enum - - - Key_NumberSign - qt.html - Key-enum - - - Key_Dollar - qt.html - Key-enum - - - Key_Percent - qt.html - Key-enum - - - Key_Ampersand - qt.html - Key-enum - - - Key_Apostrophe - qt.html - Key-enum - - - Key_ParenLeft - qt.html - Key-enum - - - Key_ParenRight - qt.html - Key-enum - - - Key_Asterisk - qt.html - Key-enum - - - Key_Plus - qt.html - Key-enum - - - Key_Comma - qt.html - Key-enum - - - Key_Minus - qt.html - Key-enum - - - Key_Period - qt.html - Key-enum - - - Key_Slash - qt.html - Key-enum - - - Key_0 - qt.html - Key-enum - - - Key_1 - qt.html - Key-enum - - - Key_2 - qt.html - Key-enum - - - Key_3 - qt.html - Key-enum - - - Key_4 - qt.html - Key-enum - - - Key_5 - qt.html - Key-enum - - - Key_6 - qt.html - Key-enum - - - Key_7 - qt.html - Key-enum - - - Key_8 - qt.html - Key-enum - - - Key_9 - qt.html - Key-enum - - - Key_Colon - qt.html - Key-enum - - - Key_Semicolon - qt.html - Key-enum - - - Key_Less - qt.html - Key-enum - - - Key_Equal - qt.html - Key-enum - - - Key_Greater - qt.html - Key-enum - - - Key_Question - qt.html - Key-enum - - - Key_At - qt.html - Key-enum - - - Key_A - qt.html - Key-enum - - - Key_B - qt.html - Key-enum - - - Key_C - qt.html - Key-enum - - - Key_D - qt.html - Key-enum - - - Key_E - qt.html - Key-enum - - - Key_F - qt.html - Key-enum - - - Key_G - qt.html - Key-enum - - - Key_H - qt.html - Key-enum - - - Key_I - qt.html - Key-enum - - - Key_J - qt.html - Key-enum - - - Key_K - qt.html - Key-enum - - - Key_L - qt.html - Key-enum - - - Key_M - qt.html - Key-enum - - - Key_N - qt.html - Key-enum - - - Key_O - qt.html - Key-enum - - - Key_P - qt.html - Key-enum - - - Key_Q - qt.html - Key-enum - - - Key_R - qt.html - Key-enum - - - Key_S - qt.html - Key-enum - - - Key_T - qt.html - Key-enum - - - Key_U - qt.html - Key-enum - - - Key_V - qt.html - Key-enum - - - Key_W - qt.html - Key-enum - - - Key_X - qt.html - Key-enum - - - Key_Y - qt.html - Key-enum - - - Key_Z - qt.html - Key-enum - - - Key_BracketLeft - qt.html - Key-enum - - - Key_Backslash - qt.html - Key-enum - - - Key_BracketRight - qt.html - Key-enum - - - Key_AsciiCircum - qt.html - Key-enum - - - Key_Underscore - qt.html - Key-enum - - - Key_QuoteLeft - qt.html - Key-enum - - - Key_BraceLeft - qt.html - Key-enum - - - Key_Bar - qt.html - Key-enum - - - Key_BraceRight - qt.html - Key-enum - - - Key_AsciiTilde - qt.html - Key-enum - - - Key_nobreakspace - qt.html - Key-enum - - - Key_exclamdown - qt.html - Key-enum - - - Key_cent - qt.html - Key-enum - - - Key_sterling - qt.html - Key-enum - - - Key_currency - qt.html - Key-enum - - - Key_yen - qt.html - Key-enum - - - Key_brokenbar - qt.html - Key-enum - - - Key_section - qt.html - Key-enum - - - Key_diaeresis - qt.html - Key-enum - - - Key_copyright - qt.html - Key-enum - - - Key_ordfeminine - qt.html - Key-enum - - - Key_guillemotleft - qt.html - Key-enum - - - Key_notsign - qt.html - Key-enum - - - Key_hyphen - qt.html - Key-enum - - - Key_registered - qt.html - Key-enum - - - Key_macron - qt.html - Key-enum - - - Key_degree - qt.html - Key-enum - - - Key_plusminus - qt.html - Key-enum - - - Key_twosuperior - qt.html - Key-enum - - - Key_threesuperior - qt.html - Key-enum - - - Key_acute - qt.html - Key-enum - - - Key_mu - qt.html - Key-enum - - - Key_paragraph - qt.html - Key-enum - - - Key_periodcentered - qt.html - Key-enum - - - Key_cedilla - qt.html - Key-enum - - - Key_onesuperior - qt.html - Key-enum - - - Key_masculine - qt.html - Key-enum - - - Key_guillemotright - qt.html - Key-enum - - - Key_onequarter - qt.html - Key-enum - - - Key_onehalf - qt.html - Key-enum - - - Key_threequarters - qt.html - Key-enum - - - Key_questiondown - qt.html - Key-enum - - - Key_Agrave - qt.html - Key-enum - - - Key_Aacute - qt.html - Key-enum - - - Key_Acircumflex - qt.html - Key-enum - - - Key_Atilde - qt.html - Key-enum - - - Key_Adiaeresis - qt.html - Key-enum - - - Key_Aring - qt.html - Key-enum - - - Key_AE - qt.html - Key-enum - - - Key_Ccedilla - qt.html - Key-enum - - - Key_Egrave - qt.html - Key-enum - - - Key_Eacute - qt.html - Key-enum - - - Key_Ecircumflex - qt.html - Key-enum - - - Key_Ediaeresis - qt.html - Key-enum - - - Key_Igrave - qt.html - Key-enum - - - Key_Iacute - qt.html - Key-enum - - - Key_Icircumflex - qt.html - Key-enum - - - Key_Idiaeresis - qt.html - Key-enum - - - Key_ETH - qt.html - Key-enum - - - Key_Ntilde - qt.html - Key-enum - - - Key_Ograve - qt.html - Key-enum - - - Key_Oacute - qt.html - Key-enum - - - Key_Ocircumflex - qt.html - Key-enum - - - Key_Otilde - qt.html - Key-enum - - - Key_Odiaeresis - qt.html - Key-enum - - - Key_multiply - qt.html - Key-enum - - - Key_Ooblique - qt.html - Key-enum - - - Key_Ugrave - qt.html - Key-enum - - - Key_Uacute - qt.html - Key-enum - - - Key_Ucircumflex - qt.html - Key-enum - - - Key_Udiaeresis - qt.html - Key-enum - - - Key_Yacute - qt.html - Key-enum - - - Key_THORN - qt.html - Key-enum - - - Key_ssharp - qt.html - Key-enum - - - Key_division - qt.html - Key-enum - - - Key_ydiaeresis - qt.html - Key-enum - - - Key_AltGr - qt.html - Key-enum - - - Key_Multi_key - qt.html - Key-enum - - - Key_Codeinput - qt.html - Key-enum - - - Key_SingleCandidate - qt.html - Key-enum - - - Key_MultipleCandidate - qt.html - Key-enum - - - Key_PreviousCandidate - qt.html - Key-enum - - - Key_Mode_switch - qt.html - Key-enum - - - Key_Kanji - qt.html - Key-enum - - - Key_Muhenkan - qt.html - Key-enum - - - Key_Henkan - qt.html - Key-enum - - - Key_Romaji - qt.html - Key-enum - - - Key_Hiragana - qt.html - Key-enum - - - Key_Katakana - qt.html - Key-enum - - - Key_Hiragana_Katakana - qt.html - Key-enum - - - Key_Zenkaku - qt.html - Key-enum - - - Key_Hankaku - qt.html - Key-enum - - - Key_Zenkaku_Hankaku - qt.html - Key-enum - - - Key_Touroku - qt.html - Key-enum - - - Key_Massyo - qt.html - Key-enum - - - Key_Kana_Lock - qt.html - Key-enum - - - Key_Kana_Shift - qt.html - Key-enum - - - Key_Eisu_Shift - qt.html - Key-enum - - - Key_Eisu_toggle - qt.html - Key-enum - - - Key_Hangul - qt.html - Key-enum - - - Key_Hangul_Start - qt.html - Key-enum - - - Key_Hangul_End - qt.html - Key-enum - - - Key_Hangul_Hanja - qt.html - Key-enum - - - Key_Hangul_Jamo - qt.html - Key-enum - - - Key_Hangul_Romaja - qt.html - Key-enum - - - Key_Hangul_Jeonja - qt.html - Key-enum - - - Key_Hangul_Banja - qt.html - Key-enum - - - Key_Hangul_PreHanja - qt.html - Key-enum - - - Key_Hangul_PostHanja - qt.html - Key-enum - - - Key_Hangul_Special - qt.html - Key-enum - - - Key_Dead_Grave - qt.html - Key-enum - - - Key_Dead_Acute - qt.html - Key-enum - - - Key_Dead_Circumflex - qt.html - Key-enum - - - Key_Dead_Tilde - qt.html - Key-enum - - - Key_Dead_Macron - qt.html - Key-enum - - - Key_Dead_Breve - qt.html - Key-enum - - - Key_Dead_Abovedot - qt.html - Key-enum - - - Key_Dead_Diaeresis - qt.html - Key-enum - - - Key_Dead_Abovering - qt.html - Key-enum - - - Key_Dead_Doubleacute - qt.html - Key-enum - - - Key_Dead_Caron - qt.html - Key-enum - - - Key_Dead_Cedilla - qt.html - Key-enum - - - Key_Dead_Ogonek - qt.html - Key-enum - - - Key_Dead_Iota - qt.html - Key-enum - - - Key_Dead_Voiced_Sound - qt.html - Key-enum - - - Key_Dead_Semivoiced_Sound - qt.html - Key-enum - - - Key_Dead_Belowdot - qt.html - Key-enum - - - Key_Dead_Hook - qt.html - Key-enum - - - Key_Dead_Horn - qt.html - Key-enum - - - Key_Dead_Stroke - qt.html - Key-enum - - - Key_Dead_Abovecomma - qt.html - Key-enum - - - Key_Dead_Abovereversedcomma - qt.html - Key-enum - - - Key_Dead_Doublegrave - qt.html - Key-enum - - - Key_Dead_Belowring - qt.html - Key-enum - - - Key_Dead_Belowmacron - qt.html - Key-enum - - - Key_Dead_Belowcircumflex - qt.html - Key-enum - - - Key_Dead_Belowtilde - qt.html - Key-enum - - - Key_Dead_Belowbreve - qt.html - Key-enum - - - Key_Dead_Belowdiaeresis - qt.html - Key-enum - - - Key_Dead_Invertedbreve - qt.html - Key-enum - - - Key_Dead_Belowcomma - qt.html - Key-enum - - - Key_Dead_Currency - qt.html - Key-enum - - - Key_Dead_a - qt.html - Key-enum - - - Key_Dead_A - qt.html - Key-enum - - - Key_Dead_e - qt.html - Key-enum - - - Key_Dead_E - qt.html - Key-enum - - - Key_Dead_i - qt.html - Key-enum - - - Key_Dead_I - qt.html - Key-enum - - - Key_Dead_o - qt.html - Key-enum - - - Key_Dead_O - qt.html - Key-enum - - - Key_Dead_u - qt.html - Key-enum - - - Key_Dead_U - qt.html - Key-enum - - - Key_Dead_Small_Schwa - qt.html - Key-enum - - - Key_Dead_Capital_Schwa - qt.html - Key-enum - - - Key_Dead_Greek - qt.html - Key-enum - - - Key_Dead_Lowline - qt.html - Key-enum - - - Key_Dead_Aboveverticalline - qt.html - Key-enum - - - Key_Dead_Belowverticalline - qt.html - Key-enum - - - Key_Dead_Longsolidusoverlay - qt.html - Key-enum - - - Key_Back - qt.html - Key-enum - - - Key_Forward - qt.html - Key-enum - - - Key_Stop - qt.html - Key-enum - - - Key_Refresh - qt.html - Key-enum - - - Key_VolumeDown - qt.html - Key-enum - - - Key_VolumeMute - qt.html - Key-enum - - - Key_VolumeUp - qt.html - Key-enum - - - Key_BassBoost - qt.html - Key-enum - - - Key_BassUp - qt.html - Key-enum - - - Key_BassDown - qt.html - Key-enum - - - Key_TrebleUp - qt.html - Key-enum - - - Key_TrebleDown - qt.html - Key-enum - - - Key_MediaPlay - qt.html - Key-enum - - - Key_MediaStop - qt.html - Key-enum - - - Key_MediaPrevious - qt.html - Key-enum - - - Key_MediaNext - qt.html - Key-enum - - - Key_MediaRecord - qt.html - Key-enum - - - Key_MediaPause - qt.html - Key-enum - - - Key_MediaTogglePlayPause - qt.html - Key-enum - - - Key_HomePage - qt.html - Key-enum - - - Key_Favorites - qt.html - Key-enum - - - Key_Search - qt.html - Key-enum - - - Key_Standby - qt.html - Key-enum - - - Key_OpenUrl - qt.html - Key-enum - - - Key_LaunchMail - qt.html - Key-enum - - - Key_LaunchMedia - qt.html - Key-enum - - - Key_Launch0 - qt.html - Key-enum - - - Key_Launch1 - qt.html - Key-enum - - - Key_Launch2 - qt.html - Key-enum - - - Key_Launch3 - qt.html - Key-enum - - - Key_Launch4 - qt.html - Key-enum - - - Key_Launch5 - qt.html - Key-enum - - - Key_Launch6 - qt.html - Key-enum - - - Key_Launch7 - qt.html - Key-enum - - - Key_Launch8 - qt.html - Key-enum - - - Key_Launch9 - qt.html - Key-enum - - - Key_LaunchA - qt.html - Key-enum - - - Key_LaunchB - qt.html - Key-enum - - - Key_LaunchC - qt.html - Key-enum - - - Key_LaunchD - qt.html - Key-enum - - - Key_LaunchE - qt.html - Key-enum - - - Key_LaunchF - qt.html - Key-enum - - - Key_MonBrightnessUp - qt.html - Key-enum - - - Key_MonBrightnessDown - qt.html - Key-enum - - - Key_KeyboardLightOnOff - qt.html - Key-enum - - - Key_KeyboardBrightnessUp - qt.html - Key-enum - - - Key_KeyboardBrightnessDown - qt.html - Key-enum - - - Key_PowerOff - qt.html - Key-enum - - - Key_WakeUp - qt.html - Key-enum - - - Key_Eject - qt.html - Key-enum - - - Key_ScreenSaver - qt.html - Key-enum - - - Key_WWW - qt.html - Key-enum - - - Key_Memo - qt.html - Key-enum - - - Key_LightBulb - qt.html - Key-enum - - - Key_Shop - qt.html - Key-enum - - - Key_History - qt.html - Key-enum - - - Key_AddFavorite - qt.html - Key-enum - - - Key_HotLinks - qt.html - Key-enum - - - Key_BrightnessAdjust - qt.html - Key-enum - - - Key_Finance - qt.html - Key-enum - - - Key_Community - qt.html - Key-enum - - - Key_AudioRewind - qt.html - Key-enum - - - Key_BackForward - qt.html - Key-enum - - - Key_ApplicationLeft - qt.html - Key-enum - - - Key_ApplicationRight - qt.html - Key-enum - - - Key_Book - qt.html - Key-enum - - - Key_CD - qt.html - Key-enum - - - Key_Calculator - qt.html - Key-enum - - - Key_ToDoList - qt.html - Key-enum - - - Key_ClearGrab - qt.html - Key-enum - - - Key_Close - qt.html - Key-enum - - - Key_Copy - qt.html - Key-enum - - - Key_Cut - qt.html - Key-enum - - - Key_Display - qt.html - Key-enum - - - Key_DOS - qt.html - Key-enum - - - Key_Documents - qt.html - Key-enum - - - Key_Excel - qt.html - Key-enum - - - Key_Explorer - qt.html - Key-enum - - - Key_Game - qt.html - Key-enum - - - Key_Go - qt.html - Key-enum - - - Key_iTouch - qt.html - Key-enum - - - Key_LogOff - qt.html - Key-enum - - - Key_Market - qt.html - Key-enum - - - Key_Meeting - qt.html - Key-enum - - - Key_MenuKB - qt.html - Key-enum - - - Key_MenuPB - qt.html - Key-enum - - - Key_MySites - qt.html - Key-enum - - - Key_News - qt.html - Key-enum - - - Key_OfficeHome - qt.html - Key-enum - - - Key_Option - qt.html - Key-enum - - - Key_Paste - qt.html - Key-enum - - - Key_Phone - qt.html - Key-enum - - - Key_Calendar - qt.html - Key-enum - - - Key_Reply - qt.html - Key-enum - - - Key_Reload - qt.html - Key-enum - - - Key_RotateWindows - qt.html - Key-enum - - - Key_RotationPB - qt.html - Key-enum - - - Key_RotationKB - qt.html - Key-enum - - - Key_Save - qt.html - Key-enum - - - Key_Send - qt.html - Key-enum - - - Key_Spell - qt.html - Key-enum - - - Key_SplitScreen - qt.html - Key-enum - - - Key_Support - qt.html - Key-enum - - - Key_TaskPane - qt.html - Key-enum - - - Key_Terminal - qt.html - Key-enum - - - Key_Tools - qt.html - Key-enum - - - Key_Travel - qt.html - Key-enum - - - Key_Video - qt.html - Key-enum - - - Key_Word - qt.html - Key-enum - - - Key_Xfer - qt.html - Key-enum - - - Key_ZoomIn - qt.html - Key-enum - - - Key_ZoomOut - qt.html - Key-enum - - - Key_Away - qt.html - Key-enum - - - Key_Messenger - qt.html - Key-enum - - - Key_WebCam - qt.html - Key-enum - - - Key_MailForward - qt.html - Key-enum - - - Key_Pictures - qt.html - Key-enum - - - Key_Music - qt.html - Key-enum - - - Key_Battery - qt.html - Key-enum - - - Key_Bluetooth - qt.html - Key-enum - - - Key_WLAN - qt.html - Key-enum - - - Key_UWB - qt.html - Key-enum - - - Key_AudioForward - qt.html - Key-enum - - - Key_AudioRepeat - qt.html - Key-enum - - - Key_AudioRandomPlay - qt.html - Key-enum - - - Key_Subtitle - qt.html - Key-enum - - - Key_AudioCycleTrack - qt.html - Key-enum - - - Key_Time - qt.html - Key-enum - - - Key_Hibernate - qt.html - Key-enum - - - Key_View - qt.html - Key-enum - - - Key_TopMenu - qt.html - Key-enum - - - Key_PowerDown - qt.html - Key-enum - - - Key_Suspend - qt.html - Key-enum - - - Key_ContrastAdjust - qt.html - Key-enum - - - Key_LaunchG - qt.html - Key-enum - - - Key_LaunchH - qt.html - Key-enum - - - Key_TouchpadToggle - qt.html - Key-enum - - - Key_TouchpadOn - qt.html - Key-enum - - - Key_TouchpadOff - qt.html - Key-enum - - - Key_MicMute - qt.html - Key-enum - - - Key_Red - qt.html - Key-enum - - - Key_Green - qt.html - Key-enum - - - Key_Yellow - qt.html - Key-enum - - - Key_Blue - qt.html - Key-enum - - - Key_ChannelUp - qt.html - Key-enum - - - Key_ChannelDown - qt.html - Key-enum - - - Key_Guide - qt.html - Key-enum - - - Key_Info - qt.html - Key-enum - - - Key_Settings - qt.html - Key-enum - - - Key_MicVolumeUp - qt.html - Key-enum - - - Key_MicVolumeDown - qt.html - Key-enum - - - Key_New - qt.html - Key-enum - - - Key_Open - qt.html - Key-enum - - - Key_Find - qt.html - Key-enum - - - Key_Undo - qt.html - Key-enum - - - Key_Redo - qt.html - Key-enum - - - Key_MediaLast - qt.html - Key-enum - - - Key_Select - qt.html - Key-enum - - - Key_Yes - qt.html - Key-enum - - - Key_No - qt.html - Key-enum - - - Key_Cancel - qt.html - Key-enum - - - Key_Printer - qt.html - Key-enum - - - Key_Execute - qt.html - Key-enum - - - Key_Sleep - qt.html - Key-enum - - - Key_Play - qt.html - Key-enum - - - Key_Zoom - qt.html - Key-enum - - - Key_Exit - qt.html - Key-enum - - - Key_Context1 - qt.html - Key-enum - - - Key_Context2 - qt.html - Key-enum - - - Key_Context3 - qt.html - Key-enum - - - Key_Context4 - qt.html - Key-enum - - - Key_Call - qt.html - Key-enum - - - Key_Hangup - qt.html - Key-enum - - - Key_Flip - qt.html - Key-enum - - - Key_ToggleCallHangup - qt.html - Key-enum - - - Key_VoiceDial - qt.html - Key-enum - - - Key_LastNumberRedial - qt.html - Key-enum - - - Key_Camera - qt.html - Key-enum - - - Key_CameraFocus - qt.html - Key-enum - - - Key_unknown - qt.html - Key-enum - - - ArrowType - qt.html - ArrowType-enum - - - NoArrow - qt.html - ArrowType-enum - - - UpArrow - qt.html - ArrowType-enum - - - DownArrow - qt.html - ArrowType-enum - - - LeftArrow - qt.html - ArrowType-enum - - - RightArrow - qt.html - ArrowType-enum - - - PenStyle - qt.html - PenStyle-enum - - - NoPen - qt.html - PenStyle-enum - - - SolidLine - qt.html - PenStyle-enum - - - DashLine - qt.html - PenStyle-enum - - - DotLine - qt.html - PenStyle-enum - - - DashDotLine - qt.html - PenStyle-enum - - - DashDotDotLine - qt.html - PenStyle-enum - - - CustomDashLine - qt.html - PenStyle-enum - - - MPenStyle - qt.html - PenStyle-enum - - - PenCapStyle - qt.html - PenCapStyle-enum - - - FlatCap - qt.html - PenCapStyle-enum - - - SquareCap - qt.html - PenCapStyle-enum - - - RoundCap - qt.html - PenCapStyle-enum - - - MPenCapStyle - qt.html - PenCapStyle-enum - - - PenJoinStyle - qt.html - PenJoinStyle-enum - - - MiterJoin - qt.html - PenJoinStyle-enum - - - BevelJoin - qt.html - PenJoinStyle-enum - - - RoundJoin - qt.html - PenJoinStyle-enum - - - SvgMiterJoin - qt.html - PenJoinStyle-enum - - - MPenJoinStyle - qt.html - PenJoinStyle-enum - - - BrushStyle - qt.html - BrushStyle-enum - - - NoBrush - qt.html - BrushStyle-enum - - - SolidPattern - qt.html - BrushStyle-enum - - - Dense1Pattern - qt.html - BrushStyle-enum - - - Dense2Pattern - qt.html - BrushStyle-enum - - - Dense3Pattern - qt.html - BrushStyle-enum - - - Dense4Pattern - qt.html - BrushStyle-enum - - - Dense5Pattern - qt.html - BrushStyle-enum - - - Dense6Pattern - qt.html - BrushStyle-enum - - - Dense7Pattern - qt.html - BrushStyle-enum - - - HorPattern - qt.html - BrushStyle-enum - - - VerPattern - qt.html - BrushStyle-enum - - - CrossPattern - qt.html - BrushStyle-enum - - - BDiagPattern - qt.html - BrushStyle-enum - - - FDiagPattern - qt.html - BrushStyle-enum - - - DiagCrossPattern - qt.html - BrushStyle-enum - - - LinearGradientPattern - qt.html - BrushStyle-enum - - - RadialGradientPattern - qt.html - BrushStyle-enum - - - ConicalGradientPattern - qt.html - BrushStyle-enum - - - TexturePattern - qt.html - BrushStyle-enum - - - SizeMode - qt.html - SizeMode-enum - - - AbsoluteSize - qt.html - SizeMode-enum - - - RelativeSize - qt.html - SizeMode-enum - - - UIEffect - qt.html - UIEffect-enum - - - UI_General - qt.html - UIEffect-enum - - - UI_AnimateMenu - qt.html - UIEffect-enum - - - UI_FadeMenu - qt.html - UIEffect-enum - - - UI_AnimateCombo - qt.html - UIEffect-enum - - - UI_AnimateTooltip - qt.html - UIEffect-enum - - - UI_FadeTooltip - qt.html - UIEffect-enum - - - UI_AnimateToolBox - qt.html - UIEffect-enum - - - CursorShape - qt.html - CursorShape-enum - - - ArrowCursor - qt.html - CursorShape-enum - - - UpArrowCursor - qt.html - CursorShape-enum - - - CrossCursor - qt.html - CursorShape-enum - - - WaitCursor - qt.html - CursorShape-enum - - - IBeamCursor - qt.html - CursorShape-enum - - - SizeVerCursor - qt.html - CursorShape-enum - - - SizeHorCursor - qt.html - CursorShape-enum - - - SizeBDiagCursor - qt.html - CursorShape-enum - - - SizeFDiagCursor - qt.html - CursorShape-enum - - - SizeAllCursor - qt.html - CursorShape-enum - - - BlankCursor - qt.html - CursorShape-enum - - - SplitVCursor - qt.html - CursorShape-enum - - - SplitHCursor - qt.html - CursorShape-enum - - - PointingHandCursor - qt.html - CursorShape-enum - - - ForbiddenCursor - qt.html - CursorShape-enum - - - WhatsThisCursor - qt.html - CursorShape-enum - - - BusyCursor - qt.html - CursorShape-enum - - - OpenHandCursor - qt.html - CursorShape-enum - - - ClosedHandCursor - qt.html - CursorShape-enum - - - DragCopyCursor - qt.html - CursorShape-enum - - - DragMoveCursor - qt.html - CursorShape-enum - - - DragLinkCursor - qt.html - CursorShape-enum - - - LastCursor - qt.html - CursorShape-enum - - - BitmapCursor - qt.html - CursorShape-enum - - - CustomCursor - qt.html - CursorShape-enum - - - TextFormat - qt.html - TextFormat-enum - - - PlainText - qt.html - TextFormat-enum - - - RichText - qt.html - TextFormat-enum - - - AutoText - qt.html - TextFormat-enum - - - AspectRatioMode - qt.html - AspectRatioMode-enum - - - IgnoreAspectRatio - qt.html - AspectRatioMode-enum - - - KeepAspectRatio - qt.html - AspectRatioMode-enum - - - KeepAspectRatioByExpanding - qt.html - AspectRatioMode-enum - - - DockWidgetArea - qt.html - DockWidgetArea-enum - - - LeftDockWidgetArea - qt.html - DockWidgetArea-enum - - - RightDockWidgetArea - qt.html - DockWidgetArea-enum - - - TopDockWidgetArea - qt.html - DockWidgetArea-enum - - - BottomDockWidgetArea - qt.html - DockWidgetArea-enum - - - DockWidgetArea_Mask - qt.html - DockWidgetArea-enum - - - AllDockWidgetAreas - qt.html - DockWidgetArea-enum - - - NoDockWidgetArea - qt.html - DockWidgetArea-enum - - - DockWidgetAreas - qt.html - DockWidgetArea-enum - - - - QFlags<DockWidgetAreas::enum_type> - operator| - qt.html - operator-7c-24 - (DockWidgetAreas::enum_type f1, DockWidgetAreas::enum_type f2) - - - QFlags<DockWidgetAreas::enum_type> - operator| - qt.html - operator-7c-25 - (DockWidgetAreas::enum_type f1, QFlags<DockWidgetAreas::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-26 - (DockWidgetAreas::enum_type f1, int f2) - - - ToolBarArea - qt.html - ToolBarArea-enum - - - LeftToolBarArea - qt.html - ToolBarArea-enum - - - RightToolBarArea - qt.html - ToolBarArea-enum - - - TopToolBarArea - qt.html - ToolBarArea-enum - - - BottomToolBarArea - qt.html - ToolBarArea-enum - - - ToolBarArea_Mask - qt.html - ToolBarArea-enum - - - AllToolBarAreas - qt.html - ToolBarArea-enum - - - NoToolBarArea - qt.html - ToolBarArea-enum - - - ToolBarAreas - qt.html - ToolBarArea-enum - - - - QFlags<ToolBarAreas::enum_type> - operator| - qt.html - operator-7c-27 - (ToolBarAreas::enum_type f1, ToolBarAreas::enum_type f2) - - - QFlags<ToolBarAreas::enum_type> - operator| - qt.html - operator-7c-28 - (ToolBarAreas::enum_type f1, QFlags<ToolBarAreas::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-29 - (ToolBarAreas::enum_type f1, int f2) - - - DateFormat - qt.html - DateFormat-enum - - - TextDate - qt.html - DateFormat-enum - - - ISODate - qt.html - DateFormat-enum - - - SystemLocaleDate - qt.html - DateFormat-enum - - - LocalDate - qt.html - DateFormat-enum - - - LocaleDate - qt.html - DateFormat-enum - - - SystemLocaleShortDate - qt.html - DateFormat-enum - - - SystemLocaleLongDate - qt.html - DateFormat-enum - - - DefaultLocaleShortDate - qt.html - DateFormat-enum - - - DefaultLocaleLongDate - qt.html - DateFormat-enum - - - RFC2822Date - qt.html - DateFormat-enum - - - ISODateWithMs - qt.html - DateFormat-enum - - - TimeSpec - qt.html - TimeSpec-enum - - - LocalTime - qt.html - TimeSpec-enum - - - UTC - qt.html - TimeSpec-enum - - - OffsetFromUTC - qt.html - TimeSpec-enum - - - TimeZone - qt.html - TimeSpec-enum - - - DayOfWeek - qt.html - DayOfWeek-enum - - - Monday - qt.html - DayOfWeek-enum - - - Tuesday - qt.html - DayOfWeek-enum - - - Wednesday - qt.html - DayOfWeek-enum - - - Thursday - qt.html - DayOfWeek-enum - - - Friday - qt.html - DayOfWeek-enum - - - Saturday - qt.html - DayOfWeek-enum - - - Sunday - qt.html - DayOfWeek-enum - - - ScrollBarPolicy - qt.html - ScrollBarPolicy-enum - - - ScrollBarAsNeeded - qt.html - ScrollBarPolicy-enum - - - ScrollBarAlwaysOff - qt.html - ScrollBarPolicy-enum - - - ScrollBarAlwaysOn - qt.html - ScrollBarPolicy-enum - - - CaseSensitivity - qt.html - CaseSensitivity-enum - - - CaseInsensitive - qt.html - CaseSensitivity-enum - - - CaseSensitive - qt.html - CaseSensitivity-enum - - - Corner - qt.html - Corner-enum - - - TopLeftCorner - qt.html - Corner-enum - - - TopRightCorner - qt.html - Corner-enum - - - BottomLeftCorner - qt.html - Corner-enum - - - BottomRightCorner - qt.html - Corner-enum - - - Edge - qt.html - Edge-enum - - - TopEdge - qt.html - Edge-enum - - - LeftEdge - qt.html - Edge-enum - - - RightEdge - qt.html - Edge-enum - - - BottomEdge - qt.html - Edge-enum - - - Edges - qt.html - Edge-enum - - - - QFlags<Edges::enum_type> - operator| - qt.html - operator-7c-30 - (Edges::enum_type f1, Edges::enum_type f2) - - - QFlags<Edges::enum_type> - operator| - qt.html - operator-7c-31 - (Edges::enum_type f1, QFlags<Edges::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-32 - (Edges::enum_type f1, int f2) - - - ConnectionType - qt.html - ConnectionType-enum - - - AutoConnection - qt.html - ConnectionType-enum - - - DirectConnection - qt.html - ConnectionType-enum - - - QueuedConnection - qt.html - ConnectionType-enum - - - BlockingQueuedConnection - qt.html - ConnectionType-enum - - - UniqueConnection - qt.html - ConnectionType-enum - - - ShortcutContext - qt.html - ShortcutContext-enum - - - WidgetShortcut - qt.html - ShortcutContext-enum - - - WindowShortcut - qt.html - ShortcutContext-enum - - - ApplicationShortcut - qt.html - ShortcutContext-enum - - - WidgetWithChildrenShortcut - qt.html - ShortcutContext-enum - - - FillRule - qt.html - FillRule-enum - - - OddEvenFill - qt.html - FillRule-enum - - - WindingFill - qt.html - FillRule-enum - - - MaskMode - qt.html - MaskMode-enum - - - MaskInColor - qt.html - MaskMode-enum - - - MaskOutColor - qt.html - MaskMode-enum - - - ClipOperation - qt.html - ClipOperation-enum - - - NoClip - qt.html - ClipOperation-enum - - - ReplaceClip - qt.html - ClipOperation-enum - - - IntersectClip - qt.html - ClipOperation-enum - - - ItemSelectionMode - qt.html - ItemSelectionMode-enum - - - ContainsItemShape - qt.html - ItemSelectionMode-enum - - - IntersectsItemShape - qt.html - ItemSelectionMode-enum - - - ContainsItemBoundingRect - qt.html - ItemSelectionMode-enum - - - IntersectsItemBoundingRect - qt.html - ItemSelectionMode-enum - - - ItemSelectionOperation - qt.html - ItemSelectionOperation-enum - - - ReplaceSelection - qt.html - ItemSelectionOperation-enum - - - AddToSelection - qt.html - ItemSelectionOperation-enum - - - TransformationMode - qt.html - TransformationMode-enum - - - FastTransformation - qt.html - TransformationMode-enum - - - SmoothTransformation - qt.html - TransformationMode-enum - - - Axis - qt.html - Axis-enum - - - XAxis - qt.html - Axis-enum - - - YAxis - qt.html - Axis-enum - - - ZAxis - qt.html - Axis-enum - - - FocusReason - qt.html - FocusReason-enum - - - MouseFocusReason - qt.html - FocusReason-enum - - - TabFocusReason - qt.html - FocusReason-enum - - - BacktabFocusReason - qt.html - FocusReason-enum - - - ActiveWindowFocusReason - qt.html - FocusReason-enum - - - PopupFocusReason - qt.html - FocusReason-enum - - - ShortcutFocusReason - qt.html - FocusReason-enum - - - MenuBarFocusReason - qt.html - FocusReason-enum - - - OtherFocusReason - qt.html - FocusReason-enum - - - NoFocusReason - qt.html - FocusReason-enum - - - ContextMenuPolicy - qt.html - ContextMenuPolicy-enum - - - NoContextMenu - qt.html - ContextMenuPolicy-enum - - - DefaultContextMenu - qt.html - ContextMenuPolicy-enum - - - ActionsContextMenu - qt.html - ContextMenuPolicy-enum - - - CustomContextMenu - qt.html - ContextMenuPolicy-enum - - - PreventContextMenu - qt.html - ContextMenuPolicy-enum - - - InputMethodQuery - qt.html - InputMethodQuery-enum - - - ImEnabled - qt.html - InputMethodQuery-enum - - - ImCursorRectangle - qt.html - InputMethodQuery-enum - - - ImMicroFocus - qt.html - InputMethodQuery-enum - - - ImFont - qt.html - InputMethodQuery-enum - - - ImCursorPosition - qt.html - InputMethodQuery-enum - - - ImSurroundingText - qt.html - InputMethodQuery-enum - - - ImCurrentSelection - qt.html - InputMethodQuery-enum - - - ImMaximumTextLength - qt.html - InputMethodQuery-enum - - - ImAnchorPosition - qt.html - InputMethodQuery-enum - - - ImHints - qt.html - InputMethodQuery-enum - - - ImPreferredLanguage - qt.html - InputMethodQuery-enum - - - ImAbsolutePosition - qt.html - InputMethodQuery-enum - - - ImTextBeforeCursor - qt.html - InputMethodQuery-enum - - - ImTextAfterCursor - qt.html - InputMethodQuery-enum - - - ImEnterKeyType - qt.html - InputMethodQuery-enum - - - ImAnchorRectangle - qt.html - InputMethodQuery-enum - - - ImInputItemClipRectangle - qt.html - InputMethodQuery-enum - - - ImPlatformData - qt.html - InputMethodQuery-enum - - - ImQueryInput - qt.html - InputMethodQuery-enum - - - ImQueryAll - qt.html - InputMethodQuery-enum - - - InputMethodQueries - qt.html - InputMethodQuery-enum - - - - QFlags<InputMethodQueries::enum_type> - operator| - qt.html - operator-7c-33 - (InputMethodQueries::enum_type f1, InputMethodQueries::enum_type f2) - - - QFlags<InputMethodQueries::enum_type> - operator| - qt.html - operator-7c-34 - (InputMethodQueries::enum_type f1, QFlags<InputMethodQueries::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-35 - (InputMethodQueries::enum_type f1, int f2) - - - InputMethodHint - qt.html - InputMethodHint-enum - - - ImhNone - qt.html - InputMethodHint-enum - - - ImhHiddenText - qt.html - InputMethodHint-enum - - - ImhSensitiveData - qt.html - InputMethodHint-enum - - - ImhNoAutoUppercase - qt.html - InputMethodHint-enum - - - ImhPreferNumbers - qt.html - InputMethodHint-enum - - - ImhPreferUppercase - qt.html - InputMethodHint-enum - - - ImhPreferLowercase - qt.html - InputMethodHint-enum - - - ImhNoPredictiveText - qt.html - InputMethodHint-enum - - - ImhDate - qt.html - InputMethodHint-enum - - - ImhTime - qt.html - InputMethodHint-enum - - - ImhPreferLatin - qt.html - InputMethodHint-enum - - - ImhMultiLine - qt.html - InputMethodHint-enum - - - ImhNoEditMenu - qt.html - InputMethodHint-enum - - - ImhNoTextHandles - qt.html - InputMethodHint-enum - - - ImhDigitsOnly - qt.html - InputMethodHint-enum - - - ImhFormattedNumbersOnly - qt.html - InputMethodHint-enum - - - ImhUppercaseOnly - qt.html - InputMethodHint-enum - - - ImhLowercaseOnly - qt.html - InputMethodHint-enum - - - ImhDialableCharactersOnly - qt.html - InputMethodHint-enum - - - ImhEmailCharactersOnly - qt.html - InputMethodHint-enum - - - ImhUrlCharactersOnly - qt.html - InputMethodHint-enum - - - ImhLatinOnly - qt.html - InputMethodHint-enum - - - ImhExclusiveInputMask - qt.html - InputMethodHint-enum - - - InputMethodHints - qt.html - InputMethodHint-enum - - - - QFlags<InputMethodHints::enum_type> - operator| - qt.html - operator-7c-36 - (InputMethodHints::enum_type f1, InputMethodHints::enum_type f2) - - - QFlags<InputMethodHints::enum_type> - operator| - qt.html - operator-7c-37 - (InputMethodHints::enum_type f1, QFlags<InputMethodHints::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-38 - (InputMethodHints::enum_type f1, int f2) - - - EnterKeyType - qt.html - EnterKeyType-enum - - - EnterKeyDefault - qt.html - EnterKeyType-enum - - - EnterKeyReturn - qt.html - EnterKeyType-enum - - - EnterKeyDone - qt.html - EnterKeyType-enum - - - EnterKeyGo - qt.html - EnterKeyType-enum - - - EnterKeySend - qt.html - EnterKeyType-enum - - - EnterKeySearch - qt.html - EnterKeyType-enum - - - EnterKeyNext - qt.html - EnterKeyType-enum - - - EnterKeyPrevious - qt.html - EnterKeyType-enum - - - ToolButtonStyle - qt.html - ToolButtonStyle-enum - - - ToolButtonIconOnly - qt.html - ToolButtonStyle-enum - - - ToolButtonTextOnly - qt.html - ToolButtonStyle-enum - - - ToolButtonTextBesideIcon - qt.html - ToolButtonStyle-enum - - - ToolButtonTextUnderIcon - qt.html - ToolButtonStyle-enum - - - ToolButtonFollowStyle - qt.html - ToolButtonStyle-enum - - - LayoutDirection - qt.html - LayoutDirection-enum - - - LeftToRight - qt.html - LayoutDirection-enum - - - RightToLeft - qt.html - LayoutDirection-enum - - - LayoutDirectionAuto - qt.html - LayoutDirection-enum - - - AnchorPoint - qt.html - AnchorPoint-enum - - - AnchorLeft - qt.html - AnchorPoint-enum - - - AnchorHorizontalCenter - qt.html - AnchorPoint-enum - - - AnchorRight - qt.html - AnchorPoint-enum - - - AnchorTop - qt.html - AnchorPoint-enum - - - AnchorVerticalCenter - qt.html - AnchorPoint-enum - - - AnchorBottom - qt.html - AnchorPoint-enum - - - FindChildOption - qt.html - FindChildOption-enum - - - FindDirectChildrenOnly - qt.html - FindChildOption-enum - - - FindChildrenRecursively - qt.html - FindChildOption-enum - - - FindChildOptions - qt.html - FindChildOption-enum - - - - DropAction - qt.html - DropAction-enum - - - CopyAction - qt.html - DropAction-enum - - - MoveAction - qt.html - DropAction-enum - - - LinkAction - qt.html - DropAction-enum - - - ActionMask - qt.html - DropAction-enum - - - TargetMoveAction - qt.html - DropAction-enum - - - IgnoreAction - qt.html - DropAction-enum - - - DropActions - qt.html - DropAction-enum - - - - QFlags<DropActions::enum_type> - operator| - qt.html - operator-7c-39 - (DropActions::enum_type f1, DropActions::enum_type f2) - - - QFlags<DropActions::enum_type> - operator| - qt.html - operator-7c-40 - (DropActions::enum_type f1, QFlags<DropActions::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-41 - (DropActions::enum_type f1, int f2) - - - CheckState - qt.html - CheckState-enum - - - Unchecked - qt.html - CheckState-enum - - - PartiallyChecked - qt.html - CheckState-enum - - - Checked - qt.html - CheckState-enum - - - ItemDataRole - qt.html - ItemDataRole-enum - - - DisplayRole - qt.html - ItemDataRole-enum - - - DecorationRole - qt.html - ItemDataRole-enum - - - EditRole - qt.html - ItemDataRole-enum - - - ToolTipRole - qt.html - ItemDataRole-enum - - - StatusTipRole - qt.html - ItemDataRole-enum - - - WhatsThisRole - qt.html - ItemDataRole-enum - - - FontRole - qt.html - ItemDataRole-enum - - - TextAlignmentRole - qt.html - ItemDataRole-enum - - - BackgroundColorRole - qt.html - ItemDataRole-enum - - - BackgroundRole - qt.html - ItemDataRole-enum - - - TextColorRole - qt.html - ItemDataRole-enum - - - ForegroundRole - qt.html - ItemDataRole-enum - - - CheckStateRole - qt.html - ItemDataRole-enum - - - AccessibleTextRole - qt.html - ItemDataRole-enum - - - AccessibleDescriptionRole - qt.html - ItemDataRole-enum - - - SizeHintRole - qt.html - ItemDataRole-enum - - - InitialSortOrderRole - qt.html - ItemDataRole-enum - - - DisplayPropertyRole - qt.html - ItemDataRole-enum - - - DecorationPropertyRole - qt.html - ItemDataRole-enum - - - ToolTipPropertyRole - qt.html - ItemDataRole-enum - - - StatusTipPropertyRole - qt.html - ItemDataRole-enum - - - WhatsThisPropertyRole - qt.html - ItemDataRole-enum - - - UserRole - qt.html - ItemDataRole-enum - - - ItemFlag - qt.html - ItemFlag-enum - - - NoItemFlags - qt.html - ItemFlag-enum - - - ItemIsSelectable - qt.html - ItemFlag-enum - - - ItemIsEditable - qt.html - ItemFlag-enum - - - ItemIsDragEnabled - qt.html - ItemFlag-enum - - - ItemIsDropEnabled - qt.html - ItemFlag-enum - - - ItemIsUserCheckable - qt.html - ItemFlag-enum - - - ItemIsEnabled - qt.html - ItemFlag-enum - - - ItemIsAutoTristate - qt.html - ItemFlag-enum - - - ItemIsTristate - qt.html - ItemFlag-enum - - - ItemNeverHasChildren - qt.html - ItemFlag-enum - - - ItemIsUserTristate - qt.html - ItemFlag-enum - - - ItemFlags - qt.html - ItemFlag-enum - - - - QFlags<ItemFlags::enum_type> - operator| - qt.html - operator-7c-42 - (ItemFlags::enum_type f1, ItemFlags::enum_type f2) - - - QFlags<ItemFlags::enum_type> - operator| - qt.html - operator-7c-43 - (ItemFlags::enum_type f1, QFlags<ItemFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-44 - (ItemFlags::enum_type f1, int f2) - - - MatchFlag - qt.html - MatchFlag-enum - - - MatchExactly - qt.html - MatchFlag-enum - - - MatchContains - qt.html - MatchFlag-enum - - - MatchStartsWith - qt.html - MatchFlag-enum - - - MatchEndsWith - qt.html - MatchFlag-enum - - - MatchRegExp - qt.html - MatchFlag-enum - - - MatchWildcard - qt.html - MatchFlag-enum - - - MatchFixedString - qt.html - MatchFlag-enum - - - MatchCaseSensitive - qt.html - MatchFlag-enum - - - MatchWrap - qt.html - MatchFlag-enum - - - MatchRecursive - qt.html - MatchFlag-enum - - - MatchFlags - qt.html - MatchFlag-enum - - - - QFlags<MatchFlags::enum_type> - operator| - qt.html - operator-7c-45 - (MatchFlags::enum_type f1, MatchFlags::enum_type f2) - - - QFlags<MatchFlags::enum_type> - operator| - qt.html - operator-7c-46 - (MatchFlags::enum_type f1, QFlags<MatchFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-47 - (MatchFlags::enum_type f1, int f2) - - - HANDLE - qt.html - HANDLE-typedef - - - - WFlags - qt-obsolete.html - WFlags-typedef - - - - WindowModality - qt.html - WindowModality-enum - - - NonModal - qt.html - WindowModality-enum - - - WindowModal - qt.html - WindowModality-enum - - - ApplicationModal - qt.html - WindowModality-enum - - - TextInteractionFlag - qt.html - TextInteractionFlag-enum - - - NoTextInteraction - qt.html - TextInteractionFlag-enum - - - TextSelectableByMouse - qt.html - TextInteractionFlag-enum - - - TextSelectableByKeyboard - qt.html - TextInteractionFlag-enum - - - LinksAccessibleByMouse - qt.html - TextInteractionFlag-enum - - - LinksAccessibleByKeyboard - qt.html - TextInteractionFlag-enum - - - TextEditable - qt.html - TextInteractionFlag-enum - - - TextEditorInteraction - qt.html - TextInteractionFlag-enum - - - TextBrowserInteraction - qt.html - TextInteractionFlag-enum - - - TextInteractionFlags - qt.html - TextInteractionFlag-enum - - - - QFlags<TextInteractionFlags::enum_type> - operator| - qt.html - operator-7c-48 - (TextInteractionFlags::enum_type f1, TextInteractionFlags::enum_type f2) - - - QFlags<TextInteractionFlags::enum_type> - operator| - qt.html - operator-7c-49 - (TextInteractionFlags::enum_type f1, QFlags<TextInteractionFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-50 - (TextInteractionFlags::enum_type f1, int f2) - - - EventPriority - qt.html - EventPriority-enum - - - HighEventPriority - qt.html - EventPriority-enum - - - NormalEventPriority - qt.html - EventPriority-enum - - - LowEventPriority - qt.html - EventPriority-enum - - - SizeHint - qt.html - SizeHint-enum - - - MinimumSize - qt.html - SizeHint-enum - - - PreferredSize - qt.html - SizeHint-enum - - - MaximumSize - qt.html - SizeHint-enum - - - MinimumDescent - qt.html - SizeHint-enum - - - NSizeHints - qt.html - SizeHint-enum - - - WindowFrameSection - qt.html - WindowFrameSection-enum - - - NoSection - qt.html - WindowFrameSection-enum - - - LeftSection - qt.html - WindowFrameSection-enum - - - TopLeftSection - qt.html - WindowFrameSection-enum - - - TopSection - qt.html - WindowFrameSection-enum - - - TopRightSection - qt.html - WindowFrameSection-enum - - - RightSection - qt.html - WindowFrameSection-enum - - - BottomRightSection - qt.html - WindowFrameSection-enum - - - BottomSection - qt.html - WindowFrameSection-enum - - - BottomLeftSection - qt.html - WindowFrameSection-enum - - - TitleBarArea - qt.html - WindowFrameSection-enum - - - CoordinateSystem - qt.html - CoordinateSystem-enum - - - DeviceCoordinates - qt.html - CoordinateSystem-enum - - - LogicalCoordinates - qt.html - CoordinateSystem-enum - - - TouchPointState - qt.html - TouchPointState-enum - - - TouchPointPressed - qt.html - TouchPointState-enum - - - TouchPointMoved - qt.html - TouchPointState-enum - - - TouchPointStationary - qt.html - TouchPointState-enum - - - TouchPointReleased - qt.html - TouchPointState-enum - - - TouchPointStates - qt.html - TouchPointState-enum - - - - QFlags<TouchPointStates::enum_type> - operator| - qt.html - operator-7c-51 - (TouchPointStates::enum_type f1, TouchPointStates::enum_type f2) - - - QFlags<TouchPointStates::enum_type> - operator| - qt.html - operator-7c-52 - (TouchPointStates::enum_type f1, QFlags<TouchPointStates::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-53 - (TouchPointStates::enum_type f1, int f2) - - - GestureState - qt.html - GestureState-enum - - - NoGesture - qt.html - GestureState-enum - - - GestureStarted - qt.html - GestureState-enum - - - GestureUpdated - qt.html - GestureState-enum - - - GestureFinished - qt.html - GestureState-enum - - - GestureCanceled - qt.html - GestureState-enum - - - GestureType - qt.html - GestureType-enum - - - TapGesture - qt.html - GestureType-enum - - - TapAndHoldGesture - qt.html - GestureType-enum - - - PanGesture - qt.html - GestureType-enum - - - PinchGesture - qt.html - GestureType-enum - - - SwipeGesture - qt.html - GestureType-enum - - - CustomGesture - qt.html - GestureType-enum - - - LastGestureType - qt.html - GestureType-enum - - - GestureFlag - qt.html - GestureFlag-enum - - - DontStartGestureOnChildren - qt.html - GestureFlag-enum - - - ReceivePartialGestures - qt.html - GestureFlag-enum - - - IgnoredGesturesPropagateToParent - qt.html - GestureFlag-enum - - - GestureFlags - qt.html - GestureFlag-enum - - - - QFlags<GestureFlags::enum_type> - operator| - qt.html - operator-7c-54 - (GestureFlags::enum_type f1, GestureFlags::enum_type f2) - - - QFlags<GestureFlags::enum_type> - operator| - qt.html - operator-7c-55 - (GestureFlags::enum_type f1, QFlags<GestureFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-56 - (GestureFlags::enum_type f1, int f2) - - - NativeGestureType - qt.html - NativeGestureType-enum - - - BeginNativeGesture - qt.html - NativeGestureType-enum - - - EndNativeGesture - qt.html - NativeGestureType-enum - - - PanNativeGesture - qt.html - NativeGestureType-enum - - - ZoomNativeGesture - qt.html - NativeGestureType-enum - - - SmartZoomNativeGesture - qt.html - NativeGestureType-enum - - - RotateNativeGesture - qt.html - NativeGestureType-enum - - - SwipeNativeGesture - qt.html - NativeGestureType-enum - - - NavigationMode - qt.html - NavigationMode-enum - - - NavigationModeNone - qt.html - NavigationMode-enum - - - NavigationModeKeypadTabOrder - qt.html - NavigationMode-enum - - - NavigationModeKeypadDirectional - qt.html - NavigationMode-enum - - - NavigationModeCursorAuto - qt.html - NavigationMode-enum - - - NavigationModeCursorForceVisible - qt.html - NavigationMode-enum - - - CursorMoveStyle - qt.html - CursorMoveStyle-enum - - - LogicalMoveStyle - qt.html - CursorMoveStyle-enum - - - VisualMoveStyle - qt.html - CursorMoveStyle-enum - - - TimerType - qt.html - TimerType-enum - - - PreciseTimer - qt.html - TimerType-enum - - - CoarseTimer - qt.html - TimerType-enum - - - VeryCoarseTimer - qt.html - TimerType-enum - - - ScrollPhase - qt.html - ScrollPhase-enum - - - NoScrollPhase - qt.html - ScrollPhase-enum - - - ScrollBegin - qt.html - ScrollPhase-enum - - - ScrollUpdate - qt.html - ScrollPhase-enum - - - ScrollEnd - qt.html - ScrollPhase-enum - - - ScrollMomentum - qt.html - ScrollPhase-enum - - - MouseEventSource - qt.html - MouseEventSource-enum - - - MouseEventNotSynthesized - qt.html - MouseEventSource-enum - - - MouseEventSynthesizedBySystem - qt.html - MouseEventSource-enum - - - MouseEventSynthesizedByQt - qt.html - MouseEventSource-enum - - - MouseEventSynthesizedByApplication - qt.html - MouseEventSource-enum - - - MouseEventFlag - qt.html - MouseEventFlag-enum - - - MouseEventCreatedDoubleClick - qt.html - MouseEventFlag-enum - - - MouseEventFlagMask - qt.html - MouseEventFlag-enum - - - MouseEventFlags - qt.html - MouseEventFlag-enum - - - - QFlags<MouseEventFlags::enum_type> - operator| - qt.html - operator-7c-57 - (MouseEventFlags::enum_type f1, MouseEventFlags::enum_type f2) - - - QFlags<MouseEventFlags::enum_type> - operator| - qt.html - operator-7c-58 - (MouseEventFlags::enum_type f1, QFlags<MouseEventFlags::enum_type> f2) - - - QIncompatibleFlag - operator| - qt.html - operator-7c-59 - (MouseEventFlags::enum_type f1, int f2) - - - ChecksumType - qt.html - ChecksumType-enum - - - ChecksumIso3309 - qt.html - ChecksumType-enum - - - ChecksumItuV41 - qt.html - ChecksumType-enum - - - QString - escape - qt-obsolete.html - escape - (const QString &plain) - - - int - operator| - qt.html - operator-7c-60 - (int , int ) - - - - QGenericArgument - qgenericargument.html - - - QGenericArgument - qgenericargument.html - QGenericArgument - (const char *name, const void *data) - - - void * - data - qgenericargument.html - data - () const const - - - const char * - name - qgenericargument.html - name - () const const - - - - QGenericReturnArgument - qgenericreturnargument.html - QGenericArgument - - - QGenericReturnArgument - qgenericreturnargument.html - QGenericReturnArgument - (const char *name, void *data) - - - - QMetaObject - qmetaobject.html - - const char * - className - qmetaobject.html - className - () const const - - - const QMetaObject * - superClass - qmetaobject.html - superClass - () const const - - - bool - inherits - qmetaobject.html - inherits - (const QMetaObject *metaObject) const const - - - int - methodOffset - qmetaobject.html - methodOffset - () const const - - - int - enumeratorOffset - qmetaobject.html - enumeratorOffset - () const const - - - int - propertyOffset - qmetaobject.html - propertyOffset - () const const - - - int - classInfoOffset - qmetaobject.html - classInfoOffset - () const const - - - int - constructorCount - qmetaobject.html - constructorCount - () const const - - - int - methodCount - qmetaobject.html - methodCount - () const const - - - int - enumeratorCount - qmetaobject.html - enumeratorCount - () const const - - - int - propertyCount - qmetaobject.html - propertyCount - () const const - - - int - classInfoCount - qmetaobject.html - classInfoCount - () const const - - - int - indexOfConstructor - qmetaobject.html - indexOfConstructor - (const char *constructor) const const - - - int - indexOfMethod - qmetaobject.html - indexOfMethod - (const char *method) const const - - - int - indexOfSignal - qmetaobject.html - indexOfSignal - (const char *signal) const const - - - int - indexOfSlot - qmetaobject.html - indexOfSlot - (const char *slot) const const - - - int - indexOfEnumerator - qmetaobject.html - indexOfEnumerator - (const char *name) const const - - - int - indexOfProperty - qmetaobject.html - indexOfProperty - (const char *name) const const - - - int - indexOfClassInfo - qmetaobject.html - indexOfClassInfo - (const char *name) const const - - - QMetaMethod - constructor - qmetaobject.html - constructor - (int index) const const - - - QMetaMethod - method - qmetaobject.html - method - (int index) const const - - - QMetaEnum - enumerator - qmetaobject.html - enumerator - (int index) const const - - - QMetaProperty - property - qmetaobject.html - property - (int index) const const - - - QMetaClassInfo - classInfo - qmetaobject.html - classInfo - (int index) const const - - - QMetaProperty - userProperty - qmetaobject.html - userProperty - () const const - - - bool - checkConnectArgs - qmetaobject.html - checkConnectArgs - (const char *signal, const char *method) - - - bool - checkConnectArgs - qmetaobject.html - checkConnectArgs-1 - (const QMetaMethod &signal, const QMetaMethod &method) - - - QByteArray - normalizedSignature - qmetaobject.html - normalizedSignature - (const char *method) - - - QByteArray - normalizedType - qmetaobject.html - normalizedType - (const char *type) - - - void - connectSlotsByName - qmetaobject.html - connectSlotsByName - (QObject *object) - - - bool - invokeMethod - qmetaobject.html - invokeMethod - (QObject *obj, const char *member, Qt::ConnectionType type, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) - - - bool - invokeMethod - qmetaobject.html - invokeMethod-1 - (QObject *obj, const char *member, QGenericReturnArgument ret, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) - - - bool - invokeMethod - qmetaobject.html - invokeMethod-2 - (QObject *obj, const char *member, Qt::ConnectionType type, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) - - - bool - invokeMethod - qmetaobject.html - invokeMethod-3 - (QObject *obj, const char *member, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) - - - bool - invokeMethod - qmetaobject.html - invokeMethod-4 - (QObject *context, Functor function, Qt::ConnectionType type, FunctorReturnType *ret) - - - bool - invokeMethod - qmetaobject.html - invokeMethod-5 - (QObject *context, Functor function, FunctorReturnType *ret) - - - QObject * - newInstance - qmetaobject.html - newInstance - (QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - QMetaObject::Connection - - - QMetaObject::Connection - qmetaobject-connection.html - - - ~Connection - qmetaobject-connection.html - dtor.Connection - () - - - - Connection - qmetaobject-connection.html - Connection - () - - - - Connection - qmetaobject-connection.html - Connection-2 - (const Connection &other) - - - Connection & - operator= - qmetaobject-connection.html - operator-eq - (const Connection &other) - - - bool - operator bool - qmetaobject-connection.html - operator-bool - () const const - - - - Connection - qmetaobject-connection.html - Connection-3 - (Connection &&o) - - - Connection & - operator= - qmetaobject-connection.html - operator-eq-1 - (Connection &&other) - - - - QLatin1Char - qlatin1char.html - - - QLatin1Char - qlatin1char.html - QLatin1Char - (char c) - - - char - toLatin1 - qlatin1char.html - toLatin1 - () const const - - - ushort - unicode - qlatin1char.html - unicode - () const const - - - - QChar - qchar.html - - SpecialCharacter - qchar.html - SpecialCharacter-enum - - - Null - qchar.html - SpecialCharacter-enum - - - Tabulation - qchar.html - SpecialCharacter-enum - - - LineFeed - qchar.html - SpecialCharacter-enum - - - CarriageReturn - qchar.html - SpecialCharacter-enum - - - Space - qchar.html - SpecialCharacter-enum - - - Nbsp - qchar.html - SpecialCharacter-enum - - - SoftHyphen - qchar.html - SpecialCharacter-enum - - - ReplacementCharacter - qchar.html - SpecialCharacter-enum - - - ObjectReplacementCharacter - qchar.html - SpecialCharacter-enum - - - ByteOrderMark - qchar.html - SpecialCharacter-enum - - - ByteOrderSwapped - qchar.html - SpecialCharacter-enum - - - ParagraphSeparator - qchar.html - SpecialCharacter-enum - - - LineSeparator - qchar.html - SpecialCharacter-enum - - - LastValidCodePoint - qchar.html - SpecialCharacter-enum - - - - QChar - qchar.html - QChar - () - - - - QChar - qchar.html - QChar-1 - (ushort code) - - - - QChar - qchar.html - QChar-2 - (uchar cell, uchar row) - - - - QChar - qchar.html - QChar-3 - (short code) - - - - QChar - qchar.html - QChar-4 - (uint code) - - - - QChar - qchar.html - QChar-5 - (int code) - - - - QChar - qchar.html - QChar-6 - (QChar::SpecialCharacter ch) - - - - QChar - qchar.html - QChar-7 - (QLatin1Char ch) - - - - QChar - qchar.html - QChar-8 - (char16_t ch) - - - - QChar - qchar.html - QChar-9 - (wchar_t ch) - - - - QChar - qchar.html - QChar-10 - (char ch) - - - - QChar - qchar.html - QChar-11 - (uchar ch) - - - Category - qchar.html - Category-enum - - - Mark_NonSpacing - qchar.html - Category-enum - - - Mark_SpacingCombining - qchar.html - Category-enum - - - Mark_Enclosing - qchar.html - Category-enum - - - Number_DecimalDigit - qchar.html - Category-enum - - - Number_Letter - qchar.html - Category-enum - - - Number_Other - qchar.html - Category-enum - - - Separator_Space - qchar.html - Category-enum - - - Separator_Line - qchar.html - Category-enum - - - Separator_Paragraph - qchar.html - Category-enum - - - Other_Control - qchar.html - Category-enum - - - Other_Format - qchar.html - Category-enum - - - Other_Surrogate - qchar.html - Category-enum - - - Other_PrivateUse - qchar.html - Category-enum - - - Other_NotAssigned - qchar.html - Category-enum - - - Letter_Uppercase - qchar.html - Category-enum - - - Letter_Lowercase - qchar.html - Category-enum - - - Letter_Titlecase - qchar.html - Category-enum - - - Letter_Modifier - qchar.html - Category-enum - - - Letter_Other - qchar.html - Category-enum - - - Punctuation_Connector - qchar.html - Category-enum - - - Punctuation_Dash - qchar.html - Category-enum - - - Punctuation_Open - qchar.html - Category-enum - - - Punctuation_Close - qchar.html - Category-enum - - - Punctuation_InitialQuote - qchar.html - Category-enum - - - Punctuation_FinalQuote - qchar.html - Category-enum - - - Punctuation_Other - qchar.html - Category-enum - - - Symbol_Math - qchar.html - Category-enum - - - Symbol_Currency - qchar.html - Category-enum - - - Symbol_Modifier - qchar.html - Category-enum - - - Symbol_Other - qchar.html - Category-enum - - - Script - qchar.html - Script-enum - - - Script_Unknown - qchar.html - Script-enum - - - Script_Inherited - qchar.html - Script-enum - - - Script_Common - qchar.html - Script-enum - - - Script_Latin - qchar.html - Script-enum - - - Script_Greek - qchar.html - Script-enum - - - Script_Cyrillic - qchar.html - Script-enum - - - Script_Armenian - qchar.html - Script-enum - - - Script_Hebrew - qchar.html - Script-enum - - - Script_Arabic - qchar.html - Script-enum - - - Script_Syriac - qchar.html - Script-enum - - - Script_Thaana - qchar.html - Script-enum - - - Script_Devanagari - qchar.html - Script-enum - - - Script_Bengali - qchar.html - Script-enum - - - Script_Gurmukhi - qchar.html - Script-enum - - - Script_Gujarati - qchar.html - Script-enum - - - Script_Oriya - qchar.html - Script-enum - - - Script_Tamil - qchar.html - Script-enum - - - Script_Telugu - qchar.html - Script-enum - - - Script_Kannada - qchar.html - Script-enum - - - Script_Malayalam - qchar.html - Script-enum - - - Script_Sinhala - qchar.html - Script-enum - - - Script_Thai - qchar.html - Script-enum - - - Script_Lao - qchar.html - Script-enum - - - Script_Tibetan - qchar.html - Script-enum - - - Script_Myanmar - qchar.html - Script-enum - - - Script_Georgian - qchar.html - Script-enum - - - Script_Hangul - qchar.html - Script-enum - - - Script_Ethiopic - qchar.html - Script-enum - - - Script_Cherokee - qchar.html - Script-enum - - - Script_CanadianAboriginal - qchar.html - Script-enum - - - Script_Ogham - qchar.html - Script-enum - - - Script_Runic - qchar.html - Script-enum - - - Script_Khmer - qchar.html - Script-enum - - - Script_Mongolian - qchar.html - Script-enum - - - Script_Hiragana - qchar.html - Script-enum - - - Script_Katakana - qchar.html - Script-enum - - - Script_Bopomofo - qchar.html - Script-enum - - - Script_Han - qchar.html - Script-enum - - - Script_Yi - qchar.html - Script-enum - - - Script_OldItalic - qchar.html - Script-enum - - - Script_Gothic - qchar.html - Script-enum - - - Script_Deseret - qchar.html - Script-enum - - - Script_Tagalog - qchar.html - Script-enum - - - Script_Hanunoo - qchar.html - Script-enum - - - Script_Buhid - qchar.html - Script-enum - - - Script_Tagbanwa - qchar.html - Script-enum - - - Script_Coptic - qchar.html - Script-enum - - - Script_Limbu - qchar.html - Script-enum - - - Script_TaiLe - qchar.html - Script-enum - - - Script_LinearB - qchar.html - Script-enum - - - Script_Ugaritic - qchar.html - Script-enum - - - Script_Shavian - qchar.html - Script-enum - - - Script_Osmanya - qchar.html - Script-enum - - - Script_Cypriot - qchar.html - Script-enum - - - Script_Braille - qchar.html - Script-enum - - - Script_Buginese - qchar.html - Script-enum - - - Script_NewTaiLue - qchar.html - Script-enum - - - Script_Glagolitic - qchar.html - Script-enum - - - Script_Tifinagh - qchar.html - Script-enum - - - Script_SylotiNagri - qchar.html - Script-enum - - - Script_OldPersian - qchar.html - Script-enum - - - Script_Kharoshthi - qchar.html - Script-enum - - - Script_Balinese - qchar.html - Script-enum - - - Script_Cuneiform - qchar.html - Script-enum - - - Script_Phoenician - qchar.html - Script-enum - - - Script_PhagsPa - qchar.html - Script-enum - - - Script_Nko - qchar.html - Script-enum - - - Script_Sundanese - qchar.html - Script-enum - - - Script_Lepcha - qchar.html - Script-enum - - - Script_OlChiki - qchar.html - Script-enum - - - Script_Vai - qchar.html - Script-enum - - - Script_Saurashtra - qchar.html - Script-enum - - - Script_KayahLi - qchar.html - Script-enum - - - Script_Rejang - qchar.html - Script-enum - - - Script_Lycian - qchar.html - Script-enum - - - Script_Carian - qchar.html - Script-enum - - - Script_Lydian - qchar.html - Script-enum - - - Script_Cham - qchar.html - Script-enum - - - Script_TaiTham - qchar.html - Script-enum - - - Script_TaiViet - qchar.html - Script-enum - - - Script_Avestan - qchar.html - Script-enum - - - Script_EgyptianHieroglyphs - qchar.html - Script-enum - - - Script_Samaritan - qchar.html - Script-enum - - - Script_Lisu - qchar.html - Script-enum - - - Script_Bamum - qchar.html - Script-enum - - - Script_Javanese - qchar.html - Script-enum - - - Script_MeeteiMayek - qchar.html - Script-enum - - - Script_ImperialAramaic - qchar.html - Script-enum - - - Script_OldSouthArabian - qchar.html - Script-enum - - - Script_InscriptionalParthian - qchar.html - Script-enum - - - Script_InscriptionalPahlavi - qchar.html - Script-enum - - - Script_OldTurkic - qchar.html - Script-enum - - - Script_Kaithi - qchar.html - Script-enum - - - Script_Batak - qchar.html - Script-enum - - - Script_Brahmi - qchar.html - Script-enum - - - Script_Mandaic - qchar.html - Script-enum - - - Script_Chakma - qchar.html - Script-enum - - - Script_MeroiticCursive - qchar.html - Script-enum - - - Script_MeroiticHieroglyphs - qchar.html - Script-enum - - - Script_Miao - qchar.html - Script-enum - - - Script_Sharada - qchar.html - Script-enum - - - Script_SoraSompeng - qchar.html - Script-enum - - - Script_Takri - qchar.html - Script-enum - - - Script_CaucasianAlbanian - qchar.html - Script-enum - - - Script_BassaVah - qchar.html - Script-enum - - - Script_Duployan - qchar.html - Script-enum - - - Script_Elbasan - qchar.html - Script-enum - - - Script_Grantha - qchar.html - Script-enum - - - Script_PahawhHmong - qchar.html - Script-enum - - - Script_Khojki - qchar.html - Script-enum - - - Script_LinearA - qchar.html - Script-enum - - - Script_Mahajani - qchar.html - Script-enum - - - Script_Manichaean - qchar.html - Script-enum - - - Script_MendeKikakui - qchar.html - Script-enum - - - Script_Modi - qchar.html - Script-enum - - - Script_Mro - qchar.html - Script-enum - - - Script_OldNorthArabian - qchar.html - Script-enum - - - Script_Nabataean - qchar.html - Script-enum - - - Script_Palmyrene - qchar.html - Script-enum - - - Script_PauCinHau - qchar.html - Script-enum - - - Script_OldPermic - qchar.html - Script-enum - - - Script_PsalterPahlavi - qchar.html - Script-enum - - - Script_Siddham - qchar.html - Script-enum - - - Script_Khudawadi - qchar.html - Script-enum - - - Script_Tirhuta - qchar.html - Script-enum - - - Script_WarangCiti - qchar.html - Script-enum - - - Script_Ahom - qchar.html - Script-enum - - - Script_AnatolianHieroglyphs - qchar.html - Script-enum - - - Script_Hatran - qchar.html - Script-enum - - - Script_Multani - qchar.html - Script-enum - - - Script_OldHungarian - qchar.html - Script-enum - - - Script_SignWriting - qchar.html - Script-enum - - - Script_Adlam - qchar.html - Script-enum - - - Script_Bhaiksuki - qchar.html - Script-enum - - - Script_Marchen - qchar.html - Script-enum - - - Script_Newa - qchar.html - Script-enum - - - Script_Osage - qchar.html - Script-enum - - - Script_Tangut - qchar.html - Script-enum - - - Script_MasaramGondi - qchar.html - Script-enum - - - Script_Nushu - qchar.html - Script-enum - - - Script_Soyombo - qchar.html - Script-enum - - - Script_ZanabazarSquare - qchar.html - Script-enum - - - ScriptCount - qchar.html - Script-enum - - - Direction - qchar.html - Direction-enum - - - DirL - qchar.html - Direction-enum - - - DirR - qchar.html - Direction-enum - - - DirEN - qchar.html - Direction-enum - - - DirES - qchar.html - Direction-enum - - - DirET - qchar.html - Direction-enum - - - DirAN - qchar.html - Direction-enum - - - DirCS - qchar.html - Direction-enum - - - DirB - qchar.html - Direction-enum - - - DirS - qchar.html - Direction-enum - - - DirWS - qchar.html - Direction-enum - - - DirON - qchar.html - Direction-enum - - - DirLRE - qchar.html - Direction-enum - - - DirLRO - qchar.html - Direction-enum - - - DirAL - qchar.html - Direction-enum - - - DirRLE - qchar.html - Direction-enum - - - DirRLO - qchar.html - Direction-enum - - - DirPDF - qchar.html - Direction-enum - - - DirNSM - qchar.html - Direction-enum - - - DirBN - qchar.html - Direction-enum - - - DirLRI - qchar.html - Direction-enum - - - DirRLI - qchar.html - Direction-enum - - - DirFSI - qchar.html - Direction-enum - - - DirPDI - qchar.html - Direction-enum - - - Decomposition - qchar.html - Decomposition-enum - - - NoDecomposition - qchar.html - Decomposition-enum - - - Canonical - qchar.html - Decomposition-enum - - - Font - qchar.html - Decomposition-enum - - - NoBreak - qchar.html - Decomposition-enum - - - Initial - qchar.html - Decomposition-enum - - - Medial - qchar.html - Decomposition-enum - - - Final - qchar.html - Decomposition-enum - - - Isolated - qchar.html - Decomposition-enum - - - Circle - qchar.html - Decomposition-enum - - - Super - qchar.html - Decomposition-enum - - - Sub - qchar.html - Decomposition-enum - - - Vertical - qchar.html - Decomposition-enum - - - Wide - qchar.html - Decomposition-enum - - - Narrow - qchar.html - Decomposition-enum - - - Small - qchar.html - Decomposition-enum - - - Square - qchar.html - Decomposition-enum - - - Compat - qchar.html - Decomposition-enum - - - Fraction - qchar.html - Decomposition-enum - - - JoiningType - qchar.html - JoiningType-enum - - - Joining_None - qchar.html - JoiningType-enum - - - Joining_Causing - qchar.html - JoiningType-enum - - - Joining_Dual - qchar.html - JoiningType-enum - - - Joining_Right - qchar.html - JoiningType-enum - - - Joining_Left - qchar.html - JoiningType-enum - - - Joining_Transparent - qchar.html - JoiningType-enum - - - Joining - qchar.html - Joining-enum - - - OtherJoining - qchar.html - Joining-enum - - - Dual - qchar.html - Joining-enum - - - Right - qchar.html - Joining-enum - - - Center - qchar.html - Joining-enum - - - UnicodeVersion - qchar.html - UnicodeVersion-enum - - - Unicode_Unassigned - qchar.html - UnicodeVersion-enum - - - Unicode_1_1 - qchar.html - UnicodeVersion-enum - - - Unicode_2_0 - qchar.html - UnicodeVersion-enum - - - Unicode_2_1_2 - qchar.html - UnicodeVersion-enum - - - Unicode_3_0 - qchar.html - UnicodeVersion-enum - - - Unicode_3_1 - qchar.html - UnicodeVersion-enum - - - Unicode_3_2 - qchar.html - UnicodeVersion-enum - - - Unicode_4_0 - qchar.html - UnicodeVersion-enum - - - Unicode_4_1 - qchar.html - UnicodeVersion-enum - - - Unicode_5_0 - qchar.html - UnicodeVersion-enum - - - Unicode_5_1 - qchar.html - UnicodeVersion-enum - - - Unicode_5_2 - qchar.html - UnicodeVersion-enum - - - Unicode_6_0 - qchar.html - UnicodeVersion-enum - - - Unicode_6_1 - qchar.html - UnicodeVersion-enum - - - Unicode_6_2 - qchar.html - UnicodeVersion-enum - - - Unicode_6_3 - qchar.html - UnicodeVersion-enum - - - Unicode_7_0 - qchar.html - UnicodeVersion-enum - - - Unicode_8_0 - qchar.html - UnicodeVersion-enum - - - Unicode_9_0 - qchar.html - UnicodeVersion-enum - - - Unicode_10_0 - qchar.html - UnicodeVersion-enum - - - QChar::Category - category - qchar.html - category - () const const - - - QChar::Direction - direction - qchar.html - direction - () const const - - - QChar::JoiningType - joiningType - qchar.html - joiningType - () const const - - - QChar::Joining - joining - qchar-obsolete.html - joining - () const const - - - unsigned char - combiningClass - qchar.html - combiningClass - () const const - - - QChar - mirroredChar - qchar.html - mirroredChar - () const const - - - bool - hasMirrored - qchar.html - hasMirrored - () const const - - - QString - decomposition - qchar.html - decomposition - () const const - - - QChar::Decomposition - decompositionTag - qchar.html - decompositionTag - () const const - - - int - digitValue - qchar.html - digitValue - () const const - - - QChar - toLower - qchar.html - toLower - () const const - - - QChar - toUpper - qchar.html - toUpper - () const const - - - QChar - toTitleCase - qchar.html - toTitleCase - () const const - - - QChar - toCaseFolded - qchar.html - toCaseFolded - () const const - - - QChar::Script - script - qchar.html - script - () const const - - - QChar::UnicodeVersion - unicodeVersion - qchar.html - unicodeVersion - () const const - - - char - toAscii - qchar-obsolete.html - toAscii - () const const - - - char - toLatin1 - qchar.html - toLatin1 - () const const - - - ushort - unicode - qchar.html - unicode - () const const - - - ushort & - unicode - qchar.html - unicode-1 - () - - - QChar - fromAscii - qchar-obsolete.html - fromAscii - (char c) - - - QChar - fromLatin1 - qchar.html - fromLatin1 - (char c) - - - bool - isNull - qchar.html - isNull - () const const - - - bool - isPrint - qchar.html - isPrint - () const const - - - bool - isSpace - qchar.html - isSpace - () const const - - - bool - isMark - qchar.html - isMark - () const const - - - bool - isPunct - qchar.html - isPunct - () const const - - - bool - isSymbol - qchar.html - isSymbol - () const const - - - bool - isLetter - qchar.html - isLetter - () const const - - - bool - isNumber - qchar.html - isNumber - () const const - - - bool - isLetterOrNumber - qchar.html - isLetterOrNumber - () const const - - - bool - isDigit - qchar.html - isDigit - () const const - - - bool - isLower - qchar.html - isLower - () const const - - - bool - isUpper - qchar.html - isUpper - () const const - - - bool - isTitleCase - qchar.html - isTitleCase - () const const - - - bool - isNonCharacter - qchar.html - isNonCharacter - () const const - - - bool - isHighSurrogate - qchar.html - isHighSurrogate - () const const - - - bool - isLowSurrogate - qchar.html - isLowSurrogate - () const const - - - bool - isSurrogate - qchar.html - isSurrogate - () const const - - - uchar - cell - qchar.html - cell - () const const - - - uchar - row - qchar.html - row - () const const - - - bool - isNonCharacter - qchar.html - isNonCharacter-1 - (uint ucs4) - - - bool - isHighSurrogate - qchar.html - isHighSurrogate-1 - (uint ucs4) - - - bool - isLowSurrogate - qchar.html - isLowSurrogate-1 - (uint ucs4) - - - bool - isSurrogate - qchar.html - isSurrogate-1 - (uint ucs4) - - - bool - requiresSurrogates - qchar.html - requiresSurrogates - (uint ucs4) - - - uint - surrogateToUcs4 - qchar.html - surrogateToUcs4 - (ushort high, ushort low) - - - uint - surrogateToUcs4 - qchar.html - surrogateToUcs4-1 - (QChar high, QChar low) - - - ushort - highSurrogate - qchar.html - highSurrogate - (uint ucs4) - - - ushort - lowSurrogate - qchar.html - lowSurrogate - (uint ucs4) - - - QChar::Category - category - qchar.html - category-1 - (uint ucs4) - - - QChar::Direction - direction - qchar.html - direction-1 - (uint ucs4) - - - QChar::JoiningType - joiningType - qchar.html - joiningType-1 - (uint ucs4) - - - QChar::Joining - joining - qchar-obsolete.html - joining-1 - (uint ucs4) - - - unsigned char - combiningClass - qchar.html - combiningClass-1 - (uint ucs4) - - - uint - mirroredChar - qchar.html - mirroredChar-1 - (uint ucs4) - - - bool - hasMirrored - qchar.html - hasMirrored-1 - (uint ucs4) - - - QString - decomposition - qchar.html - decomposition-1 - (uint ucs4) - - - QChar::Decomposition - decompositionTag - qchar.html - decompositionTag-1 - (uint ucs4) - - - int - digitValue - qchar.html - digitValue-1 - (uint ucs4) - - - uint - toLower - qchar.html - toLower-1 - (uint ucs4) - - - uint - toUpper - qchar.html - toUpper-1 - (uint ucs4) - - - uint - toTitleCase - qchar.html - toTitleCase-1 - (uint ucs4) - - - uint - toCaseFolded - qchar.html - toCaseFolded-1 - (uint ucs4) - - - QChar::Script - script - qchar.html - script-1 - (uint ucs4) - - - QChar::UnicodeVersion - unicodeVersion - qchar.html - unicodeVersion-1 - (uint ucs4) - - - QChar::UnicodeVersion - currentUnicodeVersion - qchar.html - currentUnicodeVersion - () - - - bool - isPrint - qchar.html - isPrint-1 - (uint ucs4) - - - bool - isSpace - qchar.html - isSpace-1 - (uint ucs4) - - - bool - isMark - qchar.html - isMark-1 - (uint ucs4) - - - bool - isPunct - qchar.html - isPunct-1 - (uint ucs4) - - - bool - isSymbol - qchar.html - isSymbol-1 - (uint ucs4) - - - bool - isLetter - qchar.html - isLetter-1 - (uint ucs4) - - - bool - isNumber - qchar.html - isNumber-1 - (uint ucs4) - - - bool - isLetterOrNumber - qchar.html - isLetterOrNumber-1 - (uint ucs4) - - - bool - isDigit - qchar.html - isDigit-1 - (uint ucs4) - - - bool - isLower - qchar.html - isLower-1 - (uint ucs4) - - - bool - isUpper - qchar.html - isUpper-1 - (uint ucs4) - - - bool - isTitleCase - qchar.html - isTitleCase-1 - (uint ucs4) - - - - QByteArray - qbytearray.html - - Base64Option - qbytearray.html - Base64Option-enum - - - Base64Encoding - qbytearray.html - Base64Option-enum - - - Base64UrlEncoding - qbytearray.html - Base64Option-enum - - - KeepTrailingEquals - qbytearray.html - Base64Option-enum - - - OmitTrailingEquals - qbytearray.html - Base64Option-enum - - - Base64Options - qbytearray.html - Base64Option-enum - - - - - QByteArray - qbytearray.html - QByteArray - () - - - - QByteArray - qbytearray.html - QByteArray-1 - (const char *data, int size) - - - - QByteArray - qbytearray.html - QByteArray-2 - (int size, char ch) - - - - QByteArray - qbytearray.html - QByteArray-4 - (const QByteArray &other) - - - - ~QByteArray - qbytearray.html - dtor.QByteArray - () - - - QByteArray & - operator= - qbytearray.html - operator-eq - (const QByteArray &other) - - - QByteArray & - operator= - qbytearray.html - operator-eq-1 - (const char *str) - - - - QByteArray - qbytearray.html - QByteArray-5 - (QByteArray &&other) - - - QByteArray & - operator= - qbytearray.html - operator-eq-2 - (QByteArray &&other) - - - void - swap - qbytearray.html - swap - (QByteArray &other) - - - int - size - qbytearray.html - size - () const const - - - bool - isEmpty - qbytearray.html - isEmpty - () const const - - - void - resize - qbytearray.html - resize - (int size) - - - QByteArray & - fill - qbytearray.html - fill - (char ch, int size) - - - int - capacity - qbytearray.html - capacity - () const const - - - void - reserve - qbytearray.html - reserve - (int size) - - - void - squeeze - qbytearray.html - squeeze - () - - - const char * - operator const char * - qbytearray.html - operator-const-char--2a - () const const - - - const void * - operator const void * - qbytearray.html - operator-const-void--2a - () const const - - - char * - data - qbytearray.html - data - () - - - const char * - data - qbytearray.html - data-1 - () const const - - - const char * - constData - qbytearray.html - constData - () const const - - - void - clear - qbytearray.html - clear - () - - - char - at - qbytearray.html - at - (int i) const const - - - char - operator[] - qbytearray.html - operator-5b-5d-2 - (int i) const const - - - char - operator[] - qbytearray.html - operator-5b-5d-1 - (uint i) const const - - - QByteRef - operator[] - qbytearray.html - operator-5b-5d - (int i) - - - QByteRef - operator[] - qbytearray.html - operator-5b-5d-3 - (uint i) - - - char - front - qbytearray.html - front - () const const - - - QByteRef - front - qbytearray.html - front-1 - () - - - char - back - qbytearray.html - back - () const const - - - QByteRef - back - qbytearray.html - back-1 - () - - - int - indexOf - qbytearray.html - indexOf-2 - (char ch, int from) const const - - - int - indexOf - qbytearray.html - indexOf-1 - (const char *str, int from) const const - - - int - indexOf - qbytearray.html - indexOf - (const QByteArray &ba, int from) const const - - - int - lastIndexOf - qbytearray.html - lastIndexOf-2 - (char ch, int from) const const - - - int - lastIndexOf - qbytearray.html - lastIndexOf-1 - (const char *str, int from) const const - - - int - lastIndexOf - qbytearray.html - lastIndexOf - (const QByteArray &ba, int from) const const - - - bool - contains - qbytearray.html - contains-2 - (char ch) const const - - - bool - contains - qbytearray.html - contains-1 - (const char *str) const const - - - bool - contains - qbytearray.html - contains - (const QByteArray &ba) const const - - - int - count - qbytearray.html - count-2 - (char ch) const const - - - int - count - qbytearray.html - count-1 - (const char *str) const const - - - int - count - qbytearray.html - count - (const QByteArray &ba) const const - - - int - compare - qbytearray.html - compare - (const char *c, Qt::CaseSensitivity cs) const const - - - int - compare - qbytearray.html - compare-1 - (const QByteArray &a, Qt::CaseSensitivity cs) const const - - - QByteArray - left - qbytearray.html - left - (int len) const const - - - QByteArray - right - qbytearray.html - right - (int len) const const - - - QByteArray - mid - qbytearray.html - mid - (int pos, int len) const const - - - QByteArray - chopped - qbytearray.html - chopped - (int len) const const - - - bool - startsWith - qbytearray.html - startsWith - (const QByteArray &ba) const const - - - bool - startsWith - qbytearray.html - startsWith-1 - (char ch) const const - - - bool - startsWith - qbytearray.html - startsWith-2 - (const char *str) const const - - - bool - endsWith - qbytearray.html - endsWith - (const QByteArray &ba) const const - - - bool - endsWith - qbytearray.html - endsWith-1 - (char ch) const const - - - bool - endsWith - qbytearray.html - endsWith-2 - (const char *str) const const - - - bool - isUpper - qbytearray.html - isUpper - () const const - - - bool - isLower - qbytearray.html - isLower - () const const - - - void - truncate - qbytearray.html - truncate - (int pos) - - - void - chop - qbytearray.html - chop - (int n) - - - QByteArray - toLower - qbytearray.html - toLower - () const const - - - QByteArray - toUpper - qbytearray.html - toUpper - () const const - - - QByteArray - trimmed - qbytearray.html - trimmed - () const const - - - QByteArray - simplified - qbytearray.html - simplified - () const const - - - QByteArray - leftJustified - qbytearray.html - leftJustified - (int width, char fill, bool truncate) const const - - - QByteArray - rightJustified - qbytearray.html - rightJustified - (int width, char fill, bool truncate) const const - - - QByteArray & - prepend - qbytearray.html - prepend-4 - (char ch) - - - QByteArray & - prepend - qbytearray.html - prepend-1 - (int count, char ch) - - - QByteArray & - prepend - qbytearray.html - prepend-2 - (const char *str) - - - QByteArray & - prepend - qbytearray.html - prepend-3 - (const char *str, int len) - - - QByteArray & - prepend - qbytearray.html - prepend - (const QByteArray &ba) - - - QByteArray & - append - qbytearray.html - append-4 - (char ch) - - - QByteArray & - append - qbytearray.html - append-1 - (int count, char ch) - - - QByteArray & - append - qbytearray.html - append-2 - (const char *str) - - - QByteArray & - append - qbytearray.html - append-3 - (const char *str, int len) - - - QByteArray & - append - qbytearray.html - append - (const QByteArray &ba) - - - QByteArray & - insert - qbytearray.html - insert-4 - (int i, char ch) - - - QByteArray & - insert - qbytearray.html - insert-1 - (int i, int count, char ch) - - - QByteArray & - insert - qbytearray.html - insert-2 - (int i, const char *str) - - - QByteArray & - insert - qbytearray.html - insert-3 - (int i, const char *str, int len) - - - QByteArray & - insert - qbytearray.html - insert - (int i, const QByteArray &ba) - - - QByteArray & - remove - qbytearray.html - remove - (int pos, int len) - - - QByteArray & - replace - qbytearray.html - replace-2 - (int pos, int len, const char *after) - - - QByteArray & - replace - qbytearray.html - replace-1 - (int pos, int len, const char *after, int alen) - - - QByteArray & - replace - qbytearray.html - replace - (int pos, int len, const QByteArray &after) - - - QByteArray & - replace - qbytearray.html - replace-3 - (char before, const char *after) - - - QByteArray & - replace - qbytearray.html - replace-4 - (char before, const QByteArray &after) - - - QByteArray & - replace - qbytearray.html - replace-5 - (const char *before, const char *after) - - - QByteArray & - replace - qbytearray.html - replace-6 - (const char *before, int bsize, const char *after, int asize) - - - QByteArray & - replace - qbytearray.html - replace-7 - (const QByteArray &before, const QByteArray &after) - - - QByteArray & - replace - qbytearray.html - replace-8 - (const QByteArray &before, const char *after) - - - QByteArray & - replace - qbytearray.html - replace-9 - (const char *before, const QByteArray &after) - - - QByteArray & - replace - qbytearray.html - replace-10 - (char before, char after) - - - QByteArray & - operator+= - qbytearray.html - operator-2b-eq-2 - (char ch) - - - QByteArray & - operator+= - qbytearray.html - operator-2b-eq-1 - (const char *str) - - - QByteArray & - operator+= - qbytearray.html - operator-2b-eq - (const QByteArray &ba) - - - QList<QByteArray> - split - qbytearray.html - split - (char sep) const const - - - QByteArray - repeated - qbytearray.html - repeated - (int times) const const - - - QByteArray & - append - qbytearray.html - append-5 - (const QString &str) - - - QByteArray & - insert - qbytearray.html - insert-5 - (int i, const QString &str) - - - QByteArray & - replace - qbytearray.html - replace-11 - (const QString &before, const char *after) - - - QByteArray & - replace - qbytearray.html - replace-12 - (char before, const QString &after) - - - QByteArray & - replace - qbytearray.html - replace-13 - (const QString &before, const QByteArray &after) - - - QByteArray & - operator+= - qbytearray.html - operator-2b-eq-3 - (const QString &str) - - - int - indexOf - qbytearray.html - indexOf-3 - (const QString &str, int from) const const - - - int - lastIndexOf - qbytearray.html - lastIndexOf-3 - (const QString &str, int from) const const - - - bool - operator== - qbytearray.html - operator-eq-eq - (const QString &str) const const - - - bool - operator!= - qbytearray.html - operator-not-eq - (const QString &str) const const - - - bool - operator< - qbytearray.html - operator-lt - (const QString &str) const const - - - bool - operator> - qbytearray.html - operator-gt - (const QString &str) const const - - - bool - operator<= - qbytearray.html - operator-lt-eq - (const QString &str) const const - - - bool - operator>= - qbytearray.html - operator-gt-eq - (const QString &str) const const - - - short - toShort - qbytearray.html - toShort - (bool *ok, int base) const const - - - ushort - toUShort - qbytearray.html - toUShort - (bool *ok, int base) const const - - - int - toInt - qbytearray.html - toInt - (bool *ok, int base) const const - - - uint - toUInt - qbytearray.html - toUInt - (bool *ok, int base) const const - - - long - toLong - qbytearray.html - toLong - (bool *ok, int base) const const - - - ulong - toULong - qbytearray.html - toULong - (bool *ok, int base) const const - - - qlonglong - toLongLong - qbytearray.html - toLongLong - (bool *ok, int base) const const - - - qulonglong - toULongLong - qbytearray.html - toULongLong - (bool *ok, int base) const const - - - float - toFloat - qbytearray.html - toFloat - (bool *ok) const const - - - double - toDouble - qbytearray.html - toDouble - (bool *ok) const const - - - QByteArray - toBase64 - qbytearray.html - toBase64-1 - (QByteArray::Base64Options options) const const - - - QByteArray - toBase64 - qbytearray.html - toBase64 - () const const - - - QByteArray - toHex - qbytearray.html - toHex - () const const - - - QByteArray - toHex - qbytearray.html - toHex-1 - (char separator) const const - - - QByteArray - toPercentEncoding - qbytearray.html - toPercentEncoding - (const QByteArray &exclude, const QByteArray &include, char percent) const const - - - QByteArray & - setNum - qbytearray.html - setNum-2 - (short n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum-1 - (ushort n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum - (int n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum-3 - (uint n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum-4 - (qlonglong n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum-5 - (qulonglong n, int base) - - - QByteArray & - setNum - qbytearray.html - setNum-6 - (float n, char f, int prec) - - - QByteArray & - setNum - qbytearray.html - setNum-7 - (double n, char f, int prec) - - - QByteArray & - setRawData - qbytearray.html - setRawData - (const char *data, uint size) - - - QByteArray - number - qbytearray.html - number - (int n, int base) - - - QByteArray - number - qbytearray.html - number-1 - (uint n, int base) - - - QByteArray - number - qbytearray.html - number-2 - (qlonglong n, int base) - - - QByteArray - number - qbytearray.html - number-3 - (qulonglong n, int base) - - - QByteArray - number - qbytearray.html - number-4 - (double n, char f, int prec) - - - QByteArray - fromRawData - qbytearray.html - fromRawData - (const char *data, int size) - - - QByteArray - fromBase64 - qbytearray.html - fromBase64-1 - (const QByteArray &base64, QByteArray::Base64Options options) - - - QByteArray - fromBase64 - qbytearray.html - fromBase64 - (const QByteArray &base64) - - - QByteArray - fromHex - qbytearray.html - fromHex - (const QByteArray &hexEncoded) - - - QByteArray - fromPercentEncoding - qbytearray.html - fromPercentEncoding - (const QByteArray &input, char percent) - - - QByteArray - fromCFData - qbytearray.html - fromCFData - (CFDataRef data) - - - QByteArray - fromRawCFData - qbytearray.html - fromRawCFData - (CFDataRef data) - - - CFDataRef - toCFData - qbytearray.html - toCFData - () const const - - - CFDataRef - toRawCFData - qbytearray.html - toRawCFData - () const const - - - QByteArray - fromNSData - qbytearray.html - fromNSData - (const NSData *data) - - - QByteArray - fromRawNSData - qbytearray.html - fromRawNSData - (const NSData *data) - - - NSData * - toNSData - qbytearray.html - toNSData - () const const - - - NSData * - toRawNSData - qbytearray.html - toRawNSData - () const const - - - iterator - qbytearray.html - iterator-typedef - - - - const_iterator - qbytearray.html - const_iterator-typedef - - - - reverse_iterator - qbytearray.html - reverse_iterator-typedef - - - - const_reverse_iterator - qbytearray.html - const_reverse_iterator-typedef - - - - QByteArray::iterator - begin - qbytearray.html - begin - () - - - QByteArray::const_iterator - begin - qbytearray.html - begin-1 - () const const - - - QByteArray::const_iterator - cbegin - qbytearray.html - cbegin - () const const - - - QByteArray::const_iterator - constBegin - qbytearray.html - constBegin - () const const - - - QByteArray::iterator - end - qbytearray.html - end - () - - - QByteArray::const_iterator - end - qbytearray.html - end-1 - () const const - - - QByteArray::const_iterator - cend - qbytearray.html - cend - () const const - - - QByteArray::const_iterator - constEnd - qbytearray.html - constEnd - () const const - - - QByteArray::reverse_iterator - rbegin - qbytearray.html - rbegin - () - - - QByteArray::reverse_iterator - rend - qbytearray.html - rend - () - - - QByteArray::const_reverse_iterator - rbegin - qbytearray.html - rbegin-1 - () const const - - - QByteArray::const_reverse_iterator - rend - qbytearray.html - rend-1 - () const const - - - QByteArray::const_reverse_iterator - crbegin - qbytearray.html - crbegin - () const const - - - QByteArray::const_reverse_iterator - crend - qbytearray.html - crend - () const const - - - void - push_back - qbytearray.html - push_back-2 - (char ch) - - - void - push_back - qbytearray.html - push_back-1 - (const char *str) - - - void - push_back - qbytearray.html - push_back - (const QByteArray &other) - - - void - push_front - qbytearray.html - push_front-2 - (char ch) - - - void - push_front - qbytearray.html - push_front-1 - (const char *str) - - - void - push_front - qbytearray.html - push_front - (const QByteArray &other) - - - void - shrink_to_fit - qbytearray.html - shrink_to_fit - () - - - QByteArray - fromStdString - qbytearray.html - fromStdString - (const std::string &str) - - - std::string - toStdString - qbytearray.html - toStdString - () const const - - - int - count - qbytearray.html - count-3 - () const const - - - int - length - qbytearray.html - length - () const const - - - bool - isNull - qbytearray.html - isNull - () const const - - - - QStringView - qstringview.html - - storage_type - qstringview.html - storage_type-typedef - - - - value_type - qstringview.html - value_type-typedef - - - - difference_type - qstringview.html - difference_type-typedef - - - - size_type - qstringview.html - size_type-typedef - - - - reference - qstringview.html - reference-typedef - - - - const_reference - qstringview.html - const_reference-typedef - - - - pointer - qstringview.html - pointer-typedef - - - - const_pointer - qstringview.html - const_pointer-typedef - - - - iterator - qstringview.html - iterator-typedef - - - - const_iterator - qstringview.html - const_iterator-typedef - - - - reverse_iterator - qstringview.html - reverse_iterator-typedef - - - - const_reverse_iterator - qstringview.html - const_reverse_iterator-typedef - - - - - QStringView - qstringview.html - QStringView - () - - - - QStringView - qstringview.html - QStringView-1 - (std::nullptr_t ) - - - - QStringView - qstringview.html - QStringView-2 - (const Char *str, qsizetype len) - - - - QStringView - qstringview.html - QStringView-3 - (const Char *first, const Char *last) - - - - QStringView - qstringview.html - QStringView-4 - (const Char (&)[N] string) - - - - QStringView - qstringview.html - QStringView-5 - (const Char *str) - - - - QStringView - qstringview.html - QStringView-6 - (const QString &str) - - - - QStringView - qstringview.html - QStringView-7 - (const QStringRef &str) - - - - QStringView - qstringview.html - QStringView-8 - (const StdBasicString &str) - - - QString - toString - qstringview.html - toString - () const const - - - qsizetype - size - qstringview.html - size - () const const - - - QStringView::const_pointer - data - qstringview.html - data - () const const - - - const QStringView::storage_type * - utf16 - qstringview.html - utf16 - () const const - - - QChar - operator[] - qstringview.html - operator-5b-5d - (qsizetype n) const const - - - QByteArray - toLatin1 - qstringview.html - toLatin1 - () const const - - - QByteArray - toUtf8 - qstringview.html - toUtf8 - () const const - - - QByteArray - toLocal8Bit - qstringview.html - toLocal8Bit - () const const - - - QVector<uint> - toUcs4 - qstringview.html - toUcs4 - () const const - - - QChar - at - qstringview.html - at - (qsizetype n) const const - - - QStringView - mid - qstringview.html - mid - (qsizetype start) const const - - - QStringView - mid - qstringview.html - mid-1 - (qsizetype start, qsizetype length) const const - - - QStringView - left - qstringview.html - left - (qsizetype length) const const - - - QStringView - right - qstringview.html - right - (qsizetype length) const const - - - QStringView - chopped - qstringview.html - chopped - (qsizetype length) const const - - - void - truncate - qstringview.html - truncate - (qsizetype length) - - - void - chop - qstringview.html - chop - (qsizetype length) - - - QStringView - trimmed - qstringview.html - trimmed - () const const - - - int - compare - qstringview.html - compare - (QStringView other, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringview.html - startsWith - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringview.html - startsWith-1 - (QLatin1String l1, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringview.html - startsWith-2 - (QChar ch) const const - - - bool - startsWith - qstringview.html - startsWith-3 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringview.html - endsWith - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringview.html - endsWith-1 - (QLatin1String l1, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringview.html - endsWith-2 - (QChar ch) const const - - - bool - endsWith - qstringview.html - endsWith-3 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - isRightToLeft - qstringview.html - isRightToLeft - () const const - - - QStringView::const_iterator - begin - qstringview.html - begin - () const const - - - QStringView::const_iterator - end - qstringview.html - end - () const const - - - QStringView::const_iterator - cbegin - qstringview.html - cbegin - () const const - - - QStringView::const_iterator - cend - qstringview.html - cend - () const const - - - QStringView::const_reverse_iterator - rbegin - qstringview.html - rbegin - () const const - - - QStringView::const_reverse_iterator - rend - qstringview.html - rend - () const const - - - QStringView::const_reverse_iterator - crbegin - qstringview.html - crbegin - () const const - - - QStringView::const_reverse_iterator - crend - qstringview.html - crend - () const const - - - bool - empty - qstringview.html - empty - () const const - - - QChar - front - qstringview.html - front - () const const - - - QChar - back - qstringview.html - back - () const const - - - bool - isNull - qstringview.html - isNull - () const const - - - bool - isEmpty - qstringview.html - isEmpty - () const const - - - int - length - qstringview.html - length - () const const - - - QChar - first - qstringview.html - first - () const const - - - QChar - last - qstringview.html - last - () const const - - - - QLatin1String - qlatin1string.html - - - QLatin1String - qlatin1string.html - QLatin1String - () - - - - QLatin1String - qlatin1string.html - QLatin1String-1 - (const char *str) - - - - QLatin1String - qlatin1string.html - QLatin1String-2 - (const char *first, const char *last) - - - - QLatin1String - qlatin1string.html - QLatin1String-3 - (const char *str, int size) - - - - QLatin1String - qlatin1string.html - QLatin1String-4 - (const QByteArray &str) - - - const char * - latin1 - qlatin1string.html - latin1 - () const const - - - int - size - qlatin1string.html - size - () const const - - - const char * - data - qlatin1string.html - data - () const const - - - bool - isNull - qlatin1string.html - isNull - () const const - - - bool - isEmpty - qlatin1string.html - isEmpty - () const const - - - QLatin1Char - at - qlatin1string.html - at - (int pos) const const - - - QLatin1Char - operator[] - qlatin1string.html - operator-5b-5d - (int pos) const const - - - QLatin1Char - front - qlatin1string.html - front - () const const - - - QLatin1Char - back - qlatin1string.html - back - () const const - - - bool - startsWith - qlatin1string.html - startsWith - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qlatin1string.html - startsWith-1 - (QLatin1String l1, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qlatin1string.html - startsWith-2 - (QChar ch) const const - - - bool - startsWith - qlatin1string.html - startsWith-3 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qlatin1string.html - endsWith - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qlatin1string.html - endsWith-1 - (QLatin1String l1, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qlatin1string.html - endsWith-2 - (QChar ch) const const - - - bool - endsWith - qlatin1string.html - endsWith-3 - (QChar ch, Qt::CaseSensitivity cs) const const - - - value_type - qlatin1string.html - value_type-typedef - - - - reference - qlatin1string.html - reference-typedef - - - - const_reference - qlatin1string.html - const_reference-typedef - - - - iterator - qlatin1string.html - iterator-typedef - - - - const_iterator - qlatin1string.html - const_iterator-typedef - - - - difference_type - qlatin1string.html - difference_type-typedef - - - - size_type - qlatin1string.html - size_type-typedef - - - - QLatin1String::const_iterator - begin - qlatin1string.html - begin - () const const - - - QLatin1String::const_iterator - cbegin - qlatin1string.html - cbegin - () const const - - - QLatin1String::const_iterator - end - qlatin1string.html - end - () const const - - - QLatin1String::const_iterator - cend - qlatin1string.html - cend - () const const - - - reverse_iterator - qlatin1string.html - reverse_iterator-typedef - - - - const_reverse_iterator - qlatin1string.html - const_reverse_iterator-typedef - - - - QLatin1String::const_reverse_iterator - rbegin - qlatin1string.html - rbegin - () const const - - - QLatin1String::const_reverse_iterator - crbegin - qlatin1string.html - crbegin - () const const - - - QLatin1String::const_reverse_iterator - rend - qlatin1string.html - rend - () const const - - - QLatin1String::const_reverse_iterator - crend - qlatin1string.html - crend - () const const - - - QLatin1String - mid - qlatin1string.html - mid - (int start) const const - - - QLatin1String - mid - qlatin1string.html - mid-1 - (int start, int length) const const - - - QLatin1String - left - qlatin1string.html - left - (int length) const const - - - QLatin1String - right - qlatin1string.html - right - (int length) const const - - - QLatin1String - chopped - qlatin1string.html - chopped - (int length) const const - - - void - chop - qlatin1string.html - chop - (int length) - - - void - truncate - qlatin1string.html - truncate - (int length) - - - QLatin1String - trimmed - qlatin1string.html - trimmed - () const const - - - bool - operator== - qlatin1string.html - operator-eq-eq - (const QString &other) const const - - - bool - operator!= - qlatin1string.html - operator-not-eq - (const QString &other) const const - - - bool - operator> - qlatin1string.html - operator-gt - (const QString &other) const const - - - bool - operator< - qlatin1string.html - operator-lt - (const QString &other) const const - - - bool - operator>= - qlatin1string.html - operator-gt-eq - (const QString &other) const const - - - bool - operator<= - qlatin1string.html - operator-lt-eq - (const QString &other) const const - - - bool - operator== - qlatin1string.html - operator-eq-eq-1 - (const char *other) const const - - - bool - operator!= - qlatin1string.html - operator-not-eq-1 - (const char *other) const const - - - bool - operator< - qlatin1string.html - operator-lt-1 - (const char *other) const const - - - bool - operator> - qlatin1string.html - operator-gt-1 - (const char *other) const const - - - bool - operator<= - qlatin1string.html - operator-lt-eq-1 - (const char *other) const const - - - bool - operator>= - qlatin1string.html - operator-gt-eq-1 - (const char *other) const const - - - bool - operator== - qlatin1string.html - operator-eq-eq-2 - (const QByteArray &other) const const - - - bool - operator!= - qlatin1string.html - operator-not-eq-2 - (const QByteArray &other) const const - - - bool - operator< - qlatin1string.html - operator-lt-2 - (const QByteArray &other) const const - - - bool - operator> - qlatin1string.html - operator-gt-2 - (const QByteArray &other) const const - - - bool - operator<= - qlatin1string.html - operator-lt-eq-2 - (const QByteArray &other) const const - - - bool - operator>= - qlatin1string.html - operator-gt-eq-2 - (const QByteArray &other) const const - - - - QString - qstring.html - - - QString - qstring.html - QString - () - - - - QString - qstring.html - QString-1 - (const QChar *unicode, int size) - - - - QString - qstring.html - QString-2 - (QChar ch) - - - - QString - qstring.html - QString-3 - (int size, QChar ch) - - - - QString - qstring.html - QString-4 - (QLatin1String str) - - - - QString - qstring.html - QString-5 - (const QString &other) - - - - ~QString - qstring.html - dtor.QString - () - - - QString & - operator= - qstring.html - operator-eq-1 - (QChar ch) - - - QString & - operator= - qstring.html - operator-eq - (const QString &other) - - - QString & - operator= - qstring.html - operator-eq-2 - (QLatin1String str) - - - - QString - qstring.html - QString-6 - (QString &&other) - - - QString & - operator= - qstring.html - operator-eq-3 - (QString &&other) - - - void - swap - qstring.html - swap - (QString &other) - - - int - size - qstring.html - size - () const const - - - int - count - qstring.html - count-2 - () const const - - - int - length - qstring.html - length - () const const - - - bool - isEmpty - qstring.html - isEmpty - () const const - - - void - resize - qstring.html - resize - (int size) - - - void - resize - qstring.html - resize-1 - (int size, QChar fillChar) - - - QString & - fill - qstring.html - fill - (QChar ch, int size) - - - void - truncate - qstring.html - truncate - (int position) - - - void - chop - qstring.html - chop - (int n) - - - int - capacity - qstring.html - capacity - () const const - - - void - reserve - qstring.html - reserve - (int size) - - - void - squeeze - qstring.html - squeeze - () - - - const QChar * - unicode - qstring.html - unicode - () const const - - - QChar * - data - qstring.html - data - () - - - const QChar * - data - qstring.html - data-1 - () const const - - - const QChar * - constData - qstring.html - constData - () const const - - - void - clear - qstring.html - clear - () - - - const QChar - at - qstring.html - at - (int position) const const - - - const QChar - operator[] - qstring.html - operator-5b-5d-1 - (int position) const const - - - QCharRef - operator[] - qstring.html - operator-5b-5d - (int position) - - - const QChar - operator[] - qstring.html - operator-5b-5d-2 - (uint position) const const - - - QCharRef - operator[] - qstring.html - operator-5b-5d-3 - (uint position) - - - QChar - front - qstring.html - front - () const const - - - QCharRef - front - qstring.html - front-1 - () - - - QChar - back - qstring.html - back - () const const - - - QCharRef - back - qstring.html - back-1 - () - - - QString - arg - qstring.html - arg-11 - (qlonglong a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-1 - (qulonglong a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-2 - (long a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-3 - (ulong a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-4 - (int a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-5 - (uint a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-6 - (short a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-7 - (ushort a, int fieldWidth, int base, QChar fillChar) const const - - - QString - arg - qstring.html - arg-8 - (double a, int fieldWidth, char format, int precision, QChar fillChar) const const - - - QString - arg - qstring.html - arg-9 - (char a, int fieldWidth, QChar fillChar) const const - - - QString - arg - qstring.html - arg-10 - (QChar a, int fieldWidth, QChar fillChar) const const - - - QString - arg - qstring.html - arg - (const QString &a, int fieldWidth, QChar fillChar) const const - - - QString - arg - qstring.html - arg-12 - (QStringView a, int fieldWidth, QChar fillChar) const const - - - QString - arg - qstring.html - arg-13 - (QLatin1String a, int fieldWidth, QChar fillChar) const const - - - QString - arg - qstring.html - arg-14 - (const QString &a1, const QString &a2) const const - - - QString - arg - qstring.html - arg-15 - (const QString &a1, const QString &a2, const QString &a3) const const - - - QString - arg - qstring.html - arg-16 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4) const const - - - QString - arg - qstring.html - arg-17 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5) const const - - - QString - arg - qstring.html - arg-18 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6) const const - - - QString - arg - qstring.html - arg-19 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7) const const - - - QString - arg - qstring.html - arg-20 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8) const const - - - QString - arg - qstring.html - arg-21 - (const QString &a1, const QString &a2, const QString &a3, const QString &a4, const QString &a5, const QString &a6, const QString &a7, const QString &a8, const QString &a9) const const - - - QString & - vsprintf - qstring-obsolete.html - vsprintf - (const char *cformat, va_list ap) - - - QString & - sprintf - qstring-obsolete.html - sprintf - (const char *cformat, ... ) - - - QString - vasprintf - qstring.html - vasprintf - (const char *cformat, va_list ap) - - - QString - asprintf - qstring.html - asprintf - (const char *cformat, ... ) - - - int - indexOf - qstring.html - indexOf-1 - (QChar ch, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstring.html - indexOf - (const QString &str, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstring.html - indexOf-2 - (QLatin1String str, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstring.html - indexOf-3 - (const QStringRef &str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-1 - (QChar ch, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstring.html - lastIndexOf - (const QString &str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-2 - (QLatin1String str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-3 - (const QStringRef &str, int from, Qt::CaseSensitivity cs) const const - - - bool - contains - qstring.html - contains-1 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - contains - qstring.html - contains - (const QString &str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstring.html - contains-2 - (QLatin1String str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstring.html - contains-3 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - int - count - qstring.html - count-1 - (QChar ch, Qt::CaseSensitivity cs) const const - - - int - count - qstring.html - count - (const QString &str, Qt::CaseSensitivity cs) const const - - - int - count - qstring.html - count-3 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstring.html - indexOf-4 - (const QRegExp &rx, int from) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-4 - (const QRegExp &rx, int from) const const - - - bool - contains - qstring.html - contains-4 - (const QRegExp &rx) const const - - - int - count - qstring.html - count-4 - (const QRegExp &rx) const const - - - int - indexOf - qstring.html - indexOf-5 - (QRegExp &rx, int from) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-5 - (QRegExp &rx, int from) const const - - - bool - contains - qstring.html - contains-5 - (QRegExp &rx) const const - - - int - indexOf - qstring.html - indexOf-6 - (const QRegularExpression &re, int from) const const - - - int - indexOf - qstring.html - indexOf-7 - (const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-6 - (const QRegularExpression &re, int from) const const - - - int - lastIndexOf - qstring.html - lastIndexOf-7 - (const QRegularExpression &re, int from, QRegularExpressionMatch *rmatch) const const - - - bool - contains - qstring.html - contains-6 - (const QRegularExpression &re) const const - - - bool - contains - qstring.html - contains-7 - (const QRegularExpression &re, QRegularExpressionMatch *match) const const - - - int - count - qstring.html - count-5 - (const QRegularExpression &re) const const - - - SectionFlag - qstring.html - SectionFlag-enum - - - SectionDefault - qstring.html - SectionFlag-enum - - - SectionSkipEmpty - qstring.html - SectionFlag-enum - - - SectionIncludeLeadingSep - qstring.html - SectionFlag-enum - - - SectionIncludeTrailingSep - qstring.html - SectionFlag-enum - - - SectionCaseInsensitiveSeps - qstring.html - SectionFlag-enum - - - SectionFlags - qstring.html - SectionFlag-enum - - - - QString - section - qstring.html - section - (QChar sep, int start, int end, QString::SectionFlags flags) const const - - - QString - section - qstring.html - section-1 - (const QString &sep, int start, int end, QString::SectionFlags flags) const const - - - QString - section - qstring.html - section-2 - (const QRegExp &reg, int start, int end, QString::SectionFlags flags) const const - - - QString - section - qstring.html - section-3 - (const QRegularExpression &re, int start, int end, QString::SectionFlags flags) const const - - - QString - left - qstring.html - left - (int n) const const - - - QString - right - qstring.html - right - (int n) const const - - - QString - mid - qstring.html - mid - (int position, int n) const const - - - QString - chopped - qstring.html - chopped - (int len) const const - - - QStringRef - leftRef - qstring.html - leftRef - (int n) const const - - - QStringRef - rightRef - qstring.html - rightRef - (int n) const const - - - QStringRef - midRef - qstring.html - midRef - (int position, int n) const const - - - bool - startsWith - qstring.html - startsWith - (const QString &s, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstring.html - startsWith-1 - (const QStringRef &s, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstring.html - startsWith-2 - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstring.html - startsWith-3 - (QLatin1String s, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstring.html - startsWith-4 - (QChar c, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstring.html - endsWith - (const QString &s, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstring.html - endsWith-1 - (const QStringRef &s, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstring.html - endsWith-2 - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstring.html - endsWith-3 - (QLatin1String s, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstring.html - endsWith-4 - (QChar c, Qt::CaseSensitivity cs) const const - - - bool - isUpper - qstring.html - isUpper - () const const - - - bool - isLower - qstring.html - isLower - () const const - - - QString - leftJustified - qstring.html - leftJustified - (int width, QChar fill, bool truncate) const const - - - QString - rightJustified - qstring.html - rightJustified - (int width, QChar fill, bool truncate) const const - - - QString - toLower - qstring.html - toLower - () const const - - - QString - toUpper - qstring.html - toUpper - () const const - - - QString - toCaseFolded - qstring.html - toCaseFolded - () const const - - - QString - trimmed - qstring.html - trimmed - () const const - - - QString - simplified - qstring.html - simplified - () const const - - - QString - toHtmlEscaped - qstring.html - toHtmlEscaped - () const const - - - QString & - insert - qstring.html - insert-2 - (int position, QChar ch) - - - QString & - insert - qstring.html - insert-1 - (int position, const QChar *unicode, int size) - - - QString & - insert - qstring.html - insert - (int position, const QString &str) - - - QString & - insert - qstring.html - insert-3 - (int position, const QStringRef &str) - - - QString & - insert - qstring.html - insert-4 - (int position, QLatin1String str) - - - QString & - append - qstring.html - append-2 - (QChar ch) - - - QString & - append - qstring.html - append-1 - (const QChar *str, int len) - - - QString & - append - qstring.html - append - (const QString &str) - - - QString & - append - qstring.html - append-3 - (const QStringRef &reference) - - - QString & - append - qstring.html - append-4 - (QLatin1String str) - - - QString & - prepend - qstring.html - prepend-2 - (QChar ch) - - - QString & - prepend - qstring.html - prepend-1 - (const QChar *str, int len) - - - QString & - prepend - qstring.html - prepend - (const QString &str) - - - QString & - prepend - qstring.html - prepend-3 - (const QStringRef &str) - - - QString & - prepend - qstring.html - prepend-4 - (QLatin1String str) - - - QString & - operator+= - qstring.html - operator-2b-eq-2 - (QChar ch) - - - QString & - operator+= - qstring.html - operator-2b-eq - (const QString &other) - - - QString & - operator+= - qstring.html - operator-2b-eq-3 - (const QStringRef &str) - - - QString & - operator+= - qstring.html - operator-2b-eq-4 - (QLatin1String str) - - - QString & - remove - qstring.html - remove - (int position, int n) - - - QString & - remove - qstring.html - remove-1 - (QChar ch, Qt::CaseSensitivity cs) - - - QString & - remove - qstring.html - remove-2 - (QLatin1String str, Qt::CaseSensitivity cs) - - - QString & - remove - qstring.html - remove-3 - (const QString &str, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-2 - (int position, int n, QChar after) - - - QString & - replace - qstring.html - replace-1 - (int position, int n, const QChar *unicode, int size) - - - QString & - replace - qstring.html - replace - (int position, int n, const QString &after) - - - QString & - replace - qstring.html - replace-3 - (QChar before, QChar after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-4 - (const QChar *before, int blen, const QChar *after, int alen, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-5 - (QLatin1String before, QLatin1String after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-6 - (QLatin1String before, const QString &after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-7 - (const QString &before, QLatin1String after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-8 - (const QString &before, const QString &after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-9 - (QChar ch, const QString &after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-10 - (QChar c, QLatin1String after, Qt::CaseSensitivity cs) - - - QString & - replace - qstring.html - replace-11 - (const QRegExp &rx, const QString &after) - - - QString & - remove - qstring.html - remove-4 - (const QRegExp &rx) - - - QString & - replace - qstring.html - replace-12 - (const QRegularExpression &re, const QString &after) - - - QString & - remove - qstring.html - remove-5 - (const QRegularExpression &re) - - - SplitBehavior - qstring.html - SplitBehavior-enum - - - KeepEmptyParts - qstring.html - SplitBehavior-enum - - - SkipEmptyParts - qstring.html - SplitBehavior-enum - - - QStringList - split - qstring.html - split - (const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QVector<QStringRef> - splitRef - qstring.html - splitRef - (const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QStringList - split - qstring.html - split-1 - (QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QVector<QStringRef> - splitRef - qstring.html - splitRef-1 - (QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QStringList - split - qstring.html - split-2 - (const QRegExp &rx, QString::SplitBehavior behavior) const const - - - QVector<QStringRef> - splitRef - qstring.html - splitRef-2 - (const QRegExp &rx, QString::SplitBehavior behavior) const const - - - QStringList - split - qstring.html - split-3 - (const QRegularExpression &re, QString::SplitBehavior behavior) const const - - - QVector<QStringRef> - splitRef - qstring.html - splitRef-3 - (const QRegularExpression &re, QString::SplitBehavior behavior) const const - - - NormalizationForm - qstring.html - NormalizationForm-enum - - - NormalizationForm_D - qstring.html - NormalizationForm-enum - - - NormalizationForm_C - qstring.html - NormalizationForm-enum - - - NormalizationForm_KD - qstring.html - NormalizationForm-enum - - - NormalizationForm_KC - qstring.html - NormalizationForm-enum - - - QString - normalized - qstring.html - normalized - (QString::NormalizationForm mode, QChar::UnicodeVersion version) const const - - - QString - repeated - qstring.html - repeated - (int times) const const - - - const ushort * - utf16 - qstring.html - utf16 - () const const - - - QByteArray - toLatin1 - qstring.html - toLatin1 - () const const - - - QByteArray - toUtf8 - qstring.html - toUtf8 - () const const - - - QByteArray - toLocal8Bit - qstring.html - toLocal8Bit - () const const - - - QVector<uint> - toUcs4 - qstring.html - toUcs4 - () const const - - - QString - fromLatin1 - qstring.html - fromLatin1 - (const char *str, int size) - - - QString - fromUtf8 - qstring.html - fromUtf8 - (const char *str, int size) - - - QString - fromLocal8Bit - qstring.html - fromLocal8Bit - (const char *str, int size) - - - QString - fromLatin1 - qstring.html - fromLatin1-1 - (const QByteArray &str) - - - QString - fromUtf8 - qstring.html - fromUtf8-1 - (const QByteArray &str) - - - QString - fromLocal8Bit - qstring.html - fromLocal8Bit-1 - (const QByteArray &str) - - - QString - fromUtf16 - qstring.html - fromUtf16 - (const ushort *unicode, int size) - - - QString - fromUcs4 - qstring.html - fromUcs4 - (const uint *unicode, int size) - - - QString - fromRawData - qstring.html - fromRawData - (const QChar *unicode, int size) - - - QString - fromUtf16 - qstring.html - fromUtf16-1 - (const char16_t *str, int size) - - - QString - fromUcs4 - qstring.html - fromUcs4-1 - (const char32_t *str, int size) - - - QString - fromAscii - qstring-obsolete.html - fromAscii - (const char *str, int size) - - - QString - fromAscii - qstring-obsolete.html - fromAscii-1 - (const QByteArray &str) - - - QByteArray - toAscii - qstring-obsolete.html - toAscii - () const const - - - int - toWCharArray - qstring.html - toWCharArray - (wchar_t *array) const const - - - QString - fromWCharArray - qstring.html - fromWCharArray - (const wchar_t *string, int size) - - - QString & - setRawData - qstring.html - setRawData - (const QChar *unicode, int size) - - - QString & - setUnicode - qstring.html - setUnicode - (const QChar *unicode, int size) - - - QString & - setUtf16 - qstring.html - setUtf16 - (const ushort *unicode, int size) - - - int - compare - qstring.html - compare-4 - (const QString &other, Qt::CaseSensitivity cs) const const - - - int - compare - qstring.html - compare-1 - (const QStringRef &ref, Qt::CaseSensitivity cs) const const - - - int - compare - qstring.html - compare-2 - (QLatin1String other, Qt::CaseSensitivity cs) const const - - - int - compare - qstring.html - compare-3 - (QStringView s, Qt::CaseSensitivity cs) const const - - - int - compare - qstring.html - compare - (const QString &s1, const QString &s2, Qt::CaseSensitivity cs) - - - int - compare - qstring.html - compare-5 - (const QString &s1, QLatin1String s2, Qt::CaseSensitivity cs) - - - int - compare - qstring.html - compare-6 - (QLatin1String s1, const QString &s2, Qt::CaseSensitivity cs) - - - int - compare - qstring.html - compare-7 - (const QString &s1, const QStringRef &s2, Qt::CaseSensitivity cs) - - - int - localeAwareCompare - qstring.html - localeAwareCompare-1 - (const QString &other) const const - - - int - localeAwareCompare - qstring.html - localeAwareCompare - (const QString &s1, const QString &s2) - - - int - localeAwareCompare - qstring.html - localeAwareCompare-2 - (const QStringRef &other) const const - - - int - localeAwareCompare - qstring.html - localeAwareCompare-3 - (const QString &s1, const QStringRef &s2) - - - short - toShort - qstring.html - toShort - (bool *ok, int base) const const - - - ushort - toUShort - qstring.html - toUShort - (bool *ok, int base) const const - - - int - toInt - qstring.html - toInt - (bool *ok, int base) const const - - - uint - toUInt - qstring.html - toUInt - (bool *ok, int base) const const - - - long - toLong - qstring.html - toLong - (bool *ok, int base) const const - - - ulong - toULong - qstring.html - toULong - (bool *ok, int base) const const - - - qlonglong - toLongLong - qstring.html - toLongLong - (bool *ok, int base) const const - - - qulonglong - toULongLong - qstring.html - toULongLong - (bool *ok, int base) const const - - - float - toFloat - qstring.html - toFloat - (bool *ok) const const - - - double - toDouble - qstring.html - toDouble - (bool *ok) const const - - - QString & - setNum - qstring.html - setNum-2 - (short n, int base) - - - QString & - setNum - qstring.html - setNum-1 - (ushort n, int base) - - - QString & - setNum - qstring.html - setNum - (int n, int base) - - - QString & - setNum - qstring.html - setNum-3 - (uint n, int base) - - - QString & - setNum - qstring.html - setNum-4 - (long n, int base) - - - QString & - setNum - qstring.html - setNum-5 - (ulong n, int base) - - - QString & - setNum - qstring.html - setNum-6 - (qlonglong n, int base) - - - QString & - setNum - qstring.html - setNum-7 - (qulonglong n, int base) - - - QString & - setNum - qstring.html - setNum-8 - (float n, char format, int precision) - - - QString & - setNum - qstring.html - setNum-9 - (double n, char format, int precision) - - - QString - number - qstring.html - number-2 - (int n, int base) - - - QString - number - qstring.html - number-1 - (uint n, int base) - - - QString - number - qstring.html - number - (long n, int base) - - - QString - number - qstring.html - number-3 - (ulong n, int base) - - - QString - number - qstring.html - number-4 - (qlonglong n, int base) - - - QString - number - qstring.html - number-5 - (qulonglong n, int base) - - - QString - number - qstring.html - number-6 - (double n, char format, int precision) - - - bool - operator== - qstring.html - operator-eq-eq - (QLatin1String other) const const - - - bool - operator< - qstring.html - operator-lt - (QLatin1String other) const const - - - bool - operator> - qstring.html - operator-gt - (QLatin1String other) const const - - - bool - operator!= - qstring.html - operator-not-eq - (QLatin1String other) const const - - - bool - operator<= - qstring.html - operator-lt-eq - (QLatin1String other) const const - - - bool - operator>= - qstring.html - operator-gt-eq - (QLatin1String other) const const - - - - QString - qstring.html - QString-7 - (const char *str) - - - - QString - qstring.html - QString-8 - (const QByteArray &ba) - - - QString & - operator= - qstring.html - operator-eq-4 - (const char *str) - - - QString & - operator= - qstring.html - operator-eq-5 - (const QByteArray &ba) - - - QString & - operator= - qstring.html - operator-eq-6 - (char ch) - - - QString & - prepend - qstring.html - prepend-5 - (const char *str) - - - QString & - prepend - qstring.html - prepend-6 - (const QByteArray &ba) - - - QString & - append - qstring.html - append-5 - (const char *str) - - - QString & - append - qstring.html - append-6 - (const QByteArray &ba) - - - QString & - insert - qstring.html - insert-5 - (int position, const char *str) - - - QString & - insert - qstring.html - insert-6 - (int position, const QByteArray &str) - - - QString & - operator+= - qstring.html - operator-2b-eq-5 - (const char *str) - - - QString & - operator+= - qstring.html - operator-2b-eq-6 - (const QByteArray &ba) - - - QString & - operator+= - qstring.html - operator-2b-eq-7 - (char ch) - - - bool - operator== - qstring.html - operator-eq-eq-1 - (const char *other) const const - - - bool - operator!= - qstring.html - operator-not-eq-1 - (const char *other) const const - - - bool - operator< - qstring.html - operator-lt-1 - (const char *other) const const - - - bool - operator<= - qstring.html - operator-lt-eq-1 - (const char *other) const const - - - bool - operator> - qstring.html - operator-gt-1 - (const char *other) const const - - - bool - operator>= - qstring.html - operator-gt-eq-1 - (const char *other) const const - - - bool - operator== - qstring.html - operator-eq-eq-2 - (const QByteArray &other) const const - - - bool - operator!= - qstring.html - operator-not-eq-2 - (const QByteArray &other) const const - - - bool - operator< - qstring.html - operator-lt-2 - (const QByteArray &other) const const - - - bool - operator> - qstring.html - operator-gt-2 - (const QByteArray &other) const const - - - bool - operator<= - qstring.html - operator-lt-eq-2 - (const QByteArray &other) const const - - - bool - operator>= - qstring.html - operator-gt-eq-2 - (const QByteArray &other) const const - - - iterator - qstring.html - iterator-typedef - - - - const_iterator - qstring.html - const_iterator-typedef - - - - Iterator - qstring.html - Iterator-typedef - - - - ConstIterator - qstring.html - ConstIterator-typedef - - - - reverse_iterator - qstring.html - reverse_iterator-typedef - - - - const_reverse_iterator - qstring.html - const_reverse_iterator-typedef - - - - QString::iterator - begin - qstring.html - begin - () - - - QString::const_iterator - begin - qstring.html - begin-1 - () const const - - - QString::const_iterator - cbegin - qstring.html - cbegin - () const const - - - QString::const_iterator - constBegin - qstring.html - constBegin - () const const - - - QString::iterator - end - qstring.html - end - () - - - QString::const_iterator - end - qstring.html - end-1 - () const const - - - QString::const_iterator - cend - qstring.html - cend - () const const - - - QString::const_iterator - constEnd - qstring.html - constEnd - () const const - - - QString::reverse_iterator - rbegin - qstring.html - rbegin - () - - - QString::reverse_iterator - rend - qstring.html - rend - () - - - QString::const_reverse_iterator - rbegin - qstring.html - rbegin-1 - () const const - - - QString::const_reverse_iterator - rend - qstring.html - rend-1 - () const const - - - QString::const_reverse_iterator - crbegin - qstring.html - crbegin - () const const - - - QString::const_reverse_iterator - crend - qstring.html - crend - () const const - - - size_type - qstring.html - size_type-typedef - - - - difference_type - qstring.html - difference_type-typedef - - - - const_reference - qstring.html - const_reference-typedef - - - - reference - qstring.html - reference-typedef - - - - pointer - qstring.html - pointer-typedef - - - - const_pointer - qstring.html - const_pointer-typedef - - - - value_type - qstring.html - value_type-typedef - - - - void - push_back - qstring.html - push_back-1 - (QChar ch) - - - void - push_back - qstring.html - push_back - (const QString &other) - - - void - push_front - qstring.html - push_front-1 - (QChar ch) - - - void - push_front - qstring.html - push_front - (const QString &other) - - - void - shrink_to_fit - qstring.html - shrink_to_fit - () - - - QString - fromStdString - qstring.html - fromStdString - (const std::string &str) - - - std::string - toStdString - qstring.html - toStdString - () const const - - - QString - fromStdWString - qstring.html - fromStdWString - (const std::wstring &str) - - - std::wstring - toStdWString - qstring.html - toStdWString - () const const - - - QString - fromStdU16String - qstring.html - fromStdU16String - (const std::u16string &str) - - - std::u16string - toStdU16String - qstring.html - toStdU16String - () const const - - - QString - fromStdU32String - qstring.html - fromStdU32String - (const std::u32string &str) - - - std::u32string - toStdU32String - qstring.html - toStdU32String - () const const - - - QString - fromCFString - qstring.html - fromCFString - (CFStringRef string) - - - CFStringRef - toCFString - qstring.html - toCFString - () const const - - - QString - fromNSString - qstring.html - fromNSString - (const NSString *string) - - - NSString * - toNSString - qstring.html - toNSString - () const const - - QString::Null - - bool - isNull - qstring.html - isNull - () const const - - - bool - isRightToLeft - qstring.html - isRightToLeft - () const const - - - - QString::Null - qstring-null.html - - - QStringRef - qstringref.html - - const_iterator - qstringref.html - const_iterator-typedef - - - - const_reverse_iterator - qstringref.html - const_reverse_iterator-typedef - - - - - QStringRef - qstringref.html - QStringRef - () - - - - QStringRef - qstringref.html - QStringRef-1 - (const QString *string, int position, int length) - - - - QStringRef - qstringref.html - QStringRef-2 - (const QString *string) - - - - QStringRef - qstringref.html - QStringRef-3 - (const QStringRef &other) - - - - QStringRef - qstringref.html - QStringRef-4 - (QStringRef &&other) - - - QStringRef & - operator= - qstringref.html - operator-eq - (QStringRef &&other) - - - QStringRef & - operator= - qstringref.html - operator-eq-1 - (const QStringRef &other) - - - - ~QStringRef - qstringref.html - dtor.QStringRef - () - - - const QString * - string - qstringref.html - string - () const const - - - int - position - qstringref.html - position - () const const - - - int - size - qstringref.html - size - () const const - - - int - count - qstringref.html - count - () const const - - - int - length - qstringref.html - length - () const const - - - int - indexOf - qstringref.html - indexOf - (const QString &str, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstringref.html - indexOf-1 - (QChar ch, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstringref.html - indexOf-2 - (QLatin1String str, int from, Qt::CaseSensitivity cs) const const - - - int - indexOf - qstringref.html - indexOf-3 - (const QStringRef &str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstringref.html - lastIndexOf - (const QString &str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstringref.html - lastIndexOf-1 - (QChar ch, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstringref.html - lastIndexOf-2 - (QLatin1String str, int from, Qt::CaseSensitivity cs) const const - - - int - lastIndexOf - qstringref.html - lastIndexOf-3 - (const QStringRef &str, int from, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringref.html - contains - (const QString &str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringref.html - contains-1 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringref.html - contains-2 - (QLatin1String str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringref.html - contains-3 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - int - count - qstringref.html - count-1 - (const QString &str, Qt::CaseSensitivity cs) const const - - - int - count - qstringref.html - count-2 - (QChar ch, Qt::CaseSensitivity cs) const const - - - int - count - qstringref.html - count-3 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - QVector<QStringRef> - split - qstringref.html - split - (const QString &sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QVector<QStringRef> - split - qstringref.html - split-1 - (QChar sep, QString::SplitBehavior behavior, Qt::CaseSensitivity cs) const const - - - QStringRef - left - qstringref.html - left - (int n) const const - - - QStringRef - right - qstringref.html - right - (int n) const const - - - QStringRef - mid - qstringref.html - mid - (int position, int n) const const - - - QStringRef - chopped - qstringref.html - chopped - (int len) const const - - - void - truncate - qstringref.html - truncate - (int position) - - - void - chop - qstringref.html - chop - (int n) - - - bool - isRightToLeft - qstringref.html - isRightToLeft - () const const - - - bool - startsWith - qstringref.html - startsWith-3 - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringref.html - startsWith-1 - (QLatin1String str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringref.html - startsWith-2 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringref.html - startsWith - (const QString &str, Qt::CaseSensitivity cs) const const - - - bool - startsWith - qstringref.html - startsWith-4 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringref.html - endsWith-3 - (QStringView str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringref.html - endsWith-1 - (QLatin1String str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringref.html - endsWith-2 - (QChar ch, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringref.html - endsWith - (const QString &str, Qt::CaseSensitivity cs) const const - - - bool - endsWith - qstringref.html - endsWith-4 - (const QStringRef &str, Qt::CaseSensitivity cs) const const - - - QStringRef & - operator= - qstringref.html - operator-eq-2 - (const QString *string) - - - const QChar * - unicode - qstringref.html - unicode - () const const - - - const QChar * - data - qstringref.html - data - () const const - - - const QChar * - constData - qstringref.html - constData - () const const - - - QStringRef::const_iterator - begin - qstringref.html - begin - () const const - - - QStringRef::const_iterator - cbegin - qstringref.html - cbegin - () const const - - - QStringRef::const_iterator - constBegin - qstringref.html - constBegin - () const const - - - QStringRef::const_iterator - end - qstringref.html - end - () const const - - - QStringRef::const_iterator - cend - qstringref.html - cend - () const const - - - QStringRef::const_iterator - constEnd - qstringref.html - constEnd - () const const - - - QStringRef::const_reverse_iterator - rbegin - qstringref.html - rbegin - () const const - - - QStringRef::const_reverse_iterator - crbegin - qstringref.html - crbegin - () const const - - - QStringRef::const_reverse_iterator - rend - qstringref.html - rend - () const const - - - QStringRef::const_reverse_iterator - crend - qstringref.html - crend - () const const - - - QByteArray - toAscii - qstringref-obsolete.html - toAscii - () const const - - - QByteArray - toLatin1 - qstringref.html - toLatin1 - () const const - - - QByteArray - toUtf8 - qstringref.html - toUtf8 - () const const - - - QByteArray - toLocal8Bit - qstringref.html - toLocal8Bit - () const const - - - QVector<uint> - toUcs4 - qstringref.html - toUcs4 - () const const - - - void - clear - qstringref.html - clear - () - - - QString - toString - qstringref.html - toString - () const const - - - bool - isEmpty - qstringref.html - isEmpty - () const const - - - bool - isNull - qstringref.html - isNull - () const const - - - QStringRef - appendTo - qstringref.html - appendTo - (QString *string) const const - - - const QChar - at - qstringref.html - at - (int position) const const - - - QChar - operator[] - qstringref.html - operator-5b-5d - (int position) const const - - - QChar - front - qstringref.html - front - () const const - - - QChar - back - qstringref.html - back - () const const - - - bool - operator== - qstringref.html - operator-eq-eq - (const char *s) const const - - - bool - operator!= - qstringref.html - operator-not-eq - (const char *s) const const - - - bool - operator< - qstringref.html - operator-lt - (const char *s) const const - - - bool - operator<= - qstringref.html - operator-lt-eq - (const char *s) const const - - - bool - operator> - qstringref.html - operator-gt - (const char *s) const const - - - bool - operator>= - qstringref.html - operator-gt-eq - (const char *s) const const - - - int - compare - qstringref.html - compare-4 - (const QString &other, Qt::CaseSensitivity cs) const const - - - int - compare - qstringref.html - compare-1 - (const QStringRef &other, Qt::CaseSensitivity cs) const const - - - int - compare - qstringref.html - compare-2 - (QLatin1String other, Qt::CaseSensitivity cs) const const - - - int - compare - qstringref.html - compare-3 - (const QByteArray &other, Qt::CaseSensitivity cs) const const - - - int - compare - qstringref.html - compare - (const QStringRef &s1, const QString &s2, Qt::CaseSensitivity cs) - - - int - compare - qstringref.html - compare-5 - (const QStringRef &s1, const QStringRef &s2, Qt::CaseSensitivity cs) - - - int - compare - qstringref.html - compare-6 - (const QStringRef &s1, QLatin1String s2, Qt::CaseSensitivity cs) - - - int - localeAwareCompare - qstringref.html - localeAwareCompare-2 - (const QString &other) const const - - - int - localeAwareCompare - qstringref.html - localeAwareCompare-1 - (const QStringRef &other) const const - - - int - localeAwareCompare - qstringref.html - localeAwareCompare - (const QStringRef &s1, const QString &s2) - - - int - localeAwareCompare - qstringref.html - localeAwareCompare-3 - (const QStringRef &s1, const QStringRef &s2) - - - QStringRef - trimmed - qstringref.html - trimmed - () const const - - - short - toShort - qstringref.html - toShort - (bool *ok, int base) const const - - - ushort - toUShort - qstringref.html - toUShort - (bool *ok, int base) const const - - - int - toInt - qstringref.html - toInt - (bool *ok, int base) const const - - - uint - toUInt - qstringref.html - toUInt - (bool *ok, int base) const const - - - long - toLong - qstringref.html - toLong - (bool *ok, int base) const const - - - ulong - toULong - qstringref.html - toULong - (bool *ok, int base) const const - - - qlonglong - toLongLong - qstringref.html - toLongLong - (bool *ok, int base) const const - - - qulonglong - toULongLong - qstringref.html - toULongLong - (bool *ok, int base) const const - - - float - toFloat - qstringref.html - toFloat - (bool *ok) const const - - - double - toDouble - qstringref.html - toDouble - (bool *ok) const const - - - - QKeyValueIterator - qkeyvalueiterator.html - - - QKeyValueIterator - qkeyvalueiterator.html - QKeyValueIterator - () - - - - QKeyValueIterator - qkeyvalueiterator.html - QKeyValueIterator-1 - (Iterator o) - - - std::pair<Key, T> - operator* - qkeyvalueiterator.html - operator-2a - () const const - - - QKeyValueIterator<Key, T, Iterator> & - operator++ - qkeyvalueiterator.html - operator-2b-2b - () - - - QKeyValueIterator<Key, T, Iterator> - operator++ - qkeyvalueiterator.html - operator-2b-2b-1 - (int ) - - - QKeyValueIterator<Key, T, Iterator> & - operator-- - qkeyvalueiterator.html - operator-- - () - - - QKeyValueIterator<Key, T, Iterator> - operator-- - qkeyvalueiterator.html - operator---1 - (int ) - - - Iterator - base - qkeyvalueiterator.html - base - () const const - - - - QPair - qpair.html - - first_type - qpair.html - first_type-typedef - - - - second_type - qpair.html - second_type-typedef - - - - - QPair - qpair.html - QPair - () - - - - QPair - qpair.html - QPair-1 - (const T1 &value1, const T2 &value2) - - - - QPair - qpair.html - QPair-2 - (const QPair<TT1, TT2> &p) - - - QPair<T1, T2> & - operator= - qpair.html - operator-eq - (const QPair<TT1, TT2> &p) - - - - QPair - qpair.html - QPair-3 - (QPair<TT1, TT2> &&p) - - - QPair<T1, T2> & - operator= - qpair.html - operator-eq-1 - (QPair<TT1, TT2> &&p) - - - void - swap - qpair.html - swap - (QPair<T1, T2> &other) - - - - QList - qlist.html - QList::MemoryLayout - - - QList - qlist.html - QList - () - - - - QList - qlist.html - QList-1 - (const QList<T> &other) - - - - ~QList - qlist.html - dtor.QList - () - - - QList<T> & - operator= - qlist.html - operator-eq - (const QList<T> &other) - - - - QList - qlist.html - QList-2 - (QList<T> &&other) - - - QList<T> & - operator= - qlist.html - operator-eq-1 - (QList<T> &&other) - - - void - swap - qlist.html - swap - (QList<T> &other) - - - - QList - qlist.html - QList-3 - (std::initializer_list<T> args) - - - bool - operator== - qlist.html - operator-eq-eq - (const QList<T> &other) const const - - - bool - operator!= - qlist.html - operator-not-eq - (const QList<T> &other) const const - - - int - size - qlist.html - size - () const const - - - bool - isEmpty - qlist.html - isEmpty - () const const - - - void - clear - qlist.html - clear - () - - - const T & - at - qlist.html - at - (int i) const const - - - const T & - operator[] - qlist.html - operator-5b-5d-1 - (int i) const const - - - T & - operator[] - qlist.html - operator-5b-5d - (int i) - - - void - reserve - qlist.html - reserve - (int alloc) - - - void - append - qlist.html - append - (const T &value) - - - void - append - qlist.html - append-1 - (const QList<T> &value) - - - void - prepend - qlist.html - prepend - (const T &value) - - - void - insert - qlist.html - insert - (int i, const T &value) - - - void - replace - qlist.html - replace - (int i, const T &value) - - - void - removeAt - qlist.html - removeAt - (int i) - - - int - removeAll - qlist.html - removeAll - (const T &value) - - - bool - removeOne - qlist.html - removeOne - (const T &value) - - - T - takeAt - qlist.html - takeAt - (int i) - - - T - takeFirst - qlist.html - takeFirst - () - - - T - takeLast - qlist.html - takeLast - () - - - void - move - qlist.html - move - (int from, int to) - - - void - swap - qlist.html - swap-1 - (int i, int j) - - - int - indexOf - qlist.html - indexOf - (const T &value, int from) const const - - - int - lastIndexOf - qlist.html - lastIndexOf - (const T &value, int from) const const - - - bool - contains - qlist.html - contains - (const T &value) const const - - - int - count - qlist.html - count - (const T &value) const const - - QList::iterator - QList::const_iterator - - reverse_iterator - qlist.html - reverse_iterator-typedef - - - - const_reverse_iterator - qlist.html - const_reverse_iterator-typedef - - - - QList::iterator - begin - qlist.html - begin - () - - - QList::const_iterator - begin - qlist.html - begin-1 - () const const - - - QList::const_iterator - cbegin - qlist.html - cbegin - () const const - - - QList::const_iterator - constBegin - qlist.html - constBegin - () const const - - - QList::iterator - end - qlist.html - end - () - - - QList::const_iterator - end - qlist.html - end-1 - () const const - - - QList::const_iterator - cend - qlist.html - cend - () const const - - - QList::const_iterator - constEnd - qlist.html - constEnd - () const const - - - QList::reverse_iterator - rbegin - qlist.html - rbegin - () - - - QList::reverse_iterator - rend - qlist.html - rend - () - - - QList::const_reverse_iterator - rbegin - qlist.html - rbegin-1 - () const const - - - QList::const_reverse_iterator - rend - qlist.html - rend-1 - () const const - - - QList::const_reverse_iterator - crbegin - qlist.html - crbegin - () const const - - - QList::const_reverse_iterator - crend - qlist.html - crend - () const const - - - QList::iterator - insert - qlist.html - insert-1 - (QList::iterator before, const T &value) - - - QList::iterator - erase - qlist.html - erase - (QList::iterator pos) - - - QList::iterator - erase - qlist.html - erase-1 - (QList::iterator begin, QList::iterator end) - - - Iterator - qlist.html - Iterator-typedef - - - - ConstIterator - qlist.html - ConstIterator-typedef - - - - int - count - qlist.html - count-1 - () const const - - - int - length - qlist.html - length - () const const - - - T & - first - qlist.html - first - () - - - const T & - constFirst - qlist.html - constFirst - () const const - - - const T & - first - qlist.html - first-1 - () const const - - - T & - last - qlist.html - last - () - - - const T & - last - qlist.html - last-1 - () const const - - - const T & - constLast - qlist.html - constLast - () const const - - - void - removeFirst - qlist.html - removeFirst - () - - - void - removeLast - qlist.html - removeLast - () - - - bool - startsWith - qlist.html - startsWith - (const T &value) const const - - - bool - endsWith - qlist.html - endsWith - (const T &value) const const - - - QList<T> - mid - qlist.html - mid - (int pos, int length) const const - - - T - value - qlist.html - value - (int i) const const - - - T - value - qlist.html - value-1 - (int i, const T &defaultValue) const const - - - void - push_back - qlist.html - push_back - (const T &value) - - - void - push_front - qlist.html - push_front - (const T &value) - - - T & - front - qlist.html - front - () - - - const T & - front - qlist.html - front-1 - () const const - - - T & - back - qlist.html - back - () - - - const T & - back - qlist.html - back-1 - () const const - - - void - pop_front - qlist.html - pop_front - () - - - void - pop_back - qlist.html - pop_back - () - - - bool - empty - qlist.html - empty - () const const - - - size_type - qlist.html - size_type-typedef - - - - value_type - qlist.html - value_type-typedef - - - - pointer - qlist.html - pointer-typedef - - - - const_pointer - qlist.html - const_pointer-typedef - - - - reference - qlist.html - reference-typedef - - - - const_reference - qlist.html - const_reference-typedef - - - - difference_type - qlist.html - difference_type-typedef - - - - QList<T> & - operator+= - qlist.html - operator-2b-eq - (const QList<T> &other) - - - QList<T> - operator+ - qlist.html - operator-2b - (const QList<T> &other) const const - - - QList<T> & - operator+= - qlist.html - operator-2b-eq-1 - (const T &value) - - - QList<T> & - operator<< - qlist.html - operator-lt-lt-1 - (const T &value) - - - QList<T> & - operator<< - qlist.html - operator-lt-lt - (const QList<T> &other) - - - QVector<T> - toVector - qlist.html - toVector - () const const - - - QSet<T> - toSet - qlist.html - toSet - () const const - - - QList<T> - fromVector - qlist.html - fromVector - (const QVector<T> &vector) - - - QList<T> - fromSet - qlist.html - fromSet - (const QSet<T> &set) - - - QList<T> - fromStdList - qlist.html - fromStdList - (const std::list<T> &list) - - - std::list<T> - toStdList - qlist.html - toStdList - () const const - - - - QList::MemoryLayout - qlist-memorylayout.html - - - QList::iterator - qlist-iterator.html - - iterator_category - qlist-iterator.html - iterator_category-typedef - - - - - iterator - qlist-iterator.html - iterator - () - - - - iterator - qlist-iterator.html - iterator-2 - (const iterator &other) - - - T & - operator* - qlist-iterator.html - operator-2a - () const const - - - T * - operator-> - qlist-iterator.html - operator--gt - () const const - - - T & - operator[] - qlist-iterator.html - operator-5b-5d - (iterator::difference_type j) const const - - - bool - operator== - qlist-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qlist-iterator.html - operator-not-eq - (const iterator &other) const const - - - bool - operator< - qlist-iterator.html - operator-lt - (const iterator &other) const const - - - bool - operator<= - qlist-iterator.html - operator-lt-eq - (const iterator &other) const const - - - bool - operator> - qlist-iterator.html - operator-gt - (const iterator &other) const const - - - bool - operator>= - qlist-iterator.html - operator-gt-eq - (const iterator &other) const const - - - bool - operator== - qlist-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qlist-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - bool - operator< - qlist-iterator.html - operator-lt-1 - (const const_iterator &other) const const - - - bool - operator<= - qlist-iterator.html - operator-lt-eq-1 - (const const_iterator &other) const const - - - bool - operator> - qlist-iterator.html - operator-gt-1 - (const const_iterator &other) const const - - - bool - operator>= - qlist-iterator.html - operator-gt-eq-1 - (const const_iterator &other) const const - - - iterator & - operator++ - qlist-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qlist-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qlist-iterator.html - operator-- - () - - - iterator - operator-- - qlist-iterator.html - operator---1 - (int ) - - - iterator & - operator+= - qlist-iterator.html - operator-2b-eq - (iterator::difference_type j) - - - iterator & - operator-= - qlist-iterator.html - operator--eq - (iterator::difference_type j) - - - iterator - operator+ - qlist-iterator.html - operator-2b - (iterator::difference_type j) const const - - - iterator - operator- - qlist-iterator.html - operator- - (iterator::difference_type j) const const - - - int - operator- - qlist-iterator.html - operator--1 - (iterator other) const const - - - - QList::const_iterator - qlist-const-iterator.html - - iterator_category - qlist-const-iterator.html - iterator_category-typedef - - - - - const_iterator - qlist-const-iterator.html - const_iterator - () - - - - const_iterator - qlist-const-iterator.html - const_iterator-2 - (const const_iterator &other) - - - - const_iterator - qlist-const-iterator.html - const_iterator-3 - (const iterator &other) - - - const T & - operator* - qlist-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qlist-const-iterator.html - operator--gt - () const const - - - const T & - operator[] - qlist-const-iterator.html - operator-5b-5d - (const_iterator::difference_type j) const const - - - bool - operator== - qlist-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qlist-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - bool - operator< - qlist-const-iterator.html - operator-lt - (const const_iterator &other) const const - - - bool - operator<= - qlist-const-iterator.html - operator-lt-eq - (const const_iterator &other) const const - - - bool - operator> - qlist-const-iterator.html - operator-gt - (const const_iterator &other) const const - - - bool - operator>= - qlist-const-iterator.html - operator-gt-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qlist-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qlist-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qlist-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qlist-const-iterator.html - operator---1 - (int ) - - - const_iterator & - operator+= - qlist-const-iterator.html - operator-2b-eq - (const_iterator::difference_type j) - - - const_iterator & - operator-= - qlist-const-iterator.html - operator--eq - (const_iterator::difference_type j) - - - const_iterator - operator+ - qlist-const-iterator.html - operator-2b - (const_iterator::difference_type j) const const - - - const_iterator - operator- - qlist-const-iterator.html - operator- - (const_iterator::difference_type j) const const - - - int - operator- - qlist-const-iterator.html - operator--1 - (const_iterator other) const const - - - - QListIterator - qlistiterator.html - - - QListIterator - qlistiterator.html - QListIterator - (const QList<T> &list) - - - QListIterator<T> & - operator= - qlistiterator.html - operator-eq - (const QList<T> &container) - - - void - toFront - qlistiterator.html - toFront - () - - - void - toBack - qlistiterator.html - toBack - () - - - bool - hasNext - qlistiterator.html - hasNext - () const const - - - const T & - next - qlistiterator.html - next - () - - - const T & - peekNext - qlistiterator.html - peekNext - () const const - - - bool - hasPrevious - qlistiterator.html - hasPrevious - () const const - - - const T & - previous - qlistiterator.html - previous - () - - - const T & - peekPrevious - qlistiterator.html - peekPrevious - () const const - - - bool - findNext - qlistiterator.html - findNext - (const T &value) - - - bool - findPrevious - qlistiterator.html - findPrevious - (const T &value) - - - - QMutableListIterator - qmutablelistiterator.html - - - QMutableListIterator - qmutablelistiterator.html - QMutableListIterator - (QList<T> &list) - - - QMutableListIterator<T> & - operator= - qmutablelistiterator.html - operator-eq - (QList<T> &container) - - - void - toFront - qmutablelistiterator.html - toFront - () - - - void - toBack - qmutablelistiterator.html - toBack - () - - - bool - hasNext - qmutablelistiterator.html - hasNext - () const const - - - T & - next - qmutablelistiterator.html - next - () - - - T & - peekNext - qmutablelistiterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablelistiterator.html - hasPrevious - () const const - - - T & - previous - qmutablelistiterator.html - previous - () - - - T & - peekPrevious - qmutablelistiterator.html - peekPrevious - () const const - - - void - remove - qmutablelistiterator.html - remove - () - - - void - setValue - qmutablelistiterator.html - setValue - (const T &value) const const - - - T & - value - qmutablelistiterator.html - value-1 - () - - - const T & - value - qmutablelistiterator.html - value - () const const - - - void - insert - qmutablelistiterator.html - insert - (const T &value) - - - bool - findNext - qmutablelistiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablelistiterator.html - findPrevious - (const T &value) - - - - QByteArrayList - qbytearraylist.html - QList - - QByteArray - join - qbytearraylist.html - join - () const const - - - QByteArray - join - qbytearraylist.html - join-1 - (const QByteArray &separator) const const - - - QByteArray - join - qbytearraylist.html - join-2 - (char separator) const const - - - - QRegExp - qregexp.html - - PatternSyntax - qregexp.html - PatternSyntax-enum - - - RegExp - qregexp.html - PatternSyntax-enum - - - Wildcard - qregexp.html - PatternSyntax-enum - - - FixedString - qregexp.html - PatternSyntax-enum - - - RegExp2 - qregexp.html - PatternSyntax-enum - - - WildcardUnix - qregexp.html - PatternSyntax-enum - - - W3CXmlSchema11 - qregexp.html - PatternSyntax-enum - - - CaretMode - qregexp.html - CaretMode-enum - - - CaretAtZero - qregexp.html - CaretMode-enum - - - CaretAtOffset - qregexp.html - CaretMode-enum - - - CaretWontMatch - qregexp.html - CaretMode-enum - - - - QRegExp - qregexp.html - QRegExp - () - - - - QRegExp - qregexp.html - QRegExp-1 - (const QString &pattern, Qt::CaseSensitivity cs, QRegExp::PatternSyntax syntax) - - - - QRegExp - qregexp.html - QRegExp-2 - (const QRegExp &rx) - - - - ~QRegExp - qregexp.html - dtor.QRegExp - () - - - QRegExp & - operator= - qregexp.html - operator-eq - (const QRegExp &rx) - - - QRegExp & - operator= - qregexp.html - operator-eq-1 - (QRegExp &&other) - - - void - swap - qregexp.html - swap - (QRegExp &other) - - - bool - operator== - qregexp.html - operator-eq-eq - (const QRegExp &rx) const const - - - bool - operator!= - qregexp.html - operator-not-eq - (const QRegExp &rx) const const - - - bool - isEmpty - qregexp.html - isEmpty - () const const - - - bool - isValid - qregexp.html - isValid - () const const - - - QString - pattern - qregexp.html - pattern - () const const - - - void - setPattern - qregexp.html - setPattern - (const QString &pattern) - - - Qt::CaseSensitivity - caseSensitivity - qregexp.html - caseSensitivity - () const const - - - void - setCaseSensitivity - qregexp.html - setCaseSensitivity - (Qt::CaseSensitivity cs) - - - QRegExp::PatternSyntax - patternSyntax - qregexp.html - patternSyntax - () const const - - - void - setPatternSyntax - qregexp.html - setPatternSyntax - (QRegExp::PatternSyntax syntax) - - - bool - isMinimal - qregexp.html - isMinimal - () const const - - - void - setMinimal - qregexp.html - setMinimal - (bool minimal) - - - bool - exactMatch - qregexp.html - exactMatch - (const QString &str) const const - - - int - indexIn - qregexp.html - indexIn - (const QString &str, int offset, QRegExp::CaretMode caretMode) const const - - - int - lastIndexIn - qregexp.html - lastIndexIn - (const QString &str, int offset, QRegExp::CaretMode caretMode) const const - - - int - matchedLength - qregexp.html - matchedLength - () const const - - - int - captureCount - qregexp.html - captureCount - () const const - - - QStringList - capturedTexts - qregexp.html - capturedTexts - () const const - - - QString - cap - qregexp.html - cap - (int nth) const const - - - int - pos - qregexp.html - pos - (int nth) const const - - - QString - errorString - qregexp.html - errorString - () const const - - - QString - escape - qregexp.html - escape - (const QString &str) - - - - QStringMatcher - qstringmatcher.html - - - QStringMatcher - qstringmatcher.html - QStringMatcher - () - - - - QStringMatcher - qstringmatcher.html - QStringMatcher-1 - (const QString &pattern, Qt::CaseSensitivity cs) - - - - QStringMatcher - qstringmatcher.html - QStringMatcher-2 - (const QChar *uc, int length, Qt::CaseSensitivity cs) - - - - QStringMatcher - qstringmatcher.html - QStringMatcher-3 - (const QStringMatcher &other) - - - - ~QStringMatcher - qstringmatcher.html - dtor.QStringMatcher - () - - - QStringMatcher & - operator= - qstringmatcher.html - operator-eq - (const QStringMatcher &other) - - - void - setPattern - qstringmatcher.html - setPattern - (const QString &pattern) - - - void - setCaseSensitivity - qstringmatcher.html - setCaseSensitivity - (Qt::CaseSensitivity cs) - - - int - indexIn - qstringmatcher.html - indexIn - (const QString &str, int from) const const - - - int - indexIn - qstringmatcher.html - indexIn-1 - (const QChar *str, int length, int from) const const - - - QString - pattern - qstringmatcher.html - pattern - () const const - - - Qt::CaseSensitivity - caseSensitivity - qstringmatcher.html - caseSensitivity - () const const - - - - QStringList - qstringlist.html - QList - - void - sort - qstringlist.html - sort - (Qt::CaseSensitivity cs) - - - int - removeDuplicates - qstringlist.html - removeDuplicates - () - - - QString - join - qstringlist.html - join - (const QString &separator) const const - - - QString - join - qstringlist.html - join-1 - (QLatin1String separator) const const - - - QString - join - qstringlist.html - join-2 - (QChar separator) const const - - - QStringList - filter - qstringlist.html - filter - (const QString &str, Qt::CaseSensitivity cs) const const - - - QStringList & - replaceInStrings - qstringlist.html - replaceInStrings - (const QString &before, const QString &after, Qt::CaseSensitivity cs) - - - QStringList - filter - qstringlist.html - filter-1 - (const QRegExp &rx) const const - - - QStringList & - replaceInStrings - qstringlist.html - replaceInStrings-1 - (const QRegExp &rx, const QString &after) - - - QStringList - filter - qstringlist.html - filter-2 - (const QRegularExpression &re) const const - - - QStringList & - replaceInStrings - qstringlist.html - replaceInStrings-2 - (const QRegularExpression &re, const QString &after) - - - - QStringList - qstringlist.html - QStringList - () - - - - QStringList - qstringlist.html - QStringList-1 - (const QString &str) - - - - QStringList - qstringlist.html - QStringList-2 - (const QList<QString> &other) - - - - QStringList - qstringlist.html - QStringList-3 - (QList<QString> &&other) - - - - QStringList - qstringlist.html - QStringList-4 - (std::initializer_list<QString> args) - - - QStringList & - operator= - qstringlist.html - operator-eq - (const QList<QString> &other) - - - QStringList & - operator= - qstringlist.html - operator-eq-1 - (QList<QString> &&other) - - - bool - contains - qstringlist.html - contains - (const QString &str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringlist.html - contains-1 - (QLatin1String str, Qt::CaseSensitivity cs) const const - - - bool - contains - qstringlist.html - contains-2 - (QStringView str, Qt::CaseSensitivity cs) const const - - - QStringList - operator+ - qstringlist.html - operator-2b - (const QStringList &other) const const - - - QStringList & - operator<< - qstringlist.html - operator-lt-lt - (const QString &str) - - - QStringList & - operator<< - qstringlist.html - operator-lt-lt-1 - (const QStringList &other) - - - QStringList & - operator<< - qstringlist.html - operator-lt-lt-2 - (const QList<QString> &other) - - - int - indexOf - qstringlist.html - indexOf - (const QRegExp &rx, int from) const const - - - int - lastIndexOf - qstringlist.html - lastIndexOf - (const QRegExp &rx, int from) const const - - - int - indexOf - qstringlist.html - indexOf-1 - (QRegExp &rx, int from) const const - - - int - lastIndexOf - qstringlist.html - lastIndexOf-1 - (QRegExp &rx, int from) const const - - - int - indexOf - qstringlist.html - indexOf-2 - (const QRegularExpression &re, int from) const const - - - int - lastIndexOf - qstringlist.html - lastIndexOf-2 - (const QRegularExpression &re, int from) const const - - - - QScopedPointer - qscopedpointer.html - - - QScopedPointer - qscopedpointer.html - QScopedPointer - (T *p) - - - - ~QScopedPointer - qscopedpointer.html - dtor.QScopedPointer - () - - - T & - operator* - qscopedpointer.html - operator-2a - () const const - - - T * - operator-> - qscopedpointer.html - operator--gt - () const const - - - bool - operator! - qscopedpointer.html - operator-not - () const const - - - bool - operator bool - qscopedpointer.html - operator-bool - () const const - - - T * - data - qscopedpointer.html - data - () const const - - - T * - get - qscopedpointer.html - get - () const const - - - bool - isNull - qscopedpointer.html - isNull - () const const - - - void - reset - qscopedpointer.html - reset - (T *other) - - - T * - take - qscopedpointer.html - take - () - - - void - swap - qscopedpointer.html - swap - (QScopedPointer<T, Cleanup> &other) - - - - QScopedArrayPointer - qscopedarraypointer.html - QScopedPointer - - - QScopedArrayPointer - qscopedarraypointer.html - QScopedArrayPointer - () - - - - QScopedArrayPointer - qscopedarraypointer.html - QScopedArrayPointer-1 - (D *p) - - - T & - operator[] - qscopedarraypointer.html - operator-5b-5d - (int i) - - - const T & - operator[] - qscopedarraypointer.html - operator-5b-5d-1 - (int i) const const - - - void - swap - qscopedarraypointer.html - swap - (QScopedArrayPointer<T, Cleanup> &other) - - - - QVarLengthArray - qvarlengtharray.html - - - QVarLengthArray - qvarlengtharray.html - QVarLengthArray - (int size) - - - - QVarLengthArray - qvarlengtharray.html - QVarLengthArray-1 - (const QVarLengthArray<T, Prealloc> &other) - - - - QVarLengthArray - qvarlengtharray.html - QVarLengthArray-2 - (std::initializer_list<T> args) - - - - ~QVarLengthArray - qvarlengtharray.html - dtor.QVarLengthArray - () - - - QVarLengthArray<T, Prealloc> & - operator= - qvarlengtharray.html - operator-eq - (const QVarLengthArray<T, Prealloc> &other) - - - QVarLengthArray<T, Prealloc> & - operator= - qvarlengtharray.html - operator-eq-1 - (std::initializer_list<T> list) - - - void - removeLast - qvarlengtharray.html - removeLast - () - - - int - size - qvarlengtharray.html - size - () const const - - - int - count - qvarlengtharray.html - count - () const const - - - int - length - qvarlengtharray.html - length - () const const - - - T & - first - qvarlengtharray.html - first - () - - - const T & - first - qvarlengtharray.html - first-1 - () const const - - - T & - last - qvarlengtharray.html - last - () - - - const T & - last - qvarlengtharray.html - last-1 - () const const - - - bool - isEmpty - qvarlengtharray.html - isEmpty - () const const - - - void - resize - qvarlengtharray.html - resize - (int size) - - - void - clear - qvarlengtharray.html - clear - () - - - void - squeeze - qvarlengtharray.html - squeeze - () - - - int - capacity - qvarlengtharray.html - capacity - () const const - - - void - reserve - qvarlengtharray.html - reserve - (int size) - - - int - indexOf - qvarlengtharray.html - indexOf - (const T &value, int from) const const - - - int - lastIndexOf - qvarlengtharray.html - lastIndexOf - (const T &value, int from) const const - - - bool - contains - qvarlengtharray.html - contains - (const T &value) const const - - - T & - operator[] - qvarlengtharray.html - operator-5b-5d - (int i) - - - const T & - operator[] - qvarlengtharray.html - operator-5b-5d-1 - (int i) const const - - - const T & - at - qvarlengtharray.html - at - (int i) const const - - - T - value - qvarlengtharray.html - value - (int i) const const - - - T - value - qvarlengtharray.html - value-1 - (int i, const T &defaultValue) const const - - - void - append - qvarlengtharray.html - append - (const T &t) - - - void - append - qvarlengtharray.html - append-1 - (T &&t) - - - void - append - qvarlengtharray.html - append-2 - (const T *buf, int size) - - - QVarLengthArray<T, Prealloc> & - operator<< - qvarlengtharray.html - operator-lt-lt - (const T &value) - - - QVarLengthArray<T, Prealloc> & - operator<< - qvarlengtharray.html - operator-lt-lt-1 - (T &&value) - - - QVarLengthArray<T, Prealloc> & - operator+= - qvarlengtharray.html - operator-2b-eq - (const T &value) - - - QVarLengthArray<T, Prealloc> & - operator+= - qvarlengtharray.html - operator-2b-eq-1 - (T &&value) - - - void - prepend - qvarlengtharray.html - prepend - (T &&value) - - - void - prepend - qvarlengtharray.html - prepend-1 - (const T &value) - - - void - insert - qvarlengtharray.html - insert - (int i, T &&value) - - - void - insert - qvarlengtharray.html - insert-1 - (int i, const T &value) - - - void - insert - qvarlengtharray.html - insert-2 - (int i, int count, const T &value) - - - void - replace - qvarlengtharray.html - replace - (int i, const T &value) - - - void - remove - qvarlengtharray.html - remove - (int i) - - - void - remove - qvarlengtharray.html - remove-1 - (int i, int count) - - - T * - data - qvarlengtharray.html - data - () - - - const T * - data - qvarlengtharray.html - data-1 - () const const - - - const T * - constData - qvarlengtharray.html - constData - () const const - - - size_type - qvarlengtharray.html - size_type-typedef - - - - value_type - qvarlengtharray.html - value_type-typedef - - - - pointer - qvarlengtharray.html - pointer-typedef - - - - const_pointer - qvarlengtharray.html - const_pointer-typedef - - - - reference - qvarlengtharray.html - reference-typedef - - - - const_reference - qvarlengtharray.html - const_reference-typedef - - - - difference_type - qvarlengtharray.html - difference_type-typedef - - - - iterator - qvarlengtharray.html - iterator-typedef - - - - const_iterator - qvarlengtharray.html - const_iterator-typedef - - - - reverse_iterator - qvarlengtharray.html - reverse_iterator-typedef - - - - const_reverse_iterator - qvarlengtharray.html - const_reverse_iterator-typedef - - - - QVarLengthArray::iterator - begin - qvarlengtharray.html - begin - () - - - QVarLengthArray::const_iterator - begin - qvarlengtharray.html - begin-1 - () const const - - - QVarLengthArray::const_iterator - cbegin - qvarlengtharray.html - cbegin - () const const - - - QVarLengthArray::const_iterator - constBegin - qvarlengtharray.html - constBegin - () const const - - - QVarLengthArray::iterator - end - qvarlengtharray.html - end - () - - - QVarLengthArray::const_iterator - end - qvarlengtharray.html - end-1 - () const const - - - QVarLengthArray::const_iterator - cend - qvarlengtharray.html - cend - () const const - - - QVarLengthArray::const_iterator - constEnd - qvarlengtharray.html - constEnd - () const const - - - QVarLengthArray::reverse_iterator - rbegin - qvarlengtharray.html - rbegin - () - - - QVarLengthArray::reverse_iterator - rend - qvarlengtharray.html - rend - () - - - QVarLengthArray::const_reverse_iterator - rbegin - qvarlengtharray.html - rbegin-1 - () const const - - - QVarLengthArray::const_reverse_iterator - rend - qvarlengtharray.html - rend-1 - () const const - - - QVarLengthArray::const_reverse_iterator - crbegin - qvarlengtharray.html - crbegin - () const const - - - QVarLengthArray::const_reverse_iterator - crend - qvarlengtharray.html - crend - () const const - - - QVarLengthArray::iterator - insert - qvarlengtharray.html - insert-3 - (QVarLengthArray::const_iterator before, int count, const T &value) - - - QVarLengthArray::iterator - insert - qvarlengtharray.html - insert-4 - (QVarLengthArray::const_iterator before, T &&value) - - - QVarLengthArray::iterator - insert - qvarlengtharray.html - insert-5 - (QVarLengthArray::const_iterator before, const T &value) - - - QVarLengthArray::iterator - erase - qvarlengtharray.html - erase-1 - (QVarLengthArray::const_iterator begin, QVarLengthArray::const_iterator end) - - - QVarLengthArray::iterator - erase - qvarlengtharray.html - erase - (QVarLengthArray::const_iterator pos) - - - bool - empty - qvarlengtharray.html - empty - () const const - - - void - push_back - qvarlengtharray.html - push_back - (const T &t) - - - void - push_back - qvarlengtharray.html - push_back-1 - (T &&t) - - - void - pop_back - qvarlengtharray.html - pop_back - () - - - T & - front - qvarlengtharray.html - front - () - - - const T & - front - qvarlengtharray.html - front-1 - () const const - - - T & - back - qvarlengtharray.html - back - () - - - const T & - back - qvarlengtharray.html - back-1 - () const const - - - void - shrink_to_fit - qvarlengtharray.html - shrink_to_fit - () - - - - QMetaType - qmetatype.html - - Type - qmetatype.html - Type-enum - - - UnknownType - qmetatype.html - Type-enum - - - Bool - qmetatype.html - Type-enum - - - Int - qmetatype.html - Type-enum - - - UInt - qmetatype.html - Type-enum - - - LongLong - qmetatype.html - Type-enum - - - ULongLong - qmetatype.html - Type-enum - - - Double - qmetatype.html - Type-enum - - - Long - qmetatype.html - Type-enum - - - Short - qmetatype.html - Type-enum - - - Char - qmetatype.html - Type-enum - - - ULong - qmetatype.html - Type-enum - - - UShort - qmetatype.html - Type-enum - - - UChar - qmetatype.html - Type-enum - - - Float - qmetatype.html - Type-enum - - - VoidStar - qmetatype.html - Type-enum - - - QChar - qmetatype.html - Type-enum - - - QString - qmetatype.html - Type-enum - - - QStringList - qmetatype.html - Type-enum - - - QByteArray - qmetatype.html - Type-enum - - - QBitArray - qmetatype.html - Type-enum - - - QDate - qmetatype.html - Type-enum - - - QTime - qmetatype.html - Type-enum - - - QDateTime - qmetatype.html - Type-enum - - - QUrl - qmetatype.html - Type-enum - - - QLocale - qmetatype.html - Type-enum - - - QRect - qmetatype.html - Type-enum - - - QRectF - qmetatype.html - Type-enum - - - QSize - qmetatype.html - Type-enum - - - QSizeF - qmetatype.html - Type-enum - - - QLine - qmetatype.html - Type-enum - - - QLineF - qmetatype.html - Type-enum - - - QPoint - qmetatype.html - Type-enum - - - QPointF - qmetatype.html - Type-enum - - - QRegExp - qmetatype.html - Type-enum - - - QEasingCurve - qmetatype.html - Type-enum - - - QUuid - qmetatype.html - Type-enum - - - QVariant - qmetatype.html - Type-enum - - - QModelIndex - qmetatype.html - Type-enum - - - QPersistentModelIndex - qmetatype.html - Type-enum - - - QRegularExpression - qmetatype.html - Type-enum - - - QJsonValue - qmetatype.html - Type-enum - - - QJsonObject - qmetatype.html - Type-enum - - - QJsonArray - qmetatype.html - Type-enum - - - QJsonDocument - qmetatype.html - Type-enum - - - QByteArrayList - qmetatype.html - Type-enum - - - QObjectStar - qmetatype.html - Type-enum - - - SChar - qmetatype.html - Type-enum - - - Void - qmetatype.html - Type-enum - - - Nullptr - qmetatype.html - Type-enum - - - QVariantMap - qmetatype.html - Type-enum - - - QVariantList - qmetatype.html - Type-enum - - - QVariantHash - qmetatype.html - Type-enum - - - QCborSimpleType - qmetatype.html - Type-enum - - - QCborValue - qmetatype.html - Type-enum - - - QCborArray - qmetatype.html - Type-enum - - - QCborMap - qmetatype.html - Type-enum - - - QFont - qmetatype.html - Type-enum - - - QPixmap - qmetatype.html - Type-enum - - - QBrush - qmetatype.html - Type-enum - - - QColor - qmetatype.html - Type-enum - - - QPalette - qmetatype.html - Type-enum - - - QIcon - qmetatype.html - Type-enum - - - QImage - qmetatype.html - Type-enum - - - QPolygon - qmetatype.html - Type-enum - - - QRegion - qmetatype.html - Type-enum - - - QBitmap - qmetatype.html - Type-enum - - - QCursor - qmetatype.html - Type-enum - - - QKeySequence - qmetatype.html - Type-enum - - - QPen - qmetatype.html - Type-enum - - - QTextLength - qmetatype.html - Type-enum - - - QTextFormat - qmetatype.html - Type-enum - - - QMatrix - qmetatype.html - Type-enum - - - QTransform - qmetatype.html - Type-enum - - - QMatrix4x4 - qmetatype.html - Type-enum - - - QVector2D - qmetatype.html - Type-enum - - - QVector3D - qmetatype.html - Type-enum - - - QVector4D - qmetatype.html - Type-enum - - - QQuaternion - qmetatype.html - Type-enum - - - QPolygonF - qmetatype.html - Type-enum - - - QSizePolicy - qmetatype.html - Type-enum - - - LastCoreType - qmetatype.html - Type-enum - - - LastGuiType - qmetatype.html - Type-enum - - - User - qmetatype.html - Type-enum - - - TypeFlag - qmetatype.html - TypeFlag-enum - - - NeedsConstruction - qmetatype.html - TypeFlag-enum - - - NeedsDestruction - qmetatype.html - TypeFlag-enum - - - MovableType - qmetatype.html - TypeFlag-enum - - - PointerToQObject - qmetatype.html - TypeFlag-enum - - - IsEnumeration - qmetatype.html - TypeFlag-enum - - - SharedPointerToQObject - qmetatype.html - TypeFlag-enum - - - WeakPointerToQObject - qmetatype.html - TypeFlag-enum - - - TrackingPointerToQObject - qmetatype.html - TypeFlag-enum - - - WasDeclaredAsMetaType - qmetatype.html - TypeFlag-enum - - - IsGadget - qmetatype.html - TypeFlag-enum - - - PointerToGadget - qmetatype.html - TypeFlag-enum - - - TypeFlags - qmetatype.html - TypeFlag-enum - - - - TypedDestructor - qmetatype.html - TypedDestructor-typedef - - - - TypedConstructor - qmetatype.html - TypedConstructor-typedef - - - - int - type - qmetatype.html - type - (const char *typeName) - - - int - type - qmetatype.html - type-1 - (const ::QByteArray &typeName) - - - const char * - typeName - qmetatype.html - typeName - (int typeId) - - - int - sizeOf - qmetatype.html - sizeOf - (int type) - - - QMetaType::TypeFlags - typeFlags - qmetatype.html - typeFlags - (int type) - - - const QMetaObject * - metaObjectForType - qmetatype.html - metaObjectForType - (int type) - - - bool - isRegistered - qmetatype.html - isRegistered - (int type) - - - void * - create - qmetatype.html - create - (int type, const void *copy) - - - void * - construct - qmetatype-obsolete.html - construct-1 - (int type, const void *copy) - - - void - destroy - qmetatype.html - destroy - (int type, void *data) - - - void * - construct - qmetatype.html - construct - (int type, void *where, const void *copy) - - - void - destruct - qmetatype.html - destruct - (int type, void *where) - - - bool - save - qmetatype.html - save - (QDataStream &stream, int type, const void *data) - - - bool - load - qmetatype.html - load - (QDataStream &stream, int type, void *data) - - - - QMetaType - qmetatype.html - QMetaType - (const int typeId) - - - - ~QMetaType - qmetatype.html - dtor.QMetaType - () - - - bool - isValid - qmetatype.html - isValid - () const const - - - bool - isRegistered - qmetatype.html - isRegistered-1 - () const const - - - int - sizeOf - qmetatype.html - sizeOf-1 - () const const - - - QMetaType::TypeFlags - flags - qmetatype.html - flags - () const const - - - const QMetaObject * - metaObject - qmetatype.html - metaObject - () const const - - - void * - create - qmetatype.html - create-1 - (const void *copy) const const - - - void - destroy - qmetatype.html - destroy-1 - (void *data) const const - - - void * - construct - qmetatype.html - construct-2 - (void *where, const void *copy) const const - - - void - destruct - qmetatype.html - destruct-1 - (void *data) const const - - - bool - registerComparators - qmetatype.html - registerComparators - () - - - bool - registerEqualsComparator - qmetatype.html - registerEqualsComparator - () - - - bool - hasRegisteredComparators - qmetatype.html - hasRegisteredComparators - () - - - bool - hasRegisteredComparators - qmetatype.html - hasRegisteredComparators-1 - (int typeId) - - - bool - registerDebugStreamOperator - qmetatype.html - registerDebugStreamOperator - () - - - bool - hasRegisteredDebugStreamOperator - qmetatype.html - hasRegisteredDebugStreamOperator - () - - - bool - hasRegisteredDebugStreamOperator - qmetatype.html - hasRegisteredDebugStreamOperator-1 - (int typeId) - - - bool - registerConverter - qmetatype.html - registerConverter - () - - - bool - registerConverter - qmetatype.html - registerConverter-1 - (MemberFunction function) - - - bool - registerConverter - qmetatype.html - registerConverter-2 - (MemberFunctionOk function) - - - bool - registerConverter - qmetatype.html - registerConverter-3 - (UnaryFunction function) - - - bool - convert - qmetatype.html - convert - (const void *from, int fromTypeId, void *to, int toTypeId) - - - bool - compare - qmetatype.html - compare - (const void *lhs, const void *rhs, int typeId, int *result) - - - bool - equals - qmetatype.html - equals - (const void *lhs, const void *rhs, int typeId, int *result) - - - bool - debugStream - qmetatype.html - debugStream - (QDebug &dbg, const void *rhs, int typeId) - - - bool - hasRegisteredConverterFunction - qmetatype.html - hasRegisteredConverterFunction-1 - () - - - bool - hasRegisteredConverterFunction - qmetatype.html - hasRegisteredConverterFunction - (int fromTypeId, int toTypeId) - - - - QObject - qobject.html - - virtual const QMetaObject * - metaObject - qobject.html - metaObject - () const const - - - virtual void * - qt_metacast - qobject.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qobject.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qobject.html - tr - (const char *sourceText, const char *disambiguation, int n) - - - QString - trUtf8 - qobject-obsolete.html - trUtf8 - (const char *sourceText, const char *disambiguation, int n) - - - objectName - qobject.html - objectName-prop - - - - - QObject - qobject.html - QObject - (QObject *parent) - - - virtual - ~QObject - qobject.html - dtor.QObject - () - - - virtual bool - event - qobject.html - event - (QEvent *e) - - - virtual bool - eventFilter - qobject.html - eventFilter - (QObject *watched, QEvent *event) - - - QString - objectName - qobject.html - objectName-prop - () const const - - - void - setObjectName - qobject.html - objectName-prop - (const QString &name) - - - bool - isWidgetType - qobject.html - isWidgetType - () const const - - - bool - isWindowType - qobject.html - isWindowType - () const const - - - bool - signalsBlocked - qobject.html - signalsBlocked - () const const - - - bool - blockSignals - qobject.html - blockSignals - (bool block) - - - QThread * - thread - qobject.html - thread - () const const - - - void - moveToThread - qobject.html - moveToThread - (QThread *targetThread) - - - int - startTimer - qobject.html - startTimer - (int interval, Qt::TimerType timerType) - - - int - startTimer - qobject.html - startTimer-1 - (std::chrono::milliseconds time, Qt::TimerType timerType) - - - void - killTimer - qobject.html - killTimer - (int id) - - - T - findChild - qobject.html - findChild - (const QString &name, Qt::FindChildOptions options) const const - - - QList<T> - findChildren - qobject.html - findChildren - (const QString &name, Qt::FindChildOptions options) const const - - - QList<T> - findChildren - qobject.html - findChildren-1 - (const QRegExp &regExp, Qt::FindChildOptions options) const const - - - QList<T> - findChildren - qobject.html - findChildren-2 - (const QRegularExpression &re, Qt::FindChildOptions options) const const - - - const QObjectList & - children - qobject.html - children - () const const - - - void - setParent - qobject.html - setParent - (QObject *parent) - - - void - installEventFilter - qobject.html - installEventFilter - (QObject *filterObj) - - - void - removeEventFilter - qobject.html - removeEventFilter - (QObject *obj) - - - QMetaObject::Connection - connect - qobject.html - connect - (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type) - - - QMetaObject::Connection - connect - qobject.html - connect-1 - (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type) - - - QMetaObject::Connection - connect - qobject.html - connect-2 - (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const - - - QMetaObject::Connection - connect - qobject.html - connect-3 - (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type) - - - QMetaObject::Connection - connect - qobject.html - connect-4 - (const QObject *sender, PointerToMemberFunction signal, Functor functor) - - - QMetaObject::Connection - connect - qobject.html - connect-5 - (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type) - - - bool - disconnect - qobject.html - disconnect - (const QObject *sender, const char *signal, const QObject *receiver, const char *method) - - - bool - disconnect - qobject.html - disconnect-1 - (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method) - - - bool - disconnect - qobject.html - disconnect-2 - (const char *signal, const QObject *receiver, const char *method) const const - - - bool - disconnect - qobject.html - disconnect-3 - (const QObject *receiver, const char *method) const const - - - bool - disconnect - qobject.html - disconnect-4 - (const QMetaObject::Connection &connection) - - - bool - disconnect - qobject.html - disconnect-5 - (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method) - - - void - dumpObjectTree - qobject-obsolete.html - dumpObjectTree-1 - () - - - void - dumpObjectInfo - qobject-obsolete.html - dumpObjectInfo-1 - () - - - void - dumpObjectTree - qobject.html - dumpObjectTree - () const const - - - void - dumpObjectInfo - qobject.html - dumpObjectInfo - () const const - - - bool - setProperty - qobject.html - setProperty - (const char *name, const QVariant &value) - - - QVariant - property - qobject.html - property - (const char *name) const const - - - QList<QByteArray> - dynamicPropertyNames - qobject.html - dynamicPropertyNames - () const const - - - void - destroyed - qobject.html - destroyed - (QObject *obj) - - - void - objectNameChanged - qobject.html - objectNameChanged - (const QString &objectName) - - - QObject * - parent - qobject.html - parent - () const const - - - bool - inherits - qobject.html - inherits - (const char *className) const const - - - void - deleteLater - qobject.html - deleteLater - () - - - QObject * - sender - qobject.html - sender - () const const - - - int - senderSignalIndex - qobject.html - senderSignalIndex - () const const - - - int - receivers - qobject.html - receivers - (const char *signal) const const - - - bool - isSignalConnected - qobject.html - isSignalConnected - (const QMetaMethod &signal) const const - - - virtual void - timerEvent - qobject.html - timerEvent - (QTimerEvent *event) - - - virtual void - childEvent - qobject.html - childEvent - (QChildEvent *event) - - - virtual void - customEvent - qobject.html - customEvent - (QEvent *event) - - - virtual void - connectNotify - qobject.html - connectNotify - (const QMetaMethod &signal) - - - virtual void - disconnectNotify - qobject.html - disconnectNotify - (const QMetaMethod &signal) - - - - QSignalBlocker - qsignalblocker.html - - - QSignalBlocker - qsignalblocker.html - QSignalBlocker - (QObject *object) - - - - QSignalBlocker - qsignalblocker.html - QSignalBlocker-1 - (QObject &object) - - - - ~QSignalBlocker - qsignalblocker.html - dtor.QSignalBlocker - () - - - - QSignalBlocker - qsignalblocker.html - QSignalBlocker-2 - (QSignalBlocker &&other) - - - QSignalBlocker & - operator= - qsignalblocker.html - operator-eq - (QSignalBlocker &&other) - - - void - reblock - qsignalblocker.html - reblock - () - - - void - unblock - qsignalblocker.html - unblock - () - - - - QAbstractAnimation - qabstractanimation.html - QObject - - virtual const QMetaObject * - metaObject - qabstractanimation.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractanimation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractanimation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractanimation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractanimation.html - trUtf8 - (const char *s, const char *c, int n) - - - state - qabstractanimation.html - state-prop - - - - loopCount - qabstractanimation.html - loopCount-prop - - - - currentTime - qabstractanimation.html - currentTime-prop - - - - currentLoop - qabstractanimation.html - currentLoop-prop - - - - direction - qabstractanimation.html - direction-prop - - - - duration - qabstractanimation.html - duration-prop - - - - Direction - qabstractanimation.html - Direction-enum - - - Forward - qabstractanimation.html - Direction-enum - - - Backward - qabstractanimation.html - Direction-enum - - - State - qabstractanimation.html - State-enum - - - Stopped - qabstractanimation.html - State-enum - - - Paused - qabstractanimation.html - State-enum - - - Running - qabstractanimation.html - State-enum - - - DeletionPolicy - qabstractanimation.html - DeletionPolicy-enum - - - KeepWhenStopped - qabstractanimation.html - DeletionPolicy-enum - - - DeleteWhenStopped - qabstractanimation.html - DeletionPolicy-enum - - - - QAbstractAnimation - qabstractanimation.html - QAbstractAnimation - (QObject *parent) - - - virtual - ~QAbstractAnimation - qabstractanimation.html - dtor.QAbstractAnimation - () - - - QAbstractAnimation::State - state - qabstractanimation.html - state-prop - () const const - - - QAnimationGroup * - group - qabstractanimation.html - group - () const const - - - QAbstractAnimation::Direction - direction - qabstractanimation.html - direction-prop - () const const - - - void - setDirection - qabstractanimation.html - direction-prop - (QAbstractAnimation::Direction direction) - - - int - currentTime - qabstractanimation.html - currentTime-prop - () const const - - - int - currentLoopTime - qabstractanimation.html - currentLoopTime - () const const - - - int - loopCount - qabstractanimation.html - loopCount-prop - () const const - - - void - setLoopCount - qabstractanimation.html - loopCount-prop - (int loopCount) - - - int - currentLoop - qabstractanimation.html - currentLoop-prop - () const const - - - virtual int - duration - qabstractanimation.html - duration - () const const = 0 - - - int - totalDuration - qabstractanimation.html - totalDuration - () const const - - - void - finished - qabstractanimation.html - finished - () - - - void - stateChanged - qabstractanimation.html - stateChanged - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) - - - void - currentLoopChanged - qabstractanimation.html - currentLoopChanged - (int currentLoop) - - - void - directionChanged - qabstractanimation.html - directionChanged - (QAbstractAnimation::Direction newDirection) - - - void - start - qabstractanimation.html - start - (QAbstractAnimation::DeletionPolicy policy) - - - void - pause - qabstractanimation.html - pause - () - - - void - resume - qabstractanimation.html - resume - () - - - void - setPaused - qabstractanimation.html - setPaused - (bool paused) - - - void - stop - qabstractanimation.html - stop - () - - - void - setCurrentTime - qabstractanimation.html - currentTime-prop - (int msecs) - - - virtual bool - event - qabstractanimation.html - event - (QEvent *event) override - - - virtual void - updateCurrentTime - qabstractanimation.html - updateCurrentTime - (int currentTime) = 0 - - - virtual void - updateState - qabstractanimation.html - updateState - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) - - - virtual void - updateDirection - qabstractanimation.html - updateDirection - (QAbstractAnimation::Direction direction) - - - - QEventLoop - qeventloop.html - QObject - - virtual const QMetaObject * - metaObject - qeventloop.html - metaObject - () const const - - - virtual void * - qt_metacast - qeventloop.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qeventloop.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qeventloop.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qeventloop.html - trUtf8 - (const char *s, const char *c, int n) - - - - QEventLoop - qeventloop.html - QEventLoop - (QObject *parent) - - - virtual - ~QEventLoop - qeventloop.html - dtor.QEventLoop - () - - - ProcessEventsFlag - qeventloop.html - ProcessEventsFlag-enum - - - AllEvents - qeventloop.html - ProcessEventsFlag-enum - - - ExcludeUserInputEvents - qeventloop.html - ProcessEventsFlag-enum - - - ExcludeSocketNotifiers - qeventloop.html - ProcessEventsFlag-enum - - - WaitForMoreEvents - qeventloop.html - ProcessEventsFlag-enum - - - X11ExcludeTimers - qeventloop.html - ProcessEventsFlag-enum - - - EventLoopExec - qeventloop.html - ProcessEventsFlag-enum - - - DialogExec - qeventloop.html - ProcessEventsFlag-enum - - - ProcessEventsFlags - qeventloop.html - ProcessEventsFlag-enum - - - - bool - processEvents - qeventloop.html - processEvents - (QEventLoop::ProcessEventsFlags flags) - - - void - processEvents - qeventloop.html - processEvents-1 - (QEventLoop::ProcessEventsFlags flags, int maxTime) - - - int - exec - qeventloop.html - exec - (QEventLoop::ProcessEventsFlags flags) - - - void - exit - qeventloop.html - exit - (int returnCode) - - - bool - isRunning - qeventloop.html - isRunning - () const const - - - void - wakeUp - qeventloop.html - wakeUp - () - - - virtual bool - event - qeventloop.html - event - (QEvent *event) override - - - void - quit - qeventloop.html - quit - () - - - - QEventLoopLocker - qeventlooplocker.html - - - QEventLoopLocker - qeventlooplocker.html - QEventLoopLocker - () - - - - QEventLoopLocker - qeventlooplocker.html - QEventLoopLocker-1 - (QEventLoop *loop) - - - - QEventLoopLocker - qeventlooplocker.html - QEventLoopLocker-2 - (QThread *thread) - - - - ~QEventLoopLocker - qeventlooplocker.html - dtor.QEventLoopLocker - () - - - - QAbstractEventDispatcher - qabstracteventdispatcher.html - QObject - - virtual const QMetaObject * - metaObject - qabstracteventdispatcher.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstracteventdispatcher.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstracteventdispatcher.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstracteventdispatcher.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstracteventdispatcher.html - trUtf8 - (const char *s, const char *c, int n) - - QAbstractEventDispatcher::TimerInfo - - - QAbstractEventDispatcher - qabstracteventdispatcher.html - QAbstractEventDispatcher - (QObject *parent) - - - virtual - ~QAbstractEventDispatcher - qabstracteventdispatcher.html - dtor.QAbstractEventDispatcher - () - - - QAbstractEventDispatcher * - instance - qabstracteventdispatcher.html - instance - (QThread *thread) - - - virtual bool - processEvents - qabstracteventdispatcher.html - processEvents - (QEventLoop::ProcessEventsFlags flags) = 0 - - - virtual bool - hasPendingEvents - qabstracteventdispatcher-obsolete.html - hasPendingEvents - () = 0 - - - virtual void - registerSocketNotifier - qabstracteventdispatcher.html - registerSocketNotifier - (QSocketNotifier *notifier) = 0 - - - virtual void - unregisterSocketNotifier - qabstracteventdispatcher.html - unregisterSocketNotifier - (QSocketNotifier *notifier) = 0 - - - int - registerTimer - qabstracteventdispatcher-obsolete.html - registerTimer-2 - (int interval, QObject *object) - - - void - registerTimer - qabstracteventdispatcher-obsolete.html - registerTimer-1 - (int timerId, int interval, QObject *object) - - - int - registerTimer - qabstracteventdispatcher.html - registerTimer - (int interval, Qt::TimerType timerType, QObject *object) - - - virtual void - registerTimer - qabstracteventdispatcher.html - registerTimer-3 - (int timerId, int interval, Qt::TimerType timerType, QObject *object) = 0 - - - virtual bool - unregisterTimer - qabstracteventdispatcher.html - unregisterTimer - (int timerId) = 0 - - - virtual bool - unregisterTimers - qabstracteventdispatcher.html - unregisterTimers - (QObject *object) = 0 - - - virtual QList<QAbstractEventDispatcher::TimerInfo> - registeredTimers - qabstracteventdispatcher.html - registeredTimers - (QObject *object) const const = 0 - - - virtual int - remainingTime - qabstracteventdispatcher.html - remainingTime - (int timerId) = 0 - - - virtual bool - registerEventNotifier - qabstracteventdispatcher.html - registerEventNotifier - (QWinEventNotifier *notifier) = 0 - - - virtual void - unregisterEventNotifier - qabstracteventdispatcher.html - unregisterEventNotifier - (QWinEventNotifier *notifier) = 0 - - - virtual void - wakeUp - qabstracteventdispatcher.html - wakeUp - () = 0 - - - virtual void - interrupt - qabstracteventdispatcher.html - interrupt - () = 0 - - - virtual void - flush - qabstracteventdispatcher-obsolete.html - flush - () = 0 - - - void - installNativeEventFilter - qabstracteventdispatcher.html - installNativeEventFilter - (QAbstractNativeEventFilter *filterObj) - - - void - removeNativeEventFilter - qabstracteventdispatcher.html - removeNativeEventFilter - (QAbstractNativeEventFilter *filter) - - - bool - filterNativeEvent - qabstracteventdispatcher.html - filterNativeEvent - (const QByteArray &eventType, void *message, long *result) - - - bool - filterEvent - qabstracteventdispatcher-obsolete.html - filterEvent - (void *message) - - - void - aboutToBlock - qabstracteventdispatcher.html - aboutToBlock - () - - - void - awake - qabstracteventdispatcher.html - awake - () - - - - QAbstractEventDispatcher::TimerInfo - qabstracteventdispatcher-timerinfo.html - - - TimerInfo - qabstracteventdispatcher-timerinfo.html - TimerInfo - (int timerId, int interval, Qt::TimerType timerType) - - - - QMap - qmap.html - - - QMap - qmap.html - QMap - () - - - - QMap - qmap.html - QMap-1 - (std::initializer_list<std::pair<Key, T> > list) - - - - QMap - qmap.html - QMap-2 - (const QMap<Key, T> &other) - - - - ~QMap - qmap.html - dtor.QMap - () - - - QMap<Key, T> & - operator= - qmap.html - operator-eq - (const QMap<Key, T> &other) - - - - QMap - qmap.html - QMap-3 - (QMap<Key, T> &&other) - - - QMap<Key, T> & - operator= - qmap.html - operator-eq-1 - (QMap<Key, T> &&other) - - - void - swap - qmap.html - swap - (QMap<Key, T> &other) - - - - QMap - qmap.html - QMap-4 - (const typename std::map<Key, T> &other) - - - std::map<Key, T> - toStdMap - qmap.html - toStdMap - () const const - - - bool - operator== - qmap.html - operator-eq-eq - (const QMap<Key, T> &other) const const - - - bool - operator!= - qmap.html - operator-not-eq - (const QMap<Key, T> &other) const const - - - int - size - qmap.html - size - () const const - - - bool - isEmpty - qmap.html - isEmpty - () const const - - - void - clear - qmap.html - clear - () - - - int - remove - qmap.html - remove - (const Key &key) - - - T - take - qmap.html - take - (const Key &key) - - - bool - contains - qmap.html - contains - (const Key &key) const const - - - const Key - key - qmap.html - key - (const T &value, const Key &defaultKey) const const - - - const T - value - qmap.html - value - (const Key &key, const T &defaultValue) const const - - - T & - operator[] - qmap.html - operator-5b-5d - (const Key &key) - - - const T - operator[] - qmap.html - operator-5b-5d-1 - (const Key &key) const const - - - QList<Key> - uniqueKeys - qmap.html - uniqueKeys - () const const - - - QList<Key> - keys - qmap.html - keys - () const const - - - QList<Key> - keys - qmap.html - keys-1 - (const T &value) const const - - - QList<T> - values - qmap.html - values - () const const - - - QList<T> - values - qmap.html - values-1 - (const Key &key) const const - - - int - count - qmap.html - count - (const Key &key) const const - - - const Key & - firstKey - qmap.html - firstKey - () const const - - - const Key & - lastKey - qmap.html - lastKey - () const const - - - T & - first - qmap.html - first - () - - - const T & - first - qmap.html - first-1 - () const const - - - T & - last - qmap.html - last - () - - - const T & - last - qmap.html - last-1 - () const const - - QMap::iterator - QMap::const_iterator - QMap::key_iterator - - const_key_value_iterator - qmap.html - const_key_value_iterator-typedef - - - - key_value_iterator - qmap.html - key_value_iterator-typedef - - - - QMap::iterator - begin - qmap.html - begin - () - - - QMap::const_iterator - begin - qmap.html - begin-1 - () const const - - - QMap::const_iterator - constBegin - qmap.html - constBegin - () const const - - - QMap::const_iterator - cbegin - qmap.html - cbegin - () const const - - - QMap::iterator - end - qmap.html - end - () - - - QMap::const_iterator - end - qmap.html - end-1 - () const const - - - QMap::const_iterator - constEnd - qmap.html - constEnd - () const const - - - QMap::const_iterator - cend - qmap.html - cend - () const const - - - QMap::key_iterator - keyBegin - qmap.html - keyBegin - () const const - - - QMap::key_iterator - keyEnd - qmap.html - keyEnd - () const const - - - QMap::key_value_iterator - keyValueBegin - qmap.html - keyValueBegin - () - - - QMap::key_value_iterator - keyValueEnd - qmap.html - keyValueEnd - () - - - QMap::const_key_value_iterator - keyValueBegin - qmap.html - keyValueBegin-1 - () const const - - - QMap::const_key_value_iterator - constKeyValueBegin - qmap.html - constKeyValueBegin - () const const - - - QMap::const_key_value_iterator - keyValueEnd - qmap.html - keyValueEnd-1 - () const const - - - QMap::const_key_value_iterator - constKeyValueEnd - qmap.html - constKeyValueEnd - () const const - - - QMap::iterator - erase - qmap.html - erase - (QMap::iterator pos) - - - Iterator - qmap.html - Iterator-typedef - - - - ConstIterator - qmap.html - ConstIterator-typedef - - - - int - count - qmap.html - count-1 - () const const - - - QMap::iterator - find - qmap.html - find - (const Key &key) - - - QMap::const_iterator - find - qmap.html - find-1 - (const Key &key) const const - - - QMap::const_iterator - constFind - qmap.html - constFind - (const Key &key) const const - - - QMap::iterator - lowerBound - qmap.html - lowerBound - (const Key &key) - - - QMap::const_iterator - lowerBound - qmap.html - lowerBound-1 - (const Key &key) const const - - - QMap::iterator - upperBound - qmap.html - upperBound - (const Key &key) - - - QMap::const_iterator - upperBound - qmap.html - upperBound-1 - (const Key &key) const const - - - QMap::iterator - insert - qmap.html - insert - (const Key &key, const T &value) - - - QMap::iterator - insert - qmap.html - insert-1 - (QMap::const_iterator pos, const Key &key, const T &value) - - - QMap::iterator - insertMulti - qmap.html - insertMulti - (const Key &key, const T &value) - - - QMap::iterator - insertMulti - qmap.html - insertMulti-1 - (QMap::const_iterator pos, const Key &key, const T &value) - - - QMap<Key, T> & - unite - qmap.html - unite - (const QMap<Key, T> &other) - - - key_type - qmap.html - key_type-typedef - - - - mapped_type - qmap.html - mapped_type-typedef - - - - difference_type - qmap.html - difference_type-typedef - - - - size_type - qmap.html - size_type-typedef - - - - bool - empty - qmap.html - empty - () const const - - - QPair<QMap::iterator, QMap::iterator> - equal_range - qmap.html - equal_range - (const Key &key) - - - QPair<QMap::const_iterator, QMap::const_iterator> - equal_range - qmap.html - equal_range-1 - (const Key &key) const const - - - - QMap::iterator - qmap-iterator.html - - iterator_category - qmap-iterator.html - iterator_category-typedef - - - - - iterator - qmap-iterator.html - iterator - () - - - const Key & - key - qmap-iterator.html - key - () const const - - - T & - value - qmap-iterator.html - value - () const const - - - T & - operator* - qmap-iterator.html - operator-2a - () const const - - - T * - operator-> - qmap-iterator.html - operator--gt - () const const - - - bool - operator== - qmap-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qmap-iterator.html - operator-not-eq - (const iterator &other) const const - - - iterator & - operator++ - qmap-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qmap-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qmap-iterator.html - operator-- - () - - - iterator - operator-- - qmap-iterator.html - operator---1 - (int ) - - - iterator - operator+ - qmap-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qmap-iterator.html - operator- - (int j) const const - - - iterator & - operator+= - qmap-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qmap-iterator.html - operator--eq - (int j) - - - bool - operator== - qmap-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qmap-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - - QMap::const_iterator - qmap-const-iterator.html - - iterator_category - qmap-const-iterator.html - iterator_category-typedef - - - - - const_iterator - qmap-const-iterator.html - const_iterator - () - - - - const_iterator - qmap-const-iterator.html - const_iterator-2 - (const iterator &other) - - - const Key & - key - qmap-const-iterator.html - key - () const const - - - const T & - value - qmap-const-iterator.html - value - () const const - - - const T & - operator* - qmap-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qmap-const-iterator.html - operator--gt - () const const - - - bool - operator== - qmap-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qmap-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qmap-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qmap-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qmap-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qmap-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qmap-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qmap-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qmap-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qmap-const-iterator.html - operator--eq - (int j) - - - - QMap::key_iterator - qmap-key-iterator.html - - - key_iterator - qmap-key-iterator.html - key_iterator - () - - - - key_iterator - qmap-key-iterator.html - key_iterator-1 - (const_iterator o) - - - const Key & - operator* - qmap-key-iterator.html - operator-2a - () const const - - - const Key * - operator-> - qmap-key-iterator.html - operator--gt - () const const - - - bool - operator== - qmap-key-iterator.html - operator-eq-eq - (key_iterator other) const const - - - bool - operator!= - qmap-key-iterator.html - operator-not-eq - (key_iterator other) const const - - - key_iterator & - operator++ - qmap-key-iterator.html - operator-2b-2b - () - - - key_iterator - operator++ - qmap-key-iterator.html - operator-2b-2b-1 - (int ) - - - key_iterator & - operator-- - qmap-key-iterator.html - operator-- - () - - - key_iterator - operator-- - qmap-key-iterator.html - operator---1 - (int ) - - - const_iterator - base - qmap-key-iterator.html - base - () const const - - - - QMultiMap - qmultimap.html - QMap - - - QMultiMap - qmultimap.html - QMultiMap - () - - - - QMultiMap - qmultimap.html - QMultiMap-1 - (std::initializer_list<std::pair<Key, T> > list) - - - - QMultiMap - qmultimap.html - QMultiMap-2 - (const QMap<Key, T> &other) - - - - QMultiMap - qmultimap.html - QMultiMap-3 - (QMap<Key, T> &&other) - - - void - swap - qmultimap.html - swap - (QMultiMap<Key, T> &other) - - - typename QMap<Key, T>::iterator - replace - qmultimap.html - replace - (const Key &key, const T &value) - - - typename QMap<Key, T>::iterator - insert - qmultimap.html - insert - (const Key &key, const T &value) - - - typename QMap<Key, T>::iterator - insert - qmultimap.html - insert-1 - (typename QMap<Key, T>::const_iterator pos, const Key &key, const T &value) - - - QMultiMap<K, V> & - operator+= - qmultimap.html - operator-2b-eq - (const QMultiMap<K, V> &other) - - - QMultiMap<K, V> - operator+ - qmultimap.html - operator-2b - (const QMultiMap<K, V> &other) const const - - - bool - contains - qmultimap.html - contains - (const Key &key, const T &value) const const - - - int - remove - qmultimap.html - remove - (const Key &key, const T &value) - - - int - count - qmultimap.html - count - (const Key &key, const T &value) const const - - - typename QMap<Key, T>::iterator - find - qmultimap.html - find - (const Key &key, const T &value) - - - typename QMap<Key, T>::const_iterator - find - qmultimap.html - find-1 - (const Key &key, const T &value) const const - - - typename QMap<Key, T>::const_iterator - constFind - qmultimap.html - constFind - (const Key &key, const T &value) const const - - - - QMapIterator - qmapiterator.html - - - QMapIterator - qmapiterator.html - QMapIterator - (const QMap<Key, T> &map) - - - QMapIterator<Key, T> & - operator= - qmapiterator.html - operator-eq - (const QMap<Key, T> &container) - - - void - toFront - qmapiterator.html - toFront - () - - - void - toBack - qmapiterator.html - toBack - () - - - bool - hasNext - qmapiterator.html - hasNext - () const const - - - QMapIterator::Item - next - qmapiterator.html - next - () - - - QMapIterator::Item - peekNext - qmapiterator.html - peekNext - () const const - - - bool - hasPrevious - qmapiterator.html - hasPrevious - () const const - - - QMapIterator::Item - previous - qmapiterator.html - previous - () - - - QMapIterator::Item - peekPrevious - qmapiterator.html - peekPrevious - () const const - - - const T & - value - qmapiterator.html - value - () const const - - - const Key & - key - qmapiterator.html - key - () const const - - - bool - findNext - qmapiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmapiterator.html - findPrevious - (const T &value) - - - - QMutableMapIterator - qmutablemapiterator.html - - - QMutableMapIterator - qmutablemapiterator.html - QMutableMapIterator - (QMap<Key, T> &map) - - - QMutableMapIterator<Key, T> & - operator= - qmutablemapiterator.html - operator-eq - (QMap<Key, T> &container) - - - void - toFront - qmutablemapiterator.html - toFront - () - - - void - toBack - qmutablemapiterator.html - toBack - () - - - bool - hasNext - qmutablemapiterator.html - hasNext - () const const - - - QMutableMapIterator::Item - next - qmutablemapiterator.html - next - () - - - QMutableMapIterator::Item - peekNext - qmutablemapiterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablemapiterator.html - hasPrevious - () const const - - - QMutableMapIterator::Item - previous - qmutablemapiterator.html - previous - () - - - QMutableMapIterator::Item - peekPrevious - qmutablemapiterator.html - peekPrevious - () const const - - - void - remove - qmutablemapiterator.html - remove - () - - - void - setValue - qmutablemapiterator.html - setValue - (const T &value) - - - T & - value - qmutablemapiterator.html - value-1 - () - - - const T & - value - qmutablemapiterator.html - value - () const const - - - const Key & - key - qmutablemapiterator.html - key - () const const - - - bool - findNext - qmutablemapiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablemapiterator.html - findPrevious - (const T &value) - - - - QHash - qhash.html - - - QHash - qhash.html - QHash - () - - - - QHash - qhash.html - QHash-1 - (std::initializer_list<std::pair<Key, T> > list) - - - - QHash - qhash.html - QHash-2 - (const QHash<K, V> &other) - - - - ~QHash - qhash.html - dtor.QHash - () - - - QHash<K, V> & - operator= - qhash.html - operator-eq - (const QHash<K, V> &other) - - - - QHash - qhash.html - QHash-3 - (QHash<K, V> &&other) - - - QHash<K, V> & - operator= - qhash.html - operator-eq-1 - (QHash<K, V> &&other) - - - void - swap - qhash.html - swap - (QHash<K, V> &other) - - - bool - operator== - qhash.html - operator-eq-eq - (const QHash<K, V> &other) const const - - - bool - operator!= - qhash.html - operator-not-eq - (const QHash<K, V> &other) const const - - - int - size - qhash.html - size - () const const - - - bool - isEmpty - qhash.html - isEmpty - () const const - - - int - capacity - qhash.html - capacity - () const const - - - void - reserve - qhash.html - reserve - (int size) - - - void - squeeze - qhash.html - squeeze - () - - - void - clear - qhash.html - clear - () - - - int - remove - qhash.html - remove - (const Key &key) - - - T - take - qhash.html - take - (const Key &key) - - - bool - contains - qhash.html - contains - (const Key &key) const const - - - const Key - key - qhash.html - key - (const T &value) const const - - - const Key - key - qhash.html - key-1 - (const T &value, const Key &defaultKey) const const - - - const T - value - qhash.html - value - (const Key &key) const const - - - const T - value - qhash.html - value-1 - (const Key &key, const T &defaultValue) const const - - - T & - operator[] - qhash.html - operator-5b-5d - (const Key &key) - - - const T - operator[] - qhash.html - operator-5b-5d-1 - (const Key &key) const const - - - QList<Key> - uniqueKeys - qhash.html - uniqueKeys - () const const - - - QList<Key> - keys - qhash.html - keys - () const const - - - QList<Key> - keys - qhash.html - keys-1 - (const T &value) const const - - - QList<T> - values - qhash.html - values - () const const - - - QList<T> - values - qhash.html - values-1 - (const Key &key) const const - - - int - count - qhash.html - count - (const Key &key) const const - - QHash::iterator - QHash::const_iterator - QHash::key_iterator - - const_key_value_iterator - qhash.html - const_key_value_iterator-typedef - - - - key_value_iterator - qhash.html - key_value_iterator-typedef - - - - QHash::iterator - begin - qhash.html - begin - () - - - QHash::const_iterator - begin - qhash.html - begin-1 - () const const - - - QHash::const_iterator - cbegin - qhash.html - cbegin - () const const - - - QHash::const_iterator - constBegin - qhash.html - constBegin - () const const - - - QHash::iterator - end - qhash.html - end - () - - - QHash::const_iterator - end - qhash.html - end-1 - () const const - - - QHash::const_iterator - cend - qhash.html - cend - () const const - - - QHash::const_iterator - constEnd - qhash.html - constEnd - () const const - - - QHash::key_iterator - keyBegin - qhash.html - keyBegin - () const const - - - QHash::key_iterator - keyEnd - qhash.html - keyEnd - () const const - - - QHash::key_value_iterator - keyValueBegin - qhash.html - keyValueBegin - () - - - QHash::key_value_iterator - keyValueEnd - qhash.html - keyValueEnd - () - - - QHash::const_key_value_iterator - keyValueBegin - qhash.html - keyValueBegin-1 - () const const - - - QHash::const_key_value_iterator - constKeyValueBegin - qhash.html - constKeyValueBegin - () const const - - - QHash::const_key_value_iterator - keyValueEnd - qhash.html - keyValueEnd-1 - () const const - - - QHash::const_key_value_iterator - constKeyValueEnd - qhash.html - constKeyValueEnd - () const const - - - QPair<QHash::iterator, QHash::iterator> - equal_range - qhash.html - equal_range - (const Key &key) - - - QPair<QHash::const_iterator, QHash::const_iterator> - equal_range - qhash.html - equal_range-1 - (const Key &key) const const - - - QHash::iterator - erase - qhash.html - erase-1 - (QHash::iterator pos) - - - QHash::iterator - erase - qhash.html - erase - (QHash::const_iterator pos) - - - Iterator - qhash.html - Iterator-typedef - - - - ConstIterator - qhash.html - ConstIterator-typedef - - - - int - count - qhash.html - count-1 - () const const - - - QHash::iterator - find - qhash.html - find - (const Key &key) - - - QHash::const_iterator - find - qhash.html - find-1 - (const Key &key) const const - - - QHash::const_iterator - constFind - qhash.html - constFind - (const Key &key) const const - - - QHash::iterator - insert - qhash.html - insert - (const Key &key, const T &value) - - - QHash::iterator - insertMulti - qhash.html - insertMulti - (const Key &key, const T &value) - - - QHash<K, V> & - unite - qhash.html - unite - (const QHash<K, V> &other) - - - mapped_type - qhash.html - mapped_type-typedef - - - - key_type - qhash.html - key_type-typedef - - - - difference_type - qhash.html - difference_type-typedef - - - - size_type - qhash.html - size_type-typedef - - - - bool - empty - qhash.html - empty - () const const - - - - QHash::iterator - qhash-iterator.html - - - iterator - qhash-iterator.html - iterator - () - - - const Key & - key - qhash-iterator.html - key - () const const - - - T & - value - qhash-iterator.html - value - () const const - - - T & - operator* - qhash-iterator.html - operator-2a - () const const - - - T * - operator-> - qhash-iterator.html - operator--gt - () const const - - - bool - operator== - qhash-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qhash-iterator.html - operator-not-eq - (const iterator &other) const const - - - iterator & - operator++ - qhash-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qhash-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qhash-iterator.html - operator-- - () - - - iterator - operator-- - qhash-iterator.html - operator---1 - (int ) - - - iterator - operator+ - qhash-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qhash-iterator.html - operator- - (int j) const const - - - iterator & - operator+= - qhash-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qhash-iterator.html - operator--eq - (int j) - - - bool - operator== - qhash-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qhash-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - - QHash::const_iterator - qhash-const-iterator.html - - - const_iterator - qhash-const-iterator.html - const_iterator - () - - - - const_iterator - qhash-const-iterator.html - const_iterator-2 - (const iterator &other) - - - const Key & - key - qhash-const-iterator.html - key - () const const - - - const T & - value - qhash-const-iterator.html - value - () const const - - - const T & - operator* - qhash-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qhash-const-iterator.html - operator--gt - () const const - - - bool - operator== - qhash-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qhash-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qhash-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qhash-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qhash-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qhash-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qhash-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qhash-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qhash-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qhash-const-iterator.html - operator--eq - (int j) - - - - QHash::key_iterator - qhash-key-iterator.html - - - key_iterator - qhash-key-iterator.html - key_iterator - () - - - - key_iterator - qhash-key-iterator.html - key_iterator-1 - (const_iterator o) - - - const Key & - operator* - qhash-key-iterator.html - operator-2a - () const const - - - const Key * - operator-> - qhash-key-iterator.html - operator--gt - () const const - - - bool - operator== - qhash-key-iterator.html - operator-eq-eq - (key_iterator other) const const - - - bool - operator!= - qhash-key-iterator.html - operator-not-eq - (key_iterator other) const const - - - key_iterator & - operator++ - qhash-key-iterator.html - operator-2b-2b - () - - - key_iterator - operator++ - qhash-key-iterator.html - operator-2b-2b-1 - (int ) - - - key_iterator & - operator-- - qhash-key-iterator.html - operator-- - () - - - key_iterator - operator-- - qhash-key-iterator.html - operator---1 - (int ) - - - const_iterator - base - qhash-key-iterator.html - base - () const const - - - - QMultiHash - qmultihash.html - QHash - - - QMultiHash - qmultihash.html - QMultiHash - () - - - - QMultiHash - qmultihash.html - QMultiHash-1 - (std::initializer_list<std::pair<Key, T> > list) - - - - QMultiHash - qmultihash.html - QMultiHash-2 - (const QHash<Key, T> &other) - - - - QMultiHash - qmultihash.html - QMultiHash-3 - (QHash<Key, T> &&other) - - - void - swap - qmultihash.html - swap - (QMultiHash<K, V> &other) - - - typename QHash<Key, T>::iterator - replace - qmultihash.html - replace - (const Key &key, const T &value) - - - typename QHash<Key, T>::iterator - insert - qmultihash.html - insert - (const Key &key, const T &value) - - - QMultiHash<K, V> & - operator+= - qmultihash.html - operator-2b-eq - (const QMultiHash<K, V> &other) - - - QMultiHash<K, V> - operator+ - qmultihash.html - operator-2b - (const QMultiHash<K, V> &other) const const - - - bool - contains - qmultihash.html - contains - (const Key &key, const T &value) const const - - - int - remove - qmultihash.html - remove - (const Key &key, const T &value) - - - int - count - qmultihash.html - count - (const Key &key, const T &value) const const - - - typename QHash<Key, T>::iterator - find - qmultihash.html - find - (const Key &key, const T &value) - - - typename QHash<Key, T>::const_iterator - find - qmultihash.html - find-1 - (const Key &key, const T &value) const const - - - typename QHash<Key, T>::const_iterator - constFind - qmultihash.html - constFind - (const Key &key, const T &value) const const - - - - QHashIterator - qhashiterator.html - - - QHashIterator - qhashiterator.html - QHashIterator - (const QHash<Key, T> &hash) - - - QHashIterator<Key, T> & - operator= - qhashiterator.html - operator-eq - (const QHash<Key, T> &container) - - - void - toFront - qhashiterator.html - toFront - () - - - void - toBack - qhashiterator.html - toBack - () - - - bool - hasNext - qhashiterator.html - hasNext - () const const - - - QHashIterator::Item - next - qhashiterator.html - next - () - - - QHashIterator::Item - peekNext - qhashiterator.html - peekNext - () const const - - - bool - hasPrevious - qhashiterator.html - hasPrevious - () const const - - - QHashIterator::Item - previous - qhashiterator.html - previous - () - - - QHashIterator::Item - peekPrevious - qhashiterator.html - peekPrevious - () const const - - - const T & - value - qhashiterator.html - value - () const const - - - const Key & - key - qhashiterator.html - key - () const const - - - bool - findNext - qhashiterator.html - findNext - (const T &value) - - - bool - findPrevious - qhashiterator.html - findPrevious - (const T &value) - - - - QMutableHashIterator - qmutablehashiterator.html - - - QMutableHashIterator - qmutablehashiterator.html - QMutableHashIterator - (QHash<Key, T> &hash) - - - QMutableHashIterator<Key, T> & - operator= - qmutablehashiterator.html - operator-eq - (QHash<Key, T> &container) - - - void - toFront - qmutablehashiterator.html - toFront - () - - - void - toBack - qmutablehashiterator.html - toBack - () - - - bool - hasNext - qmutablehashiterator.html - hasNext - () const const - - - QMutableHashIterator::Item - next - qmutablehashiterator.html - next - () - - - QMutableHashIterator::Item - peekNext - qmutablehashiterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablehashiterator.html - hasPrevious - () const const - - - QMutableHashIterator::Item - previous - qmutablehashiterator.html - previous - () - - - QMutableHashIterator::Item - peekPrevious - qmutablehashiterator.html - peekPrevious - () const const - - - void - remove - qmutablehashiterator.html - remove - () - - - void - setValue - qmutablehashiterator.html - setValue - (const T &value) - - - T & - value - qmutablehashiterator.html - value-1 - () - - - const T & - value - qmutablehashiterator.html - value - () const const - - - const Key & - key - qmutablehashiterator.html - key - () const const - - - bool - findNext - qmutablehashiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablehashiterator.html - findPrevious - (const T &value) - - - - QVariant - qvariant.html - - Type - qvariant.html - Type-enum - - - Invalid - qvariant.html - Type-enum - - - Bool - qvariant.html - Type-enum - - - Int - qvariant.html - Type-enum - - - UInt - qvariant.html - Type-enum - - - LongLong - qvariant.html - Type-enum - - - ULongLong - qvariant.html - Type-enum - - - Double - qvariant.html - Type-enum - - - Char - qvariant.html - Type-enum - - - Map - qvariant.html - Type-enum - - - List - qvariant.html - Type-enum - - - String - qvariant.html - Type-enum - - - StringList - qvariant.html - Type-enum - - - ByteArray - qvariant.html - Type-enum - - - BitArray - qvariant.html - Type-enum - - - Date - qvariant.html - Type-enum - - - Time - qvariant.html - Type-enum - - - DateTime - qvariant.html - Type-enum - - - Url - qvariant.html - Type-enum - - - Locale - qvariant.html - Type-enum - - - Rect - qvariant.html - Type-enum - - - RectF - qvariant.html - Type-enum - - - Size - qvariant.html - Type-enum - - - SizeF - qvariant.html - Type-enum - - - Line - qvariant.html - Type-enum - - - LineF - qvariant.html - Type-enum - - - Point - qvariant.html - Type-enum - - - PointF - qvariant.html - Type-enum - - - RegExp - qvariant.html - Type-enum - - - RegularExpression - qvariant.html - Type-enum - - - Hash - qvariant.html - Type-enum - - - EasingCurve - qvariant.html - Type-enum - - - Uuid - qvariant.html - Type-enum - - - ModelIndex - qvariant.html - Type-enum - - - PersistentModelIndex - qvariant.html - Type-enum - - - LastCoreType - qvariant.html - Type-enum - - - Font - qvariant.html - Type-enum - - - Pixmap - qvariant.html - Type-enum - - - Brush - qvariant.html - Type-enum - - - Color - qvariant.html - Type-enum - - - Palette - qvariant.html - Type-enum - - - Image - qvariant.html - Type-enum - - - Polygon - qvariant.html - Type-enum - - - Region - qvariant.html - Type-enum - - - Bitmap - qvariant.html - Type-enum - - - Cursor - qvariant.html - Type-enum - - - KeySequence - qvariant.html - Type-enum - - - Pen - qvariant.html - Type-enum - - - TextLength - qvariant.html - Type-enum - - - TextFormat - qvariant.html - Type-enum - - - Matrix - qvariant.html - Type-enum - - - Transform - qvariant.html - Type-enum - - - Matrix4x4 - qvariant.html - Type-enum - - - Vector2D - qvariant.html - Type-enum - - - Vector3D - qvariant.html - Type-enum - - - Vector4D - qvariant.html - Type-enum - - - Quaternion - qvariant.html - Type-enum - - - PolygonF - qvariant.html - Type-enum - - - Icon - qvariant.html - Type-enum - - - LastGuiType - qvariant.html - Type-enum - - - SizePolicy - qvariant.html - Type-enum - - - UserType - qvariant.html - Type-enum - - - LastType - qvariant.html - Type-enum - - - - QVariant - qvariant.html - QVariant - () - - - - ~QVariant - qvariant.html - dtor.QVariant - () - - - - QVariant - qvariant.html - QVariant-1 - (QVariant::Type type) - - - - QVariant - qvariant.html - QVariant-2 - (int typeId, const void *copy) - - - - QVariant - qvariant.html - QVariant-4 - (const QVariant &p) - - - - QVariant - qvariant.html - QVariant-5 - (QDataStream &s) - - - - QVariant - qvariant.html - QVariant-6 - (int val) - - - - QVariant - qvariant.html - QVariant-7 - (uint val) - - - - QVariant - qvariant.html - QVariant-8 - (qlonglong val) - - - - QVariant - qvariant.html - QVariant-9 - (qulonglong val) - - - - QVariant - qvariant.html - QVariant-10 - (bool val) - - - - QVariant - qvariant.html - QVariant-11 - (double val) - - - - QVariant - qvariant.html - QVariant-12 - (float val) - - - - QVariant - qvariant.html - QVariant-13 - (const char *val) - - - - QVariant - qvariant.html - QVariant-14 - (const QByteArray &val) - - - - QVariant - qvariant.html - QVariant-15 - (const QBitArray &val) - - - - QVariant - qvariant.html - QVariant-16 - (const QString &val) - - - - QVariant - qvariant.html - QVariant-17 - (QLatin1String val) - - - - QVariant - qvariant.html - QVariant-18 - (const QStringList &val) - - - - QVariant - qvariant.html - QVariant-19 - (QChar c) - - - - QVariant - qvariant.html - QVariant-20 - (const QDate &val) - - - - QVariant - qvariant.html - QVariant-21 - (const QTime &val) - - - - QVariant - qvariant.html - QVariant-22 - (const QDateTime &val) - - - - QVariant - qvariant.html - QVariant-23 - (const QList<QVariant> &val) - - - - QVariant - qvariant.html - QVariant-24 - (const QMap<QString, QVariant> &val) - - - - QVariant - qvariant.html - QVariant-25 - (const QHash<QString, QVariant> &val) - - - - QVariant - qvariant.html - QVariant-26 - (const QSize &val) - - - - QVariant - qvariant.html - QVariant-27 - (const QSizeF &val) - - - - QVariant - qvariant.html - QVariant-28 - (const QPoint &val) - - - - QVariant - qvariant.html - QVariant-29 - (const QPointF &val) - - - - QVariant - qvariant.html - QVariant-30 - (const QLine &val) - - - - QVariant - qvariant.html - QVariant-31 - (const QLineF &val) - - - - QVariant - qvariant.html - QVariant-32 - (const QRect &val) - - - - QVariant - qvariant.html - QVariant-33 - (const QRectF &val) - - - - QVariant - qvariant.html - QVariant-34 - (const QLocale &l) - - - - QVariant - qvariant.html - QVariant-35 - (const QRegExp &regExp) - - - - QVariant - qvariant.html - QVariant-36 - (const QRegularExpression &re) - - - - QVariant - qvariant.html - QVariant-37 - (const QUrl &val) - - - - QVariant - qvariant.html - QVariant-38 - (const QEasingCurve &val) - - - - QVariant - qvariant.html - QVariant-39 - (const QUuid &val) - - - - QVariant - qvariant.html - QVariant-40 - (const QJsonValue &val) - - - - QVariant - qvariant.html - QVariant-41 - (const QJsonObject &val) - - - - QVariant - qvariant.html - QVariant-42 - (const QJsonArray &val) - - - - QVariant - qvariant.html - QVariant-43 - (const QJsonDocument &val) - - - - QVariant - qvariant.html - QVariant-44 - (const QModelIndex &val) - - - - QVariant - qvariant.html - QVariant-45 - (const QPersistentModelIndex &val) - - - QVariant & - operator= - qvariant.html - operator-eq - (const QVariant &variant) - - - - QVariant - qvariant.html - QVariant-46 - (QVariant &&other) - - - QVariant & - operator= - qvariant.html - operator-eq-1 - (QVariant &&other) - - - void - swap - qvariant.html - swap - (QVariant &other) - - - QVariant::Type - type - qvariant.html - type - () const const - - - int - userType - qvariant.html - userType - () const const - - - const char * - typeName - qvariant.html - typeName - () const const - - - bool - canConvert - qvariant.html - canConvert - (int targetTypeId) const const - - - bool - convert - qvariant.html - convert - (int targetTypeId) - - - bool - isValid - qvariant.html - isValid - () const const - - - bool - isNull - qvariant.html - isNull - () const const - - - void - clear - qvariant.html - clear - () - - - int - toInt - qvariant.html - toInt - (bool *ok) const const - - - uint - toUInt - qvariant.html - toUInt - (bool *ok) const const - - - qlonglong - toLongLong - qvariant.html - toLongLong - (bool *ok) const const - - - qulonglong - toULongLong - qvariant.html - toULongLong - (bool *ok) const const - - - bool - toBool - qvariant.html - toBool - () const const - - - double - toDouble - qvariant.html - toDouble - (bool *ok) const const - - - float - toFloat - qvariant.html - toFloat - (bool *ok) const const - - - qreal - toReal - qvariant.html - toReal - (bool *ok) const const - - - QByteArray - toByteArray - qvariant.html - toByteArray - () const const - - - QBitArray - toBitArray - qvariant.html - toBitArray - () const const - - - QString - toString - qvariant.html - toString - () const const - - - QStringList - toStringList - qvariant.html - toStringList - () const const - - - QChar - toChar - qvariant.html - toChar - () const const - - - QDate - toDate - qvariant.html - toDate - () const const - - - QTime - toTime - qvariant.html - toTime - () const const - - - QDateTime - toDateTime - qvariant.html - toDateTime - () const const - - - QList<QVariant> - toList - qvariant.html - toList - () const const - - - QMap<QString, QVariant> - toMap - qvariant.html - toMap - () const const - - - QHash<QString, QVariant> - toHash - qvariant.html - toHash - () const const - - - QPoint - toPoint - qvariant.html - toPoint - () const const - - - QPointF - toPointF - qvariant.html - toPointF - () const const - - - QRect - toRect - qvariant.html - toRect - () const const - - - QSize - toSize - qvariant.html - toSize - () const const - - - QSizeF - toSizeF - qvariant.html - toSizeF - () const const - - - QLine - toLine - qvariant.html - toLine - () const const - - - QLineF - toLineF - qvariant.html - toLineF - () const const - - - QRectF - toRectF - qvariant.html - toRectF - () const const - - - QLocale - toLocale - qvariant.html - toLocale - () const const - - - QRegExp - toRegExp - qvariant.html - toRegExp - () const const - - - QRegularExpression - toRegularExpression - qvariant.html - toRegularExpression - () const const - - - QUrl - toUrl - qvariant.html - toUrl - () const const - - - QEasingCurve - toEasingCurve - qvariant.html - toEasingCurve - () const const - - - QUuid - toUuid - qvariant.html - toUuid - () const const - - - QJsonValue - toJsonValue - qvariant.html - toJsonValue - () const const - - - QJsonObject - toJsonObject - qvariant.html - toJsonObject - () const const - - - QJsonArray - toJsonArray - qvariant.html - toJsonArray - () const const - - - QJsonDocument - toJsonDocument - qvariant.html - toJsonDocument - () const const - - - QModelIndex - toModelIndex - qvariant.html - toModelIndex - () const const - - - QPersistentModelIndex - toPersistentModelIndex - qvariant.html - toPersistentModelIndex - () const const - - - const char * - typeToName - qvariant.html - typeToName - (int typeId) - - - QVariant::Type - nameToType - qvariant.html - nameToType - (const char *name) - - - void - setValue - qvariant.html - setValue - (const T &value) - - - T - value - qvariant.html - value - () const const - - - QVariant - fromValue - qvariant.html - fromValue - (const T &value) - - - QVariant - fromStdVariant - qvariant.html - fromStdVariant - (const int &value) - - - bool - canConvert - qvariant.html - canConvert-1 - () const const - - QVariant::PrivateShared - QVariant::Private - QVariant::Handler - - bool - operator== - qvariant.html - operator-eq-eq - (const QVariant &v) const const - - - bool - operator!= - qvariant.html - operator-not-eq - (const QVariant &v) const const - - - bool - operator< - qvariant.html - operator-lt - (const QVariant &v) const const - - - bool - operator<= - qvariant.html - operator-lt-eq - (const QVariant &v) const const - - - bool - operator> - qvariant.html - operator-gt - (const QVariant &v) const const - - - bool - operator>= - qvariant.html - operator-gt-eq - (const QVariant &v) const const - - - - QVariant::PrivateShared - qvariant-privateshared.html - - - PrivateShared - qvariant-privateshared.html - PrivateShared - (void *v) - - - - QVariant::Private - qvariant-private.html - - - Private - qvariant-private.html - Private - () - - - - Private - qvariant-private.html - Private-1 - (uint variantType) - - - - Private - qvariant-private.html - Private-2 - (const Private &other) - - QVariant::Private::Data - - - QVariant::Private::Data - qvariant-private-data.html - - - QVariant::Handler - qvariant-handler.html - - - QSequentialIterable - qsequentialiterable.html - QSequentialIterable::const_iterator - - QSequentialIterable::const_iterator - begin - qsequentialiterable.html - begin - () const const - - - QSequentialIterable::const_iterator - end - qsequentialiterable.html - end - () const const - - - QVariant - at - qsequentialiterable.html - at - (int idx) const const - - - int - size - qsequentialiterable.html - size - () const const - - - bool - canReverseIterate - qsequentialiterable.html - canReverseIterate - () const const - - - - QSequentialIterable::const_iterator - qsequentialiterable-const-iterator.html - - - ~const_iterator - qsequentialiterable-const-iterator.html - dtor.const_iterator - () - - - - const_iterator - qsequentialiterable-const-iterator.html - const_iterator - (const const_iterator &other) - - - const_iterator & - operator= - qsequentialiterable-const-iterator.html - operator-eq - (const const_iterator &other) - - - const QVariant - operator* - qsequentialiterable-const-iterator.html - operator-2a - () const const - - - bool - operator== - qsequentialiterable-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qsequentialiterable-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qsequentialiterable-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qsequentialiterable-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qsequentialiterable-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qsequentialiterable-const-iterator.html - operator---1 - (int ) - - - const_iterator & - operator+= - qsequentialiterable-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qsequentialiterable-const-iterator.html - operator--eq - (int j) - - - const_iterator - operator+ - qsequentialiterable-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qsequentialiterable-const-iterator.html - operator- - (int j) const const - - - - QAssociativeIterable - qassociativeiterable.html - QAssociativeIterable::const_iterator - - QAssociativeIterable::const_iterator - begin - qassociativeiterable.html - begin - () const const - - - QAssociativeIterable::const_iterator - end - qassociativeiterable.html - end - () const const - - - QAssociativeIterable::const_iterator - find - qassociativeiterable.html - find - (const QVariant &key) const const - - - QVariant - value - qassociativeiterable.html - value - (const QVariant &key) const const - - - int - size - qassociativeiterable.html - size - () const const - - - - QAssociativeIterable::const_iterator - qassociativeiterable-const-iterator.html - - - ~const_iterator - qassociativeiterable-const-iterator.html - dtor.const_iterator - () - - - - const_iterator - qassociativeiterable-const-iterator.html - const_iterator - (const const_iterator &other) - - - const_iterator & - operator= - qassociativeiterable-const-iterator.html - operator-eq - (const const_iterator &other) - - - const QVariant - key - qassociativeiterable-const-iterator.html - key - () const const - - - const QVariant - value - qassociativeiterable-const-iterator.html - value - () const const - - - const QVariant - operator* - qassociativeiterable-const-iterator.html - operator-2a - () const const - - - bool - operator== - qassociativeiterable-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qassociativeiterable-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qassociativeiterable-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qassociativeiterable-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qassociativeiterable-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qassociativeiterable-const-iterator.html - operator---1 - (int ) - - - const_iterator & - operator+= - qassociativeiterable-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qassociativeiterable-const-iterator.html - operator--eq - (int j) - - - const_iterator - operator+ - qassociativeiterable-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qassociativeiterable-const-iterator.html - operator- - (int j) const const - - - - QVector - qvector.html - - - QVector - qvector.html - QVector - () - - - - QVector - qvector.html - QVector-1 - (int size) - - - - QVector - qvector.html - QVector-2 - (int size, const T &value) - - - - QVector - qvector.html - QVector-3 - (const QVector<T> &other) - - - - ~QVector - qvector.html - dtor.QVector - () - - - QVector<T> & - operator= - qvector.html - operator-eq - (const QVector<T> &other) - - - - QVector - qvector.html - QVector-4 - (QVector<T> &&other) - - - QVector<T> & - operator= - qvector.html - operator-eq-1 - (QVector<T> &&other) - - - void - swap - qvector.html - swap - (QVector<T> &other) - - - - QVector - qvector.html - QVector-5 - (std::initializer_list<T> args) - - - bool - operator== - qvector.html - operator-eq-eq - (const QVector<T> &other) const const - - - bool - operator!= - qvector.html - operator-not-eq - (const QVector<T> &other) const const - - - int - size - qvector.html - size - () const const - - - bool - isEmpty - qvector.html - isEmpty - () const const - - - void - resize - qvector.html - resize - (int size) - - - int - capacity - qvector.html - capacity - () const const - - - void - reserve - qvector.html - reserve - (int size) - - - void - squeeze - qvector.html - squeeze - () - - - T * - data - qvector.html - data - () - - - const T * - data - qvector.html - data-1 - () const const - - - const T * - constData - qvector.html - constData - () const const - - - void - clear - qvector.html - clear - () - - - const T & - at - qvector.html - at - (int i) const const - - - T & - operator[] - qvector.html - operator-5b-5d - (int i) - - - const T & - operator[] - qvector.html - operator-5b-5d-1 - (int i) const const - - - void - append - qvector.html - append - (const T &value) - - - void - append - qvector.html - append-1 - (T &&value) - - - void - append - qvector.html - append-2 - (const QVector<T> &value) - - - void - prepend - qvector.html - prepend - (T &&value) - - - void - prepend - qvector.html - prepend-1 - (const T &value) - - - void - insert - qvector.html - insert - (int i, T &&value) - - - void - insert - qvector.html - insert-1 - (int i, const T &value) - - - void - insert - qvector.html - insert-2 - (int i, int count, const T &value) - - - void - replace - qvector.html - replace - (int i, const T &value) - - - void - remove - qvector.html - remove - (int i) - - - void - remove - qvector.html - remove-1 - (int i, int count) - - - void - removeFirst - qvector.html - removeFirst - () - - - void - removeLast - qvector.html - removeLast - () - - - T - takeFirst - qvector.html - takeFirst - () - - - T - takeLast - qvector.html - takeLast - () - - - QVector<T> & - fill - qvector.html - fill - (const T &value, int size) - - - int - indexOf - qvector.html - indexOf - (const T &value, int from) const const - - - int - lastIndexOf - qvector.html - lastIndexOf - (const T &value, int from) const const - - - bool - contains - qvector.html - contains - (const T &value) const const - - - int - count - qvector.html - count - (const T &value) const const - - - void - removeAt - qvector.html - removeAt - (int i) - - - int - removeAll - qvector.html - removeAll - (const T &t) - - - bool - removeOne - qvector.html - removeOne - (const T &t) - - - int - length - qvector.html - length - () const const - - - T - takeAt - qvector.html - takeAt - (int i) - - - void - move - qvector.html - move - (int from, int to) - - - iterator - qvector.html - iterator-typedef - - - - const_iterator - qvector.html - const_iterator-typedef - - - - reverse_iterator - qvector.html - reverse_iterator-typedef - - - - const_reverse_iterator - qvector.html - const_reverse_iterator-typedef - - - - QVector::iterator - begin - qvector.html - begin - () - - - QVector::const_iterator - begin - qvector.html - begin-1 - () const const - - - QVector::const_iterator - cbegin - qvector.html - cbegin - () const const - - - QVector::const_iterator - constBegin - qvector.html - constBegin - () const const - - - QVector::iterator - end - qvector.html - end - () - - - QVector::const_iterator - end - qvector.html - end-1 - () const const - - - QVector::const_iterator - cend - qvector.html - cend - () const const - - - QVector::const_iterator - constEnd - qvector.html - constEnd - () const const - - - QVector::reverse_iterator - rbegin - qvector.html - rbegin - () - - - QVector::reverse_iterator - rend - qvector.html - rend - () - - - QVector::const_reverse_iterator - rbegin - qvector.html - rbegin-1 - () const const - - - QVector::const_reverse_iterator - rend - qvector.html - rend-1 - () const const - - - QVector::const_reverse_iterator - crbegin - qvector.html - crbegin - () const const - - - QVector::const_reverse_iterator - crend - qvector.html - crend - () const const - - - QVector::iterator - insert - qvector.html - insert-3 - (QVector::iterator before, int count, const T &value) - - - QVector::iterator - insert - qvector.html - insert-4 - (QVector::iterator before, const T &value) - - - QVector::iterator - insert - qvector.html - insert-5 - (QVector::iterator before, T &&value) - - - QVector::iterator - erase - qvector.html - erase-1 - (QVector::iterator begin, QVector::iterator end) - - - QVector::iterator - erase - qvector.html - erase - (QVector::iterator pos) - - - int - count - qvector.html - count-1 - () const const - - - T & - first - qvector.html - first - () - - - const T & - first - qvector.html - first-1 - () const const - - - const T & - constFirst - qvector.html - constFirst - () const const - - - T & - last - qvector.html - last - () - - - const T & - last - qvector.html - last-1 - () const const - - - const T & - constLast - qvector.html - constLast - () const const - - - bool - startsWith - qvector.html - startsWith - (const T &value) const const - - - bool - endsWith - qvector.html - endsWith - (const T &value) const const - - - QVector<T> - mid - qvector.html - mid - (int pos, int length) const const - - - T - value - qvector.html - value - (int i) const const - - - T - value - qvector.html - value-1 - (int i, const T &defaultValue) const const - - - value_type - qvector.html - value_type-typedef - - - - pointer - qvector.html - pointer-typedef - - - - const_pointer - qvector.html - const_pointer-typedef - - - - reference - qvector.html - reference-typedef - - - - const_reference - qvector.html - const_reference-typedef - - - - difference_type - qvector.html - difference_type-typedef - - - - Iterator - qvector.html - Iterator-typedef - - - - ConstIterator - qvector.html - ConstIterator-typedef - - - - size_type - qvector.html - size_type-typedef - - - - void - push_back - qvector.html - push_back - (const T &value) - - - void - push_back - qvector.html - push_back-1 - (T &&value) - - - void - push_front - qvector.html - push_front - (T &&value) - - - void - push_front - qvector.html - push_front-1 - (const T &value) - - - void - pop_back - qvector.html - pop_back - () - - - void - pop_front - qvector.html - pop_front - () - - - bool - empty - qvector.html - empty - () const const - - - T & - front - qvector.html - front - () - - - QVector::const_reference - front - qvector.html - front-1 - () const const - - - QVector::reference - back - qvector.html - back - () - - - QVector::const_reference - back - qvector.html - back-1 - () const const - - - void - shrink_to_fit - qvector.html - shrink_to_fit - () - - - QVector<T> & - operator+= - qvector.html - operator-2b-eq - (const QVector<T> &other) - - - QVector<T> - operator+ - qvector.html - operator-2b - (const QVector<T> &other) const const - - - QVector<T> & - operator+= - qvector.html - operator-2b-eq-1 - (const T &value) - - - QVector<T> & - operator<< - qvector.html - operator-lt-lt - (const T &value) - - - QVector<T> & - operator<< - qvector.html - operator-lt-lt-1 - (const QVector<T> &other) - - - QVector<T> & - operator+= - qvector.html - operator-2b-eq-2 - (T &&value) - - - QVector<T> & - operator<< - qvector.html - operator-lt-lt-2 - (T &&value) - - - QList<T> - toList - qvector.html - toList - () const const - - - QVector<T> - fromList - qvector.html - fromList - (const QList<T> &list) - - - QVector<T> - fromStdVector - qvector.html - fromStdVector - (const std::vector<T> &vector) - - - std::vector<T> - toStdVector - qvector.html - toStdVector - () const const - - - - QVectorIterator - qvectoriterator.html - - - QVectorIterator - qvectoriterator.html - QVectorIterator - (const QVector<T> &vector) - - - QVectorIterator<T> & - operator= - qvectoriterator.html - operator-eq - (const QVector<T> &container) - - - void - toFront - qvectoriterator.html - toFront - () - - - void - toBack - qvectoriterator.html - toBack - () - - - bool - hasNext - qvectoriterator.html - hasNext - () const const - - - const T & - next - qvectoriterator.html - next - () - - - const T & - peekNext - qvectoriterator.html - peekNext - () const const - - - bool - hasPrevious - qvectoriterator.html - hasPrevious - () const const - - - const T & - previous - qvectoriterator.html - previous - () - - - const T & - peekPrevious - qvectoriterator.html - peekPrevious - () const const - - - bool - findNext - qvectoriterator.html - findNext - (const T &value) - - - bool - findPrevious - qvectoriterator.html - findPrevious - (const T &value) - - - - QMutableVectorIterator - qmutablevectoriterator.html - - - QMutableVectorIterator - qmutablevectoriterator.html - QMutableVectorIterator - (QVector<T> &vector) - - - QMutableVectorIterator<T> & - operator= - qmutablevectoriterator.html - operator-eq - (QVector<T> &container) - - - void - toFront - qmutablevectoriterator.html - toFront - () - - - void - toBack - qmutablevectoriterator.html - toBack - () - - - bool - hasNext - qmutablevectoriterator.html - hasNext - () const const - - - T & - next - qmutablevectoriterator.html - next - () - - - T & - peekNext - qmutablevectoriterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablevectoriterator.html - hasPrevious - () const const - - - T & - previous - qmutablevectoriterator.html - previous - () - - - T & - peekPrevious - qmutablevectoriterator.html - peekPrevious - () const const - - - void - remove - qmutablevectoriterator.html - remove - () - - - void - setValue - qmutablevectoriterator.html - setValue - (const T &value) const const - - - T & - value - qmutablevectoriterator.html - value-1 - () - - - const T & - value - qmutablevectoriterator.html - value - () const const - - - void - insert - qmutablevectoriterator.html - insert - (const T &value) - - - bool - findNext - qmutablevectoriterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablevectoriterator.html - findPrevious - (const T &value) - - - - QModelIndex - qmodelindex.html - - - QModelIndex - qmodelindex.html - QModelIndex - () - - - int - row - qmodelindex.html - row - () const const - - - int - column - qmodelindex.html - column - () const const - - - quintptr - internalId - qmodelindex.html - internalId - () const const - - - void * - internalPointer - qmodelindex.html - internalPointer - () const const - - - QModelIndex - parent - qmodelindex.html - parent - () const const - - - QModelIndex - sibling - qmodelindex.html - sibling - (int row, int column) const const - - - QModelIndex - siblingAtColumn - qmodelindex.html - siblingAtColumn - (int column) const const - - - QModelIndex - siblingAtRow - qmodelindex.html - siblingAtRow - (int row) const const - - - QModelIndex - child - qmodelindex-obsolete.html - child - (int row, int column) const const - - - QVariant - data - qmodelindex.html - data - (int role) const const - - - Qt::ItemFlags - flags - qmodelindex.html - flags - () const const - - - const QAbstractItemModel * - model - qmodelindex.html - model - () const const - - - bool - isValid - qmodelindex.html - isValid - () const const - - - bool - operator== - qmodelindex.html - operator-eq-eq - (const QModelIndex &other) const const - - - bool - operator!= - qmodelindex.html - operator-not-eq - (const QModelIndex &other) const const - - - bool - operator< - qmodelindex.html - operator-lt - (const QModelIndex &other) const const - - - - QPersistentModelIndex - qpersistentmodelindex.html - - - QPersistentModelIndex - qpersistentmodelindex.html - QPersistentModelIndex - (const QModelIndex &index) - - - - QPersistentModelIndex - qpersistentmodelindex.html - QPersistentModelIndex-2 - (const QPersistentModelIndex &other) - - - bool - operator< - qpersistentmodelindex.html - operator-lt - (const QPersistentModelIndex &other) const const - - - bool - operator== - qpersistentmodelindex.html - operator-eq-eq - (const QPersistentModelIndex &other) const const - - - bool - operator!= - qpersistentmodelindex.html - operator-not-eq - (const QPersistentModelIndex &other) const const - - - QPersistentModelIndex & - operator= - qpersistentmodelindex.html - operator-eq - (const QPersistentModelIndex &other) - - - - QPersistentModelIndex - qpersistentmodelindex.html - QPersistentModelIndex-3 - (QPersistentModelIndex &&other) - - - QPersistentModelIndex & - operator= - qpersistentmodelindex.html - operator-eq-1 - (QPersistentModelIndex &&other) - - - void - swap - qpersistentmodelindex.html - swap - (QPersistentModelIndex &other) - - - bool - operator== - qpersistentmodelindex.html - operator-eq-eq-1 - (const QModelIndex &other) const const - - - bool - operator!= - qpersistentmodelindex.html - operator-not-eq-1 - (const QModelIndex &other) const const - - - QPersistentModelIndex & - operator= - qpersistentmodelindex.html - operator-eq-2 - (const QModelIndex &other) - - - const QModelIndex & - operator const QModelIndex & - qpersistentmodelindex.html - operator-const-QModelIndex--and - () const const - - - int - row - qpersistentmodelindex.html - row - () const const - - - int - column - qpersistentmodelindex.html - column - () const const - - - QModelIndex - parent - qpersistentmodelindex.html - parent - () const const - - - QModelIndex - sibling - qpersistentmodelindex.html - sibling - (int row, int column) const const - - - QModelIndex - child - qpersistentmodelindex-obsolete.html - child - (int row, int column) const const - - - QVariant - data - qpersistentmodelindex.html - data - (int role) const const - - - Qt::ItemFlags - flags - qpersistentmodelindex.html - flags - () const const - - - const QAbstractItemModel * - model - qpersistentmodelindex.html - model - () const const - - - bool - isValid - qpersistentmodelindex.html - isValid - () const const - - - - QAbstractItemModel - qabstractitemmodel.html - QObject - - virtual const QMetaObject * - metaObject - qabstractitemmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractitemmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractitemmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractitemmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractitemmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAbstractItemModel - qabstractitemmodel.html - QAbstractItemModel - (QObject *parent) - - - virtual - ~QAbstractItemModel - qabstractitemmodel.html - dtor.QAbstractItemModel - () - - - bool - hasIndex - qabstractitemmodel.html - hasIndex - (int row, int column, const QModelIndex &parent) const const - - - virtual QModelIndex - index - qabstractitemmodel.html - index - (int row, int column, const QModelIndex &parent) const const = 0 - - - virtual QModelIndex - parent - qabstractitemmodel.html - parent - (const QModelIndex &index) const const = 0 - - - virtual QModelIndex - sibling - qabstractitemmodel.html - sibling - (int row, int column, const QModelIndex &index) const const - - - virtual int - rowCount - qabstractitemmodel.html - rowCount - (const QModelIndex &parent) const const = 0 - - - virtual int - columnCount - qabstractitemmodel.html - columnCount - (const QModelIndex &parent) const const = 0 - - - virtual bool - hasChildren - qabstractitemmodel.html - hasChildren - (const QModelIndex &parent) const const - - - virtual QVariant - data - qabstractitemmodel.html - data - (const QModelIndex &index, int role) const const = 0 - - - virtual bool - setData - qabstractitemmodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) - - - virtual QVariant - headerData - qabstractitemmodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const - - - virtual bool - setHeaderData - qabstractitemmodel.html - setHeaderData - (int section, Qt::Orientation orientation, const QVariant &value, int role) - - - virtual QMap<int, QVariant> - itemData - qabstractitemmodel.html - itemData - (const QModelIndex &index) const const - - - virtual bool - setItemData - qabstractitemmodel.html - setItemData - (const QModelIndex &index, const QMap<int, QVariant> &roles) - - - virtual QStringList - mimeTypes - qabstractitemmodel.html - mimeTypes - () const const - - - virtual QMimeData * - mimeData - qabstractitemmodel.html - mimeData - (const QModelIndexList &indexes) const const - - - virtual bool - canDropMimeData - qabstractitemmodel.html - canDropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const const - - - virtual bool - dropMimeData - qabstractitemmodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) - - - virtual Qt::DropActions - supportedDropActions - qabstractitemmodel.html - supportedDropActions - () const const - - - virtual Qt::DropActions - supportedDragActions - qabstractitemmodel.html - supportedDragActions - () const const - - - void - setSupportedDragActions - qabstractitemmodel-obsolete.html - setSupportedDragActions - (Qt::DropActions actions) - - - virtual bool - insertRows - qabstractitemmodel.html - insertRows - (int row, int count, const QModelIndex &parent) - - - virtual bool - insertColumns - qabstractitemmodel.html - insertColumns - (int column, int count, const QModelIndex &parent) - - - virtual bool - removeRows - qabstractitemmodel.html - removeRows - (int row, int count, const QModelIndex &parent) - - - virtual bool - removeColumns - qabstractitemmodel.html - removeColumns - (int column, int count, const QModelIndex &parent) - - - virtual bool - moveRows - qabstractitemmodel.html - moveRows - (const QModelIndex &sourceParent, int sourceRow, int count, const QModelIndex &destinationParent, int destinationChild) - - - virtual bool - moveColumns - qabstractitemmodel.html - moveColumns - (const QModelIndex &sourceParent, int sourceColumn, int count, const QModelIndex &destinationParent, int destinationChild) - - - bool - insertRow - qabstractitemmodel.html - insertRow - (int row, const QModelIndex &parent) - - - bool - insertColumn - qabstractitemmodel.html - insertColumn - (int column, const QModelIndex &parent) - - - bool - removeRow - qabstractitemmodel.html - removeRow - (int row, const QModelIndex &parent) - - - bool - removeColumn - qabstractitemmodel.html - removeColumn - (int column, const QModelIndex &parent) - - - bool - moveRow - qabstractitemmodel.html - moveRow - (const QModelIndex &sourceParent, int sourceRow, const QModelIndex &destinationParent, int destinationChild) - - - bool - moveColumn - qabstractitemmodel.html - moveColumn - (const QModelIndex &sourceParent, int sourceColumn, const QModelIndex &destinationParent, int destinationChild) - - - virtual void - fetchMore - qabstractitemmodel.html - fetchMore - (const QModelIndex &parent) - - - virtual bool - canFetchMore - qabstractitemmodel.html - canFetchMore - (const QModelIndex &parent) const const - - - virtual Qt::ItemFlags - flags - qabstractitemmodel.html - flags - (const QModelIndex &index) const const - - - virtual void - sort - qabstractitemmodel.html - sort - (int column, Qt::SortOrder order) - - - virtual QModelIndex - buddy - qabstractitemmodel.html - buddy - (const QModelIndex &index) const const - - - virtual QModelIndexList - match - qabstractitemmodel.html - match - (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const - - - virtual QSize - span - qabstractitemmodel.html - span - (const QModelIndex &index) const const - - - virtual QHash<int, QByteArray> - roleNames - qabstractitemmodel.html - roleNames - () const const - - - LayoutChangeHint - qabstractitemmodel.html - LayoutChangeHint-enum - - - NoLayoutChangeHint - qabstractitemmodel.html - LayoutChangeHint-enum - - - VerticalSortHint - qabstractitemmodel.html - LayoutChangeHint-enum - - - HorizontalSortHint - qabstractitemmodel.html - LayoutChangeHint-enum - - - CheckIndexOption - qabstractitemmodel.html - CheckIndexOption-enum - - - NoOption - qabstractitemmodel.html - CheckIndexOption-enum - - - IndexIsValid - qabstractitemmodel.html - CheckIndexOption-enum - - - DoNotUseParent - qabstractitemmodel.html - CheckIndexOption-enum - - - ParentIsInvalid - qabstractitemmodel.html - CheckIndexOption-enum - - - CheckIndexOptions - qabstractitemmodel.html - CheckIndexOption-enum - - - - bool - checkIndex - qabstractitemmodel.html - checkIndex - (const QModelIndex &index, QAbstractItemModel::CheckIndexOptions options) const const - - - void - dataChanged - qabstractitemmodel.html - dataChanged - (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) - - - void - headerDataChanged - qabstractitemmodel.html - headerDataChanged - (Qt::Orientation orientation, int first, int last) - - - void - layoutChanged - qabstractitemmodel.html - layoutChanged - (const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) - - - void - layoutAboutToBeChanged - qabstractitemmodel.html - layoutAboutToBeChanged - (const QList<QPersistentModelIndex> &parents, QAbstractItemModel::LayoutChangeHint hint) - - - void - rowsAboutToBeInserted - qabstractitemmodel.html - rowsAboutToBeInserted - (const QModelIndex &parent, int start, int end) - - - void - rowsInserted - qabstractitemmodel.html - rowsInserted - (const QModelIndex &parent, int first, int last) - - - void - rowsAboutToBeRemoved - qabstractitemmodel.html - rowsAboutToBeRemoved - (const QModelIndex &parent, int first, int last) - - - void - rowsRemoved - qabstractitemmodel.html - rowsRemoved - (const QModelIndex &parent, int first, int last) - - - void - columnsAboutToBeInserted - qabstractitemmodel.html - columnsAboutToBeInserted - (const QModelIndex &parent, int first, int last) - - - void - columnsInserted - qabstractitemmodel.html - columnsInserted - (const QModelIndex &parent, int first, int last) - - - void - columnsAboutToBeRemoved - qabstractitemmodel.html - columnsAboutToBeRemoved - (const QModelIndex &parent, int first, int last) - - - void - columnsRemoved - qabstractitemmodel.html - columnsRemoved - (const QModelIndex &parent, int first, int last) - - - void - modelAboutToBeReset - qabstractitemmodel.html - modelAboutToBeReset - () - - - void - modelReset - qabstractitemmodel.html - modelReset - () - - - void - rowsAboutToBeMoved - qabstractitemmodel.html - rowsAboutToBeMoved - (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationRow) - - - void - rowsMoved - qabstractitemmodel.html - rowsMoved - (const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row) - - - void - columnsAboutToBeMoved - qabstractitemmodel.html - columnsAboutToBeMoved - (const QModelIndex &sourceParent, int sourceStart, int sourceEnd, const QModelIndex &destinationParent, int destinationColumn) - - - void - columnsMoved - qabstractitemmodel.html - columnsMoved - (const QModelIndex &parent, int start, int end, const QModelIndex &destination, int column) - - - virtual bool - submit - qabstractitemmodel.html - submit - () - - - virtual void - revert - qabstractitemmodel.html - revert - () - - - void - resetInternalData - qabstractitemmodel.html - resetInternalData - () - - - QModelIndex - createIndex - qabstractitemmodel.html - createIndex - (int row, int column, void *ptr) const const - - - QModelIndex - createIndex - qabstractitemmodel.html - createIndex-1 - (int row, int column, quintptr id) const const - - - void - beginInsertRows - qabstractitemmodel.html - beginInsertRows - (const QModelIndex &parent, int first, int last) - - - void - endInsertRows - qabstractitemmodel.html - endInsertRows - () - - - void - beginRemoveRows - qabstractitemmodel.html - beginRemoveRows - (const QModelIndex &parent, int first, int last) - - - void - endRemoveRows - qabstractitemmodel.html - endRemoveRows - () - - - bool - beginMoveRows - qabstractitemmodel.html - beginMoveRows - (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) - - - void - endMoveRows - qabstractitemmodel.html - endMoveRows - () - - - void - beginInsertColumns - qabstractitemmodel.html - beginInsertColumns - (const QModelIndex &parent, int first, int last) - - - void - endInsertColumns - qabstractitemmodel.html - endInsertColumns - () - - - void - beginRemoveColumns - qabstractitemmodel.html - beginRemoveColumns - (const QModelIndex &parent, int first, int last) - - - void - endRemoveColumns - qabstractitemmodel.html - endRemoveColumns - () - - - bool - beginMoveColumns - qabstractitemmodel.html - beginMoveColumns - (const QModelIndex &sourceParent, int sourceFirst, int sourceLast, const QModelIndex &destinationParent, int destinationChild) - - - void - endMoveColumns - qabstractitemmodel.html - endMoveColumns - () - - - void - reset - qabstractitemmodel-obsolete.html - reset - () - - - void - beginResetModel - qabstractitemmodel.html - beginResetModel - () - - - void - endResetModel - qabstractitemmodel.html - endResetModel - () - - - void - changePersistentIndex - qabstractitemmodel.html - changePersistentIndex - (const QModelIndex &from, const QModelIndex &to) - - - void - changePersistentIndexList - qabstractitemmodel.html - changePersistentIndexList - (const QModelIndexList &from, const QModelIndexList &to) - - - QModelIndexList - persistentIndexList - qabstractitemmodel.html - persistentIndexList - () const const - - - void - setRoleNames - qabstractitemmodel-obsolete.html - setRoleNames - (const QHash<int, QByteArray> &roleNames) - - - - QAbstractTableModel - qabstracttablemodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qabstracttablemodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstracttablemodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstracttablemodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstracttablemodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstracttablemodel.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAbstractTableModel - qabstracttablemodel.html - QAbstractTableModel - (QObject *parent) - - - virtual - ~QAbstractTableModel - qabstracttablemodel.html - dtor.QAbstractTableModel - () - - - virtual QModelIndex - index - qabstracttablemodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - sibling - qabstracttablemodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual bool - dropMimeData - qabstracttablemodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual Qt::ItemFlags - flags - qabstracttablemodel.html - flags - (const QModelIndex &index) const const override - - - - QAbstractListModel - qabstractlistmodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qabstractlistmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractlistmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractlistmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractlistmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractlistmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAbstractListModel - qabstractlistmodel.html - QAbstractListModel - (QObject *parent) - - - virtual - ~QAbstractListModel - qabstractlistmodel.html - dtor.QAbstractListModel - () - - - virtual QModelIndex - index - qabstractlistmodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - sibling - qabstractlistmodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual bool - dropMimeData - qabstractlistmodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual Qt::ItemFlags - flags - qabstractlistmodel.html - flags - (const QModelIndex &index) const const override - - - - QAbstractNativeEventFilter - qabstractnativeeventfilter.html - - - QAbstractNativeEventFilter - qabstractnativeeventfilter.html - QAbstractNativeEventFilter - () - - - virtual - ~QAbstractNativeEventFilter - qabstractnativeeventfilter.html - dtor.QAbstractNativeEventFilter - () - - - virtual bool - nativeEventFilter - qabstractnativeeventfilter.html - nativeEventFilter - (const QByteArray &eventType, void *message, long *result) = 0 - - - - QAbstractProxyModel - qabstractproxymodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qabstractproxymodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractproxymodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractproxymodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractproxymodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractproxymodel.html - trUtf8 - (const char *s, const char *c, int n) - - - sourceModel - qabstractproxymodel.html - sourceModel-prop - - - - - QAbstractProxyModel - qabstractproxymodel.html - QAbstractProxyModel - (QObject *parent) - - - virtual - ~QAbstractProxyModel - qabstractproxymodel.html - dtor.QAbstractProxyModel - () - - - virtual void - setSourceModel - qabstractproxymodel.html - setSourceModel - (QAbstractItemModel *sourceModel) - - - QAbstractItemModel * - sourceModel - qabstractproxymodel.html - sourceModel - () const const - - - virtual QModelIndex - mapToSource - qabstractproxymodel.html - mapToSource - (const QModelIndex &proxyIndex) const const = 0 - - - virtual QModelIndex - mapFromSource - qabstractproxymodel.html - mapFromSource - (const QModelIndex &sourceIndex) const const = 0 - - - virtual QItemSelection - mapSelectionToSource - qabstractproxymodel.html - mapSelectionToSource - (const QItemSelection &proxySelection) const const - - - virtual QItemSelection - mapSelectionFromSource - qabstractproxymodel.html - mapSelectionFromSource - (const QItemSelection &sourceSelection) const const - - - virtual bool - submit - qabstractproxymodel.html - submit - () override - - - virtual void - revert - qabstractproxymodel.html - revert - () override - - - virtual QVariant - data - qabstractproxymodel.html - data - (const QModelIndex &proxyIndex, int role) const const override - - - virtual QVariant - headerData - qabstractproxymodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual QMap<int, QVariant> - itemData - qabstractproxymodel.html - itemData - (const QModelIndex &proxyIndex) const const override - - - virtual Qt::ItemFlags - flags - qabstractproxymodel.html - flags - (const QModelIndex &index) const const override - - - virtual bool - setData - qabstractproxymodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) override - - - virtual bool - setItemData - qabstractproxymodel.html - setItemData - (const QModelIndex &index, const QMap<int, QVariant> &roles) override - - - virtual bool - setHeaderData - qabstractproxymodel.html - setHeaderData - (int section, Qt::Orientation orientation, const QVariant &value, int role) override - - - virtual QModelIndex - buddy - qabstractproxymodel.html - buddy - (const QModelIndex &index) const const override - - - virtual bool - canFetchMore - qabstractproxymodel.html - canFetchMore - (const QModelIndex &parent) const const override - - - virtual void - fetchMore - qabstractproxymodel.html - fetchMore - (const QModelIndex &parent) override - - - virtual void - sort - qabstractproxymodel.html - sort - (int column, Qt::SortOrder order) override - - - virtual QSize - span - qabstractproxymodel.html - span - (const QModelIndex &index) const const override - - - virtual bool - hasChildren - qabstractproxymodel.html - hasChildren - (const QModelIndex &parent) const const override - - - virtual QModelIndex - sibling - qabstractproxymodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual QMimeData * - mimeData - qabstractproxymodel.html - mimeData - (const QModelIndexList &indexes) const const override - - - virtual bool - canDropMimeData - qabstractproxymodel.html - canDropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) const const override - - - virtual bool - dropMimeData - qabstractproxymodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual QStringList - mimeTypes - qabstractproxymodel.html - mimeTypes - () const const override - - - virtual Qt::DropActions - supportedDragActions - qabstractproxymodel.html - supportedDragActions - () const const override - - - virtual Qt::DropActions - supportedDropActions - qabstractproxymodel.html - supportedDropActions - () const const override - - - void - sourceModelChanged - qabstractproxymodel.html - sourceModel-prop - () - - - void - resetInternalData - qabstractproxymodel.html - resetInternalData - () - - - - QAbstractState - qabstractstate.html - QObject - - virtual const QMetaObject * - metaObject - qabstractstate.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractstate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractstate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractstate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractstate.html - trUtf8 - (const char *s, const char *c, int n) - - - active - qabstractstate.html - active-prop - - - - virtual - ~QAbstractState - qabstractstate.html - dtor.QAbstractState - () - - - QState * - parentState - qabstractstate.html - parentState - () const const - - - QStateMachine * - machine - qabstractstate.html - machine - () const const - - - bool - active - qabstractstate.html - active - () const const - - - void - entered - qabstractstate.html - entered - () - - - void - exited - qabstractstate.html - exited - () - - - void - activeChanged - qabstractstate.html - activeChanged - (bool active) - - - - QAbstractState - qabstractstate.html - QAbstractState - (QState *parent) - - - virtual void - onEntry - qabstractstate.html - onEntry - (QEvent *event) = 0 - - - virtual void - onExit - qabstractstate.html - onExit - (QEvent *event) = 0 - - - virtual bool - event - qabstractstate.html - event - (QEvent *e) override - - - - QAbstractTransition - qabstracttransition.html - QObject - - virtual const QMetaObject * - metaObject - qabstracttransition.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstracttransition.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstracttransition.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstracttransition.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstracttransition.html - trUtf8 - (const char *s, const char *c, int n) - - - sourceState - qabstracttransition.html - sourceState-prop - - - - targetState - qabstracttransition.html - targetState-prop - - - - targetStates - qabstracttransition.html - targetStates-prop - - - - transitionType - qabstracttransition.html - transitionType-prop - - - - TransitionType - qabstracttransition.html - TransitionType-enum - - - ExternalTransition - qabstracttransition.html - TransitionType-enum - - - InternalTransition - qabstracttransition.html - TransitionType-enum - - - - QAbstractTransition - qabstracttransition.html - QAbstractTransition - (QState *sourceState) - - - virtual - ~QAbstractTransition - qabstracttransition.html - dtor.QAbstractTransition - () - - - QState * - sourceState - qabstracttransition.html - sourceState - () const const - - - QAbstractState * - targetState - qabstracttransition.html - targetState - () const const - - - void - setTargetState - qabstracttransition.html - setTargetState - (QAbstractState *target) - - - QList<QAbstractState *> - targetStates - qabstracttransition.html - targetStates - () const const - - - void - setTargetStates - qabstracttransition.html - setTargetStates - (const QList<QAbstractState *> &targets) - - - QAbstractTransition::TransitionType - transitionType - qabstracttransition.html - transitionType - () const const - - - void - setTransitionType - qabstracttransition.html - setTransitionType - (QAbstractTransition::TransitionType type) - - - QStateMachine * - machine - qabstracttransition.html - machine - () const const - - - void - addAnimation - qabstracttransition.html - addAnimation - (QAbstractAnimation *animation) - - - void - removeAnimation - qabstracttransition.html - removeAnimation - (QAbstractAnimation *animation) - - - QList<QAbstractAnimation *> - animations - qabstracttransition.html - animations - () const const - - - void - triggered - qabstracttransition.html - triggered - () - - - void - targetStateChanged - qabstracttransition.html - targetStateChanged - () - - - void - targetStatesChanged - qabstracttransition.html - targetStatesChanged - () - - - virtual bool - eventTest - qabstracttransition.html - eventTest - (QEvent *event) = 0 - - - virtual void - onTransition - qabstracttransition.html - onTransition - (QEvent *event) = 0 - - - virtual bool - event - qabstracttransition.html - event - (QEvent *e) override - - - - QAnimationGroup - qanimationgroup.html - QAbstractAnimation - - virtual const QMetaObject * - metaObject - qanimationgroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qanimationgroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qanimationgroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qanimationgroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qanimationgroup.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAnimationGroup - qanimationgroup.html - QAnimationGroup - (QObject *parent) - - - virtual - ~QAnimationGroup - qanimationgroup.html - dtor.QAnimationGroup - () - - - QAbstractAnimation * - animationAt - qanimationgroup.html - animationAt - (int index) const const - - - int - animationCount - qanimationgroup.html - animationCount - () const const - - - int - indexOfAnimation - qanimationgroup.html - indexOfAnimation - (QAbstractAnimation *animation) const const - - - void - addAnimation - qanimationgroup.html - addAnimation - (QAbstractAnimation *animation) - - - void - insertAnimation - qanimationgroup.html - insertAnimation - (int index, QAbstractAnimation *animation) - - - void - removeAnimation - qanimationgroup.html - removeAnimation - (QAbstractAnimation *animation) - - - QAbstractAnimation * - takeAnimation - qanimationgroup.html - takeAnimation - (int index) - - - void - clear - qanimationgroup.html - clear - () - - - virtual bool - event - qanimationgroup.html - event - (QEvent *event) override - - - - QBasicTimer - qbasictimer.html - - - QBasicTimer - qbasictimer.html - QBasicTimer - () - - - - ~QBasicTimer - qbasictimer.html - dtor.QBasicTimer - () - - - bool - isActive - qbasictimer.html - isActive - () const const - - - int - timerId - qbasictimer.html - timerId - () const const - - - void - start - qbasictimer.html - start - (int msec, QObject *object) - - - void - start - qbasictimer.html - start-1 - (int msec, Qt::TimerType timerType, QObject *obj) - - - void - stop - qbasictimer.html - stop - () - - - - QBitArray - qbitarray.html - - - QBitArray - qbitarray.html - QBitArray - () - - - - QBitArray - qbitarray.html - QBitArray-1 - (int size, bool value) - - - - QBitArray - qbitarray.html - QBitArray-2 - (const QBitArray &other) - - - QBitArray & - operator= - qbitarray.html - operator-eq - (const QBitArray &other) - - - - QBitArray - qbitarray.html - QBitArray-3 - (QBitArray &&other) - - - QBitArray & - operator= - qbitarray.html - operator-eq-1 - (QBitArray &&other) - - - void - swap - qbitarray.html - swap - (QBitArray &other) - - - int - size - qbitarray.html - size - () const const - - - int - count - qbitarray.html - count - () const const - - - int - count - qbitarray.html - count-1 - (bool on) const const - - - bool - isEmpty - qbitarray.html - isEmpty - () const const - - - bool - isNull - qbitarray.html - isNull - () const const - - - void - resize - qbitarray.html - resize - (int size) - - - void - clear - qbitarray.html - clear - () - - - bool - testBit - qbitarray.html - testBit - (int i) const const - - - void - setBit - qbitarray.html - setBit - (int i) - - - void - setBit - qbitarray.html - setBit-1 - (int i, bool value) - - - void - clearBit - qbitarray.html - clearBit - (int i) - - - bool - toggleBit - qbitarray.html - toggleBit - (int i) - - - bool - at - qbitarray.html - at - (int i) const const - - - QBitRef - operator[] - qbitarray.html - operator-5b-5d - (int i) - - - bool - operator[] - qbitarray.html - operator-5b-5d-1 - (int i) const const - - - QBitRef - operator[] - qbitarray.html - operator-5b-5d-2 - (uint i) - - - bool - operator[] - qbitarray.html - operator-5b-5d-3 - (uint i) const const - - - QBitArray & - operator&= - qbitarray.html - operator-and-eq - (const QBitArray &other) - - - QBitArray & - operator|= - qbitarray.html - operator-7c-eq - (const QBitArray &other) - - - QBitArray & - operator^= - qbitarray.html - operator-5e-eq - (const QBitArray &other) - - - QBitArray - operator~ - qbitarray.html - operator-7e - () const const - - - bool - operator== - qbitarray.html - operator-eq-eq - (const QBitArray &other) const const - - - bool - operator!= - qbitarray.html - operator-not-eq - (const QBitArray &other) const const - - - bool - fill - qbitarray.html - fill - (bool value, int size) - - - void - fill - qbitarray.html - fill-1 - (bool value, int begin, int end) - - - void - truncate - qbitarray.html - truncate - (int pos) - - - const char * - bits - qbitarray.html - bits - () const const - - - QBitArray - fromBits - qbitarray.html - fromBits - (const char *data, qsizetype size) - - - - QIODevice - qiodevice.html - QObject - - virtual const QMetaObject * - metaObject - qiodevice.html - metaObject - () const const - - - virtual void * - qt_metacast - qiodevice.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qiodevice.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qiodevice.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qiodevice.html - trUtf8 - (const char *s, const char *c, int n) - - - OpenModeFlag - qiodevice.html - OpenModeFlag-enum - - - NotOpen - qiodevice.html - OpenModeFlag-enum - - - ReadOnly - qiodevice.html - OpenModeFlag-enum - - - WriteOnly - qiodevice.html - OpenModeFlag-enum - - - ReadWrite - qiodevice.html - OpenModeFlag-enum - - - Append - qiodevice.html - OpenModeFlag-enum - - - Truncate - qiodevice.html - OpenModeFlag-enum - - - Text - qiodevice.html - OpenModeFlag-enum - - - Unbuffered - qiodevice.html - OpenModeFlag-enum - - - NewOnly - qiodevice.html - OpenModeFlag-enum - - - ExistingOnly - qiodevice.html - OpenModeFlag-enum - - - OpenMode - qiodevice.html - OpenModeFlag-enum - - - - - QIODevice - qiodevice.html - QIODevice - () - - - - QIODevice - qiodevice.html - QIODevice-1 - (QObject *parent) - - - virtual - ~QIODevice - qiodevice.html - dtor.QIODevice - () - - - QIODevice::OpenMode - openMode - qiodevice.html - openMode - () const const - - - void - setTextModeEnabled - qiodevice.html - setTextModeEnabled - (bool enabled) - - - bool - isTextModeEnabled - qiodevice.html - isTextModeEnabled - () const const - - - bool - isOpen - qiodevice.html - isOpen - () const const - - - bool - isReadable - qiodevice.html - isReadable - () const const - - - bool - isWritable - qiodevice.html - isWritable - () const const - - - virtual bool - isSequential - qiodevice.html - isSequential - () const const - - - int - readChannelCount - qiodevice.html - readChannelCount - () const const - - - int - writeChannelCount - qiodevice.html - writeChannelCount - () const const - - - int - currentReadChannel - qiodevice.html - currentReadChannel - () const const - - - void - setCurrentReadChannel - qiodevice.html - setCurrentReadChannel - (int channel) - - - int - currentWriteChannel - qiodevice.html - currentWriteChannel - () const const - - - void - setCurrentWriteChannel - qiodevice.html - setCurrentWriteChannel - (int channel) - - - virtual bool - open - qiodevice.html - open - (QIODevice::OpenMode mode) - - - virtual void - close - qiodevice.html - close - () - - - virtual qint64 - pos - qiodevice.html - pos - () const const - - - virtual qint64 - size - qiodevice.html - size - () const const - - - virtual bool - seek - qiodevice.html - seek - (qint64 pos) - - - virtual bool - atEnd - qiodevice.html - atEnd - () const const - - - virtual bool - reset - qiodevice.html - reset - () - - - virtual qint64 - bytesAvailable - qiodevice.html - bytesAvailable - () const const - - - virtual qint64 - bytesToWrite - qiodevice.html - bytesToWrite - () const const - - - qint64 - read - qiodevice.html - read - (char *data, qint64 maxSize) - - - QByteArray - read - qiodevice.html - read-1 - (qint64 maxSize) - - - QByteArray - readAll - qiodevice.html - readAll - () - - - qint64 - readLine - qiodevice.html - readLine - (char *data, qint64 maxSize) - - - QByteArray - readLine - qiodevice.html - readLine-1 - (qint64 maxSize) - - - virtual bool - canReadLine - qiodevice.html - canReadLine - () const const - - - void - startTransaction - qiodevice.html - startTransaction - () - - - void - commitTransaction - qiodevice.html - commitTransaction - () - - - void - rollbackTransaction - qiodevice.html - rollbackTransaction - () - - - bool - isTransactionStarted - qiodevice.html - isTransactionStarted - () const const - - - qint64 - write - qiodevice.html - write - (const char *data, qint64 maxSize) - - - qint64 - write - qiodevice.html - write-1 - (const char *data) - - - qint64 - write - qiodevice.html - write-2 - (const QByteArray &byteArray) - - - qint64 - peek - qiodevice.html - peek - (char *data, qint64 maxSize) - - - QByteArray - peek - qiodevice.html - peek-1 - (qint64 maxSize) - - - qint64 - skip - qiodevice.html - skip - (qint64 maxSize) - - - virtual bool - waitForReadyRead - qiodevice.html - waitForReadyRead - (int msecs) - - - virtual bool - waitForBytesWritten - qiodevice.html - waitForBytesWritten - (int msecs) - - - void - ungetChar - qiodevice.html - ungetChar - (char c) - - - bool - putChar - qiodevice.html - putChar - (char c) - - - bool - getChar - qiodevice.html - getChar - (char *c) - - - QString - errorString - qiodevice.html - errorString - () const const - - - void - readyRead - qiodevice.html - readyRead - () - - - void - channelReadyRead - qiodevice.html - channelReadyRead - (int channel) - - - void - bytesWritten - qiodevice.html - bytesWritten - (qint64 bytes) - - - void - channelBytesWritten - qiodevice.html - channelBytesWritten - (int channel, qint64 bytes) - - - void - aboutToClose - qiodevice.html - aboutToClose - () - - - void - readChannelFinished - qiodevice.html - readChannelFinished - () - - - virtual qint64 - readData - qiodevice.html - readData - (char *data, qint64 maxSize) = 0 - - - virtual qint64 - readLineData - qiodevice.html - readLineData - (char *data, qint64 maxSize) - - - virtual qint64 - writeData - qiodevice.html - writeData - (const char *data, qint64 maxSize) = 0 - - - void - setOpenMode - qiodevice.html - setOpenMode - (QIODevice::OpenMode openMode) - - - void - setErrorString - qiodevice.html - setErrorString - (const QString &str) - - - - QBuffer - qbuffer.html - QIODevice - - virtual const QMetaObject * - metaObject - qbuffer.html - metaObject - () const const - - - virtual void * - qt_metacast - qbuffer.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qbuffer.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qbuffer.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qbuffer.html - trUtf8 - (const char *s, const char *c, int n) - - - - QBuffer - qbuffer.html - QBuffer - (QObject *parent) - - - - QBuffer - qbuffer.html - QBuffer-1 - (QByteArray *byteArray, QObject *parent) - - - virtual - ~QBuffer - qbuffer.html - dtor.QBuffer - () - - - QByteArray & - buffer - qbuffer.html - buffer - () - - - const QByteArray & - buffer - qbuffer.html - buffer-1 - () const const - - - void - setBuffer - qbuffer.html - setBuffer - (QByteArray *byteArray) - - - void - setData - qbuffer.html - setData - (const QByteArray &data) - - - void - setData - qbuffer.html - setData-1 - (const char *data, int size) - - - const QByteArray & - data - qbuffer.html - data - () const const - - - virtual bool - open - qbuffer.html - open - (QIODevice::OpenMode flags) override - - - virtual void - close - qbuffer.html - close - () override - - - virtual qint64 - size - qbuffer.html - size - () const const override - - - virtual qint64 - pos - qbuffer.html - pos - () const const override - - - virtual bool - seek - qbuffer.html - seek - (qint64 pos) override - - - virtual bool - atEnd - qbuffer.html - atEnd - () const const override - - - virtual bool - canReadLine - qbuffer.html - canReadLine - () const const override - - - virtual qint64 - readData - qbuffer.html - readData - (char *data, qint64 len) override - - - virtual qint64 - writeData - qbuffer.html - writeData - (const char *data, qint64 len) override - - - - QByteArrayMatcher - qbytearraymatcher.html - - - QByteArrayMatcher - qbytearraymatcher.html - QByteArrayMatcher - () - - - - QByteArrayMatcher - qbytearraymatcher.html - QByteArrayMatcher-1 - (const QByteArray &pattern) - - - - QByteArrayMatcher - qbytearraymatcher.html - QByteArrayMatcher-2 - (const char *pattern, int length) - - - - QByteArrayMatcher - qbytearraymatcher.html - QByteArrayMatcher-3 - (const QByteArrayMatcher &other) - - - - ~QByteArrayMatcher - qbytearraymatcher.html - dtor.QByteArrayMatcher - () - - - QByteArrayMatcher & - operator= - qbytearraymatcher.html - operator-eq - (const QByteArrayMatcher &other) - - - void - setPattern - qbytearraymatcher.html - setPattern - (const QByteArray &pattern) - - - int - indexIn - qbytearraymatcher.html - indexIn - (const QByteArray &ba, int from) const const - - - int - indexIn - qbytearraymatcher.html - indexIn-1 - (const char *str, int len, int from) const const - - - QByteArray - pattern - qbytearraymatcher.html - pattern - () const const - - - - QStaticByteArrayMatcher - qstaticbytearraymatcher.html - - int - indexIn - qstaticbytearraymatcher.html - indexIn - (const QByteArray &haystack, int from) const const - - - int - indexIn - qstaticbytearraymatcher.html - indexIn-1 - (const char *haystack, int hlen, int from) const const - - - QByteArray - pattern - qstaticbytearraymatcher.html - pattern - () const const - - - - QCache - qcache.html - - - QCache - qcache.html - QCache - (int maxCost) - - - - ~QCache - qcache.html - dtor.QCache - () - - - int - maxCost - qcache.html - maxCost - () const const - - - void - setMaxCost - qcache.html - setMaxCost - (int cost) - - - int - totalCost - qcache.html - totalCost - () const const - - - int - size - qcache.html - size - () const const - - - int - count - qcache.html - count - () const const - - - bool - isEmpty - qcache.html - isEmpty - () const const - - - QList<Key> - keys - qcache.html - keys - () const const - - - void - clear - qcache.html - clear - () - - - bool - insert - qcache.html - insert - (const Key &key, T *object, int cost) - - - T * - object - qcache.html - object - (const Key &key) const const - - - bool - contains - qcache.html - contains - (const Key &key) const const - - - T * - operator[] - qcache.html - operator-5b-5d - (const Key &key) const const - - - bool - remove - qcache.html - remove - (const Key &key) - - - T * - take - qcache.html - take - (const Key &key) - - - - QSharedData - qshareddata.html - - - QSharedData - qshareddata.html - QSharedData - () - - - - QSharedData - qshareddata.html - QSharedData-1 - (const QSharedData &) - - - - QSharedDataPointer - qshareddatapointer.html - - Type - qshareddatapointer.html - Type-typedef - - - - void - detach - qshareddatapointer.html - detach - () - - - T & - operator* - qshareddatapointer.html - operator-2a - () - - - const T & - operator* - qshareddatapointer.html - operator-2a-1 - () const const - - - T * - operator-> - qshareddatapointer.html - operator--gt - () - - - const T * - operator-> - qshareddatapointer.html - operator--gt-1 - () const const - - - T * - operator T * - qshareddatapointer.html - operator-T--2a - () - - - const T * - operator const T * - qshareddatapointer.html - operator-const-T--2a - () const const - - - T * - data - qshareddatapointer.html - data - () - - - const T * - data - qshareddatapointer.html - data-1 - () const const - - - const T * - constData - qshareddatapointer.html - constData - () const const - - - bool - operator== - qshareddatapointer.html - operator-eq-eq - (const QSharedDataPointer<T> &other) const const - - - bool - operator!= - qshareddatapointer.html - operator-not-eq - (const QSharedDataPointer<T> &other) const const - - - - QSharedDataPointer - qshareddatapointer.html - QSharedDataPointer - () - - - - ~QSharedDataPointer - qshareddatapointer.html - dtor.QSharedDataPointer - () - - - - QSharedDataPointer - qshareddatapointer.html - QSharedDataPointer-1 - (T *data) - - - - QSharedDataPointer - qshareddatapointer.html - QSharedDataPointer-2 - (const QSharedDataPointer<T> &o) - - - QSharedDataPointer<T> & - operator= - qshareddatapointer.html - operator-eq - (const QSharedDataPointer<T> &o) - - - QSharedDataPointer<T> & - operator= - qshareddatapointer.html - operator-eq-1 - (T *o) - - - - QSharedDataPointer - qshareddatapointer.html - QSharedDataPointer-3 - (QSharedDataPointer<T> &&o) - - - QSharedDataPointer<T> & - operator= - qshareddatapointer.html - operator-eq-2 - (QSharedDataPointer<T> &&other) - - - bool - operator! - qshareddatapointer.html - operator-not - () const const - - - void - swap - qshareddatapointer.html - swap - (QSharedDataPointer<T> &other) - - - T * - clone - qshareddatapointer.html - clone - () - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - - Type - qexplicitlyshareddatapointer.html - Type-typedef - - - - T & - operator* - qexplicitlyshareddatapointer.html - operator-2a - () const const - - - T * - operator-> - qexplicitlyshareddatapointer.html - operator--gt - () - - - T * - operator-> - qexplicitlyshareddatapointer.html - operator--gt-1 - () const const - - - T * - data - qexplicitlyshareddatapointer.html - data - () const const - - - const T * - constData - qexplicitlyshareddatapointer.html - constData - () const const - - - T * - take - qexplicitlyshareddatapointer.html - take - () - - - void - detach - qexplicitlyshareddatapointer.html - detach - () - - - void - reset - qexplicitlyshareddatapointer.html - reset - () - - - bool - operator bool - qexplicitlyshareddatapointer.html - operator-bool - () const const - - - bool - operator== - qexplicitlyshareddatapointer.html - operator-eq-eq - (const QExplicitlySharedDataPointer<T> &other) const const - - - bool - operator!= - qexplicitlyshareddatapointer.html - operator-not-eq - (const QExplicitlySharedDataPointer<T> &other) const const - - - bool - operator== - qexplicitlyshareddatapointer.html - operator-eq-eq-1 - (const T *ptr) const const - - - bool - operator!= - qexplicitlyshareddatapointer.html - operator-not-eq-1 - (const T *ptr) const const - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - QExplicitlySharedDataPointer - () - - - - ~QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - dtor.QExplicitlySharedDataPointer - () - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - QExplicitlySharedDataPointer-1 - (T *data) - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - QExplicitlySharedDataPointer-2 - (const QExplicitlySharedDataPointer<T> &o) - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - QExplicitlySharedDataPointer-3 - (const QExplicitlySharedDataPointer<X> &o) - - - QExplicitlySharedDataPointer<T> & - operator= - qexplicitlyshareddatapointer.html - operator-eq - (const QExplicitlySharedDataPointer<T> &o) - - - QExplicitlySharedDataPointer<T> & - operator= - qexplicitlyshareddatapointer.html - operator-eq-1 - (T *o) - - - - QExplicitlySharedDataPointer - qexplicitlyshareddatapointer.html - QExplicitlySharedDataPointer-4 - (QExplicitlySharedDataPointer<T> &&o) - - - QExplicitlySharedDataPointer<T> & - operator= - qexplicitlyshareddatapointer.html - operator-eq-2 - (QExplicitlySharedDataPointer<T> &&other) - - - bool - operator! - qexplicitlyshareddatapointer.html - operator-not - () const const - - - void - swap - qexplicitlyshareddatapointer.html - swap - (QExplicitlySharedDataPointer<T> &other) - - - T * - clone - qexplicitlyshareddatapointer.html - clone - () - - - - QDate - qdate.html - - MonthNameType - qdate.html - MonthNameType-enum - - - DateFormat - qdate.html - MonthNameType-enum - - - StandaloneFormat - qdate.html - MonthNameType-enum - - - - QDate - qdate.html - QDate - () - - - - QDate - qdate.html - QDate-2 - (int y, int m, int d) - - - bool - isNull - qdate.html - isNull - () const const - - - bool - isValid - qdate.html - isValid - () const const - - - int - year - qdate.html - year - () const const - - - int - month - qdate.html - month - () const const - - - int - day - qdate.html - day - () const const - - - int - dayOfWeek - qdate.html - dayOfWeek - () const const - - - int - dayOfYear - qdate.html - dayOfYear - () const const - - - int - daysInMonth - qdate.html - daysInMonth - () const const - - - int - daysInYear - qdate.html - daysInYear - () const const - - - int - weekNumber - qdate.html - weekNumber - (int *yearNumber) const const - - - QString - shortMonthName - qdate-obsolete.html - shortMonthName - (int month, QDate::MonthNameType type) - - - QString - shortDayName - qdate-obsolete.html - shortDayName - (int weekday, QDate::MonthNameType type) - - - QString - longMonthName - qdate-obsolete.html - longMonthName - (int month, QDate::MonthNameType type) - - - QString - longDayName - qdate-obsolete.html - longDayName - (int weekday, QDate::MonthNameType type) - - - QString - toString - qdate.html - toString-1 - (Qt::DateFormat format) const const - - - QString - toString - qdate.html - toString - (const QString &format) const const - - - QString - toString - qdate.html - toString-2 - (QStringView format) const const - - - bool - setYMD - qdate-obsolete.html - setYMD - (int y, int m, int d) - - - bool - setDate - qdate.html - setDate - (int year, int month, int day) - - - void - getDate - qdate.html - getDate - (int *year, int *month, int *day) const const - - - QDate - addDays - qdate.html - addDays - (qint64 ndays) const const - - - QDate - addMonths - qdate.html - addMonths - (int nmonths) const const - - - QDate - addYears - qdate.html - addYears - (int nyears) const const - - - qint64 - daysTo - qdate.html - daysTo - (const QDate &d) const const - - - bool - operator== - qdate.html - operator-eq-eq - (const QDate &d) const const - - - bool - operator!= - qdate.html - operator-not-eq - (const QDate &d) const const - - - bool - operator< - qdate.html - operator-lt - (const QDate &d) const const - - - bool - operator<= - qdate.html - operator-lt-eq - (const QDate &d) const const - - - bool - operator> - qdate.html - operator-gt - (const QDate &d) const const - - - bool - operator>= - qdate.html - operator-gt-eq - (const QDate &d) const const - - - QDate - currentDate - qdate.html - currentDate - () - - - QDate - fromString - qdate.html - fromString - (const QString &string, Qt::DateFormat format) - - - QDate - fromString - qdate.html - fromString-1 - (const QString &string, const QString &format) - - - bool - isValid - qdate.html - isValid-1 - (int year, int month, int day) - - - bool - isLeapYear - qdate.html - isLeapYear - (int year) - - - QDate - fromJulianDay - qdate.html - fromJulianDay - (qint64 jd) - - - qint64 - toJulianDay - qdate.html - toJulianDay - () const const - - - - QTime - qtime.html - - - QTime - qtime.html - QTime - () - - - - QTime - qtime.html - QTime-2 - (int h, int m, int s, int ms) - - - bool - isNull - qtime.html - isNull - () const const - - - bool - isValid - qtime.html - isValid - () const const - - - int - hour - qtime.html - hour - () const const - - - int - minute - qtime.html - minute - () const const - - - int - second - qtime.html - second - () const const - - - int - msec - qtime.html - msec - () const const - - - QString - toString - qtime.html - toString-1 - (Qt::DateFormat format) const const - - - QString - toString - qtime.html - toString - (const QString &format) const const - - - QString - toString - qtime.html - toString-2 - (QStringView format) const const - - - bool - setHMS - qtime.html - setHMS - (int h, int m, int s, int ms) - - - QTime - addSecs - qtime.html - addSecs - (int s) const const - - - int - secsTo - qtime.html - secsTo - (const QTime &t) const const - - - QTime - addMSecs - qtime.html - addMSecs - (int ms) const const - - - int - msecsTo - qtime.html - msecsTo - (const QTime &t) const const - - - bool - operator== - qtime.html - operator-eq-eq - (const QTime &t) const const - - - bool - operator!= - qtime.html - operator-not-eq - (const QTime &t) const const - - - bool - operator< - qtime.html - operator-lt - (const QTime &t) const const - - - bool - operator<= - qtime.html - operator-lt-eq - (const QTime &t) const const - - - bool - operator> - qtime.html - operator-gt - (const QTime &t) const const - - - bool - operator>= - qtime.html - operator-gt-eq - (const QTime &t) const const - - - QTime - fromMSecsSinceStartOfDay - qtime.html - fromMSecsSinceStartOfDay - (int msecs) - - - int - msecsSinceStartOfDay - qtime.html - msecsSinceStartOfDay - () const const - - - QTime - currentTime - qtime.html - currentTime - () - - - QTime - fromString - qtime.html - fromString - (const QString &string, Qt::DateFormat format) - - - QTime - fromString - qtime.html - fromString-1 - (const QString &string, const QString &format) - - - bool - isValid - qtime.html - isValid-1 - (int h, int m, int s, int ms) - - - void - start - qtime.html - start - () - - - int - restart - qtime.html - restart - () - - - int - elapsed - qtime.html - elapsed - () const const - - - - QDateTime - qdatetime.html - - - QDateTime - qdatetime.html - QDateTime - () - - - - QDateTime - qdatetime.html - QDateTime-1 - (const QDate &date) - - - - QDateTime - qdatetime.html - QDateTime-2 - (const QDate &date, const QTime &time, Qt::TimeSpec spec) - - - - QDateTime - qdatetime.html - QDateTime-3 - (const QDate &date, const QTime &time, Qt::TimeSpec spec, int offsetSeconds) - - - - QDateTime - qdatetime.html - QDateTime-4 - (const QDate &date, const QTime &time, const QTimeZone &timeZone) - - - - QDateTime - qdatetime.html - QDateTime-5 - (const QDateTime &other) - - - - QDateTime - qdatetime.html - QDateTime-6 - (QDateTime &&other) - - - - ~QDateTime - qdatetime.html - dtor.QDateTime - () - - - QDateTime & - operator= - qdatetime.html - operator-eq - (QDateTime &&other) - - - QDateTime & - operator= - qdatetime.html - operator-eq-1 - (const QDateTime &other) - - - void - swap - qdatetime.html - swap - (QDateTime &other) - - - bool - isNull - qdatetime.html - isNull - () const const - - - bool - isValid - qdatetime.html - isValid - () const const - - - QDate - date - qdatetime.html - date - () const const - - - QTime - time - qdatetime.html - time - () const const - - - Qt::TimeSpec - timeSpec - qdatetime.html - timeSpec - () const const - - - int - offsetFromUtc - qdatetime.html - offsetFromUtc - () const const - - - QTimeZone - timeZone - qdatetime.html - timeZone - () const const - - - QString - timeZoneAbbreviation - qdatetime.html - timeZoneAbbreviation - () const const - - - bool - isDaylightTime - qdatetime.html - isDaylightTime - () const const - - - qint64 - toMSecsSinceEpoch - qdatetime.html - toMSecsSinceEpoch - () const const - - - qint64 - toSecsSinceEpoch - qdatetime.html - toSecsSinceEpoch - () const const - - - void - setDate - qdatetime.html - setDate - (const QDate &date) - - - void - setTime - qdatetime.html - setTime - (const QTime &time) - - - void - setTimeSpec - qdatetime.html - setTimeSpec - (Qt::TimeSpec spec) - - - void - setOffsetFromUtc - qdatetime.html - setOffsetFromUtc - (int offsetSeconds) - - - void - setTimeZone - qdatetime.html - setTimeZone - (const QTimeZone &toZone) - - - void - setMSecsSinceEpoch - qdatetime.html - setMSecsSinceEpoch - (qint64 msecs) - - - void - setSecsSinceEpoch - qdatetime.html - setSecsSinceEpoch - (qint64 secs) - - - QString - toString - qdatetime.html - toString-1 - (Qt::DateFormat format) const const - - - QString - toString - qdatetime.html - toString - (const QString &format) const const - - - QString - toString - qdatetime.html - toString-2 - (QStringView format) const const - - - QDateTime - addDays - qdatetime.html - addDays - (qint64 ndays) const const - - - QDateTime - addMonths - qdatetime.html - addMonths - (int nmonths) const const - - - QDateTime - addYears - qdatetime.html - addYears - (int nyears) const const - - - QDateTime - addSecs - qdatetime.html - addSecs - (qint64 s) const const - - - QDateTime - addMSecs - qdatetime.html - addMSecs - (qint64 msecs) const const - - - QDateTime - toTimeSpec - qdatetime.html - toTimeSpec - (Qt::TimeSpec spec) const const - - - QDateTime - toLocalTime - qdatetime.html - toLocalTime - () const const - - - QDateTime - toUTC - qdatetime.html - toUTC - () const const - - - QDateTime - toOffsetFromUtc - qdatetime.html - toOffsetFromUtc - (int offsetSeconds) const const - - - QDateTime - toTimeZone - qdatetime.html - toTimeZone - (const QTimeZone &timeZone) const const - - - qint64 - daysTo - qdatetime.html - daysTo - (const QDateTime &other) const const - - - qint64 - secsTo - qdatetime.html - secsTo - (const QDateTime &other) const const - - - qint64 - msecsTo - qdatetime.html - msecsTo - (const QDateTime &other) const const - - - bool - operator== - qdatetime.html - operator-eq-eq - (const QDateTime &other) const const - - - bool - operator!= - qdatetime.html - operator-not-eq - (const QDateTime &other) const const - - - bool - operator< - qdatetime.html - operator-lt - (const QDateTime &other) const const - - - bool - operator<= - qdatetime.html - operator-lt-eq - (const QDateTime &other) const const - - - bool - operator> - qdatetime.html - operator-gt - (const QDateTime &other) const const - - - bool - operator>= - qdatetime.html - operator-gt-eq - (const QDateTime &other) const const - - - QDateTime - currentDateTime - qdatetime.html - currentDateTime - () - - - QDateTime - currentDateTimeUtc - qdatetime.html - currentDateTimeUtc - () - - - QDateTime - fromString - qdatetime.html - fromString - (const QString &string, Qt::DateFormat format) - - - QDateTime - fromString - qdatetime.html - fromString-1 - (const QString &string, const QString &format) - - - uint - toTime_t - qdatetime-obsolete.html - toTime_t - () const const - - - void - setTime_t - qdatetime-obsolete.html - setTime_t - (uint seconds) - - - QDateTime - fromTime_t - qdatetime-obsolete.html - fromTime_t - (uint seconds) - - - QDateTime - fromTime_t - qdatetime-obsolete.html - fromTime_t-1 - (uint seconds, Qt::TimeSpec spec, int offsetSeconds) - - - QDateTime - fromTime_t - qdatetime-obsolete.html - fromTime_t-2 - (uint seconds, const QTimeZone &timeZone) - - - QDateTime - fromMSecsSinceEpoch - qdatetime.html - fromMSecsSinceEpoch - (qint64 msecs) - - - QDateTime - fromMSecsSinceEpoch - qdatetime.html - fromMSecsSinceEpoch-1 - (qint64 msecs, Qt::TimeSpec spec, int offsetSeconds) - - - QDateTime - fromSecsSinceEpoch - qdatetime.html - fromSecsSinceEpoch - (qint64 secs, Qt::TimeSpec spec, int offsetSeconds) - - - QDateTime - fromMSecsSinceEpoch - qdatetime.html - fromMSecsSinceEpoch-2 - (qint64 msecs, const QTimeZone &timeZone) - - - QDateTime - fromSecsSinceEpoch - qdatetime.html - fromSecsSinceEpoch-1 - (qint64 secs, const QTimeZone &timeZone) - - - qint64 - currentMSecsSinceEpoch - qdatetime.html - currentMSecsSinceEpoch - () - - - qint64 - currentSecsSinceEpoch - qdatetime.html - currentSecsSinceEpoch - () - - - QDateTime - fromCFDate - qdatetime.html - fromCFDate - (CFDateRef date) - - - CFDateRef - toCFDate - qdatetime.html - toCFDate - () const const - - - QDateTime - fromNSDate - qdatetime.html - fromNSDate - (const NSDate *date) - - - NSDate * - toNSDate - qdatetime.html - toNSDate - () const const - - - - QLocale - qlocale.html - - void - qt_check_for_QGADGET_macro - qlocale.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qlocale.html - QtGadgetHelper-typedef - - - - Language - qlocale.html - Language-enum - - - AnyLanguage - qlocale.html - Language-enum - - - C - qlocale.html - Language-enum - - - Abkhazian - qlocale.html - Language-enum - - - Oromo - qlocale.html - Language-enum - - - Afar - qlocale.html - Language-enum - - - Afrikaans - qlocale.html - Language-enum - - - Albanian - qlocale.html - Language-enum - - - Amharic - qlocale.html - Language-enum - - - Arabic - qlocale.html - Language-enum - - - Armenian - qlocale.html - Language-enum - - - Assamese - qlocale.html - Language-enum - - - Aymara - qlocale.html - Language-enum - - - Azerbaijani - qlocale.html - Language-enum - - - Bashkir - qlocale.html - Language-enum - - - Basque - qlocale.html - Language-enum - - - Bengali - qlocale.html - Language-enum - - - Dzongkha - qlocale.html - Language-enum - - - Bihari - qlocale.html - Language-enum - - - Bislama - qlocale.html - Language-enum - - - Breton - qlocale.html - Language-enum - - - Bulgarian - qlocale.html - Language-enum - - - Burmese - qlocale.html - Language-enum - - - Belarusian - qlocale.html - Language-enum - - - Khmer - qlocale.html - Language-enum - - - Catalan - qlocale.html - Language-enum - - - Chinese - qlocale.html - Language-enum - - - Corsican - qlocale.html - Language-enum - - - Croatian - qlocale.html - Language-enum - - - Czech - qlocale.html - Language-enum - - - Danish - qlocale.html - Language-enum - - - Dutch - qlocale.html - Language-enum - - - English - qlocale.html - Language-enum - - - Esperanto - qlocale.html - Language-enum - - - Estonian - qlocale.html - Language-enum - - - Faroese - qlocale.html - Language-enum - - - Fijian - qlocale.html - Language-enum - - - Finnish - qlocale.html - Language-enum - - - French - qlocale.html - Language-enum - - - WesternFrisian - qlocale.html - Language-enum - - - Gaelic - qlocale.html - Language-enum - - - Galician - qlocale.html - Language-enum - - - Georgian - qlocale.html - Language-enum - - - German - qlocale.html - Language-enum - - - Greek - qlocale.html - Language-enum - - - Greenlandic - qlocale.html - Language-enum - - - Guarani - qlocale.html - Language-enum - - - Gujarati - qlocale.html - Language-enum - - - Hausa - qlocale.html - Language-enum - - - Hebrew - qlocale.html - Language-enum - - - Hindi - qlocale.html - Language-enum - - - Hungarian - qlocale.html - Language-enum - - - Icelandic - qlocale.html - Language-enum - - - Indonesian - qlocale.html - Language-enum - - - Interlingua - qlocale.html - Language-enum - - - Interlingue - qlocale.html - Language-enum - - - Inuktitut - qlocale.html - Language-enum - - - Inupiak - qlocale.html - Language-enum - - - Irish - qlocale.html - Language-enum - - - Italian - qlocale.html - Language-enum - - - Japanese - qlocale.html - Language-enum - - - Javanese - qlocale.html - Language-enum - - - Kannada - qlocale.html - Language-enum - - - Kashmiri - qlocale.html - Language-enum - - - Kazakh - qlocale.html - Language-enum - - - Kinyarwanda - qlocale.html - Language-enum - - - Kirghiz - qlocale.html - Language-enum - - - Korean - qlocale.html - Language-enum - - - Kurdish - qlocale.html - Language-enum - - - Rundi - qlocale.html - Language-enum - - - Lao - qlocale.html - Language-enum - - - Latin - qlocale.html - Language-enum - - - Latvian - qlocale.html - Language-enum - - - Lingala - qlocale.html - Language-enum - - - Lithuanian - qlocale.html - Language-enum - - - Macedonian - qlocale.html - Language-enum - - - Malagasy - qlocale.html - Language-enum - - - Malay - qlocale.html - Language-enum - - - Malayalam - qlocale.html - Language-enum - - - Maltese - qlocale.html - Language-enum - - - Maori - qlocale.html - Language-enum - - - Marathi - qlocale.html - Language-enum - - - Marshallese - qlocale.html - Language-enum - - - Mongolian - qlocale.html - Language-enum - - - NauruLanguage - qlocale.html - Language-enum - - - Nepali - qlocale.html - Language-enum - - - NorwegianBokmal - qlocale.html - Language-enum - - - Occitan - qlocale.html - Language-enum - - - Oriya - qlocale.html - Language-enum - - - Pashto - qlocale.html - Language-enum - - - Persian - qlocale.html - Language-enum - - - Polish - qlocale.html - Language-enum - - - Portuguese - qlocale.html - Language-enum - - - Punjabi - qlocale.html - Language-enum - - - Quechua - qlocale.html - Language-enum - - - Romansh - qlocale.html - Language-enum - - - Romanian - qlocale.html - Language-enum - - - Russian - qlocale.html - Language-enum - - - Samoan - qlocale.html - Language-enum - - - Sango - qlocale.html - Language-enum - - - Sanskrit - qlocale.html - Language-enum - - - Serbian - qlocale.html - Language-enum - - - Ossetic - qlocale.html - Language-enum - - - SouthernSotho - qlocale.html - Language-enum - - - Tswana - qlocale.html - Language-enum - - - Shona - qlocale.html - Language-enum - - - Sindhi - qlocale.html - Language-enum - - - Sinhala - qlocale.html - Language-enum - - - Swati - qlocale.html - Language-enum - - - Slovak - qlocale.html - Language-enum - - - Slovenian - qlocale.html - Language-enum - - - Somali - qlocale.html - Language-enum - - - Spanish - qlocale.html - Language-enum - - - Sundanese - qlocale.html - Language-enum - - - Swahili - qlocale.html - Language-enum - - - Swedish - qlocale.html - Language-enum - - - Sardinian - qlocale.html - Language-enum - - - Tajik - qlocale.html - Language-enum - - - Tamil - qlocale.html - Language-enum - - - Tatar - qlocale.html - Language-enum - - - Telugu - qlocale.html - Language-enum - - - Thai - qlocale.html - Language-enum - - - Tibetan - qlocale.html - Language-enum - - - Tigrinya - qlocale.html - Language-enum - - - Tongan - qlocale.html - Language-enum - - - Tsonga - qlocale.html - Language-enum - - - Turkish - qlocale.html - Language-enum - - - Turkmen - qlocale.html - Language-enum - - - Tahitian - qlocale.html - Language-enum - - - Uighur - qlocale.html - Language-enum - - - Ukrainian - qlocale.html - Language-enum - - - Urdu - qlocale.html - Language-enum - - - Uzbek - qlocale.html - Language-enum - - - Vietnamese - qlocale.html - Language-enum - - - Volapuk - qlocale.html - Language-enum - - - Welsh - qlocale.html - Language-enum - - - Wolof - qlocale.html - Language-enum - - - Xhosa - qlocale.html - Language-enum - - - Yiddish - qlocale.html - Language-enum - - - Yoruba - qlocale.html - Language-enum - - - Zhuang - qlocale.html - Language-enum - - - Zulu - qlocale.html - Language-enum - - - NorwegianNynorsk - qlocale.html - Language-enum - - - Bosnian - qlocale.html - Language-enum - - - Divehi - qlocale.html - Language-enum - - - Manx - qlocale.html - Language-enum - - - Cornish - qlocale.html - Language-enum - - - Akan - qlocale.html - Language-enum - - - Konkani - qlocale.html - Language-enum - - - Ga - qlocale.html - Language-enum - - - Igbo - qlocale.html - Language-enum - - - Kamba - qlocale.html - Language-enum - - - Syriac - qlocale.html - Language-enum - - - Blin - qlocale.html - Language-enum - - - Geez - qlocale.html - Language-enum - - - Koro - qlocale.html - Language-enum - - - Sidamo - qlocale.html - Language-enum - - - Atsam - qlocale.html - Language-enum - - - Tigre - qlocale.html - Language-enum - - - Jju - qlocale.html - Language-enum - - - Friulian - qlocale.html - Language-enum - - - Venda - qlocale.html - Language-enum - - - Ewe - qlocale.html - Language-enum - - - Walamo - qlocale.html - Language-enum - - - Hawaiian - qlocale.html - Language-enum - - - Tyap - qlocale.html - Language-enum - - - Nyanja - qlocale.html - Language-enum - - - Filipino - qlocale.html - Language-enum - - - SwissGerman - qlocale.html - Language-enum - - - SichuanYi - qlocale.html - Language-enum - - - Kpelle - qlocale.html - Language-enum - - - LowGerman - qlocale.html - Language-enum - - - SouthNdebele - qlocale.html - Language-enum - - - NorthernSotho - qlocale.html - Language-enum - - - NorthernSami - qlocale.html - Language-enum - - - Taroko - qlocale.html - Language-enum - - - Gusii - qlocale.html - Language-enum - - - Taita - qlocale.html - Language-enum - - - Fulah - qlocale.html - Language-enum - - - Kikuyu - qlocale.html - Language-enum - - - Samburu - qlocale.html - Language-enum - - - Sena - qlocale.html - Language-enum - - - NorthNdebele - qlocale.html - Language-enum - - - Rombo - qlocale.html - Language-enum - - - Tachelhit - qlocale.html - Language-enum - - - Kabyle - qlocale.html - Language-enum - - - Nyankole - qlocale.html - Language-enum - - - Bena - qlocale.html - Language-enum - - - Vunjo - qlocale.html - Language-enum - - - Bambara - qlocale.html - Language-enum - - - Embu - qlocale.html - Language-enum - - - Cherokee - qlocale.html - Language-enum - - - Morisyen - qlocale.html - Language-enum - - - Makonde - qlocale.html - Language-enum - - - Langi - qlocale.html - Language-enum - - - Ganda - qlocale.html - Language-enum - - - Bemba - qlocale.html - Language-enum - - - Kabuverdianu - qlocale.html - Language-enum - - - Meru - qlocale.html - Language-enum - - - Kalenjin - qlocale.html - Language-enum - - - Nama - qlocale.html - Language-enum - - - Machame - qlocale.html - Language-enum - - - Colognian - qlocale.html - Language-enum - - - Masai - qlocale.html - Language-enum - - - Soga - qlocale.html - Language-enum - - - Luyia - qlocale.html - Language-enum - - - Asu - qlocale.html - Language-enum - - - Teso - qlocale.html - Language-enum - - - Saho - qlocale.html - Language-enum - - - KoyraChiini - qlocale.html - Language-enum - - - Rwa - qlocale.html - Language-enum - - - Luo - qlocale.html - Language-enum - - - Chiga - qlocale.html - Language-enum - - - CentralMoroccoTamazight - qlocale.html - Language-enum - - - KoyraboroSenni - qlocale.html - Language-enum - - - Shambala - qlocale.html - Language-enum - - - Bodo - qlocale.html - Language-enum - - - Avaric - qlocale.html - Language-enum - - - Chamorro - qlocale.html - Language-enum - - - Chechen - qlocale.html - Language-enum - - - Church - qlocale.html - Language-enum - - - Chuvash - qlocale.html - Language-enum - - - Cree - qlocale.html - Language-enum - - - Haitian - qlocale.html - Language-enum - - - Herero - qlocale.html - Language-enum - - - HiriMotu - qlocale.html - Language-enum - - - Kanuri - qlocale.html - Language-enum - - - Komi - qlocale.html - Language-enum - - - Kongo - qlocale.html - Language-enum - - - Kwanyama - qlocale.html - Language-enum - - - Limburgish - qlocale.html - Language-enum - - - LubaKatanga - qlocale.html - Language-enum - - - Luxembourgish - qlocale.html - Language-enum - - - Navaho - qlocale.html - Language-enum - - - Ndonga - qlocale.html - Language-enum - - - Ojibwa - qlocale.html - Language-enum - - - Pali - qlocale.html - Language-enum - - - Walloon - qlocale.html - Language-enum - - - Aghem - qlocale.html - Language-enum - - - Basaa - qlocale.html - Language-enum - - - Zarma - qlocale.html - Language-enum - - - Duala - qlocale.html - Language-enum - - - JolaFonyi - qlocale.html - Language-enum - - - Ewondo - qlocale.html - Language-enum - - - Bafia - qlocale.html - Language-enum - - - MakhuwaMeetto - qlocale.html - Language-enum - - - Mundang - qlocale.html - Language-enum - - - Kwasio - qlocale.html - Language-enum - - - Nuer - qlocale.html - Language-enum - - - Sakha - qlocale.html - Language-enum - - - Sangu - qlocale.html - Language-enum - - - CongoSwahili - qlocale.html - Language-enum - - - Tasawaq - qlocale.html - Language-enum - - - Vai - qlocale.html - Language-enum - - - Walser - qlocale.html - Language-enum - - - Yangben - qlocale.html - Language-enum - - - Avestan - qlocale.html - Language-enum - - - Asturian - qlocale.html - Language-enum - - - Ngomba - qlocale.html - Language-enum - - - Kako - qlocale.html - Language-enum - - - Meta - qlocale.html - Language-enum - - - Ngiemboon - qlocale.html - Language-enum - - - Aragonese - qlocale.html - Language-enum - - - Akkadian - qlocale.html - Language-enum - - - AncientEgyptian - qlocale.html - Language-enum - - - AncientGreek - qlocale.html - Language-enum - - - Aramaic - qlocale.html - Language-enum - - - Balinese - qlocale.html - Language-enum - - - Bamun - qlocale.html - Language-enum - - - BatakToba - qlocale.html - Language-enum - - - Buginese - qlocale.html - Language-enum - - - Buhid - qlocale.html - Language-enum - - - Carian - qlocale.html - Language-enum - - - Chakma - qlocale.html - Language-enum - - - ClassicalMandaic - qlocale.html - Language-enum - - - Coptic - qlocale.html - Language-enum - - - Dogri - qlocale.html - Language-enum - - - EasternCham - qlocale.html - Language-enum - - - EasternKayah - qlocale.html - Language-enum - - - Etruscan - qlocale.html - Language-enum - - - Gothic - qlocale.html - Language-enum - - - Hanunoo - qlocale.html - Language-enum - - - Ingush - qlocale.html - Language-enum - - - LargeFloweryMiao - qlocale.html - Language-enum - - - Lepcha - qlocale.html - Language-enum - - - Limbu - qlocale.html - Language-enum - - - Lisu - qlocale.html - Language-enum - - - Lu - qlocale.html - Language-enum - - - Lycian - qlocale.html - Language-enum - - - Lydian - qlocale.html - Language-enum - - - Mandingo - qlocale.html - Language-enum - - - Manipuri - qlocale.html - Language-enum - - - Meroitic - qlocale.html - Language-enum - - - NorthernThai - qlocale.html - Language-enum - - - OldIrish - qlocale.html - Language-enum - - - OldNorse - qlocale.html - Language-enum - - - OldPersian - qlocale.html - Language-enum - - - OldTurkish - qlocale.html - Language-enum - - - Pahlavi - qlocale.html - Language-enum - - - Parthian - qlocale.html - Language-enum - - - Phoenician - qlocale.html - Language-enum - - - PrakritLanguage - qlocale.html - Language-enum - - - Rejang - qlocale.html - Language-enum - - - Sabaean - qlocale.html - Language-enum - - - Samaritan - qlocale.html - Language-enum - - - Santali - qlocale.html - Language-enum - - - Saurashtra - qlocale.html - Language-enum - - - Sora - qlocale.html - Language-enum - - - Sylheti - qlocale.html - Language-enum - - - Tagbanwa - qlocale.html - Language-enum - - - TaiDam - qlocale.html - Language-enum - - - TaiNua - qlocale.html - Language-enum - - - Ugaritic - qlocale.html - Language-enum - - - Akoose - qlocale.html - Language-enum - - - Lakota - qlocale.html - Language-enum - - - StandardMoroccanTamazight - qlocale.html - Language-enum - - - Mapuche - qlocale.html - Language-enum - - - CentralKurdish - qlocale.html - Language-enum - - - LowerSorbian - qlocale.html - Language-enum - - - UpperSorbian - qlocale.html - Language-enum - - - Kenyang - qlocale.html - Language-enum - - - Mohawk - qlocale.html - Language-enum - - - Nko - qlocale.html - Language-enum - - - Prussian - qlocale.html - Language-enum - - - Kiche - qlocale.html - Language-enum - - - SouthernSami - qlocale.html - Language-enum - - - LuleSami - qlocale.html - Language-enum - - - InariSami - qlocale.html - Language-enum - - - SkoltSami - qlocale.html - Language-enum - - - Warlpiri - qlocale.html - Language-enum - - - ManichaeanMiddlePersian - qlocale.html - Language-enum - - - Mende - qlocale.html - Language-enum - - - AncientNorthArabian - qlocale.html - Language-enum - - - LinearA - qlocale.html - Language-enum - - - HmongNjua - qlocale.html - Language-enum - - - Ho - qlocale.html - Language-enum - - - Lezghian - qlocale.html - Language-enum - - - Bassa - qlocale.html - Language-enum - - - Mono - qlocale.html - Language-enum - - - TedimChin - qlocale.html - Language-enum - - - Maithili - qlocale.html - Language-enum - - - Ahom - qlocale.html - Language-enum - - - AmericanSignLanguage - qlocale.html - Language-enum - - - ArdhamagadhiPrakrit - qlocale.html - Language-enum - - - Bhojpuri - qlocale.html - Language-enum - - - HieroglyphicLuwian - qlocale.html - Language-enum - - - LiteraryChinese - qlocale.html - Language-enum - - - Mazanderani - qlocale.html - Language-enum - - - Mru - qlocale.html - Language-enum - - - Newari - qlocale.html - Language-enum - - - NorthernLuri - qlocale.html - Language-enum - - - Palauan - qlocale.html - Language-enum - - - Papiamento - qlocale.html - Language-enum - - - Saraiki - qlocale.html - Language-enum - - - TokelauLanguage - qlocale.html - Language-enum - - - TokPisin - qlocale.html - Language-enum - - - TuvaluLanguage - qlocale.html - Language-enum - - - UncodedLanguages - qlocale.html - Language-enum - - - Cantonese - qlocale.html - Language-enum - - - Osage - qlocale.html - Language-enum - - - Tangut - qlocale.html - Language-enum - - - Afan - qlocale.html - Language-enum - - - Bhutani - qlocale.html - Language-enum - - - Byelorussian - qlocale.html - Language-enum - - - Cambodian - qlocale.html - Language-enum - - - Chewa - qlocale.html - Language-enum - - - Frisian - qlocale.html - Language-enum - - - Kurundi - qlocale.html - Language-enum - - - Moldavian - qlocale.html - Language-enum - - - Norwegian - qlocale.html - Language-enum - - - RhaetoRomance - qlocale.html - Language-enum - - - SerboCroatian - qlocale.html - Language-enum - - - Tagalog - qlocale.html - Language-enum - - - Twi - qlocale.html - Language-enum - - - Uigur - qlocale.html - Language-enum - - - LastLanguage - qlocale.html - Language-enum - - - Script - qlocale.html - Script-enum - - - AnyScript - qlocale.html - Script-enum - - - ArabicScript - qlocale.html - Script-enum - - - CyrillicScript - qlocale.html - Script-enum - - - DeseretScript - qlocale.html - Script-enum - - - GurmukhiScript - qlocale.html - Script-enum - - - SimplifiedHanScript - qlocale.html - Script-enum - - - TraditionalHanScript - qlocale.html - Script-enum - - - LatinScript - qlocale.html - Script-enum - - - MongolianScript - qlocale.html - Script-enum - - - TifinaghScript - qlocale.html - Script-enum - - - ArmenianScript - qlocale.html - Script-enum - - - BengaliScript - qlocale.html - Script-enum - - - CherokeeScript - qlocale.html - Script-enum - - - DevanagariScript - qlocale.html - Script-enum - - - EthiopicScript - qlocale.html - Script-enum - - - GeorgianScript - qlocale.html - Script-enum - - - GreekScript - qlocale.html - Script-enum - - - GujaratiScript - qlocale.html - Script-enum - - - HebrewScript - qlocale.html - Script-enum - - - JapaneseScript - qlocale.html - Script-enum - - - KhmerScript - qlocale.html - Script-enum - - - KannadaScript - qlocale.html - Script-enum - - - KoreanScript - qlocale.html - Script-enum - - - LaoScript - qlocale.html - Script-enum - - - MalayalamScript - qlocale.html - Script-enum - - - MyanmarScript - qlocale.html - Script-enum - - - OriyaScript - qlocale.html - Script-enum - - - TamilScript - qlocale.html - Script-enum - - - TeluguScript - qlocale.html - Script-enum - - - ThaanaScript - qlocale.html - Script-enum - - - ThaiScript - qlocale.html - Script-enum - - - TibetanScript - qlocale.html - Script-enum - - - SinhalaScript - qlocale.html - Script-enum - - - SyriacScript - qlocale.html - Script-enum - - - YiScript - qlocale.html - Script-enum - - - VaiScript - qlocale.html - Script-enum - - - AvestanScript - qlocale.html - Script-enum - - - BalineseScript - qlocale.html - Script-enum - - - BamumScript - qlocale.html - Script-enum - - - BatakScript - qlocale.html - Script-enum - - - BopomofoScript - qlocale.html - Script-enum - - - BrahmiScript - qlocale.html - Script-enum - - - BugineseScript - qlocale.html - Script-enum - - - BuhidScript - qlocale.html - Script-enum - - - CanadianAboriginalScript - qlocale.html - Script-enum - - - CarianScript - qlocale.html - Script-enum - - - ChakmaScript - qlocale.html - Script-enum - - - ChamScript - qlocale.html - Script-enum - - - CopticScript - qlocale.html - Script-enum - - - CypriotScript - qlocale.html - Script-enum - - - EgyptianHieroglyphsScript - qlocale.html - Script-enum - - - FraserScript - qlocale.html - Script-enum - - - GlagoliticScript - qlocale.html - Script-enum - - - GothicScript - qlocale.html - Script-enum - - - HanScript - qlocale.html - Script-enum - - - HangulScript - qlocale.html - Script-enum - - - HanunooScript - qlocale.html - Script-enum - - - ImperialAramaicScript - qlocale.html - Script-enum - - - InscriptionalPahlaviScript - qlocale.html - Script-enum - - - InscriptionalParthianScript - qlocale.html - Script-enum - - - JavaneseScript - qlocale.html - Script-enum - - - KaithiScript - qlocale.html - Script-enum - - - KatakanaScript - qlocale.html - Script-enum - - - KayahLiScript - qlocale.html - Script-enum - - - KharoshthiScript - qlocale.html - Script-enum - - - LannaScript - qlocale.html - Script-enum - - - LepchaScript - qlocale.html - Script-enum - - - LimbuScript - qlocale.html - Script-enum - - - LinearBScript - qlocale.html - Script-enum - - - LycianScript - qlocale.html - Script-enum - - - LydianScript - qlocale.html - Script-enum - - - MandaeanScript - qlocale.html - Script-enum - - - MeiteiMayekScript - qlocale.html - Script-enum - - - MeroiticScript - qlocale.html - Script-enum - - - MeroiticCursiveScript - qlocale.html - Script-enum - - - NkoScript - qlocale.html - Script-enum - - - NewTaiLueScript - qlocale.html - Script-enum - - - OghamScript - qlocale.html - Script-enum - - - OlChikiScript - qlocale.html - Script-enum - - - OldItalicScript - qlocale.html - Script-enum - - - OldPersianScript - qlocale.html - Script-enum - - - OldSouthArabianScript - qlocale.html - Script-enum - - - OrkhonScript - qlocale.html - Script-enum - - - OsmanyaScript - qlocale.html - Script-enum - - - PhagsPaScript - qlocale.html - Script-enum - - - PhoenicianScript - qlocale.html - Script-enum - - - PollardPhoneticScript - qlocale.html - Script-enum - - - RejangScript - qlocale.html - Script-enum - - - RunicScript - qlocale.html - Script-enum - - - SamaritanScript - qlocale.html - Script-enum - - - SaurashtraScript - qlocale.html - Script-enum - - - SharadaScript - qlocale.html - Script-enum - - - ShavianScript - qlocale.html - Script-enum - - - SoraSompengScript - qlocale.html - Script-enum - - - CuneiformScript - qlocale.html - Script-enum - - - SundaneseScript - qlocale.html - Script-enum - - - SylotiNagriScript - qlocale.html - Script-enum - - - TagalogScript - qlocale.html - Script-enum - - - TagbanwaScript - qlocale.html - Script-enum - - - TaiLeScript - qlocale.html - Script-enum - - - TaiVietScript - qlocale.html - Script-enum - - - TakriScript - qlocale.html - Script-enum - - - UgariticScript - qlocale.html - Script-enum - - - BrailleScript - qlocale.html - Script-enum - - - HiraganaScript - qlocale.html - Script-enum - - - CaucasianAlbanianScript - qlocale.html - Script-enum - - - BassaVahScript - qlocale.html - Script-enum - - - DuployanScript - qlocale.html - Script-enum - - - ElbasanScript - qlocale.html - Script-enum - - - GranthaScript - qlocale.html - Script-enum - - - PahawhHmongScript - qlocale.html - Script-enum - - - KhojkiScript - qlocale.html - Script-enum - - - LinearAScript - qlocale.html - Script-enum - - - MahajaniScript - qlocale.html - Script-enum - - - ManichaeanScript - qlocale.html - Script-enum - - - MendeKikakuiScript - qlocale.html - Script-enum - - - ModiScript - qlocale.html - Script-enum - - - MroScript - qlocale.html - Script-enum - - - OldNorthArabianScript - qlocale.html - Script-enum - - - NabataeanScript - qlocale.html - Script-enum - - - PalmyreneScript - qlocale.html - Script-enum - - - PauCinHauScript - qlocale.html - Script-enum - - - OldPermicScript - qlocale.html - Script-enum - - - PsalterPahlaviScript - qlocale.html - Script-enum - - - SiddhamScript - qlocale.html - Script-enum - - - KhudawadiScript - qlocale.html - Script-enum - - - TirhutaScript - qlocale.html - Script-enum - - - VarangKshitiScript - qlocale.html - Script-enum - - - AhomScript - qlocale.html - Script-enum - - - AnatolianHieroglyphsScript - qlocale.html - Script-enum - - - HatranScript - qlocale.html - Script-enum - - - MultaniScript - qlocale.html - Script-enum - - - OldHungarianScript - qlocale.html - Script-enum - - - SignWritingScript - qlocale.html - Script-enum - - - AdlamScript - qlocale.html - Script-enum - - - BhaiksukiScript - qlocale.html - Script-enum - - - MarchenScript - qlocale.html - Script-enum - - - NewaScript - qlocale.html - Script-enum - - - OsageScript - qlocale.html - Script-enum - - - TangutScript - qlocale.html - Script-enum - - - HanWithBopomofoScript - qlocale.html - Script-enum - - - JamoScript - qlocale.html - Script-enum - - - SimplifiedChineseScript - qlocale.html - Script-enum - - - TraditionalChineseScript - qlocale.html - Script-enum - - - LastScript - qlocale.html - Script-enum - - - Country - qlocale.html - Country-enum - - - AnyCountry - qlocale.html - Country-enum - - - Afghanistan - qlocale.html - Country-enum - - - Albania - qlocale.html - Country-enum - - - Algeria - qlocale.html - Country-enum - - - AmericanSamoa - qlocale.html - Country-enum - - - Andorra - qlocale.html - Country-enum - - - Angola - qlocale.html - Country-enum - - - Anguilla - qlocale.html - Country-enum - - - Antarctica - qlocale.html - Country-enum - - - AntiguaAndBarbuda - qlocale.html - Country-enum - - - Argentina - qlocale.html - Country-enum - - - Armenia - qlocale.html - Country-enum - - - Aruba - qlocale.html - Country-enum - - - Australia - qlocale.html - Country-enum - - - Austria - qlocale.html - Country-enum - - - Azerbaijan - qlocale.html - Country-enum - - - Bahamas - qlocale.html - Country-enum - - - Bahrain - qlocale.html - Country-enum - - - Bangladesh - qlocale.html - Country-enum - - - Barbados - qlocale.html - Country-enum - - - Belarus - qlocale.html - Country-enum - - - Belgium - qlocale.html - Country-enum - - - Belize - qlocale.html - Country-enum - - - Benin - qlocale.html - Country-enum - - - Bermuda - qlocale.html - Country-enum - - - Bhutan - qlocale.html - Country-enum - - - Bolivia - qlocale.html - Country-enum - - - BosniaAndHerzegowina - qlocale.html - Country-enum - - - Botswana - qlocale.html - Country-enum - - - BouvetIsland - qlocale.html - Country-enum - - - Brazil - qlocale.html - Country-enum - - - BritishIndianOceanTerritory - qlocale.html - Country-enum - - - Brunei - qlocale.html - Country-enum - - - Bulgaria - qlocale.html - Country-enum - - - BurkinaFaso - qlocale.html - Country-enum - - - Burundi - qlocale.html - Country-enum - - - Cambodia - qlocale.html - Country-enum - - - Cameroon - qlocale.html - Country-enum - - - Canada - qlocale.html - Country-enum - - - CapeVerde - qlocale.html - Country-enum - - - CaymanIslands - qlocale.html - Country-enum - - - CentralAfricanRepublic - qlocale.html - Country-enum - - - Chad - qlocale.html - Country-enum - - - Chile - qlocale.html - Country-enum - - - China - qlocale.html - Country-enum - - - ChristmasIsland - qlocale.html - Country-enum - - - CocosIslands - qlocale.html - Country-enum - - - Colombia - qlocale.html - Country-enum - - - Comoros - qlocale.html - Country-enum - - - CongoKinshasa - qlocale.html - Country-enum - - - CongoBrazzaville - qlocale.html - Country-enum - - - CookIslands - qlocale.html - Country-enum - - - CostaRica - qlocale.html - Country-enum - - - IvoryCoast - qlocale.html - Country-enum - - - Croatia - qlocale.html - Country-enum - - - Cuba - qlocale.html - Country-enum - - - Cyprus - qlocale.html - Country-enum - - - CzechRepublic - qlocale.html - Country-enum - - - Denmark - qlocale.html - Country-enum - - - Djibouti - qlocale.html - Country-enum - - - Dominica - qlocale.html - Country-enum - - - DominicanRepublic - qlocale.html - Country-enum - - - EastTimor - qlocale.html - Country-enum - - - Ecuador - qlocale.html - Country-enum - - - Egypt - qlocale.html - Country-enum - - - ElSalvador - qlocale.html - Country-enum - - - EquatorialGuinea - qlocale.html - Country-enum - - - Eritrea - qlocale.html - Country-enum - - - Estonia - qlocale.html - Country-enum - - - Ethiopia - qlocale.html - Country-enum - - - FalklandIslands - qlocale.html - Country-enum - - - FaroeIslands - qlocale.html - Country-enum - - - Fiji - qlocale.html - Country-enum - - - Finland - qlocale.html - Country-enum - - - France - qlocale.html - Country-enum - - - Guernsey - qlocale.html - Country-enum - - - FrenchGuiana - qlocale.html - Country-enum - - - FrenchPolynesia - qlocale.html - Country-enum - - - FrenchSouthernTerritories - qlocale.html - Country-enum - - - Gabon - qlocale.html - Country-enum - - - Gambia - qlocale.html - Country-enum - - - Georgia - qlocale.html - Country-enum - - - Germany - qlocale.html - Country-enum - - - Ghana - qlocale.html - Country-enum - - - Gibraltar - qlocale.html - Country-enum - - - Greece - qlocale.html - Country-enum - - - Greenland - qlocale.html - Country-enum - - - Grenada - qlocale.html - Country-enum - - - Guadeloupe - qlocale.html - Country-enum - - - Guam - qlocale.html - Country-enum - - - Guatemala - qlocale.html - Country-enum - - - Guinea - qlocale.html - Country-enum - - - GuineaBissau - qlocale.html - Country-enum - - - Guyana - qlocale.html - Country-enum - - - Haiti - qlocale.html - Country-enum - - - HeardAndMcDonaldIslands - qlocale.html - Country-enum - - - Honduras - qlocale.html - Country-enum - - - HongKong - qlocale.html - Country-enum - - - Hungary - qlocale.html - Country-enum - - - Iceland - qlocale.html - Country-enum - - - India - qlocale.html - Country-enum - - - Indonesia - qlocale.html - Country-enum - - - Iran - qlocale.html - Country-enum - - - Iraq - qlocale.html - Country-enum - - - Ireland - qlocale.html - Country-enum - - - Israel - qlocale.html - Country-enum - - - Italy - qlocale.html - Country-enum - - - Jamaica - qlocale.html - Country-enum - - - Japan - qlocale.html - Country-enum - - - Jordan - qlocale.html - Country-enum - - - Kazakhstan - qlocale.html - Country-enum - - - Kenya - qlocale.html - Country-enum - - - Kiribati - qlocale.html - Country-enum - - - NorthKorea - qlocale.html - Country-enum - - - SouthKorea - qlocale.html - Country-enum - - - Kuwait - qlocale.html - Country-enum - - - Kyrgyzstan - qlocale.html - Country-enum - - - Laos - qlocale.html - Country-enum - - - Latvia - qlocale.html - Country-enum - - - Lebanon - qlocale.html - Country-enum - - - Lesotho - qlocale.html - Country-enum - - - Liberia - qlocale.html - Country-enum - - - Libya - qlocale.html - Country-enum - - - Liechtenstein - qlocale.html - Country-enum - - - Lithuania - qlocale.html - Country-enum - - - Luxembourg - qlocale.html - Country-enum - - - Macau - qlocale.html - Country-enum - - - Macedonia - qlocale.html - Country-enum - - - Madagascar - qlocale.html - Country-enum - - - Malawi - qlocale.html - Country-enum - - - Malaysia - qlocale.html - Country-enum - - - Maldives - qlocale.html - Country-enum - - - Mali - qlocale.html - Country-enum - - - Malta - qlocale.html - Country-enum - - - MarshallIslands - qlocale.html - Country-enum - - - Martinique - qlocale.html - Country-enum - - - Mauritania - qlocale.html - Country-enum - - - Mauritius - qlocale.html - Country-enum - - - Mayotte - qlocale.html - Country-enum - - - Mexico - qlocale.html - Country-enum - - - Micronesia - qlocale.html - Country-enum - - - Moldova - qlocale.html - Country-enum - - - Monaco - qlocale.html - Country-enum - - - Mongolia - qlocale.html - Country-enum - - - Montserrat - qlocale.html - Country-enum - - - Morocco - qlocale.html - Country-enum - - - Mozambique - qlocale.html - Country-enum - - - Myanmar - qlocale.html - Country-enum - - - Namibia - qlocale.html - Country-enum - - - NauruCountry - qlocale.html - Country-enum - - - Nepal - qlocale.html - Country-enum - - - Netherlands - qlocale.html - Country-enum - - - CuraSao - qlocale.html - Country-enum - - - NewCaledonia - qlocale.html - Country-enum - - - NewZealand - qlocale.html - Country-enum - - - Nicaragua - qlocale.html - Country-enum - - - Niger - qlocale.html - Country-enum - - - Nigeria - qlocale.html - Country-enum - - - Niue - qlocale.html - Country-enum - - - NorfolkIsland - qlocale.html - Country-enum - - - NorthernMarianaIslands - qlocale.html - Country-enum - - - Norway - qlocale.html - Country-enum - - - Oman - qlocale.html - Country-enum - - - Pakistan - qlocale.html - Country-enum - - - Palau - qlocale.html - Country-enum - - - PalestinianTerritories - qlocale.html - Country-enum - - - Panama - qlocale.html - Country-enum - - - PapuaNewGuinea - qlocale.html - Country-enum - - - Paraguay - qlocale.html - Country-enum - - - Peru - qlocale.html - Country-enum - - - Philippines - qlocale.html - Country-enum - - - Pitcairn - qlocale.html - Country-enum - - - Poland - qlocale.html - Country-enum - - - Portugal - qlocale.html - Country-enum - - - PuertoRico - qlocale.html - Country-enum - - - Qatar - qlocale.html - Country-enum - - - Reunion - qlocale.html - Country-enum - - - Romania - qlocale.html - Country-enum - - - Russia - qlocale.html - Country-enum - - - Rwanda - qlocale.html - Country-enum - - - SaintKittsAndNevis - qlocale.html - Country-enum - - - SaintLucia - qlocale.html - Country-enum - - - SaintVincentAndTheGrenadines - qlocale.html - Country-enum - - - Samoa - qlocale.html - Country-enum - - - SanMarino - qlocale.html - Country-enum - - - SaoTomeAndPrincipe - qlocale.html - Country-enum - - - SaudiArabia - qlocale.html - Country-enum - - - Senegal - qlocale.html - Country-enum - - - Seychelles - qlocale.html - Country-enum - - - SierraLeone - qlocale.html - Country-enum - - - Singapore - qlocale.html - Country-enum - - - Slovakia - qlocale.html - Country-enum - - - Slovenia - qlocale.html - Country-enum - - - SolomonIslands - qlocale.html - Country-enum - - - Somalia - qlocale.html - Country-enum - - - SouthAfrica - qlocale.html - Country-enum - - - SouthGeorgiaAndTheSouthSandwichIslands - qlocale.html - Country-enum - - - Spain - qlocale.html - Country-enum - - - SriLanka - qlocale.html - Country-enum - - - SaintHelena - qlocale.html - Country-enum - - - SaintPierreAndMiquelon - qlocale.html - Country-enum - - - Sudan - qlocale.html - Country-enum - - - Suriname - qlocale.html - Country-enum - - - SvalbardAndJanMayenIslands - qlocale.html - Country-enum - - - Swaziland - qlocale.html - Country-enum - - - Sweden - qlocale.html - Country-enum - - - Switzerland - qlocale.html - Country-enum - - - Syria - qlocale.html - Country-enum - - - Taiwan - qlocale.html - Country-enum - - - Tajikistan - qlocale.html - Country-enum - - - Tanzania - qlocale.html - Country-enum - - - Thailand - qlocale.html - Country-enum - - - Togo - qlocale.html - Country-enum - - - TokelauCountry - qlocale.html - Country-enum - - - Tonga - qlocale.html - Country-enum - - - TrinidadAndTobago - qlocale.html - Country-enum - - - Tunisia - qlocale.html - Country-enum - - - Turkey - qlocale.html - Country-enum - - - Turkmenistan - qlocale.html - Country-enum - - - TurksAndCaicosIslands - qlocale.html - Country-enum - - - TuvaluCountry - qlocale.html - Country-enum - - - Uganda - qlocale.html - Country-enum - - - Ukraine - qlocale.html - Country-enum - - - UnitedArabEmirates - qlocale.html - Country-enum - - - UnitedKingdom - qlocale.html - Country-enum - - - UnitedStates - qlocale.html - Country-enum - - - UnitedStatesMinorOutlyingIslands - qlocale.html - Country-enum - - - Uruguay - qlocale.html - Country-enum - - - Uzbekistan - qlocale.html - Country-enum - - - Vanuatu - qlocale.html - Country-enum - - - VaticanCityState - qlocale.html - Country-enum - - - Venezuela - qlocale.html - Country-enum - - - Vietnam - qlocale.html - Country-enum - - - BritishVirginIslands - qlocale.html - Country-enum - - - UnitedStatesVirginIslands - qlocale.html - Country-enum - - - WallisAndFutunaIslands - qlocale.html - Country-enum - - - WesternSahara - qlocale.html - Country-enum - - - Yemen - qlocale.html - Country-enum - - - CanaryIslands - qlocale.html - Country-enum - - - Zambia - qlocale.html - Country-enum - - - Zimbabwe - qlocale.html - Country-enum - - - ClippertonIsland - qlocale.html - Country-enum - - - Montenegro - qlocale.html - Country-enum - - - Serbia - qlocale.html - Country-enum - - - SaintBarthelemy - qlocale.html - Country-enum - - - SaintMartin - qlocale.html - Country-enum - - - LatinAmerica - qlocale.html - Country-enum - - - AscensionIsland - qlocale.html - Country-enum - - - AlandIslands - qlocale.html - Country-enum - - - DiegoGarcia - qlocale.html - Country-enum - - - CeutaAndMelilla - qlocale.html - Country-enum - - - IsleOfMan - qlocale.html - Country-enum - - - Jersey - qlocale.html - Country-enum - - - TristanDaCunha - qlocale.html - Country-enum - - - SouthSudan - qlocale.html - Country-enum - - - Bonaire - qlocale.html - Country-enum - - - SintMaarten - qlocale.html - Country-enum - - - Kosovo - qlocale.html - Country-enum - - - EuropeanUnion - qlocale.html - Country-enum - - - OutlyingOceania - qlocale.html - Country-enum - - - World - qlocale.html - Country-enum - - - Europe - qlocale.html - Country-enum - - - DemocraticRepublicOfCongo - qlocale.html - Country-enum - - - DemocraticRepublicOfKorea - qlocale.html - Country-enum - - - LatinAmericaAndTheCaribbean - qlocale.html - Country-enum - - - PeoplesRepublicOfCongo - qlocale.html - Country-enum - - - RepublicOfKorea - qlocale.html - Country-enum - - - RussianFederation - qlocale.html - Country-enum - - - SyrianArabRepublic - qlocale.html - Country-enum - - - Tokelau - qlocale.html - Country-enum - - - Tuvalu - qlocale.html - Country-enum - - - LastCountry - qlocale.html - Country-enum - - - MeasurementSystem - qlocale.html - MeasurementSystem-enum - - - MetricSystem - qlocale.html - MeasurementSystem-enum - - - ImperialUSSystem - qlocale.html - MeasurementSystem-enum - - - ImperialUKSystem - qlocale.html - MeasurementSystem-enum - - - ImperialSystem - qlocale.html - MeasurementSystem-enum - - - FormatType - qlocale.html - FormatType-enum - - - LongFormat - qlocale.html - FormatType-enum - - - ShortFormat - qlocale.html - FormatType-enum - - - NarrowFormat - qlocale.html - FormatType-enum - - - NumberOption - qlocale.html - NumberOption-enum - - - DefaultNumberOptions - qlocale.html - NumberOption-enum - - - OmitGroupSeparator - qlocale.html - NumberOption-enum - - - RejectGroupSeparator - qlocale.html - NumberOption-enum - - - OmitLeadingZeroInExponent - qlocale.html - NumberOption-enum - - - RejectLeadingZeroInExponent - qlocale.html - NumberOption-enum - - - IncludeTrailingZeroesAfterDot - qlocale.html - NumberOption-enum - - - RejectTrailingZeroesAfterDot - qlocale.html - NumberOption-enum - - - NumberOptions - qlocale.html - NumberOption-enum - - - - FloatingPointPrecisionOption - qlocale.html - FloatingPointPrecisionOption-enum - - - FloatingPointShortest - qlocale.html - FloatingPointPrecisionOption-enum - - - CurrencySymbolFormat - qlocale.html - CurrencySymbolFormat-enum - - - CurrencyIsoCode - qlocale.html - CurrencySymbolFormat-enum - - - CurrencySymbol - qlocale.html - CurrencySymbolFormat-enum - - - CurrencyDisplayName - qlocale.html - CurrencySymbolFormat-enum - - - DataSizeFormat - qlocale.html - DataSizeFormat-enum - - - DataSizeBase1000 - qlocale.html - DataSizeFormat-enum - - - DataSizeSIQuantifiers - qlocale.html - DataSizeFormat-enum - - - DataSizeIecFormat - qlocale.html - DataSizeFormat-enum - - - DataSizeTraditionalFormat - qlocale.html - DataSizeFormat-enum - - - DataSizeSIFormat - qlocale.html - DataSizeFormat-enum - - - DataSizeFormats - qlocale.html - DataSizeFormat-enum - - - - - QLocale - qlocale.html - QLocale - () - - - - QLocale - qlocale.html - QLocale-1 - (const QString &name) - - - - QLocale - qlocale.html - QLocale-2 - (QLocale::Language language, QLocale::Country country) - - - - QLocale - qlocale.html - QLocale-3 - (QLocale::Language language, QLocale::Script script, QLocale::Country country) - - - - QLocale - qlocale.html - QLocale-4 - (const QLocale &other) - - - QLocale & - operator= - qlocale.html - operator-eq - (QLocale &&other) - - - QLocale & - operator= - qlocale.html - operator-eq-1 - (const QLocale &other) - - - - ~QLocale - qlocale.html - dtor.QLocale - () - - - void - swap - qlocale.html - swap - (QLocale &other) - - - QLocale::Language - language - qlocale.html - language - () const const - - - QLocale::Script - script - qlocale.html - script - () const const - - - QLocale::Country - country - qlocale.html - country - () const const - - - QString - name - qlocale.html - name - () const const - - - QString - bcp47Name - qlocale.html - bcp47Name - () const const - - - QString - nativeLanguageName - qlocale.html - nativeLanguageName - () const const - - - QString - nativeCountryName - qlocale.html - nativeCountryName - () const const - - - short - toShort - qlocale.html - toShort - (const QString &s, bool *ok) const const - - - ushort - toUShort - qlocale.html - toUShort - (const QString &s, bool *ok) const const - - - int - toInt - qlocale.html - toInt - (const QString &s, bool *ok) const const - - - uint - toUInt - qlocale.html - toUInt - (const QString &s, bool *ok) const const - - - qlonglong - toLongLong - qlocale.html - toLongLong - (const QString &s, bool *ok) const const - - - qulonglong - toULongLong - qlocale.html - toULongLong - (const QString &s, bool *ok) const const - - - float - toFloat - qlocale.html - toFloat - (const QString &s, bool *ok) const const - - - double - toDouble - qlocale.html - toDouble - (const QString &s, bool *ok) const const - - - short - toShort - qlocale.html - toShort-1 - (const QStringRef &s, bool *ok) const const - - - ushort - toUShort - qlocale.html - toUShort-1 - (const QStringRef &s, bool *ok) const const - - - int - toInt - qlocale.html - toInt-1 - (const QStringRef &s, bool *ok) const const - - - uint - toUInt - qlocale.html - toUInt-1 - (const QStringRef &s, bool *ok) const const - - - qlonglong - toLongLong - qlocale.html - toLongLong-1 - (const QStringRef &s, bool *ok) const const - - - qulonglong - toULongLong - qlocale.html - toULongLong-1 - (const QStringRef &s, bool *ok) const const - - - float - toFloat - qlocale.html - toFloat-1 - (const QStringRef &s, bool *ok) const const - - - double - toDouble - qlocale.html - toDouble-1 - (const QStringRef &s, bool *ok) const const - - - short - toShort - qlocale.html - toShort-2 - (QStringView s, bool *ok) const const - - - ushort - toUShort - qlocale.html - toUShort-2 - (QStringView s, bool *ok) const const - - - int - toInt - qlocale.html - toInt-2 - (QStringView s, bool *ok) const const - - - uint - toUInt - qlocale.html - toUInt-2 - (QStringView s, bool *ok) const const - - - qlonglong - toLongLong - qlocale.html - toLongLong-2 - (QStringView s, bool *ok) const const - - - qulonglong - toULongLong - qlocale.html - toULongLong-2 - (QStringView s, bool *ok) const const - - - float - toFloat - qlocale.html - toFloat-2 - (QStringView s, bool *ok) const const - - - double - toDouble - qlocale.html - toDouble-2 - (QStringView s, bool *ok) const const - - - QString - toString - qlocale.html - toString - (qlonglong i) const const - - - QString - toString - qlocale.html - toString-1 - (qulonglong i) const const - - - QString - toString - qlocale.html - toString-2 - (short i) const const - - - QString - toString - qlocale.html - toString-3 - (ushort i) const const - - - QString - toString - qlocale.html - toString-4 - (int i) const const - - - QString - toString - qlocale.html - toString-5 - (uint i) const const - - - QString - toString - qlocale.html - toString-6 - (double i, char f, int prec) const const - - - QString - toString - qlocale.html - toString-7 - (float i, char f, int prec) const const - - - QString - toString - qlocale.html - toString-8 - (const QDate &date, const QString &format) const const - - - QString - toString - qlocale.html - toString-9 - (const QTime &time, const QString &format) const const - - - QString - toString - qlocale.html - toString-10 - (const QDateTime &dateTime, const QString &format) const const - - - QString - toString - qlocale.html - toString-11 - (const QDate &date, QStringView format) const const - - - QString - toString - qlocale.html - toString-12 - (const QTime &time, QStringView format) const const - - - QString - toString - qlocale.html - toString-13 - (const QDateTime &dateTime, QStringView format) const const - - - QString - toString - qlocale.html - toString-14 - (const QDate &date, QLocale::FormatType format) const const - - - QString - toString - qlocale.html - toString-15 - (const QTime &time, QLocale::FormatType format) const const - - - QString - toString - qlocale.html - toString-16 - (const QDateTime &dateTime, QLocale::FormatType format) const const - - - QString - dateFormat - qlocale.html - dateFormat - (QLocale::FormatType format) const const - - - QString - timeFormat - qlocale.html - timeFormat - (QLocale::FormatType format) const const - - - QString - dateTimeFormat - qlocale.html - dateTimeFormat - (QLocale::FormatType format) const const - - - QDate - toDate - qlocale.html - toDate - (const QString &string, QLocale::FormatType format) const const - - - QTime - toTime - qlocale.html - toTime - (const QString &string, QLocale::FormatType format) const const - - - QDateTime - toDateTime - qlocale.html - toDateTime - (const QString &string, QLocale::FormatType format) const const - - - QDate - toDate - qlocale.html - toDate-1 - (const QString &string, const QString &format) const const - - - QTime - toTime - qlocale.html - toTime-1 - (const QString &string, const QString &format) const const - - - QDateTime - toDateTime - qlocale.html - toDateTime-1 - (const QString &string, const QString &format) const const - - - QChar - decimalPoint - qlocale.html - decimalPoint - () const const - - - QChar - groupSeparator - qlocale.html - groupSeparator - () const const - - - QChar - percent - qlocale.html - percent - () const const - - - QChar - zeroDigit - qlocale.html - zeroDigit - () const const - - - QChar - negativeSign - qlocale.html - negativeSign - () const const - - - QChar - positiveSign - qlocale.html - positiveSign - () const const - - - QChar - exponential - qlocale.html - exponential - () const const - - - QString - monthName - qlocale.html - monthName - (int month, QLocale::FormatType type) const const - - - QString - standaloneMonthName - qlocale.html - standaloneMonthName - (int month, QLocale::FormatType type) const const - - - QString - dayName - qlocale.html - dayName - (int day, QLocale::FormatType type) const const - - - QString - standaloneDayName - qlocale.html - standaloneDayName - (int day, QLocale::FormatType type) const const - - - Qt::DayOfWeek - firstDayOfWeek - qlocale.html - firstDayOfWeek - () const const - - - QList<Qt::DayOfWeek> - weekdays - qlocale.html - weekdays - () const const - - - QString - amText - qlocale.html - amText - () const const - - - QString - pmText - qlocale.html - pmText - () const const - - - QLocale::MeasurementSystem - measurementSystem - qlocale.html - measurementSystem - () const const - - - Qt::LayoutDirection - textDirection - qlocale.html - textDirection - () const const - - - QString - toUpper - qlocale.html - toUpper - (const QString &str) const const - - - QString - toLower - qlocale.html - toLower - (const QString &str) const const - - - QString - currencySymbol - qlocale.html - currencySymbol - (QLocale::CurrencySymbolFormat format) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString - (qlonglong value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-1 - (qulonglong value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-2 - (short value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-3 - (ushort value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-4 - (int value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-5 - (uint value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-6 - (double value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-7 - (double value, const QString &symbol, int precision) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-8 - (float value, const QString &symbol) const const - - - QString - toCurrencyString - qlocale.html - toCurrencyString-9 - (float i, const QString &symbol, int precision) const const - - - QString - formattedDataSize - qlocale.html - formattedDataSize - (qint64 bytes, int precision, QLocale::DataSizeFormats format) - - - QStringList - uiLanguages - qlocale.html - uiLanguages - () const const - - - bool - operator== - qlocale.html - operator-eq-eq - (const QLocale &other) const const - - - bool - operator!= - qlocale.html - operator-not-eq - (const QLocale &other) const const - - - QString - languageToString - qlocale.html - languageToString - (QLocale::Language language) - - - QString - countryToString - qlocale.html - countryToString - (QLocale::Country country) - - - QString - scriptToString - qlocale.html - scriptToString - (QLocale::Script script) - - - void - setDefault - qlocale.html - setDefault - (const QLocale &locale) - - - QLocale - c - qlocale.html - c - () - - - QLocale - system - qlocale.html - system - () - - - QList<QLocale> - matchingLocales - qlocale.html - matchingLocales - (QLocale::Language language, QLocale::Script script, QLocale::Country country) - - - QList<QLocale::Country> - countriesForLanguage - qlocale-obsolete.html - countriesForLanguage - (QLocale::Language language) - - - void - setNumberOptions - qlocale.html - setNumberOptions - (QLocale::NumberOptions options) - - - QLocale::NumberOptions - numberOptions - qlocale.html - numberOptions - () const const - - - QuotationStyle - qlocale.html - QuotationStyle-enum - - - StandardQuotation - qlocale.html - QuotationStyle-enum - - - AlternateQuotation - qlocale.html - QuotationStyle-enum - - - QString - quoteString - qlocale.html - quoteString - (const QString &str, QLocale::QuotationStyle style) const const - - - QString - quoteString - qlocale.html - quoteString-1 - (const QStringRef &str, QLocale::QuotationStyle style) const const - - - QString - createSeparatedList - qlocale.html - createSeparatedList - (const QStringList &list) const const - - - - QTextStream - qtextstream.html - - RealNumberNotation - qtextstream.html - RealNumberNotation-enum - - - SmartNotation - qtextstream.html - RealNumberNotation-enum - - - FixedNotation - qtextstream.html - RealNumberNotation-enum - - - ScientificNotation - qtextstream.html - RealNumberNotation-enum - - - FieldAlignment - qtextstream.html - FieldAlignment-enum - - - AlignLeft - qtextstream.html - FieldAlignment-enum - - - AlignRight - qtextstream.html - FieldAlignment-enum - - - AlignCenter - qtextstream.html - FieldAlignment-enum - - - AlignAccountingStyle - qtextstream.html - FieldAlignment-enum - - - Status - qtextstream.html - Status-enum - - - Ok - qtextstream.html - Status-enum - - - ReadPastEnd - qtextstream.html - Status-enum - - - ReadCorruptData - qtextstream.html - Status-enum - - - WriteFailed - qtextstream.html - Status-enum - - - NumberFlag - qtextstream.html - NumberFlag-enum - - - ShowBase - qtextstream.html - NumberFlag-enum - - - ForcePoint - qtextstream.html - NumberFlag-enum - - - ForceSign - qtextstream.html - NumberFlag-enum - - - UppercaseBase - qtextstream.html - NumberFlag-enum - - - UppercaseDigits - qtextstream.html - NumberFlag-enum - - - NumberFlags - qtextstream.html - NumberFlag-enum - - - - - QTextStream - qtextstream.html - QTextStream - () - - - - QTextStream - qtextstream.html - QTextStream-1 - (QIODevice *device) - - - - QTextStream - qtextstream.html - QTextStream-2 - (FILE *fileHandle, QIODevice::OpenMode openMode) - - - - QTextStream - qtextstream.html - QTextStream-3 - (QString *string, QIODevice::OpenMode openMode) - - - - QTextStream - qtextstream.html - QTextStream-4 - (QByteArray *array, QIODevice::OpenMode openMode) - - - - QTextStream - qtextstream.html - QTextStream-5 - (const QByteArray &array, QIODevice::OpenMode openMode) - - - virtual - ~QTextStream - qtextstream.html - dtor.QTextStream - () - - - void - setCodec - qtextstream.html - setCodec - (QTextCodec *codec) - - - void - setCodec - qtextstream.html - setCodec-1 - (const char *codecName) - - - QTextCodec * - codec - qtextstream.html - codec - () const const - - - void - setAutoDetectUnicode - qtextstream.html - setAutoDetectUnicode - (bool enabled) - - - bool - autoDetectUnicode - qtextstream.html - autoDetectUnicode - () const const - - - void - setGenerateByteOrderMark - qtextstream.html - setGenerateByteOrderMark - (bool generate) - - - bool - generateByteOrderMark - qtextstream.html - generateByteOrderMark - () const const - - - void - setLocale - qtextstream.html - setLocale - (const QLocale &locale) - - - QLocale - locale - qtextstream.html - locale - () const const - - - void - setDevice - qtextstream.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qtextstream.html - device - () const const - - - void - setString - qtextstream.html - setString - (QString *string, QIODevice::OpenMode openMode) - - - QString * - string - qtextstream.html - string - () const const - - - QTextStream::Status - status - qtextstream.html - status - () const const - - - void - setStatus - qtextstream.html - setStatus - (QTextStream::Status status) - - - void - resetStatus - qtextstream.html - resetStatus - () - - - bool - atEnd - qtextstream.html - atEnd - () const const - - - void - reset - qtextstream.html - reset - () - - - void - flush - qtextstream.html - flush - () - - - bool - seek - qtextstream.html - seek - (qint64 pos) - - - qint64 - pos - qtextstream.html - pos - () const const - - - void - skipWhiteSpace - qtextstream.html - skipWhiteSpace - () - - - QString - readLine - qtextstream.html - readLine - (qint64 maxlen) - - - bool - readLineInto - qtextstream.html - readLineInto - (QString *line, qint64 maxlen) - - - QString - readAll - qtextstream.html - readAll - () - - - QString - read - qtextstream.html - read - (qint64 maxlen) - - - void - setFieldAlignment - qtextstream.html - setFieldAlignment - (QTextStream::FieldAlignment mode) - - - QTextStream::FieldAlignment - fieldAlignment - qtextstream.html - fieldAlignment - () const const - - - void - setPadChar - qtextstream.html - setPadChar - (QChar ch) - - - QChar - padChar - qtextstream.html - padChar - () const const - - - void - setFieldWidth - qtextstream.html - setFieldWidth - (int width) - - - int - fieldWidth - qtextstream.html - fieldWidth - () const const - - - void - setNumberFlags - qtextstream.html - setNumberFlags - (QTextStream::NumberFlags flags) - - - QTextStream::NumberFlags - numberFlags - qtextstream.html - numberFlags - () const const - - - void - setIntegerBase - qtextstream.html - setIntegerBase - (int base) - - - int - integerBase - qtextstream.html - integerBase - () const const - - - void - setRealNumberNotation - qtextstream.html - setRealNumberNotation - (QTextStream::RealNumberNotation notation) - - - QTextStream::RealNumberNotation - realNumberNotation - qtextstream.html - realNumberNotation - () const const - - - void - setRealNumberPrecision - qtextstream.html - setRealNumberPrecision - (int precision) - - - int - realNumberPrecision - qtextstream.html - realNumberPrecision - () const const - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt - (QChar &c) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-1 - (char &c) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-2 - (short &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-3 - (unsigned short &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-4 - (int &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-5 - (unsigned int &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-6 - (long &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-7 - (unsigned long &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-8 - (qlonglong &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-9 - (qulonglong &i) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-10 - (float &f) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-11 - (double &f) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-12 - (QString &str) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-13 - (QByteArray &array) - - - QTextStream & - operator>> - qtextstream.html - operator-gt-gt-14 - (char *c) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt - (QChar c) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-1 - (char c) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-2 - (short i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-3 - (unsigned short i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-4 - (int i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-5 - (unsigned int i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-6 - (long i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-7 - (unsigned long i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-8 - (qlonglong i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-9 - (qulonglong i) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-10 - (float f) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-11 - (double f) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-12 - (const QString &string) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-13 - (QStringView string) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-14 - (QLatin1String string) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-15 - (const QStringRef &string) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-16 - (const QByteArray &array) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-17 - (const char *string) - - - QTextStream & - operator<< - qtextstream.html - operator-lt-lt-18 - (const void *ptr) - - - - QSet - qset.html - - - QSet - qset.html - QSet - () - - - - QSet - qset.html - QSet-1 - (std::initializer_list<T> list) - - - void - swap - qset.html - swap - (QSet<T> &other) - - - bool - operator== - qset.html - operator-eq-eq - (const QSet<T> &other) const const - - - bool - operator!= - qset.html - operator-not-eq - (const QSet<T> &other) const const - - - int - size - qset.html - size - () const const - - - bool - isEmpty - qset.html - isEmpty - () const const - - - int - capacity - qset.html - capacity - () const const - - - void - reserve - qset.html - reserve - (int size) - - - void - squeeze - qset.html - squeeze - () - - - void - clear - qset.html - clear - () - - - bool - remove - qset.html - remove - (const T &value) - - - bool - contains - qset.html - contains - (const T &value) const const - - - bool - contains - qset.html - contains-1 - (const QSet<T> &other) const const - - QSet::iterator - QSet::const_iterator - - reverse_iterator - qset.html - reverse_iterator-typedef - - - - const_reverse_iterator - qset.html - const_reverse_iterator-typedef - - - - QSet::iterator - begin - qset.html - begin-1 - () - - - QSet::const_iterator - begin - qset.html - begin - () const const - - - QSet::const_iterator - cbegin - qset.html - cbegin - () const const - - - QSet::const_iterator - constBegin - qset.html - constBegin - () const const - - - QSet::iterator - end - qset.html - end-1 - () - - - QSet::const_iterator - end - qset.html - end - () const const - - - QSet::const_iterator - cend - qset.html - cend - () const const - - - QSet::const_iterator - constEnd - qset.html - constEnd - () const const - - - QSet::reverse_iterator - rbegin - qset.html - rbegin - () - - - QSet::reverse_iterator - rend - qset.html - rend - () - - - QSet::const_reverse_iterator - rbegin - qset.html - rbegin-1 - () const const - - - QSet::const_reverse_iterator - rend - qset.html - rend-1 - () const const - - - QSet::const_reverse_iterator - crbegin - qset.html - crbegin - () const const - - - QSet::const_reverse_iterator - crend - qset.html - crend - () const const - - - QSet::iterator - erase - qset.html - erase-1 - (QSet::iterator pos) - - - QSet::iterator - erase - qset.html - erase - (QSet::const_iterator pos) - - - Iterator - qset.html - Iterator-typedef - - - - ConstIterator - qset.html - ConstIterator-typedef - - - - int - count - qset.html - count - () const const - - - QSet::iterator - insert - qset.html - insert - (const T &value) - - - QSet::iterator - find - qset.html - find-1 - (const T &value) - - - QSet::const_iterator - find - qset.html - find - (const T &value) const const - - - QSet::const_iterator - constFind - qset.html - constFind - (const T &value) const const - - - QSet<T> & - unite - qset.html - unite - (const QSet<T> &other) - - - QSet<T> & - intersect - qset.html - intersect - (const QSet<T> &other) - - - bool - intersects - qset.html - intersects - (const QSet<T> &other) const const - - - QSet<T> & - subtract - qset.html - subtract - (const QSet<T> &other) - - - key_type - qset.html - key_type-typedef - - - - value_type - qset.html - value_type-typedef - - - - pointer - qset.html - pointer-typedef - - - - const_pointer - qset.html - const_pointer-typedef - - - - reference - qset.html - reference-typedef - - - - const_reference - qset.html - const_reference-typedef - - - - difference_type - qset.html - difference_type-typedef - - - - size_type - qset.html - size_type-typedef - - - - bool - empty - qset.html - empty - () const const - - - QSet<T> & - operator<< - qset.html - operator-lt-lt - (const T &value) - - - QSet<T> & - operator|= - qset.html - operator-7c-eq - (const QSet<T> &other) - - - QSet<T> & - operator|= - qset.html - operator-7c-eq-1 - (const T &value) - - - QSet<T> & - operator&= - qset.html - operator-and-eq - (const QSet<T> &other) - - - QSet<T> & - operator&= - qset.html - operator-and-eq-1 - (const T &value) - - - QSet<T> & - operator+= - qset.html - operator-2b-eq - (const QSet<T> &other) - - - QSet<T> & - operator+= - qset.html - operator-2b-eq-1 - (const T &value) - - - QSet<T> & - operator-= - qset.html - operator--eq - (const QSet<T> &other) - - - QSet<T> & - operator-= - qset.html - operator--eq-1 - (const T &value) - - - QSet<T> - operator| - qset.html - operator-7c - (const QSet<T> &other) const const - - - QSet<T> - operator& - qset.html - operator-and - (const QSet<T> &other) const const - - - QSet<T> - operator+ - qset.html - operator-2b - (const QSet<T> &other) const const - - - QSet<T> - operator- - qset.html - operator- - (const QSet<T> &other) const const - - - QList<T> - toList - qset.html - toList - () const const - - - QList<T> - values - qset.html - values - () const const - - - QSet<T> - fromList - qset.html - fromList - (const QList<T> &list) - - - - QSet::iterator - qset-iterator.html - - iterator_category - qset-iterator.html - iterator_category-typedef - - - - difference_type - qset-iterator.html - difference_type-typedef - - - - value_type - qset-iterator.html - value_type-typedef - - - - pointer - qset-iterator.html - pointer-typedef - - - - reference - qset-iterator.html - reference-typedef - - - - - iterator - qset-iterator.html - iterator - () - - - - iterator - qset-iterator.html - iterator-1 - (typename Hash::iterator i) - - - - iterator - qset-iterator.html - iterator-2 - (const iterator &other) - - - iterator & - operator= - qset-iterator.html - operator-eq - (const iterator &other) - - - const T & - operator* - qset-iterator.html - operator-2a - () const const - - - const T * - operator-> - qset-iterator.html - operator--gt - () const const - - - bool - operator== - qset-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qset-iterator.html - operator-not-eq - (const iterator &other) const const - - - bool - operator== - qset-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qset-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - iterator & - operator++ - qset-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qset-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qset-iterator.html - operator-- - () - - - iterator - operator-- - qset-iterator.html - operator---1 - (int ) - - - iterator - operator+ - qset-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qset-iterator.html - operator- - (int j) const const - - - iterator & - operator+= - qset-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qset-iterator.html - operator--eq - (int j) - - - - QSet::const_iterator - qset-const-iterator.html - - iterator_category - qset-const-iterator.html - iterator_category-typedef - - - - difference_type - qset-const-iterator.html - difference_type-typedef - - - - value_type - qset-const-iterator.html - value_type-typedef - - - - pointer - qset-const-iterator.html - pointer-typedef - - - - reference - qset-const-iterator.html - reference-typedef - - - - - const_iterator - qset-const-iterator.html - const_iterator - () - - - - const_iterator - qset-const-iterator.html - const_iterator-1 - (typename Hash::const_iterator i) - - - - const_iterator - qset-const-iterator.html - const_iterator-2 - (const const_iterator &other) - - - - const_iterator - qset-const-iterator.html - const_iterator-3 - (const iterator &other) - - - const_iterator & - operator= - qset-const-iterator.html - operator-eq - (const const_iterator &other) - - - const T & - operator* - qset-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qset-const-iterator.html - operator--gt - () const const - - - bool - operator== - qset-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qset-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qset-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qset-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qset-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qset-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qset-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qset-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qset-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qset-const-iterator.html - operator--eq - (int j) - - - - QSetIterator - qsetiterator.html - - - QSetIterator - qsetiterator.html - QSetIterator - (const QSet<T> &set) - - - QSetIterator<T> & - operator= - qsetiterator.html - operator-eq - (const QSet<T> &container) - - - void - toFront - qsetiterator.html - toFront - () - - - void - toBack - qsetiterator.html - toBack - () - - - bool - hasNext - qsetiterator.html - hasNext - () const const - - - const T & - next - qsetiterator.html - next - () - - - const T & - peekNext - qsetiterator.html - peekNext - () const const - - - bool - hasPrevious - qsetiterator.html - hasPrevious - () const const - - - const T & - previous - qsetiterator.html - previous - () - - - const T & - peekPrevious - qsetiterator.html - peekPrevious - () const const - - - bool - findNext - qsetiterator.html - findNext - (const T &value) - - - bool - findPrevious - qsetiterator.html - findPrevious - (const T &value) - - - - QMutableSetIterator - qmutablesetiterator.html - - - QMutableSetIterator - qmutablesetiterator.html - QMutableSetIterator - (QSet<T> &set) - - - QMutableSetIterator<T> & - operator= - qmutablesetiterator.html - operator-eq - (QSet<T> &container) - - - void - toFront - qmutablesetiterator.html - toFront - () - - - void - toBack - qmutablesetiterator.html - toBack - () - - - bool - hasNext - qmutablesetiterator.html - hasNext - () const const - - - const T & - next - qmutablesetiterator.html - next - () - - - const T & - peekNext - qmutablesetiterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablesetiterator.html - hasPrevious - () const const - - - const T & - previous - qmutablesetiterator.html - previous - () - - - const T & - peekPrevious - qmutablesetiterator.html - peekPrevious - () const const - - - void - remove - qmutablesetiterator.html - remove - () - - - const T & - value - qmutablesetiterator.html - value - () const const - - - bool - findNext - qmutablesetiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablesetiterator.html - findPrevious - (const T &value) - - - - QContiguousCache - qcontiguouscache.html - - - QContiguousCache - qcontiguouscache.html - QContiguousCache - (int capacity) - - - - QContiguousCache - qcontiguouscache.html - QContiguousCache-1 - (const QContiguousCache<T> &other) - - - - ~QContiguousCache - qcontiguouscache.html - dtor.QContiguousCache - () - - - QContiguousCache<T> & - operator= - qcontiguouscache.html - operator-eq - (const QContiguousCache<T> &other) - - - QContiguousCache<T> & - operator= - qcontiguouscache.html - operator-eq-1 - (QContiguousCache<T> &&other) - - - void - swap - qcontiguouscache.html - swap - (QContiguousCache<T> &other) - - - bool - operator== - qcontiguouscache.html - operator-eq-eq - (const QContiguousCache<T> &other) const const - - - bool - operator!= - qcontiguouscache.html - operator-not-eq - (const QContiguousCache<T> &other) const const - - - int - capacity - qcontiguouscache.html - capacity - () const const - - - int - count - qcontiguouscache.html - count - () const const - - - int - size - qcontiguouscache.html - size - () const const - - - bool - isEmpty - qcontiguouscache.html - isEmpty - () const const - - - bool - isFull - qcontiguouscache.html - isFull - () const const - - - int - available - qcontiguouscache.html - available - () const const - - - void - clear - qcontiguouscache.html - clear - () - - - void - setCapacity - qcontiguouscache.html - setCapacity - (int size) - - - const T & - at - qcontiguouscache.html - at - (int i) const const - - - T & - operator[] - qcontiguouscache.html - operator-5b-5d - (int i) - - - const T & - operator[] - qcontiguouscache.html - operator-5b-5d-1 - (int i) const const - - - void - append - qcontiguouscache.html - append - (const T &value) - - - void - prepend - qcontiguouscache.html - prepend - (const T &value) - - - void - insert - qcontiguouscache.html - insert - (int i, const T &value) - - - bool - containsIndex - qcontiguouscache.html - containsIndex - (int i) const const - - - int - firstIndex - qcontiguouscache.html - firstIndex - () const const - - - int - lastIndex - qcontiguouscache.html - lastIndex - () const const - - - const T & - first - qcontiguouscache.html - first-1 - () const const - - - const T & - last - qcontiguouscache.html - last-1 - () const const - - - T & - first - qcontiguouscache.html - first - () - - - T & - last - qcontiguouscache.html - last - () - - - void - removeFirst - qcontiguouscache.html - removeFirst - () - - - T - takeFirst - qcontiguouscache.html - takeFirst - () - - - void - removeLast - qcontiguouscache.html - removeLast - () - - - T - takeLast - qcontiguouscache.html - takeLast - () - - - bool - areIndexesValid - qcontiguouscache.html - areIndexesValid - () const const - - - void - normalizeIndexes - qcontiguouscache.html - normalizeIndexes - () - - - - QSharedPointer - qsharedpointer.html - - T * - data - qsharedpointer.html - data - () const const - - - T * - get - qsharedpointer.html - get - () const const - - - bool - isNull - qsharedpointer.html - isNull - () const const - - - bool - operator bool - qsharedpointer.html - operator-bool - () const const - - - bool - operator! - qsharedpointer.html - operator-not - () const const - - - T & - operator* - qsharedpointer.html - operator-2a - () const const - - - T * - operator-> - qsharedpointer.html - operator--gt - () const const - - - - QSharedPointer - qsharedpointer.html - QSharedPointer - () - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-1 - (X *ptr) - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-2 - (X *ptr, Deleter d) - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-3 - (std::nullptr_t ) - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-4 - (std::nullptr_t , Deleter d) - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-5 - (const QSharedPointer<T> &other) - - - - QSharedPointer - qsharedpointer.html - QSharedPointer-6 - (const QWeakPointer<T> &other) - - - - ~QSharedPointer - qsharedpointer.html - dtor.QSharedPointer - () - - - QSharedPointer<T> & - operator= - qsharedpointer.html - operator-eq - (const QSharedPointer<T> &other) - - - QSharedPointer<T> & - operator= - qsharedpointer.html - operator-eq-1 - (const QWeakPointer<T> &other) - - - void - swap - qsharedpointer.html - swap - (QSharedPointer<T> &other) - - - QWeakPointer<T> - toWeakRef - qsharedpointer.html - toWeakRef - () const const - - - void - clear - qsharedpointer.html - clear - () - - - void - reset - qsharedpointer.html - reset - () - - - void - reset - qsharedpointer.html - reset-1 - (T *t) - - - void - reset - qsharedpointer.html - reset-2 - (T *t, Deleter deleter) - - - QSharedPointer<X> - staticCast - qsharedpointer.html - staticCast - () const const - - - QSharedPointer<X> - dynamicCast - qsharedpointer.html - dynamicCast - () const const - - - QSharedPointer<X> - constCast - qsharedpointer.html - constCast - () const const - - - QSharedPointer<X> - objectCast - qsharedpointer.html - objectCast - () const const - - - QSharedPointer<T> - create - qsharedpointer.html - create - (Args &&... args) - - - - QWeakPointer - qweakpointer.html - - bool - isNull - qweakpointer.html - isNull - () const const - - - bool - operator bool - qweakpointer.html - operator-bool - () const const - - - bool - operator! - qweakpointer.html - operator-not - () const const - - - - QWeakPointer - qweakpointer.html - QWeakPointer - () - - - - QWeakPointer - qweakpointer.html - QWeakPointer-1 - (const QWeakPointer<T> &other) - - - - QWeakPointer - qweakpointer.html - QWeakPointer-2 - (const QSharedPointer<T> &other) - - - - ~QWeakPointer - qweakpointer.html - dtor.QWeakPointer - () - - - QWeakPointer<T> & - operator= - qweakpointer.html - operator-eq - (const QWeakPointer<T> &other) - - - QWeakPointer<T> & - operator= - qweakpointer.html - operator-eq-1 - (const QSharedPointer<T> &other) - - - - QWeakPointer - qweakpointer-obsolete.html - QWeakPointer-3 - (const QObject *other) - - - QWeakPointer<T> & - operator= - qweakpointer-obsolete.html - operator-eq-2 - (const QObject *other) - - - void - swap - qweakpointer.html - swap - (QWeakPointer<T> &other) - - - T * - data - qweakpointer.html - data - () const const - - - void - clear - qweakpointer.html - clear - () - - - QSharedPointer<T> - toStrongRef - qweakpointer.html - toStrongRef - () const const - - - QSharedPointer<T> - lock - qweakpointer.html - lock - () const const - - - - QEnableSharedFromThis - qenablesharedfromthis.html - - QSharedPointer<T> - sharedFromThis - qenablesharedfromthis.html - sharedFromThis - () - - - QSharedPointer<const T> - sharedFromThis - qenablesharedfromthis.html - sharedFromThis-1 - () const const - - - - QDebug - qdebug.html - - - QDebug - qdebug.html - QDebug - (QIODevice *device) - - - - QDebug - qdebug.html - QDebug-1 - (QString *string) - - - - QDebug - qdebug.html - QDebug-2 - (QtMsgType t) - - - - QDebug - qdebug.html - QDebug-3 - (const QDebug &o) - - - QDebug & - operator= - qdebug.html - operator-eq - (const QDebug &other) - - - - ~QDebug - qdebug.html - dtor.QDebug - () - - - void - swap - qdebug.html - swap - (QDebug &other) - - - QDebug & - resetFormat - qdebug.html - resetFormat - () - - - QDebug & - space - qdebug.html - space - () - - - QDebug & - nospace - qdebug.html - nospace - () - - - QDebug & - maybeSpace - qdebug.html - maybeSpace - () - - - int - verbosity - qdebug.html - verbosity - () const const - - - void - setVerbosity - qdebug.html - setVerbosity - (int verbosityLevel) - - - bool - autoInsertSpaces - qdebug.html - autoInsertSpaces - () const const - - - void - setAutoInsertSpaces - qdebug.html - setAutoInsertSpaces - (bool b) - - - QDebug & - quote - qdebug.html - quote - () - - - QDebug & - noquote - qdebug.html - noquote - () - - - QDebug & - maybeQuote - qdebug.html - maybeQuote - (char c) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt - (QChar t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-1 - (bool t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-2 - (char t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-3 - (short t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-4 - (unsigned short t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-5 - (char16_t t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-6 - (char32_t t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-7 - (int t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-8 - (unsigned int t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-9 - (long t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-10 - (unsigned long t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-11 - (qint64 t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-12 - (quint64 t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-13 - (float t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-14 - (double t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-15 - (const char *t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-16 - (const QString &t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-17 - (const QStringRef &t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-18 - (QStringView s) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-19 - (QLatin1String t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-20 - (const QByteArray &t) - - - QDebug & - operator<< - qdebug.html - operator-lt-lt-21 - (const void *t) - - - - QDebugStateSaver - qdebugstatesaver.html - - - QDebugStateSaver - qdebugstatesaver.html - QDebugStateSaver - (QDebug &dbg) - - - - ~QDebugStateSaver - qdebugstatesaver.html - dtor.QDebugStateSaver - () - - - - QCborError - qtcborcommon.html - - void - qt_check_for_QGADGET_macro - qtcborcommon.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qtcborcommon.html - QtGadgetHelper-typedef - - - - Code - qtcborcommon.html - Code-enum - - - UnknownError - qtcborcommon.html - Code-enum - - - AdvancePastEnd - qtcborcommon.html - Code-enum - - - InputOutputError - qtcborcommon.html - Code-enum - - - GarbageAtEnd - qtcborcommon.html - Code-enum - - - EndOfFile - qtcborcommon.html - Code-enum - - - UnexpectedBreak - qtcborcommon.html - Code-enum - - - UnknownType - qtcborcommon.html - Code-enum - - - IllegalType - qtcborcommon.html - Code-enum - - - IllegalNumber - qtcborcommon.html - Code-enum - - - IllegalSimpleType - qtcborcommon.html - Code-enum - - - InvalidUtf8String - qtcborcommon.html - Code-enum - - - DataTooLarge - qtcborcommon.html - Code-enum - - - NestingTooDeep - qtcborcommon.html - Code-enum - - - UnsupportedType - qtcborcommon.html - Code-enum - - - NoError - qtcborcommon.html - Code-enum - - - QCborError::Code - operator QCborError::Code - qtcborcommon.html - operator-QCborError::Code - () const const - - - QString - toString - qtcborcommon.html - toString - () const const - - - - QRegularExpression - qregularexpression.html - - PatternOption - qregularexpression.html - PatternOption-enum - - - NoPatternOption - qregularexpression.html - PatternOption-enum - - - CaseInsensitiveOption - qregularexpression.html - PatternOption-enum - - - DotMatchesEverythingOption - qregularexpression.html - PatternOption-enum - - - MultilineOption - qregularexpression.html - PatternOption-enum - - - ExtendedPatternSyntaxOption - qregularexpression.html - PatternOption-enum - - - InvertedGreedinessOption - qregularexpression.html - PatternOption-enum - - - DontCaptureOption - qregularexpression.html - PatternOption-enum - - - UseUnicodePropertiesOption - qregularexpression.html - PatternOption-enum - - - OptimizeOnFirstUsageOption - qregularexpression.html - PatternOption-enum - - - DontAutomaticallyOptimizeOption - qregularexpression.html - PatternOption-enum - - - PatternOptions - qregularexpression.html - PatternOption-enum - - - - QRegularExpression::PatternOptions - patternOptions - qregularexpression.html - patternOptions - () const const - - - void - setPatternOptions - qregularexpression.html - setPatternOptions - (QRegularExpression::PatternOptions options) - - - - QRegularExpression - qregularexpression.html - QRegularExpression - () - - - - QRegularExpression - qregularexpression.html - QRegularExpression-1 - (const QString &pattern, QRegularExpression::PatternOptions options) - - - - QRegularExpression - qregularexpression.html - QRegularExpression-2 - (const QRegularExpression &re) - - - - ~QRegularExpression - qregularexpression.html - dtor.QRegularExpression - () - - - QRegularExpression & - operator= - qregularexpression.html - operator-eq - (const QRegularExpression &re) - - - QRegularExpression & - operator= - qregularexpression.html - operator-eq-1 - (QRegularExpression &&re) - - - void - swap - qregularexpression.html - swap - (QRegularExpression &other) - - - QString - pattern - qregularexpression.html - pattern - () const const - - - void - setPattern - qregularexpression.html - setPattern - (const QString &pattern) - - - bool - isValid - qregularexpression.html - isValid - () const const - - - int - patternErrorOffset - qregularexpression.html - patternErrorOffset - () const const - - - QString - errorString - qregularexpression.html - errorString - () const const - - - int - captureCount - qregularexpression.html - captureCount - () const const - - - QStringList - namedCaptureGroups - qregularexpression.html - namedCaptureGroups - () const const - - - MatchType - qregularexpression.html - MatchType-enum - - - NormalMatch - qregularexpression.html - MatchType-enum - - - PartialPreferCompleteMatch - qregularexpression.html - MatchType-enum - - - PartialPreferFirstMatch - qregularexpression.html - MatchType-enum - - - NoMatch - qregularexpression.html - MatchType-enum - - - MatchOption - qregularexpression.html - MatchOption-enum - - - NoMatchOption - qregularexpression.html - MatchOption-enum - - - AnchoredMatchOption - qregularexpression.html - MatchOption-enum - - - DontCheckSubjectStringMatchOption - qregularexpression.html - MatchOption-enum - - - MatchOptions - qregularexpression.html - MatchOption-enum - - - - QRegularExpressionMatch - match - qregularexpression.html - match - (const QString &subject, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const - - - QRegularExpressionMatch - match - qregularexpression.html - match-1 - (const QStringRef &subjectRef, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const - - - QRegularExpressionMatchIterator - globalMatch - qregularexpression.html - globalMatch - (const QString &subject, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const - - - QRegularExpressionMatchIterator - globalMatch - qregularexpression.html - globalMatch-1 - (const QStringRef &subjectRef, int offset, QRegularExpression::MatchType matchType, QRegularExpression::MatchOptions matchOptions) const const - - - void - optimize - qregularexpression.html - optimize - () const const - - - QString - escape - qregularexpression.html - escape - (const QString &str) - - - QString - wildcardToRegularExpression - qregularexpression.html - wildcardToRegularExpression - (const QString &pattern) - - - QString - anchoredPattern - qregularexpression.html - anchoredPattern - (const QString &expression) - - - bool - operator== - qregularexpression.html - operator-eq-eq - (const QRegularExpression &re) const const - - - bool - operator!= - qregularexpression.html - operator-not-eq - (const QRegularExpression &re) const const - - - - QRegularExpressionMatch - qregularexpressionmatch.html - - - QRegularExpressionMatch - qregularexpressionmatch.html - QRegularExpressionMatch - () - - - - ~QRegularExpressionMatch - qregularexpressionmatch.html - dtor.QRegularExpressionMatch - () - - - - QRegularExpressionMatch - qregularexpressionmatch.html - QRegularExpressionMatch-1 - (const QRegularExpressionMatch &match) - - - QRegularExpressionMatch & - operator= - qregularexpressionmatch.html - operator-eq - (const QRegularExpressionMatch &match) - - - QRegularExpressionMatch & - operator= - qregularexpressionmatch.html - operator-eq-1 - (QRegularExpressionMatch &&match) - - - void - swap - qregularexpressionmatch.html - swap - (QRegularExpressionMatch &other) - - - QRegularExpression - regularExpression - qregularexpressionmatch.html - regularExpression - () const const - - - QRegularExpression::MatchType - matchType - qregularexpressionmatch.html - matchType - () const const - - - QRegularExpression::MatchOptions - matchOptions - qregularexpressionmatch.html - matchOptions - () const const - - - bool - hasMatch - qregularexpressionmatch.html - hasMatch - () const const - - - bool - hasPartialMatch - qregularexpressionmatch.html - hasPartialMatch - () const const - - - bool - isValid - qregularexpressionmatch.html - isValid - () const const - - - int - lastCapturedIndex - qregularexpressionmatch.html - lastCapturedIndex - () const const - - - QString - captured - qregularexpressionmatch.html - captured - (int nth) const const - - - QStringRef - capturedRef - qregularexpressionmatch.html - capturedRef - (int nth) const const - - - QStringView - capturedView - qregularexpressionmatch.html - capturedView - (int nth) const const - - - QString - captured - qregularexpressionmatch.html - captured-1 - (const QString &name) const const - - - QStringRef - capturedRef - qregularexpressionmatch.html - capturedRef-1 - (const QString &name) const const - - - QString - captured - qregularexpressionmatch.html - captured-2 - (QStringView name) const const - - - QStringRef - capturedRef - qregularexpressionmatch.html - capturedRef-2 - (QStringView name) const const - - - QStringView - capturedView - qregularexpressionmatch.html - capturedView-1 - (QStringView name) const const - - - QStringList - capturedTexts - qregularexpressionmatch.html - capturedTexts - () const const - - - int - capturedStart - qregularexpressionmatch.html - capturedStart - (int nth) const const - - - int - capturedLength - qregularexpressionmatch.html - capturedLength - (int nth) const const - - - int - capturedEnd - qregularexpressionmatch.html - capturedEnd - (int nth) const const - - - int - capturedStart - qregularexpressionmatch.html - capturedStart-1 - (const QString &name) const const - - - int - capturedLength - qregularexpressionmatch.html - capturedLength-1 - (const QString &name) const const - - - int - capturedEnd - qregularexpressionmatch.html - capturedEnd-1 - (const QString &name) const const - - - int - capturedStart - qregularexpressionmatch.html - capturedStart-2 - (QStringView name) const const - - - int - capturedLength - qregularexpressionmatch.html - capturedLength-2 - (QStringView name) const const - - - int - capturedEnd - qregularexpressionmatch.html - capturedEnd-2 - (QStringView name) const const - - - - QRegularExpressionMatchIterator - qregularexpressionmatchiterator.html - - - QRegularExpressionMatchIterator - qregularexpressionmatchiterator.html - QRegularExpressionMatchIterator - () - - - - ~QRegularExpressionMatchIterator - qregularexpressionmatchiterator.html - dtor.QRegularExpressionMatchIterator - () - - - - QRegularExpressionMatchIterator - qregularexpressionmatchiterator.html - QRegularExpressionMatchIterator-1 - (const QRegularExpressionMatchIterator &iterator) - - - QRegularExpressionMatchIterator & - operator= - qregularexpressionmatchiterator.html - operator-eq - (const QRegularExpressionMatchIterator &iterator) - - - QRegularExpressionMatchIterator & - operator= - qregularexpressionmatchiterator.html - operator-eq-1 - (QRegularExpressionMatchIterator &&iterator) - - - void - swap - qregularexpressionmatchiterator.html - swap - (QRegularExpressionMatchIterator &other) - - - bool - isValid - qregularexpressionmatchiterator.html - isValid - () const const - - - bool - hasNext - qregularexpressionmatchiterator.html - hasNext - () const const - - - QRegularExpressionMatch - next - qregularexpressionmatchiterator.html - next - () - - - QRegularExpressionMatch - peekNext - qregularexpressionmatchiterator.html - peekNext - () const const - - - QRegularExpression - regularExpression - qregularexpressionmatchiterator.html - regularExpression - () const const - - - QRegularExpression::MatchType - matchType - qregularexpressionmatchiterator.html - matchType - () const const - - - QRegularExpression::MatchOptions - matchOptions - qregularexpressionmatchiterator.html - matchOptions - () const const - - - - QUrl - qurl.html - - ParsingMode - qurl.html - ParsingMode-enum - - - TolerantMode - qurl.html - ParsingMode-enum - - - StrictMode - qurl.html - ParsingMode-enum - - - DecodedMode - qurl.html - ParsingMode-enum - - - UrlFormattingOption - qurl.html - UrlFormattingOption-enum - - - None - qurl.html - UrlFormattingOption-enum - - - RemoveScheme - qurl.html - UrlFormattingOption-enum - - - RemovePassword - qurl.html - UrlFormattingOption-enum - - - RemoveUserInfo - qurl.html - UrlFormattingOption-enum - - - RemovePort - qurl.html - UrlFormattingOption-enum - - - RemoveAuthority - qurl.html - UrlFormattingOption-enum - - - RemovePath - qurl.html - UrlFormattingOption-enum - - - RemoveQuery - qurl.html - UrlFormattingOption-enum - - - RemoveFragment - qurl.html - UrlFormattingOption-enum - - - PreferLocalFile - qurl.html - UrlFormattingOption-enum - - - StripTrailingSlash - qurl.html - UrlFormattingOption-enum - - - RemoveFilename - qurl.html - UrlFormattingOption-enum - - - NormalizePathSegments - qurl.html - UrlFormattingOption-enum - - - ComponentFormattingOption - qurl.html - ComponentFormattingOption-enum - - - PrettyDecoded - qurl.html - ComponentFormattingOption-enum - - - EncodeSpaces - qurl.html - ComponentFormattingOption-enum - - - EncodeUnicode - qurl.html - ComponentFormattingOption-enum - - - EncodeDelimiters - qurl.html - ComponentFormattingOption-enum - - - EncodeReserved - qurl.html - ComponentFormattingOption-enum - - - DecodeReserved - qurl.html - ComponentFormattingOption-enum - - - FullyEncoded - qurl.html - ComponentFormattingOption-enum - - - FullyDecoded - qurl.html - ComponentFormattingOption-enum - - - ComponentFormattingOptions - qurl.html - ComponentFormattingOption-enum - - - - FormattingOptions - qurl.html - UrlFormattingOption-enum - - - - - QUrl - qurl.html - QUrl - () - - - - QUrl - qurl.html - QUrl-1 - (const QUrl &other) - - - QUrl & - operator= - qurl.html - operator-eq - (const QUrl &url) - - - - QUrl - qurl.html - QUrl-2 - (const QString &url, QUrl::ParsingMode parsingMode) - - - QUrl & - operator= - qurl.html - operator-eq-1 - (const QString &url) - - - - QUrl - qurl.html - QUrl-3 - (QUrl &&other) - - - QUrl & - operator= - qurl.html - operator-eq-2 - (QUrl &&other) - - - - ~QUrl - qurl.html - dtor.QUrl - () - - - void - swap - qurl.html - swap - (QUrl &other) - - - void - setUrl - qurl.html - setUrl - (const QString &url, QUrl::ParsingMode parsingMode) - - - QString - url - qurl.html - url - (QUrl::FormattingOptions options) const const - - - QString - toString - qurl.html - toString - (QUrl::FormattingOptions options) const const - - - QString - toDisplayString - qurl.html - toDisplayString - (QUrl::FormattingOptions options) const const - - - QUrl - adjusted - qurl.html - adjusted - (QUrl::FormattingOptions options) const const - - - QByteArray - toEncoded - qurl.html - toEncoded - (QUrl::FormattingOptions options) const const - - - QUrl - fromEncoded - qurl.html - fromEncoded - (const QByteArray &input, QUrl::ParsingMode parsingMode) - - - UserInputResolutionOption - qurl.html - UserInputResolutionOption-enum - - - DefaultResolution - qurl.html - UserInputResolutionOption-enum - - - AssumeLocalFile - qurl.html - UserInputResolutionOption-enum - - - UserInputResolutionOptions - qurl.html - UserInputResolutionOption-enum - - - - QUrl - fromUserInput - qurl.html - fromUserInput - (const QString &userInput) - - - QUrl - fromUserInput - qurl.html - fromUserInput-1 - (const QString &userInput, const QString &workingDirectory, QUrl::UserInputResolutionOptions options) - - - bool - isValid - qurl.html - isValid - () const const - - - QString - errorString - qurl.html - errorString - () const const - - - bool - isEmpty - qurl.html - isEmpty - () const const - - - void - clear - qurl.html - clear - () - - - void - setScheme - qurl.html - setScheme - (const QString &scheme) - - - QString - scheme - qurl.html - scheme - () const const - - - void - setAuthority - qurl.html - setAuthority - (const QString &authority, QUrl::ParsingMode mode) - - - QString - authority - qurl.html - authority - (QUrl::ComponentFormattingOptions options) const const - - - void - setUserInfo - qurl.html - setUserInfo - (const QString &userInfo, QUrl::ParsingMode mode) - - - QString - userInfo - qurl.html - userInfo - (QUrl::ComponentFormattingOptions options) const const - - - void - setUserName - qurl.html - setUserName - (const QString &userName, QUrl::ParsingMode mode) - - - QString - userName - qurl.html - userName - (QUrl::ComponentFormattingOptions options) const const - - - void - setPassword - qurl.html - setPassword - (const QString &password, QUrl::ParsingMode mode) - - - QString - password - qurl.html - password - (QUrl::ComponentFormattingOptions options) const const - - - void - setHost - qurl.html - setHost - (const QString &host, QUrl::ParsingMode mode) - - - QString - host - qurl.html - host - (QUrl::ComponentFormattingOptions options) const const - - - QString - topLevelDomain - qurl.html - topLevelDomain - (QUrl::ComponentFormattingOptions options) const const - - - void - setPort - qurl.html - setPort - (int port) - - - int - port - qurl.html - port - (int defaultPort) const const - - - void - setPath - qurl.html - setPath - (const QString &path, QUrl::ParsingMode mode) - - - QString - path - qurl.html - path - (QUrl::ComponentFormattingOptions options) const const - - - QString - fileName - qurl.html - fileName - (QUrl::ComponentFormattingOptions options) const const - - - bool - hasQuery - qurl.html - hasQuery - () const const - - - void - setQuery - qurl.html - setQuery - (const QString &query, QUrl::ParsingMode mode) - - - void - setQuery - qurl.html - setQuery-1 - (const QUrlQuery &query) - - - QString - query - qurl.html - query - (QUrl::ComponentFormattingOptions options) const const - - - bool - hasFragment - qurl.html - hasFragment - () const const - - - QString - fragment - qurl.html - fragment - (QUrl::ComponentFormattingOptions options) const const - - - void - setFragment - qurl.html - setFragment - (const QString &fragment, QUrl::ParsingMode mode) - - - QUrl - resolved - qurl.html - resolved - (const QUrl &relative) const const - - - bool - isRelative - qurl.html - isRelative - () const const - - - bool - isParentOf - qurl.html - isParentOf - (const QUrl &childUrl) const const - - - bool - isLocalFile - qurl.html - isLocalFile - () const const - - - QUrl - fromLocalFile - qurl.html - fromLocalFile - (const QString &localFile) - - - QString - toLocalFile - qurl.html - toLocalFile - () const const - - - bool - operator== - qurl.html - operator-eq-eq - (const QUrl &url) const const - - - bool - operator!= - qurl.html - operator-not-eq - (const QUrl &url) const const - - - bool - matches - qurl.html - matches - (const QUrl &url, QUrl::FormattingOptions options) const const - - - QString - fromPercentEncoding - qurl.html - fromPercentEncoding - (const QByteArray &input) - - - QByteArray - toPercentEncoding - qurl.html - toPercentEncoding - (const QString &input, const QByteArray &exclude, const QByteArray &include) - - - QUrl - fromCFURL - qurl.html - fromCFURL - (CFURLRef url) - - - CFURLRef - toCFURL - qurl.html - toCFURL - () const const - - - QUrl - fromNSURL - qurl.html - fromNSURL - (const NSURL *url) - - - NSURL * - toNSURL - qurl.html - toNSURL - () const const - - - QString - fromPunycode - qurl-obsolete.html - fromPunycode - (const QByteArray &pc) - - - QByteArray - toPunycode - qurl-obsolete.html - toPunycode - (const QString &uc) - - - void - setQueryItems - qurl-obsolete.html - setQueryItems - (const QList<QPair<QString, QString> > &query) - - - void - addQueryItem - qurl-obsolete.html - addQueryItem - (const QString &key, const QString &value) - - - QList<QPair<QString, QString> > - queryItems - qurl-obsolete.html - queryItems - () const const - - - bool - hasQueryItem - qurl-obsolete.html - hasQueryItem - (const QString &key) const const - - - QString - queryItemValue - qurl-obsolete.html - queryItemValue - (const QString &key) const const - - - QStringList - allQueryItemValues - qurl-obsolete.html - allQueryItemValues - (const QString &key) const const - - - void - removeQueryItem - qurl-obsolete.html - removeQueryItem - (const QString &key) - - - void - removeAllQueryItems - qurl-obsolete.html - removeAllQueryItems - (const QString &key) - - - void - setEncodedQueryItems - qurl-obsolete.html - setEncodedQueryItems - (const QList<QPair<QByteArray, QByteArray> > &query) - - - void - addEncodedQueryItem - qurl-obsolete.html - addEncodedQueryItem - (const QByteArray &key, const QByteArray &value) - - - QList<QPair<QByteArray, QByteArray> > - encodedQueryItems - qurl-obsolete.html - encodedQueryItems - () const const - - - bool - hasEncodedQueryItem - qurl-obsolete.html - hasEncodedQueryItem - (const QByteArray &key) const const - - - QByteArray - encodedQueryItemValue - qurl-obsolete.html - encodedQueryItemValue - (const QByteArray &key) const const - - - QList<QByteArray> - allEncodedQueryItemValues - qurl-obsolete.html - allEncodedQueryItemValues - (const QByteArray &key) const const - - - void - removeEncodedQueryItem - qurl-obsolete.html - removeEncodedQueryItem - (const QByteArray &key) - - - void - removeAllEncodedQueryItems - qurl-obsolete.html - removeAllEncodedQueryItems - (const QByteArray &key) - - - void - setEncodedUrl - qurl-obsolete.html - setEncodedUrl - (const QByteArray &encodedUrl, QUrl::ParsingMode parsingMode) - - - QByteArray - encodedUserName - qurl-obsolete.html - encodedUserName - () const const - - - void - setEncodedUserName - qurl-obsolete.html - setEncodedUserName - (const QByteArray &userName) - - - QByteArray - encodedPassword - qurl-obsolete.html - encodedPassword - () const const - - - void - setEncodedPassword - qurl-obsolete.html - setEncodedPassword - (const QByteArray &password) - - - QByteArray - encodedHost - qurl-obsolete.html - encodedHost - () const const - - - void - setEncodedHost - qurl-obsolete.html - setEncodedHost - (const QByteArray &host) - - - QByteArray - encodedPath - qurl-obsolete.html - encodedPath - () const const - - - void - setEncodedPath - qurl-obsolete.html - setEncodedPath - (const QByteArray &path) - - - QByteArray - encodedQuery - qurl-obsolete.html - encodedQuery - () const const - - - void - setEncodedQuery - qurl-obsolete.html - setEncodedQuery - (const QByteArray &query) - - - QByteArray - encodedFragment - qurl-obsolete.html - encodedFragment - () const const - - - void - setEncodedFragment - qurl-obsolete.html - setEncodedFragment - (const QByteArray &fragment) - - - QString - fromAce - qurl.html - fromAce - (const QByteArray &domain) - - - QByteArray - toAce - qurl.html - toAce - (const QString &domain) - - - QStringList - idnWhitelist - qurl.html - idnWhitelist - () - - - QStringList - toStringList - qurl.html - toStringList - (const QList<QUrl> &urls, QUrl::FormattingOptions options) - - - QList<QUrl> - fromStringList - qurl.html - fromStringList - (const QStringList &urls, QUrl::ParsingMode mode) - - - void - setIdnWhitelist - qurl.html - setIdnWhitelist - (const QStringList &list) - - - - QUrlQuery - qurlquery.html - - - QUrlQuery - qurlquery.html - QUrlQuery - () - - - - QUrlQuery - qurlquery.html - QUrlQuery-1 - (const QUrl &url) - - - - QUrlQuery - qurlquery.html - QUrlQuery-2 - (const QString &queryString) - - - - QUrlQuery - qurlquery.html - QUrlQuery-3 - (const QUrlQuery &other) - - - QUrlQuery & - operator= - qurlquery.html - operator-eq - (const QUrlQuery &other) - - - QUrlQuery & - operator= - qurlquery.html - operator-eq-1 - (QUrlQuery &&other) - - - - ~QUrlQuery - qurlquery.html - dtor.QUrlQuery - () - - - bool - operator== - qurlquery.html - operator-eq-eq - (const QUrlQuery &other) const const - - - bool - operator!= - qurlquery.html - operator-not-eq - (const QUrlQuery &other) const const - - - void - swap - qurlquery.html - swap - (QUrlQuery &other) - - - bool - isEmpty - qurlquery.html - isEmpty - () const const - - - void - clear - qurlquery.html - clear - () - - - QString - query - qurlquery.html - query - (QUrl::ComponentFormattingOptions encoding) const const - - - void - setQuery - qurlquery.html - setQuery - (const QString &queryString) - - - QString - toString - qurlquery.html - toString - (QUrl::ComponentFormattingOptions encoding) const const - - - void - setQueryDelimiters - qurlquery.html - setQueryDelimiters - (QChar valueDelimiter, QChar pairDelimiter) - - - QChar - queryValueDelimiter - qurlquery.html - queryValueDelimiter - () const const - - - QChar - queryPairDelimiter - qurlquery.html - queryPairDelimiter - () const const - - - void - setQueryItems - qurlquery.html - setQueryItems - (const QList<QPair<QString, QString> > &query) - - - QList<QPair<QString, QString> > - queryItems - qurlquery.html - queryItems - (QUrl::ComponentFormattingOptions encoding) const const - - - bool - hasQueryItem - qurlquery.html - hasQueryItem - (const QString &key) const const - - - void - addQueryItem - qurlquery.html - addQueryItem - (const QString &key, const QString &value) - - - void - removeQueryItem - qurlquery.html - removeQueryItem - (const QString &key) - - - QString - queryItemValue - qurlquery.html - queryItemValue - (const QString &key, QUrl::ComponentFormattingOptions encoding) const const - - - QStringList - allQueryItemValues - qurlquery.html - allQueryItemValues - (const QString &key, QUrl::ComponentFormattingOptions encoding) const const - - - void - removeAllQueryItems - qurlquery.html - removeAllQueryItems - (const QString &key) - - - QChar - defaultQueryValueDelimiter - qurlquery.html - defaultQueryValueDelimiter - () - - - QChar - defaultQueryPairDelimiter - qurlquery.html - defaultQueryPairDelimiter - () - - - - QUuid - quuid.html - - Variant - quuid.html - Variant-enum - - - VarUnknown - quuid.html - Variant-enum - - - NCS - quuid.html - Variant-enum - - - DCE - quuid.html - Variant-enum - - - Microsoft - quuid.html - Variant-enum - - - Reserved - quuid.html - Variant-enum - - - Version - quuid.html - Version-enum - - - VerUnknown - quuid.html - Version-enum - - - Time - quuid.html - Version-enum - - - EmbeddedPOSIX - quuid.html - Version-enum - - - Md5 - quuid.html - Version-enum - - - Name - quuid.html - Version-enum - - - Random - quuid.html - Version-enum - - - Sha1 - quuid.html - Version-enum - - - StringFormat - quuid.html - StringFormat-enum - - - WithBraces - quuid.html - StringFormat-enum - - - WithoutBraces - quuid.html - StringFormat-enum - - - Id128 - quuid.html - StringFormat-enum - - - - QUuid - quuid.html - QUuid - () - - - - QUuid - quuid.html - QUuid-2 - (uint l, ushort w1, ushort w2, uchar b1, uchar b2, uchar b3, uchar b4, uchar b5, uchar b6, uchar b7, uchar b8) - - - - QUuid - quuid.html - QUuid-3 - (const QString &text) - - - QUuid - fromString - quuid.html - fromString - (QStringView text) - - - QUuid - fromString - quuid.html - fromString-1 - (QLatin1String text) - - - QString - toString - quuid.html - toString - () const const - - - QString - toString - quuid.html - toString-1 - (QUuid::StringFormat mode) const const - - - - QUuid - quuid.html - QUuid-5 - (const QByteArray &text) - - - QByteArray - toByteArray - quuid.html - toByteArray - () const const - - - QByteArray - toByteArray - quuid.html - toByteArray-1 - (QUuid::StringFormat mode) const const - - - QByteArray - toRfc4122 - quuid.html - toRfc4122 - () const const - - - QUuid - fromRfc4122 - quuid.html - fromRfc4122 - (const QByteArray &bytes) - - - bool - isNull - quuid.html - isNull - () const const - - - bool - operator== - quuid.html - operator-eq-eq - (const QUuid &other) const const - - - bool - operator!= - quuid.html - operator-not-eq - (const QUuid &other) const const - - - bool - operator< - quuid.html - operator-lt - (const QUuid &other) const const - - - bool - operator> - quuid.html - operator-gt - (const QUuid &other) const const - - - - QUuid - quuid.html - QUuid-6 - (const GUID &guid) - - - QUuid & - operator= - quuid.html - operator-eq - (const GUID &guid) - - - GUID - operator GUID - quuid.html - operator-GUID - () const const - - - bool - operator== - quuid.html - operator-eq-eq-1 - (const GUID &guid) const const - - - bool - operator!= - quuid.html - operator-not-eq-1 - (const GUID &guid) const const - - - QUuid - createUuid - quuid.html - createUuid - () - - - QUuid - createUuidV3 - quuid.html - createUuidV3 - (const QUuid &ns, const QByteArray &baseData) - - - QUuid - createUuidV5 - quuid.html - createUuidV5 - (const QUuid &ns, const QByteArray &baseData) - - - QUuid - createUuidV3 - quuid.html - createUuidV3-1 - (const QUuid &ns, const QString &baseData) - - - QUuid - createUuidV5 - quuid.html - createUuidV5-1 - (const QUuid &ns, const QString &baseData) - - - QUuid::Variant - variant - quuid.html - variant - () const const - - - QUuid::Version - version - quuid.html - version - () const const - - - QUuid - fromCFUUID - quuid.html - fromCFUUID - (CFUUIDRef uuid) - - - CFUUIDRef - toCFUUID - quuid.html - toCFUUID - () const const - - - QUuid - fromNSUUID - quuid.html - fromNSUUID - (const NSUUID *uuid) - - - NSUUID * - toNSUUID - quuid.html - toNSUUID - () const const - - - - QCborParserError - qcborparsererror.html - - QString - errorString - qcborparsererror.html - errorString - () const const - - - - QCborValue - qcborvalue.html - - void - qt_check_for_QGADGET_macro - qcborvalue.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qcborvalue.html - QtGadgetHelper-typedef - - - - EncodingOption - qcborvalue.html - EncodingOption-enum - - - SortKeysInMaps - qcborvalue.html - EncodingOption-enum - - - UseFloat - qcborvalue.html - EncodingOption-enum - - - UseFloat16 - qcborvalue.html - EncodingOption-enum - - - UseIntegers - qcborvalue.html - EncodingOption-enum - - - NoTransformation - qcborvalue.html - EncodingOption-enum - - - EncodingOptions - qcborvalue.html - EncodingOption-enum - - - - DiagnosticNotationOption - qcborvalue.html - DiagnosticNotationOption-enum - - - Compact - qcborvalue.html - DiagnosticNotationOption-enum - - - LineWrapped - qcborvalue.html - DiagnosticNotationOption-enum - - - ExtendedFormat - qcborvalue.html - DiagnosticNotationOption-enum - - - DiagnosticNotationOptions - qcborvalue.html - DiagnosticNotationOption-enum - - - - Type - qcborvalue.html - Type-enum - - - Integer - qcborvalue.html - Type-enum - - - ByteArray - qcborvalue.html - Type-enum - - - String - qcborvalue.html - Type-enum - - - Array - qcborvalue.html - Type-enum - - - Map - qcborvalue.html - Type-enum - - - Tag - qcborvalue.html - Type-enum - - - SimpleType - qcborvalue.html - Type-enum - - - False - qcborvalue.html - Type-enum - - - True - qcborvalue.html - Type-enum - - - Null - qcborvalue.html - Type-enum - - - Undefined - qcborvalue.html - Type-enum - - - Double - qcborvalue.html - Type-enum - - - DateTime - qcborvalue.html - Type-enum - - - Url - qcborvalue.html - Type-enum - - - RegularExpression - qcborvalue.html - Type-enum - - - Uuid - qcborvalue.html - Type-enum - - - Invalid - qcborvalue.html - Type-enum - - - - QCborValue - qcborvalue.html - QCborValue - () - - - - QCborValue - qcborvalue.html - QCborValue-1 - (QCborValue::Type t_) - - - - QCborValue - qcborvalue.html - QCborValue-2 - (std::nullptr_t ) - - - - QCborValue - qcborvalue.html - QCborValue-3 - (bool b) - - - - QCborValue - qcborvalue.html - QCborValue-4 - (qint64 i) - - - - QCborValue - qcborvalue.html - QCborValue-5 - (double d) - - - - QCborValue - qcborvalue.html - QCborValue-6 - (QCborSimpleType st) - - - - QCborValue - qcborvalue.html - QCborValue-7 - (const QByteArray &ba) - - - - QCborValue - qcborvalue.html - QCborValue-8 - (const QString &s) - - - - QCborValue - qcborvalue.html - QCborValue-9 - (QLatin1String s) - - - - QCborValue - qcborvalue.html - QCborValue-10 - (const char *s) - - - - QCborValue - qcborvalue.html - QCborValue-11 - (const QCborArray &a) - - - - QCborValue - qcborvalue.html - QCborValue-12 - (QCborArray &&a) - - - - QCborValue - qcborvalue.html - QCborValue-13 - (const QCborMap &m) - - - - QCborValue - qcborvalue.html - QCborValue-14 - (QCborMap &&m) - - - - QCborValue - qcborvalue.html - QCborValue-15 - (QCborTag t, const QCborValue &tv) - - - - QCborValue - qcborvalue.html - QCborValue-16 - (QCborKnownTags t, const QCborValue &tv) - - - - QCborValue - qcborvalue.html - QCborValue-17 - (const QDateTime &dt) - - - - QCborValue - qcborvalue.html - QCborValue-18 - (const QUrl &url) - - - - QCborValue - qcborvalue.html - QCborValue-19 - (const QRegularExpression &rx) - - - - QCborValue - qcborvalue.html - QCborValue-20 - (const QUuid &uuid) - - - - ~QCborValue - qcborvalue.html - dtor.QCborValue - () - - - - QCborValue - qcborvalue.html - QCborValue-21 - (const void *) - - - - QCborValue - qcborvalue.html - QCborValue-22 - (const QCborValue &other) - - - - QCborValue - qcborvalue.html - QCborValue-23 - (QCborValue &&other) - - - QCborValue & - operator= - qcborvalue.html - operator-eq - (const QCborValue &other) - - - QCborValue & - operator= - qcborvalue.html - operator-eq-1 - (QCborValue &&other) - - - void - swap - qcborvalue.html - swap - (QCborValue &other) - - - QCborValue::Type - type - qcborvalue.html - type - () const const - - - bool - isInteger - qcborvalue.html - isInteger - () const const - - - bool - isByteArray - qcborvalue.html - isByteArray - () const const - - - bool - isString - qcborvalue.html - isString - () const const - - - bool - isArray - qcborvalue.html - isArray - () const const - - - bool - isMap - qcborvalue.html - isMap - () const const - - - bool - isTag - qcborvalue.html - isTag - () const const - - - bool - isFalse - qcborvalue.html - isFalse - () const const - - - bool - isTrue - qcborvalue.html - isTrue - () const const - - - bool - isBool - qcborvalue.html - isBool - () const const - - - bool - isNull - qcborvalue.html - isNull - () const const - - - bool - isUndefined - qcborvalue.html - isUndefined - () const const - - - bool - isDouble - qcborvalue.html - isDouble - () const const - - - bool - isDateTime - qcborvalue.html - isDateTime - () const const - - - bool - isUrl - qcborvalue.html - isUrl - () const const - - - bool - isRegularExpression - qcborvalue.html - isRegularExpression - () const const - - - bool - isUuid - qcborvalue.html - isUuid - () const const - - - bool - isInvalid - qcborvalue.html - isInvalid - () const const - - - bool - isContainer - qcborvalue.html - isContainer - () const const - - - bool - isSimpleType - qcborvalue.html - isSimpleType - () const const - - - bool - isSimpleType - qcborvalue.html - isSimpleType-1 - (QCborSimpleType st) const const - - - QCborSimpleType - toSimpleType - qcborvalue.html - toSimpleType - (QCborSimpleType defaultValue) const const - - - qint64 - toInteger - qcborvalue.html - toInteger - (qint64 defaultValue) const const - - - bool - toBool - qcborvalue.html - toBool - (bool defaultValue) const const - - - double - toDouble - qcborvalue.html - toDouble - (double defaultValue) const const - - - QCborTag - tag - qcborvalue.html - tag - (QCborTag defaultValue) const const - - - QCborValue - taggedValue - qcborvalue.html - taggedValue - (const QCborValue &defaultValue) const const - - - QByteArray - toByteArray - qcborvalue.html - toByteArray - (const QByteArray &defaultValue) const const - - - QString - toString - qcborvalue.html - toString - (const QString &defaultValue) const const - - - QDateTime - toDateTime - qcborvalue.html - toDateTime - (const QDateTime &defaultValue) const const - - - QUrl - toUrl - qcborvalue.html - toUrl - (const QUrl &defaultValue) const const - - - QRegularExpression - toRegularExpression - qcborvalue.html - toRegularExpression - (const QRegularExpression &defaultValue) const const - - - QUuid - toUuid - qcborvalue.html - toUuid - (const QUuid &defaultValue) const const - - - QCborArray - toArray - qcborvalue.html - toArray - (const QCborArray &defaultValue) const const - - - QCborMap - toMap - qcborvalue.html - toMap - (const QCborMap &defaultValue) const const - - - const QCborValue - operator[] - qcborvalue.html - operator-5b-5d - (const QString &key) const const - - - const QCborValue - operator[] - qcborvalue.html - operator-5b-5d-1 - (QLatin1String key) const const - - - const QCborValue - operator[] - qcborvalue.html - operator-5b-5d-2 - (qint64 key) const const - - - int - compare - qcborvalue.html - compare - (const QCborValue &other) const const - - - bool - operator== - qcborvalue.html - operator-eq-eq - (const QCborValue &other) const const - - - bool - operator!= - qcborvalue.html - operator-not-eq - (const QCborValue &other) const const - - - bool - operator< - qcborvalue.html - operator-lt - (const QCborValue &other) const const - - - QCborValue - fromVariant - qcborvalue.html - fromVariant - (const QVariant &variant) - - - QVariant - toVariant - qcborvalue.html - toVariant - () const const - - - QCborValue - fromJsonValue - qcborvalue.html - fromJsonValue - (const QJsonValue &v) - - - QJsonValue - toJsonValue - qcborvalue.html - toJsonValue - () const const - - - QCborValue - fromCbor - qcborvalue.html - fromCbor - (QCborStreamReader &reader) - - - QCborValue - fromCbor - qcborvalue.html - fromCbor-1 - (const QByteArray &ba, QCborParserError *error) - - - QCborValue - fromCbor - qcborvalue.html - fromCbor-2 - (const char *data, qsizetype len, QCborParserError *error) - - - QCborValue - fromCbor - qcborvalue.html - fromCbor-3 - (const quint8 *data, qsizetype len, QCborParserError *error) - - - QByteArray - toCbor - qcborvalue.html - toCbor - (QCborValue::EncodingOptions opt) - - - void - toCbor - qcborvalue.html - toCbor-1 - (QCborStreamWriter &writer, QCborValue::EncodingOptions opt) - - - QString - toDiagnosticNotation - qcborvalue.html - toDiagnosticNotation - (QCborValue::DiagnosticNotationOptions opts) const const - - - - QCborArray - qcborarray.html - QCborArray::Iterator - QCborArray::ConstIterator - - size_type - qcborarray.html - size_type-typedef - - - - value_type - qcborarray.html - value_type-typedef - - - - pointer - qcborarray.html - pointer-typedef - - - - const_pointer - qcborarray.html - const_pointer-typedef - - - - reference - qcborarray.html - reference-typedef - - - - const_reference - qcborarray.html - const_reference-typedef - - - - difference_type - qcborarray.html - difference_type-typedef - - - - - QCborArray - qcborarray.html - QCborArray - () - - - - QCborArray - qcborarray.html - QCborArray-1 - (const QCborArray &other) - - - QCborArray & - operator= - qcborarray.html - operator-eq - (const QCborArray &other) - - - - QCborArray - qcborarray.html - QCborArray-2 - (std::initializer_list<QCborValue> args) - - - - ~QCborArray - qcborarray.html - dtor.QCborArray - () - - - void - swap - qcborarray.html - swap - (QCborArray &other) - - - QCborValue - toCborValue - qcborarray.html - toCborValue - () const const - - - qsizetype - size - qcborarray.html - size - () const const - - - bool - isEmpty - qcborarray.html - isEmpty - () const const - - - void - clear - qcborarray.html - clear - () - - - QCborValue - at - qcborarray.html - at - (qsizetype i) const const - - - QCborValue - first - qcborarray.html - first - () const const - - - QCborValue - last - qcborarray.html - last - () const const - - - const QCborValue - operator[] - qcborarray.html - operator-5b-5d - (qsizetype i) const const - - - QCborValueRef - first - qcborarray.html - first-1 - () - - - QCborValueRef - last - qcborarray.html - last-1 - () - - - QCborValueRef - operator[] - qcborarray.html - operator-5b-5d-1 - (qsizetype i) - - - void - insert - qcborarray.html - insert - (qsizetype i, const QCborValue &value) - - - void - insert - qcborarray.html - insert-1 - (qsizetype i, QCborValue &&value) - - - void - prepend - qcborarray.html - prepend - (const QCborValue &value) - - - void - prepend - qcborarray.html - prepend-1 - (QCborValue &&value) - - - void - append - qcborarray.html - append - (const QCborValue &value) - - - void - append - qcborarray.html - append-1 - (QCborValue &&value) - - - QCborValue - extract - qcborarray.html - extract - (QCborArray::ConstIterator it) - - - QCborValue - extract - qcborarray.html - extract-1 - (QCborArray::Iterator it) - - - void - removeAt - qcborarray.html - removeAt - (qsizetype i) - - - QCborValue - takeAt - qcborarray.html - takeAt - (qsizetype i) - - - void - removeFirst - qcborarray.html - removeFirst - () - - - void - removeLast - qcborarray.html - removeLast - () - - - QCborValue - takeFirst - qcborarray.html - takeFirst - () - - - QCborValue - takeLast - qcborarray.html - takeLast - () - - - bool - contains - qcborarray.html - contains - (const QCborValue &value) const const - - - int - compare - qcborarray.html - compare - (const QCborArray &other) const const - - - bool - operator== - qcborarray.html - operator-eq-eq - (const QCborArray &other) const const - - - bool - operator!= - qcborarray.html - operator-not-eq - (const QCborArray &other) const const - - - bool - operator< - qcborarray.html - operator-lt - (const QCborArray &other) const const - - - iterator - qcborarray.html - iterator-typedef - - - - const_iterator - qcborarray.html - const_iterator-typedef - - - - QCborArray::iterator - begin - qcborarray.html - begin - () - - - QCborArray::const_iterator - constBegin - qcborarray.html - constBegin - () const const - - - QCborArray::const_iterator - begin - qcborarray.html - begin-1 - () const const - - - QCborArray::const_iterator - cbegin - qcborarray.html - cbegin - () const const - - - QCborArray::iterator - end - qcborarray.html - end - () - - - QCborArray::const_iterator - constEnd - qcborarray.html - constEnd - () const const - - - QCborArray::const_iterator - end - qcborarray.html - end-1 - () const const - - - QCborArray::const_iterator - cend - qcborarray.html - cend - () const const - - - QCborArray::iterator - insert - qcborarray.html - insert-2 - (QCborArray::iterator before, const QCborValue &value) - - - QCborArray::iterator - insert - qcborarray.html - insert-3 - (QCborArray::const_iterator before, const QCborValue &value) - - - QCborArray::iterator - erase - qcborarray.html - erase - (QCborArray::iterator it) - - - QCborArray::iterator - erase - qcborarray.html - erase-1 - (QCborArray::const_iterator it) - - - void - push_back - qcborarray.html - push_back - (const QCborValue &t) - - - void - push_front - qcborarray.html - push_front - (const QCborValue &t) - - - void - pop_front - qcborarray.html - pop_front - () - - - void - pop_back - qcborarray.html - pop_back - () - - - bool - empty - qcborarray.html - empty - () const const - - - QCborArray - operator+ - qcborarray.html - operator-2b - (const QCborValue &v) const const - - - QCborArray & - operator+= - qcborarray.html - operator-2b-eq - (const QCborValue &v) - - - QCborArray & - operator<< - qcborarray.html - operator-lt-lt - (const QCborValue &v) - - - QCborArray - fromStringList - qcborarray.html - fromStringList - (const QStringList &list) - - - QCborArray - fromVariantList - qcborarray.html - fromVariantList - (const QVariantList &list) - - - QCborArray - fromJsonArray - qcborarray.html - fromJsonArray - (const QJsonArray &array) - - - QVariantList - toVariantList - qcborarray.html - toVariantList - () const const - - - QJsonArray - toJsonArray - qcborarray.html - toJsonArray - () const const - - - - QCborArray::Iterator - qcborarray-iterator.html - - iterator_category - qcborarray-iterator.html - iterator_category-typedef - - - - - Iterator - qcborarray-iterator.html - Iterator - () - - - - Iterator - qcborarray-iterator.html - Iterator-2 - (const Iterator &other) - - - Iterator & - operator= - qcborarray-iterator.html - operator-eq - (const Iterator &other) - - - QCborValueRef - operator* - qcborarray-iterator.html - operator-2a - () const const - - - QCborValueRef * - operator-> - qcborarray-iterator.html - operator--gt - () const const - - - QCborValueRef - operator[] - qcborarray-iterator.html - operator-5b-5d - (qsizetype j) - - - bool - operator== - qcborarray-iterator.html - operator-eq-eq - (const Iterator &other) const const - - - bool - operator!= - qcborarray-iterator.html - operator-not-eq - (const Iterator &other) const const - - - bool - operator< - qcborarray-iterator.html - operator-lt - (const Iterator &other) const const - - - bool - operator<= - qcborarray-iterator.html - operator-lt-eq - (const Iterator &other) const const - - - bool - operator> - qcborarray-iterator.html - operator-gt - (const Iterator &other) const const - - - bool - operator>= - qcborarray-iterator.html - operator-gt-eq - (const Iterator &other) const const - - - bool - operator== - qcborarray-iterator.html - operator-eq-eq-1 - (const ConstIterator &other) const const - - - bool - operator!= - qcborarray-iterator.html - operator-not-eq-1 - (const ConstIterator &other) const const - - - bool - operator< - qcborarray-iterator.html - operator-lt-1 - (const ConstIterator &other) const const - - - bool - operator<= - qcborarray-iterator.html - operator-lt-eq-1 - (const ConstIterator &other) const const - - - bool - operator> - qcborarray-iterator.html - operator-gt-1 - (const ConstIterator &other) const const - - - bool - operator>= - qcborarray-iterator.html - operator-gt-eq-1 - (const ConstIterator &other) const const - - - Iterator & - operator++ - qcborarray-iterator.html - operator-2b-2b - () - - - Iterator - operator++ - qcborarray-iterator.html - operator-2b-2b-1 - (int ) - - - Iterator & - operator-- - qcborarray-iterator.html - operator-- - () - - - Iterator - operator-- - qcborarray-iterator.html - operator---1 - (int ) - - - Iterator & - operator+= - qcborarray-iterator.html - operator-2b-eq - (qsizetype j) - - - Iterator & - operator-= - qcborarray-iterator.html - operator--eq - (qsizetype j) - - - Iterator - operator+ - qcborarray-iterator.html - operator-2b - (qsizetype j) const const - - - Iterator - operator- - qcborarray-iterator.html - operator- - (qsizetype j) const const - - - qsizetype - operator- - qcborarray-iterator.html - operator--1 - (Iterator other) const const - - - - QCborArray::ConstIterator - qcborarray-constiterator.html - - iterator_category - qcborarray-constiterator.html - iterator_category-typedef - - - - - ConstIterator - qcborarray-constiterator.html - ConstIterator - () - - - - ConstIterator - qcborarray-constiterator.html - ConstIterator-2 - (const ConstIterator &other) - - - ConstIterator & - operator= - qcborarray-constiterator.html - operator-eq - (const ConstIterator &other) - - - const QCborValueRef - operator* - qcborarray-constiterator.html - operator-2a - () const const - - - const QCborValueRef * - operator-> - qcborarray-constiterator.html - operator--gt - () const const - - - const QCborValueRef - operator[] - qcborarray-constiterator.html - operator-5b-5d - (qsizetype j) - - - bool - operator== - qcborarray-constiterator.html - operator-eq-eq - (const Iterator &other) const const - - - bool - operator!= - qcborarray-constiterator.html - operator-not-eq - (const Iterator &o) const const - - - bool - operator< - qcborarray-constiterator.html - operator-lt - (const Iterator &other) const const - - - bool - operator<= - qcborarray-constiterator.html - operator-lt-eq - (const Iterator &other) const const - - - bool - operator> - qcborarray-constiterator.html - operator-gt - (const Iterator &other) const const - - - bool - operator>= - qcborarray-constiterator.html - operator-gt-eq - (const Iterator &other) const const - - - bool - operator== - qcborarray-constiterator.html - operator-eq-eq-1 - (const ConstIterator &other) const const - - - bool - operator!= - qcborarray-constiterator.html - operator-not-eq-1 - (const ConstIterator &o) const const - - - bool - operator< - qcborarray-constiterator.html - operator-lt-1 - (const ConstIterator &other) const const - - - bool - operator<= - qcborarray-constiterator.html - operator-lt-eq-1 - (const ConstIterator &other) const const - - - bool - operator> - qcborarray-constiterator.html - operator-gt-1 - (const ConstIterator &other) const const - - - bool - operator>= - qcborarray-constiterator.html - operator-gt-eq-1 - (const ConstIterator &other) const const - - - ConstIterator & - operator++ - qcborarray-constiterator.html - operator-2b-2b - () - - - ConstIterator - operator++ - qcborarray-constiterator.html - operator-2b-2b-1 - (int ) - - - ConstIterator & - operator-- - qcborarray-constiterator.html - operator-- - () - - - ConstIterator - operator-- - qcborarray-constiterator.html - operator---1 - (int ) - - - ConstIterator & - operator+= - qcborarray-constiterator.html - operator-2b-eq - (qsizetype j) - - - ConstIterator & - operator-= - qcborarray-constiterator.html - operator--eq - (qsizetype j) - - - ConstIterator - operator+ - qcborarray-constiterator.html - operator-2b - (qsizetype j) const const - - - ConstIterator - operator- - qcborarray-constiterator.html - operator- - (qsizetype j) const const - - - qsizetype - operator- - qcborarray-constiterator.html - operator--1 - (ConstIterator other) const const - - - - QCborMap - qcbormap.html - - value_type - qcbormap.html - value_type-typedef - - - - key_type - qcbormap.html - key_type-typedef - - - - mapped_type - qcbormap.html - mapped_type-typedef - - - - size_type - qcbormap.html - size_type-typedef - - - QCborMap::Iterator - QCborMap::ConstIterator - - - QCborMap - qcbormap.html - QCborMap - () - - - - QCborMap - qcbormap.html - QCborMap-1 - (const QCborMap &other) - - - QCborMap & - operator= - qcbormap.html - operator-eq - (const QCborMap &other) - - - - QCborMap - qcbormap.html - QCborMap-2 - (std::initializer_list<value_type> args) - - - - ~QCborMap - qcbormap.html - dtor.QCborMap - () - - - void - swap - qcbormap.html - swap - (QCborMap &other) - - - QCborValue - toCborValue - qcbormap.html - toCborValue - () const const - - - qsizetype - size - qcbormap.html - size - () const const - - - bool - isEmpty - qcbormap.html - isEmpty - () const const - - - void - clear - qcbormap.html - clear - () - - - QVector<QCborValue> - keys - qcbormap.html - keys - () const const - - - QCborValue - value - qcbormap.html - value - (qint64 key) const const - - - QCborValue - value - qcbormap.html - value-1 - (QLatin1String key) const const - - - QCborValue - value - qcbormap.html - value-2 - (const QString &key) const const - - - QCborValue - value - qcbormap.html - value-3 - (const QCborValue &key) const const - - - const QCborValue - value - qcbormap.html - value-4 - (const char (&)[N] key) const const - - - const QCborValue - operator[] - qcbormap.html - operator-5b-5d - (qint64 key) const const - - - const QCborValue - operator[] - qcbormap.html - operator-5b-5d-1 - (QLatin1String key) const const - - - const QCborValue - operator[] - qcbormap.html - operator-5b-5d-2 - (const QString &key) const const - - - const QCborValue - operator[] - qcbormap.html - operator-5b-5d-3 - (const QCborValue &key) const const - - - const QCborValue - operator[] - qcbormap.html - operator-5b-5d-4 - (const char (&)[N] key) const const - - - QCborValueRef - operator[] - qcbormap.html - operator-5b-5d-5 - (qint64 key) - - - QCborValueRef - operator[] - qcbormap.html - operator-5b-5d-6 - (QLatin1String key) - - - QCborValueRef - operator[] - qcbormap.html - operator-5b-5d-7 - (const QString &key) - - - QCborValueRef - operator[] - qcbormap.html - operator-5b-5d-8 - (const QCborValue &key) - - - QCborValue - take - qcbormap.html - take - (qint64 key) - - - QCborValue - take - qcbormap.html - take-1 - (QLatin1String key) - - - QCborValue - take - qcbormap.html - take-2 - (const QString &key) - - - QCborValue - take - qcbormap.html - take-3 - (const QCborValue &key) - - - void - remove - qcbormap.html - remove - (qint64 key) - - - void - remove - qcbormap.html - remove-1 - (QLatin1String key) - - - void - remove - qcbormap.html - remove-2 - (const QString &key) - - - void - remove - qcbormap.html - remove-3 - (const QCborValue &key) - - - bool - contains - qcbormap.html - contains - (qint64 key) const const - - - bool - contains - qcbormap.html - contains-1 - (QLatin1String key) const const - - - bool - contains - qcbormap.html - contains-2 - (const QString &key) const const - - - bool - contains - qcbormap.html - contains-3 - (const QCborValue &key) const const - - - int - compare - qcbormap.html - compare - (const QCborMap &other) const const - - - bool - operator== - qcbormap.html - operator-eq-eq - (const QCborMap &other) const const - - - bool - operator!= - qcbormap.html - operator-not-eq - (const QCborMap &other) const const - - - bool - operator< - qcbormap.html - operator-lt - (const QCborMap &other) const const - - - iterator - qcbormap.html - iterator-typedef - - - - const_iterator - qcbormap.html - const_iterator-typedef - - - - QCborMap::iterator - begin - qcbormap.html - begin - () - - - QCborMap::const_iterator - constBegin - qcbormap.html - constBegin - () const const - - - QCborMap::const_iterator - begin - qcbormap.html - begin-1 - () const const - - - QCborMap::const_iterator - cbegin - qcbormap.html - cbegin - () const const - - - QCborMap::iterator - end - qcbormap.html - end - () - - - QCborMap::const_iterator - constEnd - qcbormap.html - constEnd - () const const - - - QCborMap::const_iterator - end - qcbormap.html - end-1 - () const const - - - QCborMap::const_iterator - cend - qcbormap.html - cend - () const const - - - QCborMap::iterator - erase - qcbormap.html - erase-1 - (QCborMap::iterator it) - - - QCborMap::iterator - erase - qcbormap.html - erase - (QCborMap::const_iterator it) - - - QCborValue - extract - qcbormap.html - extract - (QCborMap::iterator it) - - - QCborValue - extract - qcbormap.html - extract-1 - (QCborMap::const_iterator it) - - - bool - empty - qcbormap.html - empty - () const const - - - QCborMap::iterator - find - qcbormap.html - find - (qint64 key) - - - QCborMap::iterator - find - qcbormap.html - find-1 - (QLatin1String key) - - - QCborMap::iterator - find - qcbormap.html - find-2 - (const QString &key) - - - QCborMap::iterator - find - qcbormap.html - find-3 - (const QCborValue &key) - - - QCborMap::const_iterator - constFind - qcbormap.html - constFind - (qint64 key) const const - - - QCborMap::const_iterator - constFind - qcbormap.html - constFind-1 - (QLatin1String key) const const - - - QCborMap::const_iterator - constFind - qcbormap.html - constFind-2 - (const QString &key) const const - - - QCborMap::const_iterator - constFind - qcbormap.html - constFind-3 - (const QCborValue &key) const const - - - QCborMap::const_iterator - find - qcbormap.html - find-4 - (qint64 key) const const - - - QCborMap::const_iterator - find - qcbormap.html - find-5 - (QLatin1String key) const const - - - QCborMap::const_iterator - find - qcbormap.html - find-6 - (const QString &key) const const - - - QCborMap::const_iterator - find - qcbormap.html - find-7 - (const QCborValue &key) const const - - - QCborMap::iterator - insert - qcbormap.html - insert - (qint64 key, const QCborValue &value) - - - QCborMap::iterator - insert - qcbormap.html - insert-1 - (QLatin1String key, const QCborValue &value) - - - QCborMap::iterator - insert - qcbormap.html - insert-2 - (const QString &key, const QCborValue &value) - - - QCborMap::iterator - insert - qcbormap.html - insert-3 - (const QCborValue &key, const QCborValue &value) - - - QCborMap::iterator - insert - qcbormap.html - insert-4 - (QCborMap::value_type v) - - - QCborMap - fromVariantMap - qcbormap.html - fromVariantMap - (const QVariantMap &map) - - - QCborMap - fromVariantHash - qcbormap.html - fromVariantHash - (const QVariantHash &hash) - - - QCborMap - fromJsonObject - qcbormap.html - fromJsonObject - (const QJsonObject &obj) - - - QVariantMap - toVariantMap - qcbormap.html - toVariantMap - () const const - - - QVariantHash - toVariantHash - qcbormap.html - toVariantHash - () const const - - - QJsonObject - toJsonObject - qcbormap.html - toJsonObject - () const const - - - - QCborMap::Iterator - qcbormap-iterator.html - - iterator_category - qcbormap-iterator.html - iterator_category-typedef - - - - - Iterator - qcbormap-iterator.html - Iterator - () - - - - Iterator - qcbormap-iterator.html - Iterator-2 - (const Iterator &other) - - - Iterator & - operator= - qcbormap-iterator.html - operator-eq - (const Iterator &other) - - - Iterator::value_type - operator* - qcbormap-iterator.html - operator-2a - () const const - - - QCborValueRef * - operator-> - qcbormap-iterator.html - operator--gt - () const const - - - QCborValue - key - qcbormap-iterator.html - key - () const const - - - QCborValueRef - value - qcbormap-iterator.html - value - () const const - - - bool - operator== - qcbormap-iterator.html - operator-eq-eq - (const Iterator &other) const const - - - bool - operator!= - qcbormap-iterator.html - operator-not-eq - (const Iterator &other) const const - - - bool - operator< - qcbormap-iterator.html - operator-lt - (const Iterator &other) const const - - - bool - operator<= - qcbormap-iterator.html - operator-lt-eq - (const Iterator &other) const const - - - bool - operator> - qcbormap-iterator.html - operator-gt - (const Iterator &other) const const - - - bool - operator>= - qcbormap-iterator.html - operator-gt-eq - (const Iterator &other) const const - - - bool - operator== - qcbormap-iterator.html - operator-eq-eq-1 - (const ConstIterator &other) const const - - - bool - operator!= - qcbormap-iterator.html - operator-not-eq-1 - (const ConstIterator &other) const const - - - bool - operator< - qcbormap-iterator.html - operator-lt-1 - (const ConstIterator &other) const const - - - bool - operator<= - qcbormap-iterator.html - operator-lt-eq-1 - (const ConstIterator &other) const const - - - bool - operator> - qcbormap-iterator.html - operator-gt-1 - (const ConstIterator &other) const const - - - bool - operator>= - qcbormap-iterator.html - operator-gt-eq-1 - (const ConstIterator &other) const const - - - Iterator & - operator++ - qcbormap-iterator.html - operator-2b-2b - () - - - Iterator - operator++ - qcbormap-iterator.html - operator-2b-2b-1 - (int ) - - - Iterator & - operator-- - qcbormap-iterator.html - operator-- - () - - - Iterator - operator-- - qcbormap-iterator.html - operator---1 - (int ) - - - Iterator & - operator+= - qcbormap-iterator.html - operator-2b-eq - (qsizetype j) - - - Iterator & - operator-= - qcbormap-iterator.html - operator--eq - (qsizetype j) - - - Iterator - operator+ - qcbormap-iterator.html - operator-2b - (qsizetype j) const const - - - Iterator - operator- - qcbormap-iterator.html - operator- - (qsizetype j) const const - - - qsizetype - operator- - qcbormap-iterator.html - operator--1 - (Iterator j) const const - - - - QCborMap::ConstIterator - qcbormap-constiterator.html - - iterator_category - qcbormap-constiterator.html - iterator_category-typedef - - - - - ConstIterator - qcbormap-constiterator.html - ConstIterator - () - - - - ConstIterator - qcbormap-constiterator.html - ConstIterator-2 - (const ConstIterator &other) - - - ConstIterator & - operator= - qcbormap-constiterator.html - operator-eq - (const ConstIterator &other) - - - ConstIterator::value_type - operator* - qcbormap-constiterator.html - operator-2a - () const const - - - const QCborValueRef * - operator-> - qcbormap-constiterator.html - operator--gt - () const const - - - QCborValue - key - qcbormap-constiterator.html - key - () const const - - - QCborValueRef - value - qcbormap-constiterator.html - value - () const const - - - bool - operator== - qcbormap-constiterator.html - operator-eq-eq - (const Iterator &other) const const - - - bool - operator!= - qcbormap-constiterator.html - operator-not-eq - (const Iterator &other) const const - - - bool - operator< - qcbormap-constiterator.html - operator-lt - (const Iterator &other) const const - - - bool - operator<= - qcbormap-constiterator.html - operator-lt-eq - (const Iterator &other) const const - - - bool - operator> - qcbormap-constiterator.html - operator-gt - (const Iterator &other) const const - - - bool - operator>= - qcbormap-constiterator.html - operator-gt-eq - (const Iterator &other) const const - - - bool - operator== - qcbormap-constiterator.html - operator-eq-eq-1 - (const ConstIterator &other) const const - - - bool - operator!= - qcbormap-constiterator.html - operator-not-eq-1 - (const ConstIterator &other) const const - - - bool - operator< - qcbormap-constiterator.html - operator-lt-1 - (const ConstIterator &other) const const - - - bool - operator<= - qcbormap-constiterator.html - operator-lt-eq-1 - (const ConstIterator &other) const const - - - bool - operator> - qcbormap-constiterator.html - operator-gt-1 - (const ConstIterator &other) const const - - - bool - operator>= - qcbormap-constiterator.html - operator-gt-eq-1 - (const ConstIterator &other) const const - - - ConstIterator & - operator++ - qcbormap-constiterator.html - operator-2b-2b - () - - - ConstIterator - operator++ - qcbormap-constiterator.html - operator-2b-2b-1 - (int ) - - - ConstIterator & - operator-- - qcbormap-constiterator.html - operator-- - () - - - ConstIterator - operator-- - qcbormap-constiterator.html - operator---1 - (int ) - - - ConstIterator & - operator+= - qcbormap-constiterator.html - operator-2b-eq - (qsizetype j) - - - ConstIterator & - operator-= - qcbormap-constiterator.html - operator--eq - (qsizetype j) - - - ConstIterator - operator+ - qcbormap-constiterator.html - operator-2b - (qsizetype j) const const - - - ConstIterator - operator- - qcbormap-constiterator.html - operator- - (qsizetype j) const const - - - qsizetype - operator- - qcbormap-constiterator.html - operator--1 - (ConstIterator j) const const - - - - QCborStreamWriter - qcborstreamwriter.html - - - QCborStreamWriter - qcborstreamwriter.html - QCborStreamWriter - (QIODevice *device) - - - - QCborStreamWriter - qcborstreamwriter.html - QCborStreamWriter-1 - (QByteArray *data) - - - - ~QCborStreamWriter - qcborstreamwriter.html - dtor.QCborStreamWriter - () - - - - QCborStreamWriter - qcborstreamwriter.html - QCborStreamWriter-2 - (const QCborStreamWriter &) - - - QCborStreamWriter & - operator= - qcborstreamwriter.html - operator-eq - (const QCborStreamWriter &) - - - void - setDevice - qcborstreamwriter.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qcborstreamwriter.html - device - () const const - - - void - append - qcborstreamwriter.html - append - (quint64 u) - - - void - append - qcborstreamwriter.html - append-1 - (qint64 i) - - - void - append - qcborstreamwriter.html - append-2 - (QCborNegativeInteger n) - - - void - append - qcborstreamwriter.html - append-3 - (const QByteArray &ba) - - - void - append - qcborstreamwriter.html - append-4 - (QLatin1String str) - - - void - append - qcborstreamwriter.html - append-5 - (QStringView str) - - - void - append - qcborstreamwriter.html - append-6 - (QCborTag tag) - - - void - append - qcborstreamwriter.html - append-7 - (QCborKnownTags tag) - - - void - append - qcborstreamwriter.html - append-8 - (QCborSimpleType st) - - - void - append - qcborstreamwriter.html - append-9 - (std::nullptr_t ) - - - void - append - qcborstreamwriter.html - append-10 - (qfloat16 f) - - - void - append - qcborstreamwriter.html - append-11 - (float f) - - - void - append - qcborstreamwriter.html - append-12 - (double d) - - - void - appendByteString - qcborstreamwriter.html - appendByteString - (const char *data, qsizetype len) - - - void - appendTextString - qcborstreamwriter.html - appendTextString - (const char *utf8, qsizetype len) - - - void - append - qcborstreamwriter.html - append-13 - (bool b) - - - void - appendNull - qcborstreamwriter.html - appendNull - () - - - void - appendUndefined - qcborstreamwriter.html - appendUndefined - () - - - void - append - qcborstreamwriter.html - append-14 - (const char *str, qsizetype size) - - - void - startArray - qcborstreamwriter.html - startArray - () - - - void - startArray - qcborstreamwriter.html - startArray-1 - (quint64 count) - - - bool - endArray - qcborstreamwriter.html - endArray - () - - - void - startMap - qcborstreamwriter.html - startMap - () - - - void - startMap - qcborstreamwriter.html - startMap-1 - (quint64 count) - - - bool - endMap - qcborstreamwriter.html - endMap - () - - - - QCborStreamReader - qcborstreamreader.html - - void - qt_check_for_QGADGET_macro - qcborstreamreader.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qcborstreamreader.html - QtGadgetHelper-typedef - - - - Type - qcborstreamreader.html - Type-enum - - - UnsignedInteger - qcborstreamreader.html - Type-enum - - - NegativeInteger - qcborstreamreader.html - Type-enum - - - ByteString - qcborstreamreader.html - Type-enum - - - ByteArray - qcborstreamreader.html - Type-enum - - - TextString - qcborstreamreader.html - Type-enum - - - String - qcborstreamreader.html - Type-enum - - - Array - qcborstreamreader.html - Type-enum - - - Map - qcborstreamreader.html - Type-enum - - - Tag - qcborstreamreader.html - Type-enum - - - SimpleType - qcborstreamreader.html - Type-enum - - - HalfFloat - qcborstreamreader.html - Type-enum - - - Float16 - qcborstreamreader.html - Type-enum - - - Float - qcborstreamreader.html - Type-enum - - - Double - qcborstreamreader.html - Type-enum - - - Invalid - qcborstreamreader.html - Type-enum - - - StringResultCode - qcborstreamreader.html - StringResultCode-enum - - - EndOfString - qcborstreamreader.html - StringResultCode-enum - - - Ok - qcborstreamreader.html - StringResultCode-enum - - - Error - qcborstreamreader.html - StringResultCode-enum - - QCborStreamReader::StringResult - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader - () - - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader-1 - (const char *data, qsizetype len) - - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader-2 - (const quint8 *data, qsizetype len) - - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader-3 - (const QByteArray &data) - - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader-4 - (QIODevice *device) - - - - ~QCborStreamReader - qcborstreamreader.html - dtor.QCborStreamReader - () - - - - QCborStreamReader - qcborstreamreader.html - QCborStreamReader-5 - (const QCborStreamReader &) - - - QCborStreamReader & - operator= - qcborstreamreader.html - operator-eq - (const QCborStreamReader &) - - - void - setDevice - qcborstreamreader.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qcborstreamreader.html - device - () const const - - - void - addData - qcborstreamreader.html - addData - (const QByteArray &data) - - - void - addData - qcborstreamreader.html - addData-1 - (const char *data, qsizetype len) - - - void - addData - qcborstreamreader.html - addData-2 - (const quint8 *data, qsizetype len) - - - void - reparse - qcborstreamreader.html - reparse - () - - - void - clear - qcborstreamreader.html - clear - () - - - void - reset - qcborstreamreader.html - reset - () - - - QCborError - lastError - qcborstreamreader.html - lastError - () - - - qint64 - currentOffset - qcborstreamreader.html - currentOffset - () const const - - - bool - isValid - qcborstreamreader.html - isValid - () const const - - - int - containerDepth - qcborstreamreader.html - containerDepth - () const const - - - QCborStreamReader::Type - parentContainerType - qcborstreamreader.html - parentContainerType - () const const - - - bool - hasNext - qcborstreamreader.html - hasNext - () const const - - - bool - next - qcborstreamreader.html - next - (int maxRecursion) - - - QCborStreamReader::Type - type - qcborstreamreader.html - type - () const const - - - bool - isUnsignedInteger - qcborstreamreader.html - isUnsignedInteger - () const const - - - bool - isNegativeInteger - qcborstreamreader.html - isNegativeInteger - () const const - - - bool - isInteger - qcborstreamreader.html - isInteger - () const const - - - bool - isByteArray - qcborstreamreader.html - isByteArray - () const const - - - bool - isString - qcborstreamreader.html - isString - () const const - - - bool - isArray - qcborstreamreader.html - isArray - () const const - - - bool - isMap - qcborstreamreader.html - isMap - () const const - - - bool - isTag - qcborstreamreader.html - isTag - () const const - - - bool - isSimpleType - qcborstreamreader.html - isSimpleType - () const const - - - bool - isFloat16 - qcborstreamreader.html - isFloat16 - () const const - - - bool - isFloat - qcborstreamreader.html - isFloat - () const const - - - bool - isDouble - qcborstreamreader.html - isDouble - () const const - - - bool - isInvalid - qcborstreamreader.html - isInvalid - () const const - - - bool - isSimpleType - qcborstreamreader.html - isSimpleType-1 - (QCborSimpleType st) const const - - - bool - isFalse - qcborstreamreader.html - isFalse - () const const - - - bool - isTrue - qcborstreamreader.html - isTrue - () const const - - - bool - isBool - qcborstreamreader.html - isBool - () const const - - - bool - isNull - qcborstreamreader.html - isNull - () const const - - - bool - isUndefined - qcborstreamreader.html - isUndefined - () const const - - - bool - isLengthKnown - qcborstreamreader.html - isLengthKnown - () const const - - - quint64 - length - qcborstreamreader.html - length - () const const - - - bool - isContainer - qcborstreamreader.html - isContainer - () const const - - - bool - enterContainer - qcborstreamreader.html - enterContainer - () - - - bool - leaveContainer - qcborstreamreader.html - leaveContainer - () - - - StringResult<QString> - readString - qcborstreamreader.html - readString - () - - - StringResult<QByteArray> - readByteArray - qcborstreamreader.html - readByteArray - () - - - qsizetype - currentStringChunkSize - qcborstreamreader.html - currentStringChunkSize - () const const - - - StringResult<qsizetype> - readStringChunk - qcborstreamreader.html - readStringChunk - (char *ptr, qsizetype maxlen) - - - bool - toBool - qcborstreamreader.html - toBool - () const const - - - QCborTag - toTag - qcborstreamreader.html - toTag - () const const - - - quint64 - toUnsignedInteger - qcborstreamreader.html - toUnsignedInteger - () const const - - - QCborNegativeInteger - toNegativeInteger - qcborstreamreader.html - toNegativeInteger - () const const - - - QCborSimpleType - toSimpleType - qcborstreamreader.html - toSimpleType - () const const - - - qfloat16 - toFloat16 - qcborstreamreader.html - toFloat16 - () const const - - - float - toFloat - qcborstreamreader.html - toFloat - () const const - - - double - toDouble - qcborstreamreader.html - toDouble - () const const - - - qint64 - toInteger - qcborstreamreader.html - toInteger - () const const - - - - QCborStreamReader::StringResult - qcborstreamreader-stringresult.html - - - QCollatorSortKey - qcollatorsortkey.html - - - QCollatorSortKey - qcollatorsortkey.html - QCollatorSortKey - (const QCollatorSortKey &other) - - - - ~QCollatorSortKey - qcollatorsortkey.html - dtor.QCollatorSortKey - () - - - QCollatorSortKey & - operator= - qcollatorsortkey.html - operator-eq - (const QCollatorSortKey &other) - - - QCollatorSortKey & - operator= - qcollatorsortkey.html - operator-eq-1 - (QCollatorSortKey &&other) - - - void - swap - qcollatorsortkey.html - swap - (QCollatorSortKey &other) - - - int - compare - qcollatorsortkey.html - compare - (const QCollatorSortKey &otherKey) const const - - - - QCollator - qcollator.html - - - QCollator - qcollator.html - QCollator - (const QLocale &locale) - - - - QCollator - qcollator.html - QCollator-1 - (const QCollator &other) - - - - ~QCollator - qcollator.html - dtor.QCollator - () - - - QCollator & - operator= - qcollator.html - operator-eq - (const QCollator &other) - - - - QCollator - qcollator.html - QCollator-2 - (QCollator &&other) - - - QCollator & - operator= - qcollator.html - operator-eq-1 - (QCollator &&other) - - - void - swap - qcollator.html - swap - (QCollator &other) - - - void - setLocale - qcollator.html - setLocale - (const QLocale &locale) - - - QLocale - locale - qcollator.html - locale - () const const - - - Qt::CaseSensitivity - caseSensitivity - qcollator.html - caseSensitivity - () const const - - - void - setCaseSensitivity - qcollator.html - setCaseSensitivity - (Qt::CaseSensitivity sensitivity) - - - void - setNumericMode - qcollator.html - setNumericMode - (bool on) - - - bool - numericMode - qcollator.html - numericMode - () const const - - - void - setIgnorePunctuation - qcollator.html - setIgnorePunctuation - (bool on) - - - bool - ignorePunctuation - qcollator.html - ignorePunctuation - () const const - - - int - compare - qcollator.html - compare - (const QString &s1, const QString &s2) const const - - - int - compare - qcollator.html - compare-1 - (const QStringRef &s1, const QStringRef &s2) const const - - - int - compare - qcollator.html - compare-2 - (const QChar *s1, int len1, const QChar *s2, int len2) const const - - - QCollatorSortKey - sortKey - qcollator.html - sortKey - (const QString &string) const const - - - - QCommandLineOption - qcommandlineoption.html - - Flag - qcommandlineoption.html - Flag-enum - - - HiddenFromHelp - qcommandlineoption.html - Flag-enum - - - ShortOptionStyle - qcommandlineoption.html - Flag-enum - - - Flags - qcommandlineoption.html - Flag-enum - - - - - QCommandLineOption - qcommandlineoption.html - QCommandLineOption - (const QString &name) - - - - QCommandLineOption - qcommandlineoption.html - QCommandLineOption-1 - (const QStringList &names) - - - - QCommandLineOption - qcommandlineoption.html - QCommandLineOption-2 - (const QString &name, const QString &description, const QString &valueName, const QString &defaultValue) - - - - QCommandLineOption - qcommandlineoption.html - QCommandLineOption-3 - (const QStringList &names, const QString &description, const QString &valueName, const QString &defaultValue) - - - - QCommandLineOption - qcommandlineoption.html - QCommandLineOption-4 - (const QCommandLineOption &other) - - - - ~QCommandLineOption - qcommandlineoption.html - dtor.QCommandLineOption - () - - - QCommandLineOption & - operator= - qcommandlineoption.html - operator-eq - (const QCommandLineOption &other) - - - QCommandLineOption & - operator= - qcommandlineoption.html - operator-eq-1 - (QCommandLineOption &&other) - - - void - swap - qcommandlineoption.html - swap - (QCommandLineOption &other) - - - QStringList - names - qcommandlineoption.html - names - () const const - - - void - setValueName - qcommandlineoption.html - setValueName - (const QString &valueName) - - - QString - valueName - qcommandlineoption.html - valueName - () const const - - - void - setDescription - qcommandlineoption.html - setDescription - (const QString &description) - - - QString - description - qcommandlineoption.html - description - () const const - - - void - setDefaultValue - qcommandlineoption.html - setDefaultValue - (const QString &defaultValue) - - - void - setDefaultValues - qcommandlineoption.html - setDefaultValues - (const QStringList &defaultValues) - - - QStringList - defaultValues - qcommandlineoption.html - defaultValues - () const const - - - QCommandLineOption::Flags - flags - qcommandlineoption.html - flags - () const const - - - void - setFlags - qcommandlineoption.html - setFlags - (QCommandLineOption::Flags flags) - - - void - setHidden - qcommandlineoption-obsolete.html - setHidden - (bool hide) - - - bool - isHidden - qcommandlineoption-obsolete.html - isHidden - () const const - - - - QEvent - qevent.html - - void - qt_check_for_QGADGET_macro - qevent.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qevent.html - QtGadgetHelper-typedef - - - - accepted - qevent.html - accepted-prop - - - - Type - qevent.html - Type-enum - - - None - qevent.html - Type-enum - - - Timer - qevent.html - Type-enum - - - MouseButtonPress - qevent.html - Type-enum - - - MouseButtonRelease - qevent.html - Type-enum - - - MouseButtonDblClick - qevent.html - Type-enum - - - MouseMove - qevent.html - Type-enum - - - KeyPress - qevent.html - Type-enum - - - KeyRelease - qevent.html - Type-enum - - - FocusIn - qevent.html - Type-enum - - - FocusOut - qevent.html - Type-enum - - - FocusAboutToChange - qevent.html - Type-enum - - - Enter - qevent.html - Type-enum - - - Leave - qevent.html - Type-enum - - - Paint - qevent.html - Type-enum - - - Move - qevent.html - Type-enum - - - Resize - qevent.html - Type-enum - - - Create - qevent.html - Type-enum - - - Destroy - qevent.html - Type-enum - - - Show - qevent.html - Type-enum - - - Hide - qevent.html - Type-enum - - - Close - qevent.html - Type-enum - - - Quit - qevent.html - Type-enum - - - ParentChange - qevent.html - Type-enum - - - ParentAboutToChange - qevent.html - Type-enum - - - ThreadChange - qevent.html - Type-enum - - - WindowActivate - qevent.html - Type-enum - - - WindowDeactivate - qevent.html - Type-enum - - - ShowToParent - qevent.html - Type-enum - - - HideToParent - qevent.html - Type-enum - - - Wheel - qevent.html - Type-enum - - - WindowTitleChange - qevent.html - Type-enum - - - WindowIconChange - qevent.html - Type-enum - - - ApplicationWindowIconChange - qevent.html - Type-enum - - - ApplicationFontChange - qevent.html - Type-enum - - - ApplicationLayoutDirectionChange - qevent.html - Type-enum - - - ApplicationPaletteChange - qevent.html - Type-enum - - - PaletteChange - qevent.html - Type-enum - - - Clipboard - qevent.html - Type-enum - - - Speech - qevent.html - Type-enum - - - MetaCall - qevent.html - Type-enum - - - SockAct - qevent.html - Type-enum - - - WinEventAct - qevent.html - Type-enum - - - DeferredDelete - qevent.html - Type-enum - - - DragEnter - qevent.html - Type-enum - - - DragMove - qevent.html - Type-enum - - - DragLeave - qevent.html - Type-enum - - - Drop - qevent.html - Type-enum - - - DragResponse - qevent.html - Type-enum - - - ChildAdded - qevent.html - Type-enum - - - ChildPolished - qevent.html - Type-enum - - - ChildRemoved - qevent.html - Type-enum - - - ShowWindowRequest - qevent.html - Type-enum - - - PolishRequest - qevent.html - Type-enum - - - Polish - qevent.html - Type-enum - - - LayoutRequest - qevent.html - Type-enum - - - UpdateRequest - qevent.html - Type-enum - - - UpdateLater - qevent.html - Type-enum - - - EmbeddingControl - qevent.html - Type-enum - - - ActivateControl - qevent.html - Type-enum - - - DeactivateControl - qevent.html - Type-enum - - - ContextMenu - qevent.html - Type-enum - - - InputMethod - qevent.html - Type-enum - - - TabletMove - qevent.html - Type-enum - - - LocaleChange - qevent.html - Type-enum - - - LanguageChange - qevent.html - Type-enum - - - LayoutDirectionChange - qevent.html - Type-enum - - - Style - qevent.html - Type-enum - - - TabletPress - qevent.html - Type-enum - - - TabletRelease - qevent.html - Type-enum - - - OkRequest - qevent.html - Type-enum - - - HelpRequest - qevent.html - Type-enum - - - IconDrag - qevent.html - Type-enum - - - FontChange - qevent.html - Type-enum - - - EnabledChange - qevent.html - Type-enum - - - ActivationChange - qevent.html - Type-enum - - - StyleChange - qevent.html - Type-enum - - - IconTextChange - qevent.html - Type-enum - - - ModifiedChange - qevent.html - Type-enum - - - MouseTrackingChange - qevent.html - Type-enum - - - WindowBlocked - qevent.html - Type-enum - - - WindowUnblocked - qevent.html - Type-enum - - - WindowStateChange - qevent.html - Type-enum - - - ReadOnlyChange - qevent.html - Type-enum - - - ToolTip - qevent.html - Type-enum - - - WhatsThis - qevent.html - Type-enum - - - StatusTip - qevent.html - Type-enum - - - ActionChanged - qevent.html - Type-enum - - - ActionAdded - qevent.html - Type-enum - - - ActionRemoved - qevent.html - Type-enum - - - FileOpen - qevent.html - Type-enum - - - Shortcut - qevent.html - Type-enum - - - ShortcutOverride - qevent.html - Type-enum - - - WhatsThisClicked - qevent.html - Type-enum - - - ToolBarChange - qevent.html - Type-enum - - - ApplicationActivate - qevent.html - Type-enum - - - ApplicationActivated - qevent.html - Type-enum - - - ApplicationDeactivate - qevent.html - Type-enum - - - ApplicationDeactivated - qevent.html - Type-enum - - - QueryWhatsThis - qevent.html - Type-enum - - - EnterWhatsThisMode - qevent.html - Type-enum - - - LeaveWhatsThisMode - qevent.html - Type-enum - - - ZOrderChange - qevent.html - Type-enum - - - HoverEnter - qevent.html - Type-enum - - - HoverLeave - qevent.html - Type-enum - - - HoverMove - qevent.html - Type-enum - - - EnterEditFocus - qevent.html - Type-enum - - - LeaveEditFocus - qevent.html - Type-enum - - - AcceptDropsChange - qevent.html - Type-enum - - - ZeroTimerEvent - qevent.html - Type-enum - - - GraphicsSceneMouseMove - qevent.html - Type-enum - - - GraphicsSceneMousePress - qevent.html - Type-enum - - - GraphicsSceneMouseRelease - qevent.html - Type-enum - - - GraphicsSceneMouseDoubleClick - qevent.html - Type-enum - - - GraphicsSceneContextMenu - qevent.html - Type-enum - - - GraphicsSceneHoverEnter - qevent.html - Type-enum - - - GraphicsSceneHoverMove - qevent.html - Type-enum - - - GraphicsSceneHoverLeave - qevent.html - Type-enum - - - GraphicsSceneHelp - qevent.html - Type-enum - - - GraphicsSceneDragEnter - qevent.html - Type-enum - - - GraphicsSceneDragMove - qevent.html - Type-enum - - - GraphicsSceneDragLeave - qevent.html - Type-enum - - - GraphicsSceneDrop - qevent.html - Type-enum - - - GraphicsSceneWheel - qevent.html - Type-enum - - - KeyboardLayoutChange - qevent.html - Type-enum - - - DynamicPropertyChange - qevent.html - Type-enum - - - TabletEnterProximity - qevent.html - Type-enum - - - TabletLeaveProximity - qevent.html - Type-enum - - - NonClientAreaMouseMove - qevent.html - Type-enum - - - NonClientAreaMouseButtonPress - qevent.html - Type-enum - - - NonClientAreaMouseButtonRelease - qevent.html - Type-enum - - - NonClientAreaMouseButtonDblClick - qevent.html - Type-enum - - - MacSizeChange - qevent.html - Type-enum - - - ContentsRectChange - qevent.html - Type-enum - - - MacGLWindowChange - qevent.html - Type-enum - - - FutureCallOut - qevent.html - Type-enum - - - GraphicsSceneResize - qevent.html - Type-enum - - - GraphicsSceneMove - qevent.html - Type-enum - - - CursorChange - qevent.html - Type-enum - - - ToolTipChange - qevent.html - Type-enum - - - NetworkReplyUpdated - qevent.html - Type-enum - - - GrabMouse - qevent.html - Type-enum - - - UngrabMouse - qevent.html - Type-enum - - - GrabKeyboard - qevent.html - Type-enum - - - UngrabKeyboard - qevent.html - Type-enum - - - MacGLClearDrawable - qevent.html - Type-enum - - - StateMachineSignal - qevent.html - Type-enum - - - StateMachineWrapped - qevent.html - Type-enum - - - TouchBegin - qevent.html - Type-enum - - - TouchUpdate - qevent.html - Type-enum - - - TouchEnd - qevent.html - Type-enum - - - NativeGesture - qevent.html - Type-enum - - - RequestSoftwareInputPanel - qevent.html - Type-enum - - - CloseSoftwareInputPanel - qevent.html - Type-enum - - - WinIdChange - qevent.html - Type-enum - - - Gesture - qevent.html - Type-enum - - - GestureOverride - qevent.html - Type-enum - - - ScrollPrepare - qevent.html - Type-enum - - - Scroll - qevent.html - Type-enum - - - Expose - qevent.html - Type-enum - - - InputMethodQuery - qevent.html - Type-enum - - - OrientationChange - qevent.html - Type-enum - - - TouchCancel - qevent.html - Type-enum - - - ThemeChange - qevent.html - Type-enum - - - SockClose - qevent.html - Type-enum - - - PlatformPanel - qevent.html - Type-enum - - - StyleAnimationUpdate - qevent.html - Type-enum - - - ApplicationStateChange - qevent.html - Type-enum - - - WindowChangeInternal - qevent.html - Type-enum - - - ScreenChangeInternal - qevent.html - Type-enum - - - PlatformSurface - qevent.html - Type-enum - - - Pointer - qevent.html - Type-enum - - - TabletTrackingChange - qevent.html - Type-enum - - - User - qevent.html - Type-enum - - - MaxUser - qevent.html - Type-enum - - - - QEvent - qevent.html - QEvent - (QEvent::Type type) - - - virtual - ~QEvent - qevent.html - dtor.QEvent - () - - - QEvent::Type - type - qevent.html - type - () const const - - - bool - spontaneous - qevent.html - spontaneous - () const const - - - void - setAccepted - qevent.html - accepted-prop - (bool accepted) - - - bool - isAccepted - qevent.html - accepted-prop - () const const - - - void - accept - qevent.html - accept - () - - - void - ignore - qevent.html - ignore - () - - - int - registerEventType - qevent.html - registerEventType - (int hint) - - - - QTimerEvent - qtimerevent.html - QEvent - - - QTimerEvent - qtimerevent.html - QTimerEvent - (int timerId) - - - int - timerId - qtimerevent.html - timerId - () const const - - - - QChildEvent - qchildevent.html - QEvent - - - QChildEvent - qchildevent.html - QChildEvent - (QEvent::Type type, QObject *child) - - - QObject * - child - qchildevent.html - child - () const const - - - bool - added - qchildevent.html - added - () const const - - - bool - polished - qchildevent.html - polished - () const const - - - bool - removed - qchildevent.html - removed - () const const - - - - QDynamicPropertyChangeEvent - qdynamicpropertychangeevent.html - QEvent - - - QDynamicPropertyChangeEvent - qdynamicpropertychangeevent.html - QDynamicPropertyChangeEvent - (const QByteArray &name) - - - QByteArray - propertyName - qdynamicpropertychangeevent.html - propertyName - () const const - - - - QCoreApplication - qcoreapplication.html - QObject - - virtual const QMetaObject * - metaObject - qcoreapplication.html - metaObject - () const const - - - virtual void * - qt_metacast - qcoreapplication.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcoreapplication.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcoreapplication.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcoreapplication.html - trUtf8 - (const char *s, const char *c, int n) - - - applicationName - qcoreapplication.html - applicationName-prop - - - - applicationVersion - qcoreapplication.html - applicationVersion-prop - - - - organizationName - qcoreapplication.html - organizationName-prop - - - - organizationDomain - qcoreapplication.html - organizationDomain-prop - - - - quitLockEnabled - qcoreapplication.html - quitLockEnabled-prop - - - - - QCoreApplication - qcoreapplication.html - QCoreApplication - (int &argc, char **argv) - - - virtual - ~QCoreApplication - qcoreapplication.html - dtor.QCoreApplication - () - - - QStringList - arguments - qcoreapplication.html - arguments - () - - - void - setAttribute - qcoreapplication.html - setAttribute - (Qt::ApplicationAttribute attribute, bool on) - - - bool - testAttribute - qcoreapplication.html - testAttribute - (Qt::ApplicationAttribute attribute) - - - void - setOrganizationDomain - qcoreapplication.html - organizationDomain-prop - (const QString &orgDomain) - - - QString - organizationDomain - qcoreapplication.html - organizationDomain-prop - () - - - void - setOrganizationName - qcoreapplication.html - organizationName-prop - (const QString &orgName) - - - QString - organizationName - qcoreapplication.html - organizationName-prop - () - - - void - setApplicationName - qcoreapplication.html - applicationName-prop - (const QString &application) - - - QString - applicationName - qcoreapplication.html - applicationName-prop - () - - - void - setApplicationVersion - qcoreapplication.html - applicationVersion-prop - (const QString &version) - - - QString - applicationVersion - qcoreapplication.html - applicationVersion-prop - () - - - void - setSetuidAllowed - qcoreapplication.html - setSetuidAllowed - (bool allow) - - - bool - isSetuidAllowed - qcoreapplication.html - isSetuidAllowed - () - - - QCoreApplication * - instance - qcoreapplication.html - instance - () - - - int - exec - qcoreapplication.html - exec - () - - - void - processEvents - qcoreapplication.html - processEvents - (QEventLoop::ProcessEventsFlags flags) - - - void - processEvents - qcoreapplication.html - processEvents-1 - (QEventLoop::ProcessEventsFlags flags, int maxtime) - - - void - exit - qcoreapplication.html - exit - (int returnCode) - - - bool - sendEvent - qcoreapplication.html - sendEvent - (QObject *receiver, QEvent *event) - - - void - postEvent - qcoreapplication.html - postEvent - (QObject *receiver, QEvent *event, int priority) - - - void - sendPostedEvents - qcoreapplication.html - sendPostedEvents - (QObject *receiver, int event_type) - - - void - removePostedEvents - qcoreapplication.html - removePostedEvents - (QObject *receiver, int eventType) - - - bool - hasPendingEvents - qcoreapplication-obsolete.html - hasPendingEvents - () - - - QAbstractEventDispatcher * - eventDispatcher - qcoreapplication.html - eventDispatcher - () - - - void - setEventDispatcher - qcoreapplication.html - setEventDispatcher - (QAbstractEventDispatcher *eventDispatcher) - - - virtual bool - notify - qcoreapplication.html - notify - (QObject *receiver, QEvent *event) - - - bool - startingUp - qcoreapplication.html - startingUp - () - - - bool - closingDown - qcoreapplication.html - closingDown - () - - - QString - applicationDirPath - qcoreapplication.html - applicationDirPath - () - - - QString - applicationFilePath - qcoreapplication.html - applicationFilePath - () - - - qint64 - applicationPid - qcoreapplication.html - applicationPid - () - - - void - setLibraryPaths - qcoreapplication.html - setLibraryPaths - (const QStringList &paths) - - - QStringList - libraryPaths - qcoreapplication.html - libraryPaths - () - - - void - addLibraryPath - qcoreapplication.html - addLibraryPath - (const QString &path) - - - void - removeLibraryPath - qcoreapplication.html - removeLibraryPath - (const QString &path) - - - bool - installTranslator - qcoreapplication.html - installTranslator - (QTranslator *translationFile) - - - bool - removeTranslator - qcoreapplication.html - removeTranslator - (QTranslator *translationFile) - - - QString - translate - qcoreapplication.html - translate - (const char *context, const char *sourceText, const char *disambiguation, int n) - - - Encoding - qcoreapplication.html - Encoding-enum - - - UnicodeUTF8 - qcoreapplication.html - Encoding-enum - - - Latin1 - qcoreapplication.html - Encoding-enum - - - DefaultCodec - qcoreapplication.html - Encoding-enum - - - CodecForTr - qcoreapplication.html - Encoding-enum - - - QString - translate - qcoreapplication-obsolete.html - translate-1 - (const char *context, const char *key, const char *disambiguation, QCoreApplication::Encoding encoding, int n) - - - void - flush - qcoreapplication-obsolete.html - flush - () - - - void - installNativeEventFilter - qcoreapplication.html - installNativeEventFilter - (QAbstractNativeEventFilter *filterObj) - - - void - removeNativeEventFilter - qcoreapplication.html - removeNativeEventFilter - (QAbstractNativeEventFilter *filterObject) - - - bool - isQuitLockEnabled - qcoreapplication.html - quitLockEnabled-prop - () - - - void - setQuitLockEnabled - qcoreapplication.html - quitLockEnabled-prop - (bool enabled) - - - void - quit - qcoreapplication.html - quit - () - - - void - aboutToQuit - qcoreapplication.html - aboutToQuit - () - - - virtual bool - event - qcoreapplication.html - event - (QEvent *e) override - - - - QCommandLineParser - qcommandlineparser.html - - QString - tr - qcommandlineparser.html - tr - (const char *sourceText, const char *disambiguation, int n) - - - QString - trUtf8 - qcommandlineparser.html - trUtf8 - (const char *sourceText, const char *disambiguation, int n) - - - - QCommandLineParser - qcommandlineparser.html - QCommandLineParser - () - - - - ~QCommandLineParser - qcommandlineparser.html - dtor.QCommandLineParser - () - - - SingleDashWordOptionMode - qcommandlineparser.html - SingleDashWordOptionMode-enum - - - ParseAsCompactedShortOptions - qcommandlineparser.html - SingleDashWordOptionMode-enum - - - ParseAsLongOptions - qcommandlineparser.html - SingleDashWordOptionMode-enum - - - void - setSingleDashWordOptionMode - qcommandlineparser.html - setSingleDashWordOptionMode - (QCommandLineParser::SingleDashWordOptionMode singleDashWordOptionMode) - - - OptionsAfterPositionalArgumentsMode - qcommandlineparser.html - OptionsAfterPositionalArgumentsMode-enum - - - ParseAsOptions - qcommandlineparser.html - OptionsAfterPositionalArgumentsMode-enum - - - ParseAsPositionalArguments - qcommandlineparser.html - OptionsAfterPositionalArgumentsMode-enum - - - void - setOptionsAfterPositionalArgumentsMode - qcommandlineparser.html - setOptionsAfterPositionalArgumentsMode - (QCommandLineParser::OptionsAfterPositionalArgumentsMode parsingMode) - - - bool - addOption - qcommandlineparser.html - addOption - (const QCommandLineOption &option) - - - bool - addOptions - qcommandlineparser.html - addOptions - (const QList<QCommandLineOption> &options) - - - QCommandLineOption - addVersionOption - qcommandlineparser.html - addVersionOption - () - - - QCommandLineOption - addHelpOption - qcommandlineparser.html - addHelpOption - () - - - void - setApplicationDescription - qcommandlineparser.html - setApplicationDescription - (const QString &description) - - - QString - applicationDescription - qcommandlineparser.html - applicationDescription - () const const - - - void - addPositionalArgument - qcommandlineparser.html - addPositionalArgument - (const QString &name, const QString &description, const QString &syntax) - - - void - clearPositionalArguments - qcommandlineparser.html - clearPositionalArguments - () - - - void - process - qcommandlineparser.html - process - (const QStringList &arguments) - - - void - process - qcommandlineparser.html - process-1 - (const QCoreApplication &app) - - - bool - parse - qcommandlineparser.html - parse - (const QStringList &arguments) - - - QString - errorText - qcommandlineparser.html - errorText - () const const - - - bool - isSet - qcommandlineparser.html - isSet - (const QString &name) const const - - - QString - value - qcommandlineparser.html - value - (const QString &optionName) const const - - - QStringList - values - qcommandlineparser.html - values - (const QString &optionName) const const - - - bool - isSet - qcommandlineparser.html - isSet-1 - (const QCommandLineOption &option) const const - - - QString - value - qcommandlineparser.html - value-1 - (const QCommandLineOption &option) const const - - - QStringList - values - qcommandlineparser.html - values-1 - (const QCommandLineOption &option) const const - - - QStringList - positionalArguments - qcommandlineparser.html - positionalArguments - () const const - - - QStringList - optionNames - qcommandlineparser.html - optionNames - () const const - - - QStringList - unknownOptionNames - qcommandlineparser.html - unknownOptionNames - () const const - - - void - showVersion - qcommandlineparser.html - showVersion - () - - - void - showHelp - qcommandlineparser.html - showHelp - (int exitCode) - - - QString - helpText - qcommandlineparser.html - helpText - () const const - - - - QCryptographicHash - qcryptographichash.html - - void - qt_check_for_QGADGET_macro - qcryptographichash.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qcryptographichash.html - QtGadgetHelper-typedef - - - - Algorithm - qcryptographichash.html - Algorithm-enum - - - Md4 - qcryptographichash.html - Algorithm-enum - - - Md5 - qcryptographichash.html - Algorithm-enum - - - Sha1 - qcryptographichash.html - Algorithm-enum - - - Sha224 - qcryptographichash.html - Algorithm-enum - - - Sha256 - qcryptographichash.html - Algorithm-enum - - - Sha384 - qcryptographichash.html - Algorithm-enum - - - Sha512 - qcryptographichash.html - Algorithm-enum - - - Keccak_224 - qcryptographichash.html - Algorithm-enum - - - Keccak_256 - qcryptographichash.html - Algorithm-enum - - - Keccak_384 - qcryptographichash.html - Algorithm-enum - - - Keccak_512 - qcryptographichash.html - Algorithm-enum - - - RealSha3_224 - qcryptographichash.html - Algorithm-enum - - - RealSha3_256 - qcryptographichash.html - Algorithm-enum - - - RealSha3_384 - qcryptographichash.html - Algorithm-enum - - - RealSha3_512 - qcryptographichash.html - Algorithm-enum - - - Sha3_224 - qcryptographichash.html - Algorithm-enum - - - Sha3_256 - qcryptographichash.html - Algorithm-enum - - - Sha3_384 - qcryptographichash.html - Algorithm-enum - - - Sha3_512 - qcryptographichash.html - Algorithm-enum - - - - QCryptographicHash - qcryptographichash.html - QCryptographicHash - (QCryptographicHash::Algorithm method) - - - - ~QCryptographicHash - qcryptographichash.html - dtor.QCryptographicHash - () - - - void - reset - qcryptographichash.html - reset - () - - - void - addData - qcryptographichash.html - addData - (const char *data, int length) - - - void - addData - qcryptographichash.html - addData-1 - (const QByteArray &data) - - - bool - addData - qcryptographichash.html - addData-2 - (QIODevice *device) - - - QByteArray - result - qcryptographichash.html - result - () const const - - - QByteArray - hash - qcryptographichash.html - hash - (const QByteArray &data, QCryptographicHash::Algorithm method) - - - int - hashLength - qcryptographichash.html - hashLength - (QCryptographicHash::Algorithm method) - - - - QDataStream - qdatastream.html - - Version - qdatastream.html - Version-enum - - - Qt_1_0 - qdatastream.html - Version-enum - - - Qt_2_0 - qdatastream.html - Version-enum - - - Qt_2_1 - qdatastream.html - Version-enum - - - Qt_3_0 - qdatastream.html - Version-enum - - - Qt_3_1 - qdatastream.html - Version-enum - - - Qt_3_3 - qdatastream.html - Version-enum - - - Qt_4_0 - qdatastream.html - Version-enum - - - Qt_4_1 - qdatastream.html - Version-enum - - - Qt_4_2 - qdatastream.html - Version-enum - - - Qt_4_3 - qdatastream.html - Version-enum - - - Qt_4_4 - qdatastream.html - Version-enum - - - Qt_4_5 - qdatastream.html - Version-enum - - - Qt_4_6 - qdatastream.html - Version-enum - - - Qt_4_7 - qdatastream.html - Version-enum - - - Qt_4_8 - qdatastream.html - Version-enum - - - Qt_4_9 - qdatastream.html - Version-enum - - - Qt_5_0 - qdatastream.html - Version-enum - - - Qt_5_1 - qdatastream.html - Version-enum - - - Qt_5_2 - qdatastream.html - Version-enum - - - Qt_5_3 - qdatastream.html - Version-enum - - - Qt_5_4 - qdatastream.html - Version-enum - - - Qt_5_5 - qdatastream.html - Version-enum - - - Qt_5_6 - qdatastream.html - Version-enum - - - Qt_5_7 - qdatastream.html - Version-enum - - - Qt_5_8 - qdatastream.html - Version-enum - - - Qt_5_9 - qdatastream.html - Version-enum - - - Qt_5_10 - qdatastream.html - Version-enum - - - Qt_5_11 - qdatastream.html - Version-enum - - - Qt_5_12 - qdatastream.html - Version-enum - - - Qt_DefaultCompiledVersion - qdatastream.html - Version-enum - - - ByteOrder - qdatastream.html - ByteOrder-enum - - - BigEndian - qdatastream.html - ByteOrder-enum - - - LittleEndian - qdatastream.html - ByteOrder-enum - - - Status - qdatastream.html - Status-enum - - - Ok - qdatastream.html - Status-enum - - - ReadPastEnd - qdatastream.html - Status-enum - - - ReadCorruptData - qdatastream.html - Status-enum - - - WriteFailed - qdatastream.html - Status-enum - - - FloatingPointPrecision - qdatastream.html - FloatingPointPrecision-enum - - - SinglePrecision - qdatastream.html - FloatingPointPrecision-enum - - - DoublePrecision - qdatastream.html - FloatingPointPrecision-enum - - - - QDataStream - qdatastream.html - QDataStream - () - - - - QDataStream - qdatastream.html - QDataStream-1 - (QIODevice *d) - - - - QDataStream - qdatastream.html - QDataStream-2 - (QByteArray *a, QIODevice::OpenMode mode) - - - - QDataStream - qdatastream.html - QDataStream-3 - (const QByteArray &a) - - - - ~QDataStream - qdatastream.html - dtor.QDataStream - () - - - QIODevice * - device - qdatastream.html - device - () const const - - - void - setDevice - qdatastream.html - setDevice - (QIODevice *d) - - - void - unsetDevice - qdatastream-obsolete.html - unsetDevice - () - - - bool - atEnd - qdatastream.html - atEnd - () const const - - - QDataStream::Status - status - qdatastream.html - status - () const const - - - void - setStatus - qdatastream.html - setStatus - (QDataStream::Status status) - - - void - resetStatus - qdatastream.html - resetStatus - () - - - QDataStream::FloatingPointPrecision - floatingPointPrecision - qdatastream.html - floatingPointPrecision - () const const - - - void - setFloatingPointPrecision - qdatastream.html - setFloatingPointPrecision - (QDataStream::FloatingPointPrecision precision) - - - QDataStream::ByteOrder - byteOrder - qdatastream.html - byteOrder - () const const - - - void - setByteOrder - qdatastream.html - setByteOrder - (QDataStream::ByteOrder bo) - - - int - version - qdatastream.html - version - () const const - - - void - setVersion - qdatastream.html - setVersion - (int v) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt - (qint8 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-1 - (quint8 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-2 - (qint16 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-3 - (quint16 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-4 - (qint32 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-5 - (quint32 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-6 - (qint64 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-7 - (quint64 &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-8 - (std::nullptr_t &ptr) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-9 - (bool &i) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-10 - (qfloat16 &f) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-11 - (float &f) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-12 - (double &f) - - - QDataStream & - operator>> - qdatastream.html - operator-gt-gt-13 - (char *&s) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt - (qint8 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-1 - (quint8 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-2 - (qint16 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-3 - (quint16 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-4 - (qint32 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-5 - (quint32 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-6 - (qint64 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-7 - (quint64 i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-8 - (std::nullptr_t ptr) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-9 - (bool i) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-10 - (qfloat16 f) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-11 - (float f) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-12 - (double f) - - - QDataStream & - operator<< - qdatastream.html - operator-lt-lt-13 - (const char *s) - - - QDataStream & - readBytes - qdatastream.html - readBytes - (char *&s, uint &l) - - - int - readRawData - qdatastream.html - readRawData - (char *s, int len) - - - QDataStream & - writeBytes - qdatastream.html - writeBytes - (const char *s, uint len) - - - int - writeRawData - qdatastream.html - writeRawData - (const char *s, int len) - - - int - skipRawData - qdatastream.html - skipRawData - (int len) - - - void - startTransaction - qdatastream.html - startTransaction - () - - - bool - commitTransaction - qdatastream.html - commitTransaction - () - - - void - rollbackTransaction - qdatastream.html - rollbackTransaction - () - - - void - abortTransaction - qdatastream.html - abortTransaction - () - - - - QElapsedTimer - qelapsedtimer.html - - ClockType - qelapsedtimer.html - ClockType-enum - - - SystemTime - qelapsedtimer.html - ClockType-enum - - - MonotonicClock - qelapsedtimer.html - ClockType-enum - - - TickCounter - qelapsedtimer.html - ClockType-enum - - - MachAbsoluteTime - qelapsedtimer.html - ClockType-enum - - - PerformanceCounter - qelapsedtimer.html - ClockType-enum - - - - QElapsedTimer - qelapsedtimer.html - QElapsedTimer - () - - - QElapsedTimer::ClockType - clockType - qelapsedtimer.html - clockType - () - - - bool - isMonotonic - qelapsedtimer.html - isMonotonic - () - - - void - start - qelapsedtimer.html - start - () - - - qint64 - restart - qelapsedtimer.html - restart - () - - - void - invalidate - qelapsedtimer.html - invalidate - () - - - bool - isValid - qelapsedtimer.html - isValid - () const const - - - qint64 - nsecsElapsed - qelapsedtimer.html - nsecsElapsed - () const const - - - qint64 - elapsed - qelapsedtimer.html - elapsed - () const const - - - bool - hasExpired - qelapsedtimer.html - hasExpired - (qint64 timeout) const const - - - qint64 - msecsSinceReference - qelapsedtimer.html - msecsSinceReference - () const const - - - qint64 - msecsTo - qelapsedtimer.html - msecsTo - (const QElapsedTimer &other) const const - - - qint64 - secsTo - qelapsedtimer.html - secsTo - (const QElapsedTimer &other) const const - - - bool - operator== - qelapsedtimer.html - operator-eq-eq - (const QElapsedTimer &other) const const - - - bool - operator!= - qelapsedtimer.html - operator-not-eq - (const QElapsedTimer &other) const const - - - - QDeadlineTimer - qdeadlinetimer.html - - ForeverConstant - qdeadlinetimer.html - ForeverConstant-enum - - - Forever - qdeadlinetimer.html - ForeverConstant-enum - - - - QDeadlineTimer - qdeadlinetimer.html - QDeadlineTimer - (Qt::TimerType timerType) - - - - QDeadlineTimer - qdeadlinetimer.html - QDeadlineTimer-1 - (QDeadlineTimer::ForeverConstant , Qt::TimerType timerType) - - - - QDeadlineTimer - qdeadlinetimer.html - QDeadlineTimer-2 - (qint64 msecs, Qt::TimerType type) - - - void - swap - qdeadlinetimer.html - swap - (QDeadlineTimer &other) - - - bool - isForever - qdeadlinetimer.html - isForever - () const const - - - bool - hasExpired - qdeadlinetimer.html - hasExpired - () const const - - - Qt::TimerType - timerType - qdeadlinetimer.html - timerType - () const const - - - void - setTimerType - qdeadlinetimer.html - setTimerType - (Qt::TimerType timerType) - - - qint64 - remainingTime - qdeadlinetimer.html - remainingTime - () const const - - - qint64 - remainingTimeNSecs - qdeadlinetimer.html - remainingTimeNSecs - () const const - - - void - setRemainingTime - qdeadlinetimer.html - setRemainingTime - (qint64 msecs, Qt::TimerType timerType) - - - void - setPreciseRemainingTime - qdeadlinetimer.html - setPreciseRemainingTime - (qint64 secs, qint64 nsecs, Qt::TimerType timerType) - - - qint64 - deadline - qdeadlinetimer.html - deadline - () const const - - - qint64 - deadlineNSecs - qdeadlinetimer.html - deadlineNSecs - () const const - - - void - setDeadline - qdeadlinetimer.html - setDeadline - (qint64 msecs, Qt::TimerType timerType) - - - void - setPreciseDeadline - qdeadlinetimer.html - setPreciseDeadline - (qint64 secs, qint64 nsecs, Qt::TimerType timerType) - - - QDeadlineTimer - addNSecs - qdeadlinetimer.html - addNSecs - (QDeadlineTimer dt, qint64 nsecs) - - - QDeadlineTimer - current - qdeadlinetimer.html - current - (Qt::TimerType timerType) - - - QDeadlineTimer & - operator+= - qdeadlinetimer.html - operator-2b-eq - (qint64 msecs) - - - QDeadlineTimer & - operator-= - qdeadlinetimer.html - operator--eq - (qint64 msecs) - - - - QDeadlineTimer - qdeadlinetimer.html - QDeadlineTimer-3 - (std::chrono::time_point<Clock, Duration> deadline, Qt::TimerType type) - - - QDeadlineTimer & - operator= - qdeadlinetimer.html - operator-eq - (std::chrono::time_point<Clock, Duration> deadline_) - - - void - setDeadline - qdeadlinetimer.html - setDeadline-1 - (std::chrono::time_point<Clock, Duration> deadline, Qt::TimerType type) - - - - QDeadlineTimer - qdeadlinetimer.html - QDeadlineTimer-4 - (std::chrono::duration<Rep, Period> remaining, Qt::TimerType type) - - - QDeadlineTimer & - operator= - qdeadlinetimer.html - operator-eq-1 - (std::chrono::duration<Rep, Period> remaining) - - - void - setRemainingTime - qdeadlinetimer.html - setRemainingTime-1 - (std::chrono::duration<Rep, Period> remaining, Qt::TimerType type) - - - std::chrono::nanoseconds - remainingTimeAsDuration - qdeadlinetimer.html - remainingTimeAsDuration - () const const - - - - QFileDevice - qfiledevice.html - QIODevice - - virtual const QMetaObject * - metaObject - qfiledevice.html - metaObject - () const const - - - virtual void * - qt_metacast - qfiledevice.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfiledevice.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfiledevice.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfiledevice.html - trUtf8 - (const char *s, const char *c, int n) - - - FileError - qfiledevice.html - FileError-enum - - - NoError - qfiledevice.html - FileError-enum - - - ReadError - qfiledevice.html - FileError-enum - - - WriteError - qfiledevice.html - FileError-enum - - - FatalError - qfiledevice.html - FileError-enum - - - ResourceError - qfiledevice.html - FileError-enum - - - OpenError - qfiledevice.html - FileError-enum - - - AbortError - qfiledevice.html - FileError-enum - - - TimeOutError - qfiledevice.html - FileError-enum - - - UnspecifiedError - qfiledevice.html - FileError-enum - - - RemoveError - qfiledevice.html - FileError-enum - - - RenameError - qfiledevice.html - FileError-enum - - - PositionError - qfiledevice.html - FileError-enum - - - ResizeError - qfiledevice.html - FileError-enum - - - PermissionsError - qfiledevice.html - FileError-enum - - - CopyError - qfiledevice.html - FileError-enum - - - FileTime - qfiledevice.html - FileTime-enum - - - FileAccessTime - qfiledevice.html - FileTime-enum - - - FileBirthTime - qfiledevice.html - FileTime-enum - - - FileMetadataChangeTime - qfiledevice.html - FileTime-enum - - - FileModificationTime - qfiledevice.html - FileTime-enum - - - Permission - qfiledevice.html - Permission-enum - - - ReadOwner - qfiledevice.html - Permission-enum - - - WriteOwner - qfiledevice.html - Permission-enum - - - ExeOwner - qfiledevice.html - Permission-enum - - - ReadUser - qfiledevice.html - Permission-enum - - - WriteUser - qfiledevice.html - Permission-enum - - - ExeUser - qfiledevice.html - Permission-enum - - - ReadGroup - qfiledevice.html - Permission-enum - - - WriteGroup - qfiledevice.html - Permission-enum - - - ExeGroup - qfiledevice.html - Permission-enum - - - ReadOther - qfiledevice.html - Permission-enum - - - WriteOther - qfiledevice.html - Permission-enum - - - ExeOther - qfiledevice.html - Permission-enum - - - Permissions - qfiledevice.html - Permission-enum - - - - FileHandleFlag - qfiledevice.html - FileHandleFlag-enum - - - AutoCloseHandle - qfiledevice.html - FileHandleFlag-enum - - - DontCloseHandle - qfiledevice.html - FileHandleFlag-enum - - - FileHandleFlags - qfiledevice.html - FileHandleFlag-enum - - - - virtual - ~QFileDevice - qfiledevice.html - dtor.QFileDevice - () - - - QFileDevice::FileError - error - qfiledevice.html - error - () const const - - - void - unsetError - qfiledevice.html - unsetError - () - - - virtual void - close - qfiledevice.html - close - () override - - - virtual bool - isSequential - qfiledevice.html - isSequential - () const const override - - - int - handle - qfiledevice.html - handle - () const const - - - virtual QString - fileName - qfiledevice.html - fileName - () const const - - - virtual qint64 - pos - qfiledevice.html - pos - () const const override - - - virtual bool - seek - qfiledevice.html - seek - (qint64 pos) override - - - virtual bool - atEnd - qfiledevice.html - atEnd - () const const override - - - bool - flush - qfiledevice.html - flush - () - - - virtual qint64 - size - qfiledevice.html - size - () const const override - - - virtual bool - resize - qfiledevice.html - resize - (qint64 sz) - - - virtual QFileDevice::Permissions - permissions - qfiledevice.html - permissions - () const const - - - virtual bool - setPermissions - qfiledevice.html - setPermissions - (QFileDevice::Permissions permissions) - - - MemoryMapFlags - qfiledevice.html - MemoryMapFlags-enum - - - NoOptions - qfiledevice.html - MemoryMapFlags-enum - - - MapPrivateOption - qfiledevice.html - MemoryMapFlags-enum - - - uchar * - map - qfiledevice.html - map - (qint64 offset, qint64 size, QFileDevice::MemoryMapFlags flags) - - - bool - unmap - qfiledevice.html - unmap - (uchar *address) - - - QDateTime - fileTime - qfiledevice.html - fileTime - (QFileDevice::FileTime time) const const - - - bool - setFileTime - qfiledevice.html - setFileTime - (const QDateTime &newDate, QFileDevice::FileTime fileTime) - - - virtual qint64 - readData - qfiledevice.html - readData - (char *data, qint64 len) override - - - virtual qint64 - writeData - qfiledevice.html - writeData - (const char *data, qint64 len) override - - - virtual qint64 - readLineData - qfiledevice.html - readLineData - (char *data, qint64 maxlen) override - - - - QFile - qfile.html - QFileDevice - - virtual const QMetaObject * - metaObject - qfile.html - metaObject - () const const - - - virtual void * - qt_metacast - qfile.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfile.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfile.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfile.html - trUtf8 - (const char *s, const char *c, int n) - - - - QFile - qfile.html - QFile - () - - - - QFile - qfile.html - QFile-1 - (const QString &name) - - - - QFile - qfile.html - QFile-2 - (QObject *parent) - - - - QFile - qfile.html - QFile-3 - (const QString &name, QObject *parent) - - - virtual - ~QFile - qfile.html - dtor.QFile - () - - - virtual QString - fileName - qfile.html - fileName - () const const override - - - void - setFileName - qfile.html - setFileName - (const QString &name) - - - QByteArray - encodeName - qfile.html - encodeName - (const QString &fileName) - - - QString - decodeName - qfile.html - decodeName - (const QByteArray &localFileName) - - - QString - decodeName - qfile.html - decodeName-1 - (const char *localFileName) - - - EncoderFn - qfile-obsolete.html - EncoderFn-typedef - - - - DecoderFn - qfile.html - DecoderFn-typedef - - - - void - setEncodingFunction - qfile-obsolete.html - setEncodingFunction - (QFile::EncoderFn function) - - - void - setDecodingFunction - qfile-obsolete.html - setDecodingFunction - (QFile::DecoderFn function) - - - bool - exists - qfile.html - exists-1 - () const const - - - bool - exists - qfile.html - exists - (const QString &fileName) - - - QString - readLink - qfile-obsolete.html - readLink - () const const - - - QString - readLink - qfile-obsolete.html - readLink-1 - (const QString &fileName) - - - QString - symLinkTarget - qfile.html - symLinkTarget-1 - () const const - - - QString - symLinkTarget - qfile.html - symLinkTarget - (const QString &fileName) - - - bool - remove - qfile.html - remove - () - - - bool - remove - qfile.html - remove-1 - (const QString &fileName) - - - bool - rename - qfile.html - rename - (const QString &newName) - - - bool - rename - qfile.html - rename-1 - (const QString &oldName, const QString &newName) - - - bool - link - qfile.html - link - (const QString &linkName) - - - bool - link - qfile.html - link-1 - (const QString &fileName, const QString &linkName) - - - bool - copy - qfile.html - copy - (const QString &newName) - - - bool - copy - qfile.html - copy-1 - (const QString &fileName, const QString &newName) - - - virtual bool - open - qfile.html - open - (QIODevice::OpenMode mode) override - - - bool - open - qfile.html - open-1 - (FILE *fh, QIODevice::OpenMode mode, QFileDevice::FileHandleFlags handleFlags) - - - bool - open - qfile.html - open-2 - (int fd, QIODevice::OpenMode mode, QFileDevice::FileHandleFlags handleFlags) - - - virtual qint64 - size - qfile.html - size - () const const override - - - virtual bool - resize - qfile.html - resize - (qint64 sz) override - - - bool - resize - qfile.html - resize-1 - (const QString &fileName, qint64 sz) - - - virtual QFileDevice::Permissions - permissions - qfile.html - permissions - () const const override - - - QFileDevice::Permissions - permissions - qfile.html - permissions-1 - (const QString &fileName) - - - virtual bool - setPermissions - qfile.html - setPermissions - (QFileDevice::Permissions permissions) override - - - bool - setPermissions - qfile.html - setPermissions-1 - (const QString &fileName, QFileDevice::Permissions permissions) - - - - QFileInfo - qfileinfo.html - - - QFileInfo - qfileinfo.html - QFileInfo - () - - - - QFileInfo - qfileinfo.html - QFileInfo-2 - (const QString &file) - - - - QFileInfo - qfileinfo.html - QFileInfo-3 - (const QFile &file) - - - - QFileInfo - qfileinfo.html - QFileInfo-4 - (const QDir &dir, const QString &file) - - - - QFileInfo - qfileinfo.html - QFileInfo-5 - (const QFileInfo &fileinfo) - - - - ~QFileInfo - qfileinfo.html - dtor.QFileInfo - () - - - QFileInfo & - operator= - qfileinfo.html - operator-eq - (const QFileInfo &fileinfo) - - - QFileInfo & - operator= - qfileinfo.html - operator-eq-1 - (QFileInfo &&other) - - - void - swap - qfileinfo.html - swap - (QFileInfo &other) - - - bool - operator== - qfileinfo.html - operator-eq-eq - (const QFileInfo &fileinfo) const const - - - bool - operator!= - qfileinfo.html - operator-not-eq - (const QFileInfo &fileinfo) const const - - - void - setFile - qfileinfo.html - setFile - (const QString &file) - - - void - setFile - qfileinfo.html - setFile-1 - (const QFile &file) - - - void - setFile - qfileinfo.html - setFile-2 - (const QDir &dir, const QString &file) - - - bool - exists - qfileinfo.html - exists - () const const - - - bool - exists - qfileinfo.html - exists-1 - (const QString &file) - - - void - refresh - qfileinfo.html - refresh - () - - - QString - filePath - qfileinfo.html - filePath - () const const - - - QString - absoluteFilePath - qfileinfo.html - absoluteFilePath - () const const - - - QString - canonicalFilePath - qfileinfo.html - canonicalFilePath - () const const - - - QString - fileName - qfileinfo.html - fileName - () const const - - - QString - baseName - qfileinfo.html - baseName - () const const - - - QString - completeBaseName - qfileinfo.html - completeBaseName - () const const - - - QString - suffix - qfileinfo.html - suffix - () const const - - - QString - bundleName - qfileinfo.html - bundleName - () const const - - - QString - completeSuffix - qfileinfo.html - completeSuffix - () const const - - - QString - path - qfileinfo.html - path - () const const - - - QString - absolutePath - qfileinfo.html - absolutePath - () const const - - - QString - canonicalPath - qfileinfo.html - canonicalPath - () const const - - - QDir - dir - qfileinfo.html - dir - () const const - - - QDir - absoluteDir - qfileinfo.html - absoluteDir - () const const - - - bool - isReadable - qfileinfo.html - isReadable - () const const - - - bool - isWritable - qfileinfo.html - isWritable - () const const - - - bool - isExecutable - qfileinfo.html - isExecutable - () const const - - - bool - isHidden - qfileinfo.html - isHidden - () const const - - - bool - isNativePath - qfileinfo.html - isNativePath - () const const - - - bool - isRelative - qfileinfo.html - isRelative - () const const - - - bool - isAbsolute - qfileinfo.html - isAbsolute - () const const - - - bool - makeAbsolute - qfileinfo.html - makeAbsolute - () - - - bool - isFile - qfileinfo.html - isFile - () const const - - - bool - isDir - qfileinfo.html - isDir - () const const - - - bool - isSymLink - qfileinfo.html - isSymLink - () const const - - - bool - isRoot - qfileinfo.html - isRoot - () const const - - - bool - isBundle - qfileinfo.html - isBundle - () const const - - - QString - readLink - qfileinfo-obsolete.html - readLink - () const const - - - QString - symLinkTarget - qfileinfo.html - symLinkTarget - () const const - - - QString - owner - qfileinfo.html - owner - () const const - - - uint - ownerId - qfileinfo.html - ownerId - () const const - - - QString - group - qfileinfo.html - group - () const const - - - uint - groupId - qfileinfo.html - groupId - () const const - - - bool - permission - qfileinfo.html - permission - (QFile::Permissions permissions) const const - - - QFile::Permissions - permissions - qfileinfo.html - permissions - () const const - - - qint64 - size - qfileinfo.html - size - () const const - - - QDateTime - created - qfileinfo-obsolete.html - created - () const const - - - QDateTime - birthTime - qfileinfo.html - birthTime - () const const - - - QDateTime - metadataChangeTime - qfileinfo.html - metadataChangeTime - () const const - - - QDateTime - lastModified - qfileinfo.html - lastModified - () const const - - - QDateTime - lastRead - qfileinfo.html - lastRead - () const const - - - QDateTime - fileTime - qfileinfo.html - fileTime - (QFile::FileTime time) const const - - - bool - caching - qfileinfo.html - caching - () const const - - - void - setCaching - qfileinfo.html - setCaching - (bool enable) - - - - QDir - qdir.html - - Filter - qdir.html - Filter-enum - - - Dirs - qdir.html - Filter-enum - - - Files - qdir.html - Filter-enum - - - Drives - qdir.html - Filter-enum - - - NoSymLinks - qdir.html - Filter-enum - - - AllEntries - qdir.html - Filter-enum - - - TypeMask - qdir.html - Filter-enum - - - Readable - qdir.html - Filter-enum - - - Writable - qdir.html - Filter-enum - - - Executable - qdir.html - Filter-enum - - - PermissionMask - qdir.html - Filter-enum - - - Modified - qdir.html - Filter-enum - - - Hidden - qdir.html - Filter-enum - - - System - qdir.html - Filter-enum - - - AccessMask - qdir.html - Filter-enum - - - AllDirs - qdir.html - Filter-enum - - - CaseSensitive - qdir.html - Filter-enum - - - NoDot - qdir.html - Filter-enum - - - NoDotDot - qdir.html - Filter-enum - - - NoDotAndDotDot - qdir.html - Filter-enum - - - NoFilter - qdir.html - Filter-enum - - - Filters - qdir.html - Filter-enum - - - - SortFlag - qdir.html - SortFlag-enum - - - Name - qdir.html - SortFlag-enum - - - Time - qdir.html - SortFlag-enum - - - Size - qdir.html - SortFlag-enum - - - Unsorted - qdir.html - SortFlag-enum - - - SortByMask - qdir.html - SortFlag-enum - - - DirsFirst - qdir.html - SortFlag-enum - - - Reversed - qdir.html - SortFlag-enum - - - IgnoreCase - qdir.html - SortFlag-enum - - - DirsLast - qdir.html - SortFlag-enum - - - LocaleAware - qdir.html - SortFlag-enum - - - Type - qdir.html - SortFlag-enum - - - NoSort - qdir.html - SortFlag-enum - - - SortFlags - qdir.html - SortFlag-enum - - - - - QDir - qdir.html - QDir - (const QDir &dir) - - - - QDir - qdir.html - QDir-1 - (const QString &path) - - - - QDir - qdir.html - QDir-2 - (const QString &path, const QString &nameFilter, QDir::SortFlags sort, QDir::Filters filters) - - - - ~QDir - qdir.html - dtor.QDir - () - - - QDir & - operator= - qdir.html - operator-eq - (const QDir &dir) - - - QDir & - operator= - qdir-obsolete.html - operator-eq-1 - (const QString &path) - - - QDir & - operator= - qdir.html - operator-eq-2 - (QDir &&other) - - - void - swap - qdir.html - swap - (QDir &other) - - - void - setPath - qdir.html - setPath - (const QString &path) - - - QString - path - qdir.html - path - () const const - - - QString - absolutePath - qdir.html - absolutePath - () const const - - - QString - canonicalPath - qdir.html - canonicalPath - () const const - - - void - addResourceSearchPath - qdir-obsolete.html - addResourceSearchPath - (const QString &path) - - - void - setSearchPaths - qdir.html - setSearchPaths - (const QString &prefix, const QStringList &searchPaths) - - - void - addSearchPath - qdir.html - addSearchPath - (const QString &prefix, const QString &path) - - - QStringList - searchPaths - qdir.html - searchPaths - (const QString &prefix) - - - QString - dirName - qdir.html - dirName - () const const - - - QString - filePath - qdir.html - filePath - (const QString &fileName) const const - - - QString - absoluteFilePath - qdir.html - absoluteFilePath - (const QString &fileName) const const - - - QString - relativeFilePath - qdir.html - relativeFilePath - (const QString &fileName) const const - - - QString - toNativeSeparators - qdir.html - toNativeSeparators - (const QString &pathName) - - - QString - fromNativeSeparators - qdir.html - fromNativeSeparators - (const QString &pathName) - - - bool - cd - qdir.html - cd - (const QString &dirName) - - - bool - cdUp - qdir.html - cdUp - () - - - QStringList - nameFilters - qdir.html - nameFilters - () const const - - - void - setNameFilters - qdir.html - setNameFilters - (const QStringList &nameFilters) - - - QDir::Filters - filter - qdir.html - filter - () const const - - - void - setFilter - qdir.html - setFilter - (QDir::Filters filters) - - - QDir::SortFlags - sorting - qdir.html - sorting - () const const - - - void - setSorting - qdir.html - setSorting - (QDir::SortFlags sort) - - - uint - count - qdir.html - count - () const const - - - bool - isEmpty - qdir.html - isEmpty - (QDir::Filters filters) const const - - - QString - operator[] - qdir.html - operator-5b-5d - (int pos) const const - - - QStringList - entryList - qdir.html - entryList-1 - (QDir::Filters filters, QDir::SortFlags sort) const const - - - QStringList - entryList - qdir.html - entryList - (const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort) const const - - - QFileInfoList - entryInfoList - qdir.html - entryInfoList-1 - (QDir::Filters filters, QDir::SortFlags sort) const const - - - QFileInfoList - entryInfoList - qdir.html - entryInfoList - (const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort) const const - - - bool - mkdir - qdir.html - mkdir - (const QString &dirName) const const - - - bool - rmdir - qdir.html - rmdir - (const QString &dirName) const const - - - bool - mkpath - qdir.html - mkpath - (const QString &dirPath) const const - - - bool - rmpath - qdir.html - rmpath - (const QString &dirPath) const const - - - bool - removeRecursively - qdir.html - removeRecursively - () - - - bool - isReadable - qdir.html - isReadable - () const const - - - bool - exists - qdir.html - exists-1 - () const const - - - bool - isRoot - qdir.html - isRoot - () const const - - - bool - isRelativePath - qdir.html - isRelativePath - (const QString &path) - - - bool - isAbsolutePath - qdir.html - isAbsolutePath - (const QString &path) - - - bool - isRelative - qdir.html - isRelative - () const const - - - bool - isAbsolute - qdir.html - isAbsolute - () const const - - - bool - makeAbsolute - qdir.html - makeAbsolute - () - - - bool - operator== - qdir.html - operator-eq-eq - (const QDir &dir) const const - - - bool - operator!= - qdir.html - operator-not-eq - (const QDir &dir) const const - - - bool - remove - qdir.html - remove - (const QString &fileName) - - - bool - rename - qdir.html - rename - (const QString &oldName, const QString &newName) - - - bool - exists - qdir.html - exists - (const QString &name) const const - - - QFileInfoList - drives - qdir.html - drives - () - - - QChar - listSeparator - qdir.html - listSeparator - () - - - QChar - separator - qdir.html - separator - () - - - bool - setCurrent - qdir.html - setCurrent - (const QString &path) - - - QDir - current - qdir.html - current - () - - - QString - currentPath - qdir.html - currentPath - () - - - QDir - home - qdir.html - home - () - - - QString - homePath - qdir.html - homePath - () - - - QDir - root - qdir.html - root - () - - - QString - rootPath - qdir.html - rootPath - () - - - QDir - temp - qdir.html - temp - () - - - QString - tempPath - qdir.html - tempPath - () - - - bool - match - qdir.html - match-1 - (const QStringList &filters, const QString &fileName) - - - bool - match - qdir.html - match - (const QString &filter, const QString &fileName) - - - QString - cleanPath - qdir.html - cleanPath - (const QString &path) - - - void - refresh - qdir.html - refresh - () const const - - - - QDirIterator - qdiriterator.html - - IteratorFlag - qdiriterator.html - IteratorFlag-enum - - - NoIteratorFlags - qdiriterator.html - IteratorFlag-enum - - - FollowSymlinks - qdiriterator.html - IteratorFlag-enum - - - Subdirectories - qdiriterator.html - IteratorFlag-enum - - - IteratorFlags - qdiriterator.html - IteratorFlag-enum - - - - - QDirIterator - qdiriterator.html - QDirIterator - (const QDir &dir, QDirIterator::IteratorFlags flags) - - - - QDirIterator - qdiriterator.html - QDirIterator-1 - (const QString &path, QDirIterator::IteratorFlags flags) - - - - QDirIterator - qdiriterator.html - QDirIterator-2 - (const QString &path, QDir::Filters filters, QDirIterator::IteratorFlags flags) - - - - QDirIterator - qdiriterator.html - QDirIterator-3 - (const QString &path, const QStringList &nameFilters, QDir::Filters filters, QDirIterator::IteratorFlags flags) - - - - ~QDirIterator - qdiriterator.html - dtor.QDirIterator - () - - - QString - next - qdiriterator.html - next - () - - - bool - hasNext - qdiriterator.html - hasNext - () const const - - - QString - fileName - qdiriterator.html - fileName - () const const - - - QString - filePath - qdiriterator.html - filePath - () const const - - - QFileInfo - fileInfo - qdiriterator.html - fileInfo - () const const - - - QString - path - qdiriterator.html - path - () const const - - - - QPoint - qpoint.html - - - QPoint - qpoint.html - QPoint - () - - - - QPoint - qpoint.html - QPoint-1 - (int xpos, int ypos) - - - bool - isNull - qpoint.html - isNull - () const const - - - int - x - qpoint.html - x - () const const - - - int - y - qpoint.html - y - () const const - - - void - setX - qpoint.html - setX - (int x) - - - void - setY - qpoint.html - setY - (int y) - - - int - manhattanLength - qpoint.html - manhattanLength - () const const - - - int & - rx - qpoint.html - rx - () - - - int & - ry - qpoint.html - ry - () - - - QPoint & - operator+= - qpoint.html - operator-2b-eq - (const QPoint &point) - - - QPoint & - operator-= - qpoint.html - operator--eq - (const QPoint &point) - - - QPoint & - operator*= - qpoint.html - operator-2a-eq - (float factor) - - - QPoint & - operator*= - qpoint.html - operator-2a-eq-1 - (double factor) - - - QPoint & - operator*= - qpoint.html - operator-2a-eq-2 - (int factor) - - - QPoint & - operator/= - qpoint.html - operator-2f-eq - (qreal divisor) - - - int - dotProduct - qpoint.html - dotProduct - (const QPoint &p1, const QPoint &p2) - - - CGPoint - toCGPoint - qpoint.html - toCGPoint - () const const - - - - QPointF - qpointf.html - - - QPointF - qpointf.html - QPointF - () - - - - QPointF - qpointf.html - QPointF-1 - (const QPoint &point) - - - - QPointF - qpointf.html - QPointF-2 - (qreal xpos, qreal ypos) - - - qreal - manhattanLength - qpointf.html - manhattanLength - () const const - - - bool - isNull - qpointf.html - isNull - () const const - - - qreal - x - qpointf.html - x - () const const - - - qreal - y - qpointf.html - y - () const const - - - void - setX - qpointf.html - setX - (qreal x) - - - void - setY - qpointf.html - setY - (qreal y) - - - qreal & - rx - qpointf.html - rx - () - - - qreal & - ry - qpointf.html - ry - () - - - QPointF & - operator+= - qpointf.html - operator-2b-eq - (const QPointF &point) - - - QPointF & - operator-= - qpointf.html - operator--eq - (const QPointF &point) - - - QPointF & - operator*= - qpointf.html - operator-2a-eq - (qreal factor) - - - QPointF & - operator/= - qpointf.html - operator-2f-eq - (qreal divisor) - - - qreal - dotProduct - qpointf.html - dotProduct - (const QPointF &p1, const QPointF &p2) - - - QPoint - toPoint - qpointf.html - toPoint - () const const - - - QPointF - fromCGPoint - qpointf.html - fromCGPoint - (CGPoint point) - - - CGPoint - toCGPoint - qpointf.html - toCGPoint - () const const - - - - QEasingCurve - qeasingcurve.html - - void - qt_check_for_QGADGET_macro - qeasingcurve.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qeasingcurve.html - QtGadgetHelper-typedef - - - - Type - qeasingcurve.html - Type-enum - - - Linear - qeasingcurve.html - Type-enum - - - InQuad - qeasingcurve.html - Type-enum - - - OutQuad - qeasingcurve.html - Type-enum - - - InOutQuad - qeasingcurve.html - Type-enum - - - OutInQuad - qeasingcurve.html - Type-enum - - - InCubic - qeasingcurve.html - Type-enum - - - OutCubic - qeasingcurve.html - Type-enum - - - InOutCubic - qeasingcurve.html - Type-enum - - - OutInCubic - qeasingcurve.html - Type-enum - - - InQuart - qeasingcurve.html - Type-enum - - - OutQuart - qeasingcurve.html - Type-enum - - - InOutQuart - qeasingcurve.html - Type-enum - - - OutInQuart - qeasingcurve.html - Type-enum - - - InQuint - qeasingcurve.html - Type-enum - - - OutQuint - qeasingcurve.html - Type-enum - - - InOutQuint - qeasingcurve.html - Type-enum - - - OutInQuint - qeasingcurve.html - Type-enum - - - InSine - qeasingcurve.html - Type-enum - - - OutSine - qeasingcurve.html - Type-enum - - - InOutSine - qeasingcurve.html - Type-enum - - - OutInSine - qeasingcurve.html - Type-enum - - - InExpo - qeasingcurve.html - Type-enum - - - OutExpo - qeasingcurve.html - Type-enum - - - InOutExpo - qeasingcurve.html - Type-enum - - - OutInExpo - qeasingcurve.html - Type-enum - - - InCirc - qeasingcurve.html - Type-enum - - - OutCirc - qeasingcurve.html - Type-enum - - - InOutCirc - qeasingcurve.html - Type-enum - - - OutInCirc - qeasingcurve.html - Type-enum - - - InElastic - qeasingcurve.html - Type-enum - - - OutElastic - qeasingcurve.html - Type-enum - - - InOutElastic - qeasingcurve.html - Type-enum - - - OutInElastic - qeasingcurve.html - Type-enum - - - InBack - qeasingcurve.html - Type-enum - - - OutBack - qeasingcurve.html - Type-enum - - - InOutBack - qeasingcurve.html - Type-enum - - - OutInBack - qeasingcurve.html - Type-enum - - - InBounce - qeasingcurve.html - Type-enum - - - OutBounce - qeasingcurve.html - Type-enum - - - InOutBounce - qeasingcurve.html - Type-enum - - - OutInBounce - qeasingcurve.html - Type-enum - - - InCurve - qeasingcurve.html - Type-enum - - - OutCurve - qeasingcurve.html - Type-enum - - - SineCurve - qeasingcurve.html - Type-enum - - - CosineCurve - qeasingcurve.html - Type-enum - - - BezierSpline - qeasingcurve.html - Type-enum - - - TCBSpline - qeasingcurve.html - Type-enum - - - Custom - qeasingcurve.html - Type-enum - - - NCurveTypes - qeasingcurve.html - Type-enum - - - - QEasingCurve - qeasingcurve.html - QEasingCurve - (QEasingCurve::Type type) - - - - QEasingCurve - qeasingcurve.html - QEasingCurve-1 - (const QEasingCurve &other) - - - - ~QEasingCurve - qeasingcurve.html - dtor.QEasingCurve - () - - - QEasingCurve & - operator= - qeasingcurve.html - operator-eq - (const QEasingCurve &other) - - - - QEasingCurve - qeasingcurve.html - QEasingCurve-2 - (QEasingCurve &&other) - - - QEasingCurve & - operator= - qeasingcurve.html - operator-eq-1 - (QEasingCurve &&other) - - - void - swap - qeasingcurve.html - swap - (QEasingCurve &other) - - - bool - operator== - qeasingcurve.html - operator-eq-eq - (const QEasingCurve &other) const const - - - bool - operator!= - qeasingcurve.html - operator-not-eq - (const QEasingCurve &other) const const - - - qreal - amplitude - qeasingcurve.html - amplitude - () const const - - - void - setAmplitude - qeasingcurve.html - setAmplitude - (qreal amplitude) - - - qreal - period - qeasingcurve.html - period - () const const - - - void - setPeriod - qeasingcurve.html - setPeriod - (qreal period) - - - qreal - overshoot - qeasingcurve.html - overshoot - () const const - - - void - setOvershoot - qeasingcurve.html - setOvershoot - (qreal overshoot) - - - void - addCubicBezierSegment - qeasingcurve.html - addCubicBezierSegment - (const QPointF &c1, const QPointF &c2, const QPointF &endPoint) - - - void - addTCBSegment - qeasingcurve.html - addTCBSegment - (const QPointF &nextPoint, qreal t, qreal c, qreal b) - - - QVector<QPointF> - toCubicSpline - qeasingcurve.html - toCubicSpline - () const const - - - QList<QPointF> - cubicBezierSpline - qeasingcurve-obsolete.html - cubicBezierSpline - () const const - - - QEasingCurve::Type - type - qeasingcurve.html - type - () const const - - - void - setType - qeasingcurve.html - setType - (QEasingCurve::Type type) - - - EasingFunction - qeasingcurve.html - EasingFunction-typedef - - - - void - setCustomType - qeasingcurve.html - setCustomType - (QEasingCurve::EasingFunction func) - - - QEasingCurve::EasingFunction - customType - qeasingcurve.html - customType - () const const - - - qreal - valueForProgress - qeasingcurve.html - valueForProgress - (qreal progress) const const - - - - QLEInteger - qleinteger.html - - - QLEInteger - qleinteger.html - QLEInteger - (T value) - - - QLEInteger<T> & - operator= - qleinteger.html - operator-eq - (T i) - - - T - operator T - qleinteger.html - operator-T - () const const - - - bool - operator== - qleinteger.html - operator-eq-eq - (QLEInteger<T> other) const const - - - bool - operator!= - qleinteger.html - operator-not-eq - (QLEInteger<T> other) const const - - - QLEInteger<T> & - operator+= - qleinteger.html - operator-2b-eq - (T i) - - - QLEInteger<T> & - operator-= - qleinteger.html - operator--eq - (T i) - - - QLEInteger<T> & - operator*= - qleinteger.html - operator-2a-eq - (T i) - - - QLEInteger<T> & - operator>>= - qleinteger.html - operator-gt-gt-eq - (T i) - - - QLEInteger<T> & - operator<<= - qleinteger.html - operator-lt-lt-eq - (T i) - - - QLEInteger<T> & - operator/= - qleinteger.html - operator-2f-eq - (T i) - - - QLEInteger<T> & - operator%= - qleinteger.html - operator-25-eq - (T i) - - - QLEInteger<T> & - operator|= - qleinteger.html - operator-7c-eq - (T i) - - - QLEInteger<T> & - operator&= - qleinteger.html - operator-and-eq - (T i) - - - QLEInteger<T> & - operator^= - qleinteger.html - operator-5e-eq - (T i) - - - QLEInteger<T> & - operator++ - qleinteger.html - operator-2b-2b - () - - - QLEInteger<T> & - operator-- - qleinteger.html - operator-- - () - - - QLEInteger<T> & - operator++ - qleinteger.html - operator-2b-2b-1 - (int ) - - - QLEInteger<T> & - operator-- - qleinteger.html - operator---1 - (int ) - - - QLEInteger<T> - max - qleinteger.html - max - () - - - QLEInteger<T> - min - qleinteger.html - min - () - - - - QBEInteger - qbeinteger.html - - - QBEInteger - qbeinteger.html - QBEInteger - (T value) - - - QBEInteger<T> & - operator= - qbeinteger.html - operator-eq - (T i) - - - T - operator T - qbeinteger.html - operator-T - () const const - - - bool - operator== - qbeinteger.html - operator-eq-eq - (QBEInteger<T> other) const const - - - bool - operator!= - qbeinteger.html - operator-not-eq - (QBEInteger<T> other) const const - - - QBEInteger<T> & - operator+= - qbeinteger.html - operator-2b-eq - (T i) - - - QBEInteger<T> & - operator-= - qbeinteger.html - operator--eq - (T i) - - - QBEInteger<T> & - operator*= - qbeinteger.html - operator-2a-eq - (T i) - - - QBEInteger<T> & - operator>>= - qbeinteger.html - operator-gt-gt-eq - (T i) - - - QBEInteger<T> & - operator<<= - qbeinteger.html - operator-lt-lt-eq - (T i) - - - QBEInteger<T> & - operator/= - qbeinteger.html - operator-2f-eq - (T i) - - - QBEInteger<T> & - operator%= - qbeinteger.html - operator-25-eq - (T i) - - - QBEInteger<T> & - operator|= - qbeinteger.html - operator-7c-eq - (T i) - - - QBEInteger<T> & - operator&= - qbeinteger.html - operator-and-eq - (T i) - - - QBEInteger<T> & - operator^= - qbeinteger.html - operator-5e-eq - (T i) - - - QBEInteger<T> & - operator++ - qbeinteger.html - operator-2b-2b - () - - - QBEInteger<T> & - operator-- - qbeinteger.html - operator-- - () - - - QBEInteger<T> & - operator++ - qbeinteger.html - operator-2b-2b-1 - (int ) - - - QBEInteger<T> & - operator-- - qbeinteger.html - operator---1 - (int ) - - - QBEInteger<T> - max - qbeinteger.html - max - () - - - QBEInteger<T> - min - qbeinteger.html - min - () - - - - QEventTransition - qeventtransition.html - QAbstractTransition - - virtual const QMetaObject * - metaObject - qeventtransition.html - metaObject - () const const - - - virtual void * - qt_metacast - qeventtransition.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qeventtransition.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qeventtransition.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qeventtransition.html - trUtf8 - (const char *s, const char *c, int n) - - - eventSource - qeventtransition.html - eventSource-prop - - - - eventType - qeventtransition.html - eventType-prop - - - - - QEventTransition - qeventtransition.html - QEventTransition - (QState *sourceState) - - - - QEventTransition - qeventtransition.html - QEventTransition-1 - (QObject *object, QEvent::Type type, QState *sourceState) - - - virtual - ~QEventTransition - qeventtransition.html - dtor.QEventTransition - () - - - QObject * - eventSource - qeventtransition.html - eventSource - () const const - - - void - setEventSource - qeventtransition.html - setEventSource - (QObject *object) - - - QEvent::Type - eventType - qeventtransition.html - eventType - () const const - - - void - setEventType - qeventtransition.html - setEventType - (QEvent::Type type) - - - virtual bool - eventTest - qeventtransition.html - eventTest - (QEvent *event) override - - - virtual void - onTransition - qeventtransition.html - onTransition - (QEvent *event) override - - - virtual bool - event - qeventtransition.html - event - (QEvent *e) override - - - - QException - qexception.html - - virtual - ~QException - qexception.html - dtor.QException - () - - - virtual void - raise - qexception.html - raise - () const const - - - virtual QException * - clone - qexception.html - clone - () const const - - - - QUnhandledException - qunhandledexception.html - QException - - virtual - ~QUnhandledException - qunhandledexception.html - dtor.QUnhandledException - () - - - - QFileSelector - qfileselector.html - QObject - - virtual const QMetaObject * - metaObject - qfileselector.html - metaObject - () const const - - - virtual void * - qt_metacast - qfileselector.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfileselector.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfileselector.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfileselector.html - trUtf8 - (const char *s, const char *c, int n) - - - - QFileSelector - qfileselector.html - QFileSelector - (QObject *parent) - - - virtual - ~QFileSelector - qfileselector.html - dtor.QFileSelector - () - - - QString - select - qfileselector.html - select - (const QString &filePath) const const - - - QUrl - select - qfileselector.html - select-1 - (const QUrl &filePath) const const - - - QStringList - extraSelectors - qfileselector.html - extraSelectors - () const const - - - void - setExtraSelectors - qfileselector.html - setExtraSelectors - (const QStringList &list) - - - QStringList - allSelectors - qfileselector.html - allSelectors - () const const - - - - QFileSystemWatcher - qfilesystemwatcher.html - QObject - - virtual const QMetaObject * - metaObject - qfilesystemwatcher.html - metaObject - () const const - - - virtual void * - qt_metacast - qfilesystemwatcher.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfilesystemwatcher.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfilesystemwatcher.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfilesystemwatcher.html - trUtf8 - (const char *s, const char *c, int n) - - - - QFileSystemWatcher - qfilesystemwatcher.html - QFileSystemWatcher - (QObject *parent) - - - - QFileSystemWatcher - qfilesystemwatcher.html - QFileSystemWatcher-1 - (const QStringList &paths, QObject *parent) - - - virtual - ~QFileSystemWatcher - qfilesystemwatcher.html - dtor.QFileSystemWatcher - () - - - bool - addPath - qfilesystemwatcher.html - addPath - (const QString &path) - - - QStringList - addPaths - qfilesystemwatcher.html - addPaths - (const QStringList &paths) - - - bool - removePath - qfilesystemwatcher.html - removePath - (const QString &path) - - - QStringList - removePaths - qfilesystemwatcher.html - removePaths - (const QStringList &paths) - - - QStringList - files - qfilesystemwatcher.html - files - () const const - - - QStringList - directories - qfilesystemwatcher.html - directories - () const const - - - void - fileChanged - qfilesystemwatcher.html - fileChanged - (const QString &path) - - - void - directoryChanged - qfilesystemwatcher.html - directoryChanged - (const QString &path) - - - - QFinalState - qfinalstate.html - QAbstractState - - virtual const QMetaObject * - metaObject - qfinalstate.html - metaObject - () const const - - - virtual void * - qt_metacast - qfinalstate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfinalstate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfinalstate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfinalstate.html - trUtf8 - (const char *s, const char *c, int n) - - - - QFinalState - qfinalstate.html - QFinalState - (QState *parent) - - - virtual - ~QFinalState - qfinalstate.html - dtor.QFinalState - () - - - virtual void - onEntry - qfinalstate.html - onEntry - (QEvent *event) override - - - virtual void - onExit - qfinalstate.html - onExit - (QEvent *event) override - - - virtual bool - event - qfinalstate.html - event - (QEvent *e) override - - - - QRunnable - qrunnable.html - - virtual void - run - qrunnable.html - run - () = 0 - - - - QRunnable - qrunnable.html - QRunnable - () - - - virtual - ~QRunnable - qrunnable.html - dtor.QRunnable - () - - - bool - autoDelete - qrunnable.html - autoDelete - () const const - - - void - setAutoDelete - qrunnable.html - setAutoDelete - (bool autoDelete) - - - - QMutex - qmutex.html - QBasicMutex - - RecursionMode - qmutex.html - RecursionMode-enum - - - NonRecursive - qmutex.html - RecursionMode-enum - - - Recursive - qmutex.html - RecursionMode-enum - - - - QMutex - qmutex.html - QMutex - (QMutex::RecursionMode mode) - - - - ~QMutex - qmutex.html - dtor.QMutex - () - - - void - lock - qmutex.html - lock - () - - - bool - tryLock - qmutex.html - tryLock - (int timeout) - - - void - unlock - qmutex.html - unlock - () - - - bool - try_lock - qmutex.html - try_lock - () - - - bool - try_lock_for - qmutex.html - try_lock_for - (std::chrono::duration<Rep, Period> duration) - - - bool - try_lock_until - qmutex.html - try_lock_until - (std::chrono::time_point<Clock, Duration> timePoint) - - - bool - isRecursive - qmutex.html - isRecursive - () const const - - - - QMutexLocker - qmutexlocker.html - - - QMutexLocker - qmutexlocker.html - QMutexLocker - (QMutex *mutex) - - - - ~QMutexLocker - qmutexlocker.html - dtor.QMutexLocker - () - - - void - unlock - qmutexlocker.html - unlock - () - - - void - relock - qmutexlocker.html - relock - () - - - QMutex * - mutex - qmutexlocker.html - mutex - () const const - - - - QFuture - qfuture.html - - - QFuture - qfuture.html - QFuture - () - - - - ~QFuture - qfuture.html - dtor.QFuture - () - - - - QFuture - qfuture.html - QFuture-2 - (const QFuture<T> &other) - - - QFuture<T> & - operator= - qfuture.html - operator-eq - (const QFuture<T> &other) - - - bool - operator== - qfuture.html - operator-eq-eq - (const QFuture<T> &other) const const - - - bool - operator!= - qfuture.html - operator-not-eq - (const QFuture<T> &other) const const - - - void - cancel - qfuture.html - cancel - () - - - bool - isCanceled - qfuture.html - isCanceled - () const const - - - void - setPaused - qfuture.html - setPaused - (bool paused) - - - bool - isPaused - qfuture.html - isPaused - () const const - - - void - pause - qfuture.html - pause - () - - - void - resume - qfuture.html - resume - () - - - void - togglePaused - qfuture.html - togglePaused - () - - - bool - isStarted - qfuture.html - isStarted - () const const - - - bool - isFinished - qfuture.html - isFinished - () const const - - - bool - isRunning - qfuture.html - isRunning - () const const - - - int - resultCount - qfuture.html - resultCount - () const const - - - int - progressValue - qfuture.html - progressValue - () const const - - - int - progressMinimum - qfuture.html - progressMinimum - () const const - - - int - progressMaximum - qfuture.html - progressMaximum - () const const - - - QString - progressText - qfuture.html - progressText - () const const - - - void - waitForFinished - qfuture.html - waitForFinished - () - - - T - result - qfuture.html - result - () const const - - - T - resultAt - qfuture.html - resultAt - (int index) const const - - - bool - isResultReadyAt - qfuture.html - isResultReadyAt - (int index) const const - - - T - operator T - qfuture.html - operator-T - () const const - - - QList<T> - results - qfuture.html - results - () const const - - QFuture::const_iterator - - ConstIterator - qfuture.html - ConstIterator-typedef - - - - QFuture::const_iterator - begin - qfuture.html - begin - () const const - - - QFuture::const_iterator - constBegin - qfuture.html - constBegin - () const const - - - QFuture::const_iterator - end - qfuture.html - end - () const const - - - QFuture::const_iterator - constEnd - qfuture.html - constEnd - () const const - - - - QFuture::const_iterator - qfuture-const-iterator.html - - iterator_category - qfuture-const-iterator.html - iterator_category-typedef - - - - difference_type - qfuture-const-iterator.html - difference_type-typedef - - - - value_type - qfuture-const-iterator.html - value_type-typedef - - - - pointer - qfuture-const-iterator.html - pointer-typedef - - - - reference - qfuture-const-iterator.html - reference-typedef - - - - - const_iterator - qfuture-const-iterator.html - const_iterator - () - - - - const_iterator - qfuture-const-iterator.html - const_iterator-2 - (const const_iterator &other) - - - const_iterator & - operator= - qfuture-const-iterator.html - operator-eq - (const const_iterator &other) - - - const T & - operator* - qfuture-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qfuture-const-iterator.html - operator--gt - () const const - - - bool - operator!= - qfuture-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - bool - operator== - qfuture-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qfuture-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qfuture-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qfuture-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qfuture-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qfuture-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qfuture-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qfuture-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qfuture-const-iterator.html - operator--eq - (int j) - - - - QFutureIterator - qfutureiterator.html - - - QFutureIterator - qfutureiterator.html - QFutureIterator - (const QFuture<T> &future) - - - QFutureIterator<T> & - operator= - qfutureiterator.html - operator-eq - (const QFuture<T> &future) - - - void - toFront - qfutureiterator.html - toFront - () - - - void - toBack - qfutureiterator.html - toBack - () - - - bool - hasNext - qfutureiterator.html - hasNext - () const const - - - const T & - next - qfutureiterator.html - next - () - - - const T & - peekNext - qfutureiterator.html - peekNext - () const const - - - bool - hasPrevious - qfutureiterator.html - hasPrevious - () const const - - - const T & - previous - qfutureiterator.html - previous - () - - - const T & - peekPrevious - qfutureiterator.html - peekPrevious - () const const - - - bool - findNext - qfutureiterator.html - findNext - (const T &value) - - - bool - findPrevious - qfutureiterator.html - findPrevious - (const T &value) - - - - QFutureSynchronizer - qfuturesynchronizer.html - - - QFutureSynchronizer - qfuturesynchronizer.html - QFutureSynchronizer - () - - - - QFutureSynchronizer - qfuturesynchronizer.html - QFutureSynchronizer-2 - (const QFuture<T> &future) - - - - ~QFutureSynchronizer - qfuturesynchronizer.html - dtor.QFutureSynchronizer - () - - - void - setFuture - qfuturesynchronizer.html - setFuture - (const QFuture<T> &future) - - - void - addFuture - qfuturesynchronizer.html - addFuture - (const QFuture<T> &future) - - - void - waitForFinished - qfuturesynchronizer.html - waitForFinished - () - - - void - clearFutures - qfuturesynchronizer.html - clearFutures - () - - - QList<QFuture<T> > - futures - qfuturesynchronizer.html - futures - () const const - - - void - setCancelOnWait - qfuturesynchronizer.html - setCancelOnWait - (bool enabled) - - - bool - cancelOnWait - qfuturesynchronizer.html - cancelOnWait - () const const - - - - QFutureWatcher - qfuturewatcher.html - QFutureWatcherBase - - - QFutureWatcher - qfuturewatcher.html - QFutureWatcher - (QObject *parent) - - - virtual - ~QFutureWatcher - qfuturewatcher.html - dtor.QFutureWatcher - () - - - void - setFuture - qfuturewatcher.html - setFuture - (const QFuture<T> &future) - - - QFuture<T> - future - qfuturewatcher.html - future - () const const - - - T - result - qfuturewatcher.html - result - () const const - - - T - resultAt - qfuturewatcher.html - resultAt - (int index) const const - - - int - progressValue - qfuturewatcher.html - progressValue - () const const - - - int - progressMinimum - qfuturewatcher.html - progressMinimum - () const const - - - int - progressMaximum - qfuturewatcher.html - progressMaximum - () const const - - - QString - progressText - qfuturewatcher.html - progressText - () const const - - - bool - isStarted - qfuturewatcher.html - isStarted - () const const - - - bool - isFinished - qfuturewatcher.html - isFinished - () const const - - - bool - isRunning - qfuturewatcher.html - isRunning - () const const - - - bool - isCanceled - qfuturewatcher.html - isCanceled - () const const - - - bool - isPaused - qfuturewatcher.html - isPaused - () const const - - - void - waitForFinished - qfuturewatcher.html - waitForFinished - () - - - void - setPendingResultsLimit - qfuturewatcher.html - setPendingResultsLimit - (int limit) - - - void - started - qfuturewatcher.html - started - () - - - void - finished - qfuturewatcher.html - finished - () - - - void - canceled - qfuturewatcher.html - canceled - () - - - void - paused - qfuturewatcher.html - paused - () - - - void - resumed - qfuturewatcher.html - resumed - () - - - void - resultReadyAt - qfuturewatcher.html - resultReadyAt - (int index) - - - void - resultsReadyAt - qfuturewatcher.html - resultsReadyAt - (int beginIndex, int endIndex) - - - void - progressRangeChanged - qfuturewatcher.html - progressRangeChanged - (int minimum, int maximum) - - - void - progressValueChanged - qfuturewatcher.html - progressValueChanged - (int progressValue) - - - void - progressTextChanged - qfuturewatcher.html - progressTextChanged - (const QString &progressText) - - - void - cancel - qfuturewatcher.html - cancel - () - - - void - setPaused - qfuturewatcher.html - setPaused - (bool paused) - - - void - pause - qfuturewatcher.html - pause - () - - - void - resume - qfuturewatcher.html - resume - () - - - void - togglePaused - qfuturewatcher.html - togglePaused - () - - - - QHistoryState - qhistorystate.html - QAbstractState - - virtual const QMetaObject * - metaObject - qhistorystate.html - metaObject - () const const - - - virtual void * - qt_metacast - qhistorystate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qhistorystate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qhistorystate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qhistorystate.html - trUtf8 - (const char *s, const char *c, int n) - - - defaultState - qhistorystate.html - defaultState-prop - - - - defaultTransition - qhistorystate.html - defaultTransition-prop - - - - historyType - qhistorystate.html - historyType-prop - - - - HistoryType - qhistorystate.html - HistoryType-enum - - - ShallowHistory - qhistorystate.html - HistoryType-enum - - - DeepHistory - qhistorystate.html - HistoryType-enum - - - - QHistoryState - qhistorystate.html - QHistoryState - (QState *parent) - - - - QHistoryState - qhistorystate.html - QHistoryState-1 - (QHistoryState::HistoryType type, QState *parent) - - - virtual - ~QHistoryState - qhistorystate.html - dtor.QHistoryState - () - - - QAbstractTransition * - defaultTransition - qhistorystate.html - defaultTransition - () const const - - - void - setDefaultTransition - qhistorystate.html - setDefaultTransition - (QAbstractTransition *transition) - - - QAbstractState * - defaultState - qhistorystate.html - defaultState - () const const - - - void - setDefaultState - qhistorystate.html - setDefaultState - (QAbstractState *state) - - - QHistoryState::HistoryType - historyType - qhistorystate.html - historyType - () const const - - - void - setHistoryType - qhistorystate.html - setHistoryType - (QHistoryState::HistoryType type) - - - void - defaultTransitionChanged - qhistorystate.html - defaultTransitionChanged - () - - - void - defaultStateChanged - qhistorystate.html - defaultStateChanged - () - - - void - historyTypeChanged - qhistorystate.html - historyTypeChanged - () - - - virtual void - onEntry - qhistorystate.html - onEntry - (QEvent *event) override - - - virtual void - onExit - qhistorystate.html - onExit - (QEvent *event) override - - - virtual bool - event - qhistorystate.html - event - (QEvent *e) override - - - - QIdentityProxyModel - qidentityproxymodel.html - QAbstractProxyModel - - virtual const QMetaObject * - metaObject - qidentityproxymodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qidentityproxymodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qidentityproxymodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qidentityproxymodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qidentityproxymodel.html - trUtf8 - (const char *s, const char *c, int n) - - - - QIdentityProxyModel - qidentityproxymodel.html - QIdentityProxyModel - (QObject *parent) - - - virtual - ~QIdentityProxyModel - qidentityproxymodel.html - dtor.QIdentityProxyModel - () - - - virtual int - columnCount - qidentityproxymodel.html - columnCount - (const QModelIndex &parent) const const override - - - virtual QModelIndex - index - qidentityproxymodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - mapFromSource - qidentityproxymodel.html - mapFromSource - (const QModelIndex &sourceIndex) const const override - - - virtual QModelIndex - mapToSource - qidentityproxymodel.html - mapToSource - (const QModelIndex &proxyIndex) const const override - - - virtual QModelIndex - parent - qidentityproxymodel.html - parent - (const QModelIndex &child) const const override - - - virtual int - rowCount - qidentityproxymodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual QVariant - headerData - qidentityproxymodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual bool - dropMimeData - qidentityproxymodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual QModelIndex - sibling - qidentityproxymodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual QItemSelection - mapSelectionFromSource - qidentityproxymodel.html - mapSelectionFromSource - (const QItemSelection &selection) const const override - - - virtual QItemSelection - mapSelectionToSource - qidentityproxymodel.html - mapSelectionToSource - (const QItemSelection &selection) const const override - - - virtual QModelIndexList - match - qidentityproxymodel.html - match - (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const override - - - virtual void - setSourceModel - qidentityproxymodel.html - setSourceModel - (QAbstractItemModel *newSourceModel) override - - - virtual bool - insertColumns - qidentityproxymodel.html - insertColumns - (int column, int count, const QModelIndex &parent) override - - - virtual bool - insertRows - qidentityproxymodel.html - insertRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - removeColumns - qidentityproxymodel.html - removeColumns - (int column, int count, const QModelIndex &parent) override - - - virtual bool - removeRows - qidentityproxymodel.html - removeRows - (int row, int count, const QModelIndex &parent) override - - - - QItemSelectionRange - qitemselectionrange.html - - - QItemSelectionRange - qitemselectionrange.html - QItemSelectionRange - () - - - - QItemSelectionRange - qitemselectionrange.html - QItemSelectionRange-1 - (const QItemSelectionRange &other) - - - - QItemSelectionRange - qitemselectionrange.html - QItemSelectionRange-2 - (QItemSelectionRange &&other) - - - QItemSelectionRange & - operator= - qitemselectionrange.html - operator-eq - (QItemSelectionRange &&other) - - - QItemSelectionRange & - operator= - qitemselectionrange.html - operator-eq-1 - (const QItemSelectionRange &other) - - - - QItemSelectionRange - qitemselectionrange.html - QItemSelectionRange-3 - (const QModelIndex &topLeft, const QModelIndex &bottomRight) - - - - QItemSelectionRange - qitemselectionrange.html - QItemSelectionRange-4 - (const QModelIndex &index) - - - void - swap - qitemselectionrange.html - swap - (QItemSelectionRange &other) - - - int - top - qitemselectionrange.html - top - () const const - - - int - left - qitemselectionrange.html - left - () const const - - - int - bottom - qitemselectionrange.html - bottom - () const const - - - int - right - qitemselectionrange.html - right - () const const - - - int - width - qitemselectionrange.html - width - () const const - - - int - height - qitemselectionrange.html - height - () const const - - - const QPersistentModelIndex & - topLeft - qitemselectionrange.html - topLeft - () const const - - - const QPersistentModelIndex & - bottomRight - qitemselectionrange.html - bottomRight - () const const - - - QModelIndex - parent - qitemselectionrange.html - parent - () const const - - - const QAbstractItemModel * - model - qitemselectionrange.html - model - () const const - - - bool - contains - qitemselectionrange.html - contains - (const QModelIndex &index) const const - - - bool - contains - qitemselectionrange.html - contains-1 - (int row, int column, const QModelIndex &parentIndex) const const - - - bool - intersects - qitemselectionrange.html - intersects - (const QItemSelectionRange &other) const const - - - QItemSelectionRange - intersect - qitemselectionrange-obsolete.html - intersect - (const QItemSelectionRange &other) const const - - - QItemSelectionRange - intersected - qitemselectionrange.html - intersected - (const QItemSelectionRange &other) const const - - - bool - operator== - qitemselectionrange.html - operator-eq-eq - (const QItemSelectionRange &other) const const - - - bool - operator!= - qitemselectionrange.html - operator-not-eq - (const QItemSelectionRange &other) const const - - - bool - operator< - qitemselectionrange.html - operator-lt - (const QItemSelectionRange &other) const const - - - bool - isValid - qitemselectionrange.html - isValid - () const const - - - bool - isEmpty - qitemselectionrange.html - isEmpty - () const const - - - QModelIndexList - indexes - qitemselectionrange.html - indexes - () const const - - - - QItemSelectionModel - qitemselectionmodel.html - QObject - - virtual const QMetaObject * - metaObject - qitemselectionmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qitemselectionmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qitemselectionmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qitemselectionmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qitemselectionmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - selectedIndexes - qitemselectionmodel.html - selectedIndexes-prop - - - - SelectionFlag - qitemselectionmodel.html - SelectionFlag-enum - - - NoUpdate - qitemselectionmodel.html - SelectionFlag-enum - - - Clear - qitemselectionmodel.html - SelectionFlag-enum - - - Select - qitemselectionmodel.html - SelectionFlag-enum - - - Deselect - qitemselectionmodel.html - SelectionFlag-enum - - - Toggle - qitemselectionmodel.html - SelectionFlag-enum - - - Current - qitemselectionmodel.html - SelectionFlag-enum - - - Rows - qitemselectionmodel.html - SelectionFlag-enum - - - Columns - qitemselectionmodel.html - SelectionFlag-enum - - - SelectCurrent - qitemselectionmodel.html - SelectionFlag-enum - - - ToggleCurrent - qitemselectionmodel.html - SelectionFlag-enum - - - ClearAndSelect - qitemselectionmodel.html - SelectionFlag-enum - - - SelectionFlags - qitemselectionmodel.html - SelectionFlag-enum - - - - - QItemSelectionModel - qitemselectionmodel.html - QItemSelectionModel - (QAbstractItemModel *model) - - - - QItemSelectionModel - qitemselectionmodel.html - QItemSelectionModel-1 - (QAbstractItemModel *model, QObject *parent) - - - virtual - ~QItemSelectionModel - qitemselectionmodel.html - dtor.QItemSelectionModel - () - - - QModelIndex - currentIndex - qitemselectionmodel.html - currentIndex - () const const - - - bool - isSelected - qitemselectionmodel.html - isSelected - (const QModelIndex &index) const const - - - bool - isRowSelected - qitemselectionmodel.html - isRowSelected - (int row, const QModelIndex &parent) const const - - - bool - isColumnSelected - qitemselectionmodel.html - isColumnSelected - (int column, const QModelIndex &parent) const const - - - bool - rowIntersectsSelection - qitemselectionmodel.html - rowIntersectsSelection - (int row, const QModelIndex &parent) const const - - - bool - columnIntersectsSelection - qitemselectionmodel.html - columnIntersectsSelection - (int column, const QModelIndex &parent) const const - - - bool - hasSelection - qitemselectionmodel.html - hasSelection - () const const - - - QModelIndexList - selectedIndexes - qitemselectionmodel.html - selectedIndexes - () const const - - - QModelIndexList - selectedRows - qitemselectionmodel.html - selectedRows - (int column) const const - - - QModelIndexList - selectedColumns - qitemselectionmodel.html - selectedColumns - (int row) const const - - - const QItemSelection - selection - qitemselectionmodel.html - selection - () const const - - - const QAbstractItemModel * - model - qitemselectionmodel.html - model - () const const - - - QAbstractItemModel * - model - qitemselectionmodel.html - model-1 - () - - - void - setModel - qitemselectionmodel.html - setModel - (QAbstractItemModel *model) - - - virtual void - setCurrentIndex - qitemselectionmodel.html - setCurrentIndex - (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) - - - virtual void - select - qitemselectionmodel.html - select - (const QModelIndex &index, QItemSelectionModel::SelectionFlags command) - - - virtual void - select - qitemselectionmodel.html - select-1 - (const QItemSelection &selection, QItemSelectionModel::SelectionFlags command) - - - virtual void - clear - qitemselectionmodel.html - clear - () - - - virtual void - reset - qitemselectionmodel.html - reset - () - - - void - clearSelection - qitemselectionmodel.html - clearSelection - () - - - virtual void - clearCurrentIndex - qitemselectionmodel.html - clearCurrentIndex - () - - - void - selectionChanged - qitemselectionmodel.html - selectionChanged - (const QItemSelection &selected, const QItemSelection &deselected) - - - void - currentChanged - qitemselectionmodel.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) - - - void - currentRowChanged - qitemselectionmodel.html - currentRowChanged - (const QModelIndex &current, const QModelIndex &previous) - - - void - currentColumnChanged - qitemselectionmodel.html - currentColumnChanged - (const QModelIndex &current, const QModelIndex &previous) - - - void - modelChanged - qitemselectionmodel.html - modelChanged - (QAbstractItemModel *model) - - - void - emitSelectionChanged - qitemselectionmodel.html - emitSelectionChanged - (const QItemSelection &newSelection, const QItemSelection &oldSelection) - - - - QItemSelection - qitemselection.html - QList - - - QItemSelection - qitemselection.html - QItemSelection - () - - - - QItemSelection - qitemselection.html - QItemSelection-1 - (const QModelIndex &topLeft, const QModelIndex &bottomRight) - - - void - select - qitemselection.html - select - (const QModelIndex &topLeft, const QModelIndex &bottomRight) - - - bool - contains - qitemselection.html - contains - (const QModelIndex &index) const const - - - QModelIndexList - indexes - qitemselection.html - indexes - () const const - - - void - merge - qitemselection.html - merge - (const QItemSelection &other, QItemSelectionModel::SelectionFlags command) - - - void - split - qitemselection.html - split - (const QItemSelectionRange &range, const QItemSelectionRange &other, QItemSelection *result) - - - - QJsonValue - qjsonvalue.html - - Type - qjsonvalue.html - Type-enum - - - Null - qjsonvalue.html - Type-enum - - - Bool - qjsonvalue.html - Type-enum - - - Double - qjsonvalue.html - Type-enum - - - String - qjsonvalue.html - Type-enum - - - Array - qjsonvalue.html - Type-enum - - - Object - qjsonvalue.html - Type-enum - - - Undefined - qjsonvalue.html - Type-enum - - - - QJsonValue - qjsonvalue.html - QJsonValue - (QJsonValue::Type type) - - - - QJsonValue - qjsonvalue.html - QJsonValue-1 - (bool b) - - - - QJsonValue - qjsonvalue.html - QJsonValue-2 - (double n) - - - - QJsonValue - qjsonvalue.html - QJsonValue-3 - (int n) - - - - QJsonValue - qjsonvalue.html - QJsonValue-4 - (qint64 n) - - - - QJsonValue - qjsonvalue.html - QJsonValue-5 - (const QString &s) - - - - QJsonValue - qjsonvalue.html - QJsonValue-6 - (QLatin1String s) - - - - QJsonValue - qjsonvalue.html - QJsonValue-7 - (const char *s) - - - - QJsonValue - qjsonvalue.html - QJsonValue-8 - (const QJsonArray &a) - - - - QJsonValue - qjsonvalue.html - QJsonValue-9 - (const QJsonObject &o) - - - - ~QJsonValue - qjsonvalue.html - dtor.QJsonValue - () - - - - QJsonValue - qjsonvalue.html - QJsonValue-10 - (const QJsonValue &other) - - - QJsonValue & - operator= - qjsonvalue.html - operator-eq - (const QJsonValue &other) - - - - QJsonValue - qjsonvalue.html - QJsonValue-11 - (QJsonValue &&other) - - - QJsonValue & - operator= - qjsonvalue.html - operator-eq-1 - (QJsonValue &&other) - - - void - swap - qjsonvalue.html - swap - (QJsonValue &other) - - - QJsonValue - fromVariant - qjsonvalue.html - fromVariant - (const QVariant &variant) - - - QVariant - toVariant - qjsonvalue.html - toVariant - () const const - - - QJsonValue::Type - type - qjsonvalue.html - type - () const const - - - bool - isNull - qjsonvalue.html - isNull - () const const - - - bool - isBool - qjsonvalue.html - isBool - () const const - - - bool - isDouble - qjsonvalue.html - isDouble - () const const - - - bool - isString - qjsonvalue.html - isString - () const const - - - bool - isArray - qjsonvalue.html - isArray - () const const - - - bool - isObject - qjsonvalue.html - isObject - () const const - - - bool - isUndefined - qjsonvalue.html - isUndefined - () const const - - - bool - toBool - qjsonvalue.html - toBool - (bool defaultValue) const const - - - int - toInt - qjsonvalue.html - toInt - (int defaultValue) const const - - - double - toDouble - qjsonvalue.html - toDouble - (double defaultValue) const const - - - QString - toString - qjsonvalue.html - toString - () const const - - - QString - toString - qjsonvalue.html - toString-1 - (const QString &defaultValue) const const - - - QJsonArray - toArray - qjsonvalue.html - toArray-1 - () const const - - - QJsonArray - toArray - qjsonvalue.html - toArray - (const QJsonArray &defaultValue) const const - - - QJsonObject - toObject - qjsonvalue.html - toObject-1 - () const const - - - QJsonObject - toObject - qjsonvalue.html - toObject - (const QJsonObject &defaultValue) const const - - - const QJsonValue - operator[] - qjsonvalue.html - operator-5b-5d - (const QString &key) const const - - - const QJsonValue - operator[] - qjsonvalue.html - operator-5b-5d-1 - (QLatin1String key) const const - - - const QJsonValue - operator[] - qjsonvalue.html - operator-5b-5d-2 - (int i) const const - - - bool - operator== - qjsonvalue.html - operator-eq-eq - (const QJsonValue &other) const const - - - bool - operator!= - qjsonvalue.html - operator-not-eq - (const QJsonValue &other) const const - - - - QJsonArray - qjsonarray.html - - - QJsonArray - qjsonarray.html - QJsonArray - () - - - - QJsonArray - qjsonarray.html - QJsonArray-1 - (std::initializer_list<QJsonValue> args) - - - - ~QJsonArray - qjsonarray.html - dtor.QJsonArray - () - - - - QJsonArray - qjsonarray.html - QJsonArray-2 - (const QJsonArray &other) - - - QJsonArray & - operator= - qjsonarray.html - operator-eq - (const QJsonArray &other) - - - - QJsonArray - qjsonarray.html - QJsonArray-3 - (QJsonArray &&other) - - - QJsonArray & - operator= - qjsonarray.html - operator-eq-1 - (QJsonArray &&other) - - - QJsonArray - fromStringList - qjsonarray.html - fromStringList - (const QStringList &list) - - - QJsonArray - fromVariantList - qjsonarray.html - fromVariantList - (const QVariantList &list) - - - QVariantList - toVariantList - qjsonarray.html - toVariantList - () const const - - - int - size - qjsonarray.html - size - () const const - - - int - count - qjsonarray.html - count - () const const - - - bool - isEmpty - qjsonarray.html - isEmpty - () const const - - - QJsonValue - at - qjsonarray.html - at - (int i) const const - - - QJsonValue - first - qjsonarray.html - first - () const const - - - QJsonValue - last - qjsonarray.html - last - () const const - - - void - prepend - qjsonarray.html - prepend - (const QJsonValue &value) - - - void - append - qjsonarray.html - append - (const QJsonValue &value) - - - void - removeAt - qjsonarray.html - removeAt - (int i) - - - QJsonValue - takeAt - qjsonarray.html - takeAt - (int i) - - - void - removeFirst - qjsonarray.html - removeFirst - () - - - void - removeLast - qjsonarray.html - removeLast - () - - - void - insert - qjsonarray.html - insert - (int i, const QJsonValue &value) - - - void - replace - qjsonarray.html - replace - (int i, const QJsonValue &value) - - - bool - contains - qjsonarray.html - contains - (const QJsonValue &value) const const - - - QJsonValueRef - operator[] - qjsonarray.html - operator-5b-5d - (int i) - - - QJsonValue - operator[] - qjsonarray.html - operator-5b-5d-1 - (int i) const const - - - bool - operator== - qjsonarray.html - operator-eq-eq - (const QJsonArray &other) const const - - - bool - operator!= - qjsonarray.html - operator-not-eq - (const QJsonArray &other) const const - - - void - swap - qjsonarray.html - swap - (QJsonArray &other) - - QJsonArray::iterator - QJsonArray::const_iterator - - QJsonArray::iterator - begin - qjsonarray.html - begin - () - - - QJsonArray::const_iterator - begin - qjsonarray.html - begin-1 - () const const - - - QJsonArray::const_iterator - constBegin - qjsonarray.html - constBegin - () const const - - - QJsonArray::iterator - end - qjsonarray.html - end - () - - - QJsonArray::const_iterator - end - qjsonarray.html - end-1 - () const const - - - QJsonArray::const_iterator - constEnd - qjsonarray.html - constEnd - () const const - - - QJsonArray::iterator - insert - qjsonarray.html - insert-1 - (QJsonArray::iterator before, const QJsonValue &value) - - - QJsonArray::iterator - erase - qjsonarray.html - erase - (QJsonArray::iterator it) - - - Iterator - qjsonarray.html - Iterator-typedef - - - - ConstIterator - qjsonarray.html - ConstIterator-typedef - - - - QJsonArray - operator+ - qjsonarray.html - operator-2b - (const QJsonValue &value) const const - - - QJsonArray & - operator+= - qjsonarray.html - operator-2b-eq - (const QJsonValue &value) - - - QJsonArray & - operator<< - qjsonarray.html - operator-lt-lt - (const QJsonValue &value) - - - void - push_back - qjsonarray.html - push_back - (const QJsonValue &value) - - - void - push_front - qjsonarray.html - push_front - (const QJsonValue &value) - - - void - pop_front - qjsonarray.html - pop_front - () - - - void - pop_back - qjsonarray.html - pop_back - () - - - bool - empty - qjsonarray.html - empty - () const const - - - size_type - qjsonarray.html - size_type-typedef - - - - value_type - qjsonarray.html - value_type-typedef - - - - pointer - qjsonarray.html - pointer-typedef - - - - const_pointer - qjsonarray.html - const_pointer-typedef - - - - reference - qjsonarray.html - reference-typedef - - - - const_reference - qjsonarray.html - const_reference-typedef - - - - difference_type - qjsonarray.html - difference_type-typedef - - - - - QJsonArray::iterator - qjsonarray-iterator.html - - iterator_category - qjsonarray-iterator.html - iterator_category-typedef - - - - - iterator - qjsonarray-iterator.html - iterator - () - - - QJsonValueRef - operator* - qjsonarray-iterator.html - operator-2a - () const const - - - QJsonValueRef * - operator-> - qjsonarray-iterator.html - operator--gt - () const const - - - QJsonValueRef - operator[] - qjsonarray-iterator.html - operator-5b-5d - (int j) const const - - - bool - operator== - qjsonarray-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qjsonarray-iterator.html - operator-not-eq - (const iterator &other) const const - - - bool - operator< - qjsonarray-iterator.html - operator-lt - (const iterator &other) const const - - - bool - operator<= - qjsonarray-iterator.html - operator-lt-eq - (const iterator &other) const const - - - bool - operator> - qjsonarray-iterator.html - operator-gt - (const iterator &other) const const - - - bool - operator>= - qjsonarray-iterator.html - operator-gt-eq - (const iterator &other) const const - - - bool - operator== - qjsonarray-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qjsonarray-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - bool - operator< - qjsonarray-iterator.html - operator-lt-1 - (const const_iterator &other) const const - - - bool - operator<= - qjsonarray-iterator.html - operator-lt-eq-1 - (const const_iterator &other) const const - - - bool - operator> - qjsonarray-iterator.html - operator-gt-1 - (const const_iterator &other) const const - - - bool - operator>= - qjsonarray-iterator.html - operator-gt-eq-1 - (const const_iterator &other) const const - - - iterator & - operator++ - qjsonarray-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qjsonarray-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qjsonarray-iterator.html - operator-- - () - - - iterator - operator-- - qjsonarray-iterator.html - operator---1 - (int ) - - - iterator & - operator+= - qjsonarray-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qjsonarray-iterator.html - operator--eq - (int j) - - - iterator - operator+ - qjsonarray-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qjsonarray-iterator.html - operator- - (int j) const const - - - int - operator- - qjsonarray-iterator.html - operator--1 - (iterator other) const const - - - - QJsonArray::const_iterator - qjsonarray-const-iterator.html - - iterator_category - qjsonarray-const-iterator.html - iterator_category-typedef - - - - - const_iterator - qjsonarray-const-iterator.html - const_iterator - () - - - - const_iterator - qjsonarray-const-iterator.html - const_iterator-2 - (const const_iterator &other) - - - - const_iterator - qjsonarray-const-iterator.html - const_iterator-3 - (const iterator &other) - - - QJsonValue - operator* - qjsonarray-const-iterator.html - operator-2a - () const const - - - QJsonValue * - operator-> - qjsonarray-const-iterator.html - operator--gt - () const const - - - QJsonValue - operator[] - qjsonarray-const-iterator.html - operator-5b-5d - (int j) const const - - - bool - operator== - qjsonarray-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qjsonarray-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - bool - operator< - qjsonarray-const-iterator.html - operator-lt - (const const_iterator &other) const const - - - bool - operator<= - qjsonarray-const-iterator.html - operator-lt-eq - (const const_iterator &other) const const - - - bool - operator> - qjsonarray-const-iterator.html - operator-gt - (const const_iterator &other) const const - - - bool - operator>= - qjsonarray-const-iterator.html - operator-gt-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qjsonarray-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qjsonarray-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qjsonarray-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qjsonarray-const-iterator.html - operator---1 - (int ) - - - const_iterator & - operator+= - qjsonarray-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qjsonarray-const-iterator.html - operator--eq - (int j) - - - const_iterator - operator+ - qjsonarray-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qjsonarray-const-iterator.html - operator- - (int j) const const - - - int - operator- - qjsonarray-const-iterator.html - operator--1 - (const_iterator other) const const - - - - QJsonParseError - qjsonparseerror.html - - ParseError - qjsonparseerror.html - ParseError-enum - - - NoError - qjsonparseerror.html - ParseError-enum - - - UnterminatedObject - qjsonparseerror.html - ParseError-enum - - - MissingNameSeparator - qjsonparseerror.html - ParseError-enum - - - UnterminatedArray - qjsonparseerror.html - ParseError-enum - - - MissingValueSeparator - qjsonparseerror.html - ParseError-enum - - - IllegalValue - qjsonparseerror.html - ParseError-enum - - - TerminationByNumber - qjsonparseerror.html - ParseError-enum - - - IllegalNumber - qjsonparseerror.html - ParseError-enum - - - IllegalEscapeSequence - qjsonparseerror.html - ParseError-enum - - - IllegalUTF8String - qjsonparseerror.html - ParseError-enum - - - UnterminatedString - qjsonparseerror.html - ParseError-enum - - - MissingObject - qjsonparseerror.html - ParseError-enum - - - DeepNesting - qjsonparseerror.html - ParseError-enum - - - DocumentTooLarge - qjsonparseerror.html - ParseError-enum - - - GarbageAtEnd - qjsonparseerror.html - ParseError-enum - - - QString - errorString - qjsonparseerror.html - errorString - () const const - - - - QJsonDocument - qjsondocument.html - - - QJsonDocument - qjsondocument.html - QJsonDocument - () - - - - QJsonDocument - qjsondocument.html - QJsonDocument-1 - (const QJsonObject &object) - - - - QJsonDocument - qjsondocument.html - QJsonDocument-2 - (const QJsonArray &array) - - - - ~QJsonDocument - qjsondocument.html - dtor.QJsonDocument - () - - - - QJsonDocument - qjsondocument.html - QJsonDocument-3 - (const QJsonDocument &other) - - - QJsonDocument & - operator= - qjsondocument.html - operator-eq - (const QJsonDocument &other) - - - - QJsonDocument - qjsondocument.html - QJsonDocument-4 - (QJsonDocument &&other) - - - QJsonDocument & - operator= - qjsondocument.html - operator-eq-1 - (QJsonDocument &&other) - - - void - swap - qjsondocument.html - swap - (QJsonDocument &other) - - - DataValidation - qjsondocument.html - DataValidation-enum - - - Validate - qjsondocument.html - DataValidation-enum - - - BypassValidation - qjsondocument.html - DataValidation-enum - - - QJsonDocument - fromRawData - qjsondocument.html - fromRawData - (const char *data, int size, QJsonDocument::DataValidation validation) - - - const char * - rawData - qjsondocument.html - rawData - (int *size) const const - - - QJsonDocument - fromBinaryData - qjsondocument.html - fromBinaryData - (const QByteArray &data, QJsonDocument::DataValidation validation) - - - QByteArray - toBinaryData - qjsondocument.html - toBinaryData - () const const - - - QJsonDocument - fromVariant - qjsondocument.html - fromVariant - (const QVariant &variant) - - - QVariant - toVariant - qjsondocument.html - toVariant - () const const - - - JsonFormat - qjsondocument.html - JsonFormat-enum - - - Indented - qjsondocument.html - JsonFormat-enum - - - Compact - qjsondocument.html - JsonFormat-enum - - - QJsonDocument - fromJson - qjsondocument.html - fromJson - (const QByteArray &json, QJsonParseError *error) - - - QByteArray - toJson - qjsondocument.html - toJson - () const const - - - QByteArray - toJson - qjsondocument.html - toJson-1 - (QJsonDocument::JsonFormat format) const const - - - bool - isEmpty - qjsondocument.html - isEmpty - () const const - - - bool - isArray - qjsondocument.html - isArray - () const const - - - bool - isObject - qjsondocument.html - isObject - () const const - - - QJsonObject - object - qjsondocument.html - object - () const const - - - QJsonArray - array - qjsondocument.html - array - () const const - - - void - setObject - qjsondocument.html - setObject - (const QJsonObject &object) - - - void - setArray - qjsondocument.html - setArray - (const QJsonArray &array) - - - const QJsonValue - operator[] - qjsondocument.html - operator-5b-5d - (const QString &key) const const - - - const QJsonValue - operator[] - qjsondocument.html - operator-5b-5d-1 - (QLatin1String key) const const - - - const QJsonValue - operator[] - qjsondocument.html - operator-5b-5d-2 - (int i) const const - - - bool - operator== - qjsondocument.html - operator-eq-eq - (const QJsonDocument &other) const const - - - bool - operator!= - qjsondocument.html - operator-not-eq - (const QJsonDocument &other) const const - - - bool - isNull - qjsondocument.html - isNull - () const const - - - - QJsonObject - qjsonobject.html - - - QJsonObject - qjsonobject.html - QJsonObject - () - - - - QJsonObject - qjsonobject.html - QJsonObject-1 - (std::initializer_list<QPair<QString, QJsonValue> > args) - - - - ~QJsonObject - qjsonobject.html - dtor.QJsonObject - () - - - - QJsonObject - qjsonobject.html - QJsonObject-2 - (const QJsonObject &other) - - - QJsonObject & - operator= - qjsonobject.html - operator-eq - (const QJsonObject &other) - - - - QJsonObject - qjsonobject.html - QJsonObject-3 - (QJsonObject &&other) - - - QJsonObject & - operator= - qjsonobject.html - operator-eq-1 - (QJsonObject &&other) - - - void - swap - qjsonobject.html - swap - (QJsonObject &other) - - - QJsonObject - fromVariantMap - qjsonobject.html - fromVariantMap - (const QVariantMap &map) - - - QVariantMap - toVariantMap - qjsonobject.html - toVariantMap - () const const - - - QJsonObject - fromVariantHash - qjsonobject.html - fromVariantHash - (const QVariantHash &hash) - - - QVariantHash - toVariantHash - qjsonobject.html - toVariantHash - () const const - - - QStringList - keys - qjsonobject.html - keys - () const const - - - int - size - qjsonobject.html - size - () const const - - - int - count - qjsonobject.html - count - () const const - - - int - length - qjsonobject.html - length - () const const - - - bool - isEmpty - qjsonobject.html - isEmpty - () const const - - - QJsonValue - value - qjsonobject.html - value - (const QString &key) const const - - - QJsonValue - value - qjsonobject.html - value-1 - (QLatin1String key) const const - - - QJsonValue - operator[] - qjsonobject.html - operator-5b-5d - (const QString &key) const const - - - QJsonValue - operator[] - qjsonobject.html - operator-5b-5d-1 - (QLatin1String key) const const - - - QJsonValueRef - operator[] - qjsonobject.html - operator-5b-5d-2 - (const QString &key) - - - QJsonValueRef - operator[] - qjsonobject.html - operator-5b-5d-3 - (QLatin1String key) - - - void - remove - qjsonobject.html - remove - (const QString &key) - - - QJsonValue - take - qjsonobject.html - take - (const QString &key) - - - bool - contains - qjsonobject.html - contains - (const QString &key) const const - - - bool - contains - qjsonobject.html - contains-1 - (QLatin1String key) const const - - - bool - operator== - qjsonobject.html - operator-eq-eq - (const QJsonObject &other) const const - - - bool - operator!= - qjsonobject.html - operator-not-eq - (const QJsonObject &other) const const - - QJsonObject::iterator - QJsonObject::const_iterator - - QJsonObject::iterator - begin - qjsonobject.html - begin - () - - - QJsonObject::const_iterator - begin - qjsonobject.html - begin-1 - () const const - - - QJsonObject::const_iterator - constBegin - qjsonobject.html - constBegin - () const const - - - QJsonObject::iterator - end - qjsonobject.html - end - () - - - QJsonObject::const_iterator - end - qjsonobject.html - end-1 - () const const - - - QJsonObject::const_iterator - constEnd - qjsonobject.html - constEnd - () const const - - - QJsonObject::iterator - erase - qjsonobject.html - erase - (QJsonObject::iterator it) - - - Iterator - qjsonobject.html - Iterator-typedef - - - - ConstIterator - qjsonobject.html - ConstIterator-typedef - - - - QJsonObject::iterator - find - qjsonobject.html - find - (const QString &key) - - - QJsonObject::iterator - find - qjsonobject.html - find-1 - (QLatin1String key) - - - QJsonObject::const_iterator - find - qjsonobject.html - find-2 - (const QString &key) const const - - - QJsonObject::const_iterator - find - qjsonobject.html - find-3 - (QLatin1String key) const const - - - QJsonObject::const_iterator - constFind - qjsonobject.html - constFind - (const QString &key) const const - - - QJsonObject::const_iterator - constFind - qjsonobject.html - constFind-1 - (QLatin1String key) const const - - - QJsonObject::iterator - insert - qjsonobject.html - insert - (const QString &key, const QJsonValue &value) - - - mapped_type - qjsonobject.html - mapped_type-typedef - - - - key_type - qjsonobject.html - key_type-typedef - - - - size_type - qjsonobject.html - size_type-typedef - - - - bool - empty - qjsonobject.html - empty - () const const - - - - QJsonObject::iterator - qjsonobject-iterator.html - - iterator_category - qjsonobject-iterator.html - iterator_category-typedef - - - - - iterator - qjsonobject-iterator.html - iterator - () - - - QString - key - qjsonobject-iterator.html - key - () const const - - - QJsonValueRef - value - qjsonobject-iterator.html - value - () const const - - - QJsonValueRef - operator* - qjsonobject-iterator.html - operator-2a - () const const - - - QJsonValueRef * - operator-> - qjsonobject-iterator.html - operator--gt - () const const - - - bool - operator== - qjsonobject-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qjsonobject-iterator.html - operator-not-eq - (const iterator &other) const const - - - iterator & - operator++ - qjsonobject-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qjsonobject-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qjsonobject-iterator.html - operator-- - () - - - iterator - operator-- - qjsonobject-iterator.html - operator---1 - (int ) - - - iterator - operator+ - qjsonobject-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qjsonobject-iterator.html - operator- - (int j) const const - - - iterator & - operator+= - qjsonobject-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qjsonobject-iterator.html - operator--eq - (int j) - - - bool - operator== - qjsonobject-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qjsonobject-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - - QJsonObject::const_iterator - qjsonobject-const-iterator.html - - iterator_category - qjsonobject-const-iterator.html - iterator_category-typedef - - - - - const_iterator - qjsonobject-const-iterator.html - const_iterator - () - - - - const_iterator - qjsonobject-const-iterator.html - const_iterator-2 - (const iterator &other) - - - QString - key - qjsonobject-const-iterator.html - key - () const const - - - QJsonValue - value - qjsonobject-const-iterator.html - value - () const const - - - QJsonValue - operator* - qjsonobject-const-iterator.html - operator-2a - () const const - - - QJsonValue * - operator-> - qjsonobject-const-iterator.html - operator--gt - () const const - - - bool - operator== - qjsonobject-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qjsonobject-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qjsonobject-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qjsonobject-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qjsonobject-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qjsonobject-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qjsonobject-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qjsonobject-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qjsonobject-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qjsonobject-const-iterator.html - operator--eq - (int j) - - - bool - operator== - qjsonobject-const-iterator.html - operator-eq-eq-1 - (const iterator &other) const const - - - bool - operator!= - qjsonobject-const-iterator.html - operator-not-eq-1 - (const iterator &other) const const - - - - QLibrary - qlibrary.html - QObject - - virtual const QMetaObject * - metaObject - qlibrary.html - metaObject - () const const - - - virtual void * - qt_metacast - qlibrary.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlibrary.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlibrary.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlibrary.html - trUtf8 - (const char *s, const char *c, int n) - - - fileName - qlibrary.html - fileName-prop - - - - loadHints - qlibrary.html - loadHints-prop - - - - LoadHint - qlibrary.html - LoadHint-enum - - - ResolveAllSymbolsHint - qlibrary.html - LoadHint-enum - - - ExportExternalSymbolsHint - qlibrary.html - LoadHint-enum - - - LoadArchiveMemberHint - qlibrary.html - LoadHint-enum - - - PreventUnloadHint - qlibrary.html - LoadHint-enum - - - DeepBindHint - qlibrary.html - LoadHint-enum - - - LoadHints - qlibrary.html - LoadHint-enum - - - - - QLibrary - qlibrary.html - QLibrary - (QObject *parent) - - - - QLibrary - qlibrary.html - QLibrary-1 - (const QString &fileName, QObject *parent) - - - - QLibrary - qlibrary.html - QLibrary-2 - (const QString &fileName, int verNum, QObject *parent) - - - - QLibrary - qlibrary.html - QLibrary-3 - (const QString &fileName, const QString &version, QObject *parent) - - - virtual - ~QLibrary - qlibrary.html - dtor.QLibrary - () - - - QFunctionPointer - resolve - qlibrary.html - resolve - (const char *symbol) - - - QFunctionPointer - resolve - qlibrary.html - resolve-1 - (const QString &fileName, const char *symbol) - - - QFunctionPointer - resolve - qlibrary.html - resolve-2 - (const QString &fileName, int verNum, const char *symbol) - - - QFunctionPointer - resolve - qlibrary.html - resolve-3 - (const QString &fileName, const QString &version, const char *symbol) - - - bool - load - qlibrary.html - load - () - - - bool - unload - qlibrary.html - unload - () - - - bool - isLoaded - qlibrary.html - isLoaded - () const const - - - bool - isLibrary - qlibrary.html - isLibrary - (const QString &fileName) - - - void - setFileName - qlibrary.html - fileName-prop - (const QString &fileName) - - - QString - fileName - qlibrary.html - fileName-prop - () const const - - - void - setFileNameAndVersion - qlibrary.html - setFileNameAndVersion - (const QString &fileName, int versionNumber) - - - void - setFileNameAndVersion - qlibrary.html - setFileNameAndVersion-1 - (const QString &fileName, const QString &version) - - - QString - errorString - qlibrary.html - errorString - () const const - - - void - setLoadHints - qlibrary.html - loadHints-prop - (QLibrary::LoadHints hints) - - - QLibrary::LoadHints - loadHints - qlibrary.html - loadHints-prop - () const const - - - - QVersionNumber - qversionnumber.html - - - QVersionNumber - qversionnumber.html - QVersionNumber - () - - - - QVersionNumber - qversionnumber.html - QVersionNumber-1 - (const QVector<int> &seg) - - - - QVersionNumber - qversionnumber.html - QVersionNumber-2 - (QVector<int> &&seg) - - - - QVersionNumber - qversionnumber.html - QVersionNumber-3 - (std::initializer_list<int> args) - - - - QVersionNumber - qversionnumber.html - QVersionNumber-4 - (int maj) - - - - QVersionNumber - qversionnumber.html - QVersionNumber-5 - (int maj, int min) - - - - QVersionNumber - qversionnumber.html - QVersionNumber-6 - (int maj, int min, int mic) - - - bool - isNull - qversionnumber.html - isNull - () const const - - - bool - isNormalized - qversionnumber.html - isNormalized - () const const - - - int - majorVersion - qversionnumber.html - majorVersion - () const const - - - int - minorVersion - qversionnumber.html - minorVersion - () const const - - - int - microVersion - qversionnumber.html - microVersion - () const const - - - QVersionNumber - normalized - qversionnumber.html - normalized - () const const - - - QVector<int> - segments - qversionnumber.html - segments - () const const - - - int - segmentAt - qversionnumber.html - segmentAt - (int index) const const - - - int - segmentCount - qversionnumber.html - segmentCount - () const const - - - bool - isPrefixOf - qversionnumber.html - isPrefixOf - (const QVersionNumber &other) const const - - - int - compare - qversionnumber.html - compare - (const QVersionNumber &v1, const QVersionNumber &v2) - - - QVersionNumber - commonPrefix - qversionnumber.html - commonPrefix - (const QVersionNumber &v1, const QVersionNumber &v2) - - - QString - toString - qversionnumber.html - toString - () const const - - - QVersionNumber - fromString - qversionnumber.html - fromString - (const QString &string, int *suffixIndex) - - - QVersionNumber - fromString - qversionnumber.html - fromString-1 - (QLatin1String string, int *suffixIndex) - - - QVersionNumber - fromString - qversionnumber.html - fromString-2 - (QStringView string, int *suffixIndex) - - - - QLibraryInfo - qlibraryinfo.html - - QString - licensee - qlibraryinfo-obsolete.html - licensee - () - - - QString - licensedProducts - qlibraryinfo-obsolete.html - licensedProducts - () - - - QDate - buildDate - qlibraryinfo-obsolete.html - buildDate - () - - - bool - isDebugBuild - qlibraryinfo.html - isDebugBuild - () - - - QVersionNumber - version - qlibraryinfo.html - version - () - - - LibraryLocation - qlibraryinfo.html - LibraryLocation-enum - - - PrefixPath - qlibraryinfo.html - LibraryLocation-enum - - - DocumentationPath - qlibraryinfo.html - LibraryLocation-enum - - - HeadersPath - qlibraryinfo.html - LibraryLocation-enum - - - LibrariesPath - qlibraryinfo.html - LibraryLocation-enum - - - LibraryExecutablesPath - qlibraryinfo.html - LibraryLocation-enum - - - BinariesPath - qlibraryinfo.html - LibraryLocation-enum - - - PluginsPath - qlibraryinfo.html - LibraryLocation-enum - - - ImportsPath - qlibraryinfo.html - LibraryLocation-enum - - - Qml2ImportsPath - qlibraryinfo.html - LibraryLocation-enum - - - ArchDataPath - qlibraryinfo.html - LibraryLocation-enum - - - DataPath - qlibraryinfo.html - LibraryLocation-enum - - - TranslationsPath - qlibraryinfo.html - LibraryLocation-enum - - - ExamplesPath - qlibraryinfo.html - LibraryLocation-enum - - - TestsPath - qlibraryinfo.html - LibraryLocation-enum - - - SettingsPath - qlibraryinfo.html - LibraryLocation-enum - - - QString - location - qlibraryinfo.html - location - (QLibraryInfo::LibraryLocation loc) - - - - QLine - qline.html - - - QLine - qline.html - QLine - () - - - - QLine - qline.html - QLine-1 - (const QPoint &p1, const QPoint &p2) - - - - QLine - qline.html - QLine-2 - (int x1, int y1, int x2, int y2) - - - bool - isNull - qline.html - isNull - () const const - - - QPoint - p1 - qline.html - p1 - () const const - - - QPoint - p2 - qline.html - p2 - () const const - - - int - x1 - qline.html - x1 - () const const - - - int - y1 - qline.html - y1 - () const const - - - int - x2 - qline.html - x2 - () const const - - - int - y2 - qline.html - y2 - () const const - - - int - dx - qline.html - dx - () const const - - - int - dy - qline.html - dy - () const const - - - void - translate - qline.html - translate - (const QPoint &offset) - - - void - translate - qline.html - translate-1 - (int dx, int dy) - - - QLine - translated - qline.html - translated - (const QPoint &offset) const const - - - QLine - translated - qline.html - translated-1 - (int dx, int dy) const const - - - QPoint - center - qline.html - center - () const const - - - void - setP1 - qline.html - setP1 - (const QPoint &p1) - - - void - setP2 - qline.html - setP2 - (const QPoint &p2) - - - void - setPoints - qline.html - setPoints - (const QPoint &p1, const QPoint &p2) - - - void - setLine - qline.html - setLine - (int x1, int y1, int x2, int y2) - - - bool - operator== - qline.html - operator-eq-eq - (const QLine &line) const const - - - bool - operator!= - qline.html - operator-not-eq - (const QLine &line) const const - - - - QLineF - qlinef.html - - IntersectType - qlinef.html - IntersectType-enum - - - NoIntersection - qlinef.html - IntersectType-enum - - - BoundedIntersection - qlinef.html - IntersectType-enum - - - UnboundedIntersection - qlinef.html - IntersectType-enum - - - - QLineF - qlinef.html - QLineF - () - - - - QLineF - qlinef.html - QLineF-1 - (const QPointF &p1, const QPointF &p2) - - - - QLineF - qlinef.html - QLineF-2 - (qreal x1, qreal y1, qreal x2, qreal y2) - - - - QLineF - qlinef.html - QLineF-3 - (const QLine &line) - - - QLineF - fromPolar - qlinef.html - fromPolar - (qreal length, qreal angle) - - - bool - isNull - qlinef.html - isNull - () const const - - - QPointF - p1 - qlinef.html - p1 - () const const - - - QPointF - p2 - qlinef.html - p2 - () const const - - - qreal - x1 - qlinef.html - x1 - () const const - - - qreal - y1 - qlinef.html - y1 - () const const - - - qreal - x2 - qlinef.html - x2 - () const const - - - qreal - y2 - qlinef.html - y2 - () const const - - - qreal - dx - qlinef.html - dx - () const const - - - qreal - dy - qlinef.html - dy - () const const - - - qreal - length - qlinef.html - length - () const const - - - void - setLength - qlinef.html - setLength - (qreal length) - - - qreal - angle - qlinef.html - angle - () const const - - - void - setAngle - qlinef.html - setAngle - (qreal angle) - - - qreal - angleTo - qlinef.html - angleTo - (const QLineF &line) const const - - - QLineF - unitVector - qlinef.html - unitVector - () const const - - - QLineF - normalVector - qlinef.html - normalVector - () const const - - - QLineF::IntersectType - intersect - qlinef.html - intersect - (const QLineF &line, QPointF *intersectionPoint) const const - - - qreal - angle - qlinef-obsolete.html - angle-1 - (const QLineF &line) const const - - - QPointF - pointAt - qlinef.html - pointAt - (qreal t) const const - - - void - translate - qlinef.html - translate - (const QPointF &offset) - - - void - translate - qlinef.html - translate-1 - (qreal dx, qreal dy) - - - QLineF - translated - qlinef.html - translated - (const QPointF &offset) const const - - - QLineF - translated - qlinef.html - translated-1 - (qreal dx, qreal dy) const const - - - QPointF - center - qlinef.html - center - () const const - - - void - setP1 - qlinef.html - setP1 - (const QPointF &p1) - - - void - setP2 - qlinef.html - setP2 - (const QPointF &p2) - - - void - setPoints - qlinef.html - setPoints - (const QPointF &p1, const QPointF &p2) - - - void - setLine - qlinef.html - setLine - (qreal x1, qreal y1, qreal x2, qreal y2) - - - bool - operator== - qlinef.html - operator-eq-eq - (const QLineF &line) const const - - - bool - operator!= - qlinef.html - operator-not-eq - (const QLineF &line) const const - - - QLine - toLine - qlinef.html - toLine - () const const - - - - QLinkedList - qlinkedlist.html - - - QLinkedList - qlinkedlist.html - QLinkedList - () - - - - QLinkedList - qlinkedlist.html - QLinkedList-1 - (const QLinkedList<T> &other) - - - - QLinkedList - qlinkedlist.html - QLinkedList-2 - (std::initializer_list<T> list) - - - - ~QLinkedList - qlinkedlist.html - dtor.QLinkedList - () - - - QLinkedList<T> & - operator= - qlinkedlist.html - operator-eq - (const QLinkedList<T> &other) - - - - QLinkedList - qlinkedlist.html - QLinkedList-3 - (QLinkedList<T> &&other) - - - QLinkedList<T> & - operator= - qlinkedlist.html - operator-eq-1 - (QLinkedList<T> &&other) - - - void - swap - qlinkedlist.html - swap - (QLinkedList<T> &other) - - - bool - operator== - qlinkedlist.html - operator-eq-eq - (const QLinkedList<T> &other) const const - - - bool - operator!= - qlinkedlist.html - operator-not-eq - (const QLinkedList<T> &other) const const - - - int - size - qlinkedlist.html - size - () const const - - - bool - isEmpty - qlinkedlist.html - isEmpty - () const const - - - void - clear - qlinkedlist.html - clear - () - - - void - append - qlinkedlist.html - append - (const T &value) - - - void - prepend - qlinkedlist.html - prepend - (const T &value) - - - T - takeFirst - qlinkedlist.html - takeFirst - () - - - T - takeLast - qlinkedlist.html - takeLast - () - - - int - removeAll - qlinkedlist.html - removeAll - (const T &value) - - - bool - removeOne - qlinkedlist.html - removeOne - (const T &value) - - - bool - contains - qlinkedlist.html - contains - (const T &value) const const - - - int - count - qlinkedlist.html - count - (const T &value) const const - - QLinkedList::iterator - QLinkedList::const_iterator - - reverse_iterator - qlinkedlist.html - reverse_iterator-typedef - - - - const_reverse_iterator - qlinkedlist.html - const_reverse_iterator-typedef - - - - QLinkedList::iterator - begin - qlinkedlist.html - begin - () - - - QLinkedList::const_iterator - begin - qlinkedlist.html - begin-1 - () const const - - - QLinkedList::const_iterator - cbegin - qlinkedlist.html - cbegin - () const const - - - QLinkedList::const_iterator - constBegin - qlinkedlist.html - constBegin - () const const - - - QLinkedList::iterator - end - qlinkedlist.html - end - () - - - QLinkedList::const_iterator - end - qlinkedlist.html - end-1 - () const const - - - QLinkedList::const_iterator - cend - qlinkedlist.html - cend - () const const - - - QLinkedList::const_iterator - constEnd - qlinkedlist.html - constEnd - () const const - - - QLinkedList::reverse_iterator - rbegin - qlinkedlist.html - rbegin - () - - - QLinkedList::reverse_iterator - rend - qlinkedlist.html - rend - () - - - QLinkedList::const_reverse_iterator - rbegin - qlinkedlist.html - rbegin-1 - () const const - - - QLinkedList::const_reverse_iterator - rend - qlinkedlist.html - rend-1 - () const const - - - QLinkedList::const_reverse_iterator - crbegin - qlinkedlist.html - crbegin - () const const - - - QLinkedList::const_reverse_iterator - crend - qlinkedlist.html - crend - () const const - - - QLinkedList::iterator - insert - qlinkedlist.html - insert - (QLinkedList::iterator before, const T &value) - - - QLinkedList::iterator - erase - qlinkedlist.html - erase - (QLinkedList::iterator pos) - - - QLinkedList::iterator - erase - qlinkedlist.html - erase-1 - (QLinkedList::iterator begin, QLinkedList::iterator end) - - - Iterator - qlinkedlist.html - Iterator-typedef - - - - ConstIterator - qlinkedlist.html - ConstIterator-typedef - - - - int - count - qlinkedlist.html - count-1 - () const const - - - T & - first - qlinkedlist.html - first - () - - - const T & - first - qlinkedlist.html - first-1 - () const const - - - T & - last - qlinkedlist.html - last - () - - - const T & - last - qlinkedlist.html - last-1 - () const const - - - void - removeFirst - qlinkedlist.html - removeFirst - () - - - void - removeLast - qlinkedlist.html - removeLast - () - - - bool - startsWith - qlinkedlist.html - startsWith - (const T &value) const const - - - bool - endsWith - qlinkedlist.html - endsWith - (const T &value) const const - - - void - push_back - qlinkedlist.html - push_back - (const T &value) - - - void - push_front - qlinkedlist.html - push_front - (const T &value) - - - T & - front - qlinkedlist.html - front - () - - - const T & - front - qlinkedlist.html - front-1 - () const const - - - T & - back - qlinkedlist.html - back - () - - - const T & - back - qlinkedlist.html - back-1 - () const const - - - void - pop_front - qlinkedlist.html - pop_front - () - - - void - pop_back - qlinkedlist.html - pop_back - () - - - bool - empty - qlinkedlist.html - empty - () const const - - - size_type - qlinkedlist.html - size_type-typedef - - - - value_type - qlinkedlist.html - value_type-typedef - - - - pointer - qlinkedlist.html - pointer-typedef - - - - const_pointer - qlinkedlist.html - const_pointer-typedef - - - - reference - qlinkedlist.html - reference-typedef - - - - const_reference - qlinkedlist.html - const_reference-typedef - - - - difference_type - qlinkedlist.html - difference_type-typedef - - - - QLinkedList<T> - fromStdList - qlinkedlist.html - fromStdList - (const std::list<T> &list) - - - std::list<T> - toStdList - qlinkedlist.html - toStdList - () const const - - - QLinkedList<T> & - operator+= - qlinkedlist.html - operator-2b-eq - (const QLinkedList<T> &other) - - - QLinkedList<T> - operator+ - qlinkedlist.html - operator-2b - (const QLinkedList<T> &other) const const - - - QLinkedList<T> & - operator+= - qlinkedlist.html - operator-2b-eq-1 - (const T &value) - - - QLinkedList<T> & - operator<< - qlinkedlist.html - operator-lt-lt-1 - (const T &value) - - - QLinkedList<T> & - operator<< - qlinkedlist.html - operator-lt-lt - (const QLinkedList<T> &other) - - - - QLinkedList::iterator - qlinkedlist-iterator.html - - - iterator - qlinkedlist-iterator.html - iterator - () - - - - iterator - qlinkedlist-iterator.html - iterator-2 - (const iterator &other) - - - iterator & - operator= - qlinkedlist-iterator.html - operator-eq - (const iterator &other) - - - - iterator - qlinkedlist-iterator.html - iterator-3 - (iterator &&other) - - - iterator & - operator= - qlinkedlist-iterator.html - operator-eq-1 - (iterator &&other) - - - T & - operator* - qlinkedlist-iterator.html - operator-2a - () const const - - - T * - operator-> - qlinkedlist-iterator.html - operator--gt - () const const - - - bool - operator== - qlinkedlist-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qlinkedlist-iterator.html - operator-not-eq - (const iterator &other) const const - - - bool - operator== - qlinkedlist-iterator.html - operator-eq-eq-1 - (const const_iterator &other) const const - - - bool - operator!= - qlinkedlist-iterator.html - operator-not-eq-1 - (const const_iterator &other) const const - - - iterator & - operator++ - qlinkedlist-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qlinkedlist-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qlinkedlist-iterator.html - operator-- - () - - - iterator - operator-- - qlinkedlist-iterator.html - operator---1 - (int ) - - - iterator - operator+ - qlinkedlist-iterator.html - operator-2b - (int j) const const - - - iterator - operator- - qlinkedlist-iterator.html - operator- - (int j) const const - - - iterator & - operator+= - qlinkedlist-iterator.html - operator-2b-eq - (int j) - - - iterator & - operator-= - qlinkedlist-iterator.html - operator--eq - (int j) - - - - QLinkedList::const_iterator - qlinkedlist-const-iterator.html - - - const_iterator - qlinkedlist-const-iterator.html - const_iterator - () - - - - const_iterator - qlinkedlist-const-iterator.html - const_iterator-2 - (iterator other) - - - - const_iterator - qlinkedlist-const-iterator.html - const_iterator-3 - (const const_iterator &other) - - - const_iterator & - operator= - qlinkedlist-const-iterator.html - operator-eq - (const const_iterator &other) - - - - const_iterator - qlinkedlist-const-iterator.html - const_iterator-4 - (const_iterator &&other) - - - const_iterator & - operator= - qlinkedlist-const-iterator.html - operator-eq-1 - (const_iterator &&other) - - - const T & - operator* - qlinkedlist-const-iterator.html - operator-2a - () const const - - - const T * - operator-> - qlinkedlist-const-iterator.html - operator--gt - () const const - - - bool - operator== - qlinkedlist-const-iterator.html - operator-eq-eq - (const const_iterator &other) const const - - - bool - operator!= - qlinkedlist-const-iterator.html - operator-not-eq - (const const_iterator &other) const const - - - const_iterator & - operator++ - qlinkedlist-const-iterator.html - operator-2b-2b - () - - - const_iterator - operator++ - qlinkedlist-const-iterator.html - operator-2b-2b-1 - (int ) - - - const_iterator & - operator-- - qlinkedlist-const-iterator.html - operator-- - () - - - const_iterator - operator-- - qlinkedlist-const-iterator.html - operator---1 - (int ) - - - const_iterator - operator+ - qlinkedlist-const-iterator.html - operator-2b - (int j) const const - - - const_iterator - operator- - qlinkedlist-const-iterator.html - operator- - (int j) const const - - - const_iterator & - operator+= - qlinkedlist-const-iterator.html - operator-2b-eq - (int j) - - - const_iterator & - operator-= - qlinkedlist-const-iterator.html - operator--eq - (int j) - - - - QLinkedListIterator - qlinkedlistiterator.html - - - QLinkedListIterator - qlinkedlistiterator.html - QLinkedListIterator - (const QLinkedList<T> &list) - - - QLinkedListIterator<T> & - operator= - qlinkedlistiterator.html - operator-eq - (const QLinkedList<T> &container) - - - void - toFront - qlinkedlistiterator.html - toFront - () - - - void - toBack - qlinkedlistiterator.html - toBack - () - - - bool - hasNext - qlinkedlistiterator.html - hasNext - () const const - - - const T & - next - qlinkedlistiterator.html - next - () - - - const T & - peekNext - qlinkedlistiterator.html - peekNext - () const const - - - bool - hasPrevious - qlinkedlistiterator.html - hasPrevious - () const const - - - const T & - previous - qlinkedlistiterator.html - previous - () - - - const T & - peekPrevious - qlinkedlistiterator.html - peekPrevious - () const const - - - bool - findNext - qlinkedlistiterator.html - findNext - (const T &value) - - - bool - findPrevious - qlinkedlistiterator.html - findPrevious - (const T &value) - - - - QMutableLinkedListIterator - qmutablelinkedlistiterator.html - - - QMutableLinkedListIterator - qmutablelinkedlistiterator.html - QMutableLinkedListIterator - (QLinkedList<T> &list) - - - QMutableLinkedListIterator<T> & - operator= - qmutablelinkedlistiterator.html - operator-eq - (QLinkedList<T> &container) - - - void - toFront - qmutablelinkedlistiterator.html - toFront - () - - - void - toBack - qmutablelinkedlistiterator.html - toBack - () - - - bool - hasNext - qmutablelinkedlistiterator.html - hasNext - () const const - - - T & - next - qmutablelinkedlistiterator.html - next - () - - - T & - peekNext - qmutablelinkedlistiterator.html - peekNext - () const const - - - bool - hasPrevious - qmutablelinkedlistiterator.html - hasPrevious - () const const - - - T & - previous - qmutablelinkedlistiterator.html - previous - () - - - T & - peekPrevious - qmutablelinkedlistiterator.html - peekPrevious - () const const - - - void - remove - qmutablelinkedlistiterator.html - remove - () - - - void - setValue - qmutablelinkedlistiterator.html - setValue - (const T &value) const const - - - T & - value - qmutablelinkedlistiterator.html - value-1 - () - - - const T & - value - qmutablelinkedlistiterator.html - value - () const const - - - void - insert - qmutablelinkedlistiterator.html - insert - (const T &value) - - - bool - findNext - qmutablelinkedlistiterator.html - findNext - (const T &value) - - - bool - findPrevious - qmutablelinkedlistiterator.html - findPrevious - (const T &value) - - - - QLockFile - qlockfile.html - - - QLockFile - qlockfile.html - QLockFile - (const QString &fileName) - - - - ~QLockFile - qlockfile.html - dtor.QLockFile - () - - - bool - lock - qlockfile.html - lock - () - - - bool - tryLock - qlockfile.html - tryLock - (int timeout) - - - void - unlock - qlockfile.html - unlock - () - - - void - setStaleLockTime - qlockfile.html - setStaleLockTime - (int staleLockTime) - - - int - staleLockTime - qlockfile.html - staleLockTime - () const const - - - bool - isLocked - qlockfile.html - isLocked - () const const - - - bool - getLockInfo - qlockfile.html - getLockInfo - (qint64 *pid, QString *hostname, QString *appname) const const - - - bool - removeStaleLockFile - qlockfile.html - removeStaleLockFile - () - - - LockError - qlockfile.html - LockError-enum - - - NoError - qlockfile.html - LockError-enum - - - LockFailedError - qlockfile.html - LockError-enum - - - PermissionError - qlockfile.html - LockError-enum - - - UnknownError - qlockfile.html - LockError-enum - - - QLockFile::LockError - error - qlockfile.html - error - () const const - - - - QLoggingCategory - qloggingcategory.html - - - QLoggingCategory - qloggingcategory.html - QLoggingCategory - (const char *category) - - - - QLoggingCategory - qloggingcategory.html - QLoggingCategory-2 - (const char *category, QtMsgType enableForLevel) - - - - ~QLoggingCategory - qloggingcategory.html - dtor.QLoggingCategory - () - - - bool - isEnabled - qloggingcategory.html - isEnabled - (QtMsgType msgtype) const const - - - void - setEnabled - qloggingcategory.html - setEnabled - (QtMsgType type, bool enable) - - - bool - isDebugEnabled - qloggingcategory.html - isDebugEnabled - () const const - - - bool - isInfoEnabled - qloggingcategory.html - isInfoEnabled - () const const - - - bool - isWarningEnabled - qloggingcategory.html - isWarningEnabled - () const const - - - bool - isCriticalEnabled - qloggingcategory.html - isCriticalEnabled - () const const - - - const char * - categoryName - qloggingcategory.html - categoryName - () const const - - - QLoggingCategory & - operator() - qloggingcategory.html - operator-28-29 - ()() - - - const QLoggingCategory & - operator() - qloggingcategory.html - operator-28-29-1 - ()() const const - - - QLoggingCategory * - defaultCategory - qloggingcategory.html - defaultCategory - () - - - CategoryFilter - qloggingcategory.html - CategoryFilter-typedef - - - - QLoggingCategory::CategoryFilter - installFilter - qloggingcategory.html - installFilter - (QLoggingCategory::CategoryFilter filter) - - - void - setFilterRules - qloggingcategory.html - setFilterRules - (const QString &rules) - - - - QMargins - qmargins.html - - - QMargins - qmargins.html - QMargins - () - - - - QMargins - qmargins.html - QMargins-1 - (int left, int top, int right, int bottom) - - - bool - isNull - qmargins.html - isNull - () const const - - - int - left - qmargins.html - left - () const const - - - int - top - qmargins.html - top - () const const - - - int - right - qmargins.html - right - () const const - - - int - bottom - qmargins.html - bottom - () const const - - - void - setLeft - qmargins.html - setLeft - (int left) - - - void - setTop - qmargins.html - setTop - (int Top) - - - void - setRight - qmargins.html - setRight - (int right) - - - void - setBottom - qmargins.html - setBottom - (int bottom) - - - QMargins & - operator+= - qmargins.html - operator-2b-eq - (const QMargins &margins) - - - QMargins & - operator-= - qmargins.html - operator--eq - (const QMargins &margins) - - - QMargins & - operator+= - qmargins.html - operator-2b-eq-1 - (int addend) - - - QMargins & - operator-= - qmargins.html - operator--eq-1 - (int subtrahend) - - - QMargins & - operator*= - qmargins.html - operator-2a-eq - (int factor) - - - QMargins & - operator/= - qmargins.html - operator-2f-eq - (int divisor) - - - QMargins & - operator*= - qmargins.html - operator-2a-eq-1 - (qreal factor) - - - QMargins & - operator/= - qmargins.html - operator-2f-eq-1 - (qreal divisor) - - - - QMarginsF - qmarginsf.html - - - QMarginsF - qmarginsf.html - QMarginsF - () - - - - QMarginsF - qmarginsf.html - QMarginsF-1 - (qreal left, qreal top, qreal right, qreal bottom) - - - - QMarginsF - qmarginsf.html - QMarginsF-2 - (const QMargins &margins) - - - bool - isNull - qmarginsf.html - isNull - () const const - - - qreal - left - qmarginsf.html - left - () const const - - - qreal - top - qmarginsf.html - top - () const const - - - qreal - right - qmarginsf.html - right - () const const - - - qreal - bottom - qmarginsf.html - bottom - () const const - - - void - setLeft - qmarginsf.html - setLeft - (qreal left) - - - void - setTop - qmarginsf.html - setTop - (qreal Top) - - - void - setRight - qmarginsf.html - setRight - (qreal right) - - - void - setBottom - qmarginsf.html - setBottom - (qreal bottom) - - - QMarginsF & - operator+= - qmarginsf.html - operator-2b-eq - (const QMarginsF &margins) - - - QMarginsF & - operator-= - qmarginsf.html - operator--eq - (const QMarginsF &margins) - - - QMarginsF & - operator+= - qmarginsf.html - operator-2b-eq-1 - (qreal addend) - - - QMarginsF & - operator-= - qmarginsf.html - operator--eq-1 - (qreal subtrahend) - - - QMarginsF & - operator*= - qmarginsf.html - operator-2a-eq - (qreal factor) - - - QMarginsF & - operator/= - qmarginsf.html - operator-2f-eq - (qreal divisor) - - - QMargins - toMargins - qmarginsf.html - toMargins - () const const - - - - QMessageAuthenticationCode - qmessageauthenticationcode.html - - - QMessageAuthenticationCode - qmessageauthenticationcode.html - QMessageAuthenticationCode - (QCryptographicHash::Algorithm method, const QByteArray &key) - - - - ~QMessageAuthenticationCode - qmessageauthenticationcode.html - dtor.QMessageAuthenticationCode - () - - - void - reset - qmessageauthenticationcode.html - reset - () - - - void - setKey - qmessageauthenticationcode.html - setKey - (const QByteArray &key) - - - void - addData - qmessageauthenticationcode.html - addData - (const char *data, int length) - - - void - addData - qmessageauthenticationcode.html - addData-1 - (const QByteArray &data) - - - bool - addData - qmessageauthenticationcode.html - addData-2 - (QIODevice *device) - - - QByteArray - result - qmessageauthenticationcode.html - result - () const const - - - QByteArray - hash - qmessageauthenticationcode.html - hash - (const QByteArray &message, const QByteArray &key, QCryptographicHash::Algorithm method) - - - - QMetaMethod - qmetamethod.html - - QByteArray - methodSignature - qmetamethod.html - methodSignature - () const const - - - QByteArray - name - qmetamethod.html - name - () const const - - - const char * - typeName - qmetamethod.html - typeName - () const const - - - int - returnType - qmetamethod.html - returnType - () const const - - - int - parameterCount - qmetamethod.html - parameterCount - () const const - - - int - parameterType - qmetamethod.html - parameterType - (int index) const const - - - QList<QByteArray> - parameterTypes - qmetamethod.html - parameterTypes - () const const - - - QList<QByteArray> - parameterNames - qmetamethod.html - parameterNames - () const const - - - const char * - tag - qmetamethod.html - tag - () const const - - - Access - qmetamethod.html - Access-enum - - - Private - qmetamethod.html - Access-enum - - - Protected - qmetamethod.html - Access-enum - - - Public - qmetamethod.html - Access-enum - - - QMetaMethod::Access - access - qmetamethod.html - access - () const const - - - MethodType - qmetamethod.html - MethodType-enum - - - Method - qmetamethod.html - MethodType-enum - - - Signal - qmetamethod.html - MethodType-enum - - - Slot - qmetamethod.html - MethodType-enum - - - Constructor - qmetamethod.html - MethodType-enum - - - QMetaMethod::MethodType - methodType - qmetamethod.html - methodType - () const const - - - int - methodIndex - qmetamethod.html - methodIndex - () const const - - - int - revision - qmetamethod.html - revision - () const const - - - bool - invoke - qmetamethod.html - invoke - (QObject *object, Qt::ConnectionType connectionType, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - invoke - qmetamethod.html - invoke-1 - (QObject *object, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - invoke - qmetamethod.html - invoke-2 - (QObject *object, Qt::ConnectionType connectionType, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - invoke - qmetamethod.html - invoke-3 - (QObject *object, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - invokeOnGadget - qmetamethod.html - invokeOnGadget - (void *gadget, QGenericReturnArgument returnValue, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - invokeOnGadget - qmetamethod.html - invokeOnGadget-1 - (void *gadget, QGenericArgument val0, QGenericArgument val1, QGenericArgument val2, QGenericArgument val3, QGenericArgument val4, QGenericArgument val5, QGenericArgument val6, QGenericArgument val7, QGenericArgument val8, QGenericArgument val9) const const - - - bool - isValid - qmetamethod.html - isValid - () const const - - - QMetaMethod - fromSignal - qmetamethod.html - fromSignal - (PointerToMemberFunction signal) - - - - QMetaEnum - qmetaenum.html - - const char * - name - qmetaenum.html - name - () const const - - - const char * - enumName - qmetaenum.html - enumName - () const const - - - bool - isFlag - qmetaenum.html - isFlag - () const const - - - bool - isScoped - qmetaenum.html - isScoped - () const const - - - int - keyCount - qmetaenum.html - keyCount - () const const - - - const char * - key - qmetaenum.html - key - (int index) const const - - - int - value - qmetaenum.html - value - (int index) const const - - - const char * - scope - qmetaenum.html - scope - () const const - - - int - keyToValue - qmetaenum.html - keyToValue - (const char *key, bool *ok) const const - - - const char * - valueToKey - qmetaenum.html - valueToKey - (int value) const const - - - int - keysToValue - qmetaenum.html - keysToValue - (const char *keys, bool *ok) const const - - - QByteArray - valueToKeys - qmetaenum.html - valueToKeys - (int value) const const - - - bool - isValid - qmetaenum.html - isValid - () const const - - - QMetaEnum - fromType - qmetaenum.html - fromType - () - - - - QMetaProperty - qmetaproperty.html - - const char * - name - qmetaproperty.html - name - () const const - - - const char * - typeName - qmetaproperty.html - typeName - () const const - - - QVariant::Type - type - qmetaproperty.html - type - () const const - - - int - userType - qmetaproperty.html - userType - () const const - - - int - propertyIndex - qmetaproperty.html - propertyIndex - () const const - - - bool - isReadable - qmetaproperty.html - isReadable - () const const - - - bool - isWritable - qmetaproperty.html - isWritable - () const const - - - bool - isResettable - qmetaproperty.html - isResettable - () const const - - - bool - isDesignable - qmetaproperty.html - isDesignable - (const QObject *object) const const - - - bool - isScriptable - qmetaproperty.html - isScriptable - (const QObject *object) const const - - - bool - isStored - qmetaproperty.html - isStored - (const QObject *object) const const - - - bool - isEditable - qmetaproperty-obsolete.html - isEditable - (const QObject *object) const const - - - bool - isUser - qmetaproperty.html - isUser - (const QObject *object) const const - - - bool - isConstant - qmetaproperty.html - isConstant - () const const - - - bool - isFinal - qmetaproperty.html - isFinal - () const const - - - bool - isFlagType - qmetaproperty.html - isFlagType - () const const - - - bool - isEnumType - qmetaproperty.html - isEnumType - () const const - - - QMetaEnum - enumerator - qmetaproperty.html - enumerator - () const const - - - bool - hasNotifySignal - qmetaproperty.html - hasNotifySignal - () const const - - - QMetaMethod - notifySignal - qmetaproperty.html - notifySignal - () const const - - - int - notifySignalIndex - qmetaproperty.html - notifySignalIndex - () const const - - - int - revision - qmetaproperty.html - revision - () const const - - - QVariant - read - qmetaproperty.html - read - (const QObject *object) const const - - - bool - write - qmetaproperty.html - write - (QObject *object, const QVariant &value) const const - - - bool - reset - qmetaproperty.html - reset - (QObject *object) const const - - - QVariant - readOnGadget - qmetaproperty.html - readOnGadget - (const void *gadget) const const - - - bool - writeOnGadget - qmetaproperty.html - writeOnGadget - (void *gadget, const QVariant &value) const const - - - bool - resetOnGadget - qmetaproperty.html - resetOnGadget - (void *gadget) const const - - - bool - isValid - qmetaproperty.html - isValid - () const const - - - - QMetaClassInfo - qmetaclassinfo.html - - const char * - name - qmetaclassinfo.html - name - () const const - - - const char * - value - qmetaclassinfo.html - value - () const const - - - - QMimeData - qmimedata.html - QObject - - virtual const QMetaObject * - metaObject - qmimedata.html - metaObject - () const const - - - virtual void * - qt_metacast - qmimedata.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmimedata.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmimedata.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmimedata.html - trUtf8 - (const char *s, const char *c, int n) - - - - QMimeData - qmimedata.html - QMimeData - () - - - virtual - ~QMimeData - qmimedata.html - dtor.QMimeData - () - - - QList<QUrl> - urls - qmimedata.html - urls - () const const - - - void - setUrls - qmimedata.html - setUrls - (const QList<QUrl> &urls) - - - bool - hasUrls - qmimedata.html - hasUrls - () const const - - - QString - text - qmimedata.html - text - () const const - - - void - setText - qmimedata.html - setText - (const QString &text) - - - bool - hasText - qmimedata.html - hasText - () const const - - - QString - html - qmimedata.html - html - () const const - - - void - setHtml - qmimedata.html - setHtml - (const QString &html) - - - bool - hasHtml - qmimedata.html - hasHtml - () const const - - - QVariant - imageData - qmimedata.html - imageData - () const const - - - void - setImageData - qmimedata.html - setImageData - (const QVariant &image) - - - bool - hasImage - qmimedata.html - hasImage - () const const - - - QVariant - colorData - qmimedata.html - colorData - () const const - - - void - setColorData - qmimedata.html - setColorData - (const QVariant &color) - - - bool - hasColor - qmimedata.html - hasColor - () const const - - - QByteArray - data - qmimedata.html - data - (const QString &mimeType) const const - - - void - setData - qmimedata.html - setData - (const QString &mimeType, const QByteArray &data) - - - void - removeFormat - qmimedata.html - removeFormat - (const QString &mimeType) - - - virtual bool - hasFormat - qmimedata.html - hasFormat - (const QString &mimeType) const const - - - virtual QStringList - formats - qmimedata.html - formats - () const const - - - void - clear - qmimedata.html - clear - () - - - virtual QVariant - retrieveData - qmimedata.html - retrieveData - (const QString &mimeType, QVariant::Type type) const const - - - - QMimeType - qmimetype.html - - void - qt_check_for_QGADGET_macro - qmimetype.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qmimetype.html - QtGadgetHelper-typedef - - - - valid - qmimetype.html - valid-prop - - - - isDefault - qmimetype.html - isDefault-prop - - - - name - qmimetype.html - name-prop - - - - comment - qmimetype.html - comment-prop - - - - genericIconName - qmimetype.html - genericIconName-prop - - - - iconName - qmimetype.html - iconName-prop - - - - globPatterns - qmimetype.html - globPatterns-prop - - - - parentMimeTypes - qmimetype.html - parentMimeTypes-prop - - - - allAncestors - qmimetype.html - allAncestors-prop - - - - aliases - qmimetype.html - aliases-prop - - - - suffixes - qmimetype.html - suffixes-prop - - - - preferredSuffix - qmimetype.html - preferredSuffix-prop - - - - filterString - qmimetype.html - filterString-prop - - - - - QMimeType - qmimetype.html - QMimeType - () - - - - QMimeType - qmimetype.html - QMimeType-1 - (const QMimeType &other) - - - QMimeType & - operator= - qmimetype.html - operator-eq - (const QMimeType &other) - - - QMimeType & - operator= - qmimetype.html - operator-eq-1 - (QMimeType &&other) - - - void - swap - qmimetype.html - swap - (QMimeType &other) - - - - ~QMimeType - qmimetype.html - dtor.QMimeType - () - - - bool - operator== - qmimetype.html - operator-eq-eq - (const QMimeType &other) const const - - - bool - operator!= - qmimetype.html - operator-not-eq - (const QMimeType &other) const const - - - bool - isValid - qmimetype.html - valid-prop - () const const - - - bool - isDefault - qmimetype.html - isDefault-prop - () const const - - - QString - name - qmimetype.html - name-prop - () const const - - - QString - comment - qmimetype.html - comment-prop - () const const - - - QString - genericIconName - qmimetype.html - genericIconName-prop - () const const - - - QString - iconName - qmimetype.html - iconName-prop - () const const - - - QStringList - globPatterns - qmimetype.html - globPatterns-prop - () const const - - - QStringList - parentMimeTypes - qmimetype.html - parentMimeTypes-prop - () const const - - - QStringList - allAncestors - qmimetype.html - allAncestors-prop - () const const - - - QStringList - aliases - qmimetype.html - aliases-prop - () const const - - - QStringList - suffixes - qmimetype.html - suffixes-prop - () const const - - - QString - preferredSuffix - qmimetype.html - preferredSuffix-prop - () const const - - - bool - inherits - qmimetype.html - inherits - (const QString &mimeTypeName) const const - - - QString - filterString - qmimetype.html - filterString-prop - () const const - - - - QMimeDatabase - qmimedatabase.html - - - QMimeDatabase - qmimedatabase.html - QMimeDatabase - () - - - - ~QMimeDatabase - qmimedatabase.html - dtor.QMimeDatabase - () - - - QMimeType - mimeTypeForName - qmimedatabase.html - mimeTypeForName - (const QString &nameOrAlias) const const - - - MatchMode - qmimedatabase.html - MatchMode-enum - - - MatchDefault - qmimedatabase.html - MatchMode-enum - - - MatchExtension - qmimedatabase.html - MatchMode-enum - - - MatchContent - qmimedatabase.html - MatchMode-enum - - - QMimeType - mimeTypeForFile - qmimedatabase.html - mimeTypeForFile-1 - (const QString &fileName, QMimeDatabase::MatchMode mode) const const - - - QMimeType - mimeTypeForFile - qmimedatabase.html - mimeTypeForFile - (const QFileInfo &fileInfo, QMimeDatabase::MatchMode mode) const const - - - QList<QMimeType> - mimeTypesForFileName - qmimedatabase.html - mimeTypesForFileName - (const QString &fileName) const const - - - QMimeType - mimeTypeForData - qmimedatabase.html - mimeTypeForData - (const QByteArray &data) const const - - - QMimeType - mimeTypeForData - qmimedatabase.html - mimeTypeForData-1 - (QIODevice *device) const const - - - QMimeType - mimeTypeForUrl - qmimedatabase.html - mimeTypeForUrl - (const QUrl &url) const const - - - QMimeType - mimeTypeForFileNameAndData - qmimedatabase.html - mimeTypeForFileNameAndData - (const QString &fileName, QIODevice *device) const const - - - QMimeType - mimeTypeForFileNameAndData - qmimedatabase.html - mimeTypeForFileNameAndData-1 - (const QString &fileName, const QByteArray &data) const const - - - QString - suffixForFileName - qmimedatabase.html - suffixForFileName - (const QString &fileName) const const - - - QList<QMimeType> - allMimeTypes - qmimedatabase.html - allMimeTypes - () const const - - - - QObjectCleanupHandler - qobjectcleanuphandler.html - QObject - - virtual const QMetaObject * - metaObject - qobjectcleanuphandler.html - metaObject - () const const - - - virtual void * - qt_metacast - qobjectcleanuphandler.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qobjectcleanuphandler.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qobjectcleanuphandler.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qobjectcleanuphandler.html - trUtf8 - (const char *s, const char *c, int n) - - - - QObjectCleanupHandler - qobjectcleanuphandler.html - QObjectCleanupHandler - () - - - virtual - ~QObjectCleanupHandler - qobjectcleanuphandler.html - dtor.QObjectCleanupHandler - () - - - QObject * - add - qobjectcleanuphandler.html - add - (QObject *object) - - - void - remove - qobjectcleanuphandler.html - remove - (QObject *object) - - - bool - isEmpty - qobjectcleanuphandler.html - isEmpty - () const const - - - void - clear - qobjectcleanuphandler.html - clear - () - - - - QOperatingSystemVersion - qoperatingsystemversion.html - - OSType - qoperatingsystemversion.html - OSType-enum - - - Unknown - qoperatingsystemversion.html - OSType-enum - - - Windows - qoperatingsystemversion.html - OSType-enum - - - MacOS - qoperatingsystemversion.html - OSType-enum - - - IOS - qoperatingsystemversion.html - OSType-enum - - - TvOS - qoperatingsystemversion.html - OSType-enum - - - WatchOS - qoperatingsystemversion.html - OSType-enum - - - Android - qoperatingsystemversion.html - OSType-enum - - - - QOperatingSystemVersion - qoperatingsystemversion.html - QOperatingSystemVersion - (QOperatingSystemVersion::OSType osType, int vmajor, int vminor, int vmicro) - - - QOperatingSystemVersion - current - qoperatingsystemversion.html - current - () - - - QOperatingSystemVersion::OSType - currentType - qoperatingsystemversion.html - currentType - () - - - int - majorVersion - qoperatingsystemversion.html - majorVersion - () const const - - - int - minorVersion - qoperatingsystemversion.html - minorVersion - () const const - - - int - microVersion - qoperatingsystemversion.html - microVersion - () const const - - - int - segmentCount - qoperatingsystemversion.html - segmentCount - () const const - - - bool - isAnyOfType - qoperatingsystemversion.html - isAnyOfType - (std::initializer_list<OSType> types) const const - - - QOperatingSystemVersion::OSType - type - qoperatingsystemversion.html - type - () const const - - - QString - name - qoperatingsystemversion.html - name - () const const - - - - QParallelAnimationGroup - qparallelanimationgroup.html - QAnimationGroup - - virtual const QMetaObject * - metaObject - qparallelanimationgroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qparallelanimationgroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qparallelanimationgroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qparallelanimationgroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qparallelanimationgroup.html - trUtf8 - (const char *s, const char *c, int n) - - - - QParallelAnimationGroup - qparallelanimationgroup.html - QParallelAnimationGroup - (QObject *parent) - - - virtual - ~QParallelAnimationGroup - qparallelanimationgroup.html - dtor.QParallelAnimationGroup - () - - - virtual int - duration - qparallelanimationgroup.html - duration - () const const override - - - virtual bool - event - qparallelanimationgroup.html - event - (QEvent *event) override - - - virtual void - updateCurrentTime - qparallelanimationgroup.html - updateCurrentTime - (int currentTime) override - - - virtual void - updateState - qparallelanimationgroup.html - updateState - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override - - - virtual void - updateDirection - qparallelanimationgroup.html - updateDirection - (QAbstractAnimation::Direction direction) override - - - - QPauseAnimation - qpauseanimation.html - QAbstractAnimation - - virtual const QMetaObject * - metaObject - qpauseanimation.html - metaObject - () const const - - - virtual void * - qt_metacast - qpauseanimation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpauseanimation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpauseanimation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpauseanimation.html - trUtf8 - (const char *s, const char *c, int n) - - - duration - qpauseanimation.html - duration-prop - - - - - QPauseAnimation - qpauseanimation.html - QPauseAnimation - (QObject *parent) - - - - QPauseAnimation - qpauseanimation.html - QPauseAnimation-1 - (int msecs, QObject *parent) - - - virtual - ~QPauseAnimation - qpauseanimation.html - dtor.QPauseAnimation - () - - - virtual int - duration - qpauseanimation.html - duration-prop - () const const override - - - void - setDuration - qpauseanimation.html - duration-prop - (int msecs) - - - virtual bool - event - qpauseanimation.html - event - (QEvent *e) override - - - virtual void - updateCurrentTime - qpauseanimation.html - updateCurrentTime - (int ) override - - - - QPointer - qpointer.html - - - QPointer - qpointer.html - QPointer - () - - - - QPointer - qpointer.html - QPointer-1 - (T *p) - - - - ~QPointer - qpointer.html - dtor.QPointer - () - - - void - swap - qpointer.html - swap - (QPointer<T> &other) - - - QPointer<T> & - operator= - qpointer.html - operator-eq - (T *p) - - - T * - data - qpointer.html - data - () const const - - - T * - operator-> - qpointer.html - operator--gt - () const const - - - T & - operator* - qpointer.html - operator-2a - () const const - - - T * - operator T * - qpointer.html - operator-T--2a - () const const - - - bool - isNull - qpointer.html - isNull - () const const - - - void - clear - qpointer.html - clear - () - - - - QStaticPlugin - qstaticplugin.html - - QObject * - instance - qstaticplugin.html - instance - () - - - const char * - rawMetaData - qstaticplugin.html - rawMetaData - () - - - QJsonObject - metaData - qstaticplugin.html - metaData - () const const - - - - QPluginLoader - qpluginloader.html - QObject - - virtual const QMetaObject * - metaObject - qpluginloader.html - metaObject - () const const - - - virtual void * - qt_metacast - qpluginloader.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpluginloader.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpluginloader.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpluginloader.html - trUtf8 - (const char *s, const char *c, int n) - - - fileName - qpluginloader.html - fileName-prop - - - - loadHints - qpluginloader.html - loadHints-prop - - - - - QPluginLoader - qpluginloader.html - QPluginLoader - (QObject *parent) - - - - QPluginLoader - qpluginloader.html - QPluginLoader-1 - (const QString &fileName, QObject *parent) - - - virtual - ~QPluginLoader - qpluginloader.html - dtor.QPluginLoader - () - - - QObject * - instance - qpluginloader.html - instance - () - - - QJsonObject - metaData - qpluginloader.html - metaData - () const const - - - QObjectList - staticInstances - qpluginloader.html - staticInstances - () - - - QVector<QStaticPlugin> - staticPlugins - qpluginloader.html - staticPlugins - () - - - bool - load - qpluginloader.html - load - () - - - bool - unload - qpluginloader.html - unload - () - - - bool - isLoaded - qpluginloader.html - isLoaded - () const const - - - void - setFileName - qpluginloader.html - fileName-prop - (const QString &fileName) - - - QString - fileName - qpluginloader.html - fileName-prop - () const const - - - QString - errorString - qpluginloader.html - errorString - () const const - - - void - setLoadHints - qpluginloader.html - loadHints-prop - (QLibrary::LoadHints loadHints) - - - QLibrary::LoadHints - loadHints - qpluginloader.html - loadHints-prop - () const const - - - - QProcessEnvironment - qprocessenvironment.html - - - QProcessEnvironment - qprocessenvironment.html - QProcessEnvironment - () - - - - QProcessEnvironment - qprocessenvironment.html - QProcessEnvironment-1 - (const QProcessEnvironment &other) - - - - ~QProcessEnvironment - qprocessenvironment.html - dtor.QProcessEnvironment - () - - - QProcessEnvironment & - operator= - qprocessenvironment.html - operator-eq - (QProcessEnvironment &&other) - - - QProcessEnvironment & - operator= - qprocessenvironment.html - operator-eq-1 - (const QProcessEnvironment &other) - - - void - swap - qprocessenvironment.html - swap - (QProcessEnvironment &other) - - - bool - operator== - qprocessenvironment.html - operator-eq-eq - (const QProcessEnvironment &other) const const - - - bool - operator!= - qprocessenvironment.html - operator-not-eq - (const QProcessEnvironment &other) const const - - - bool - isEmpty - qprocessenvironment.html - isEmpty - () const const - - - void - clear - qprocessenvironment.html - clear - () - - - bool - contains - qprocessenvironment.html - contains - (const QString &name) const const - - - void - insert - qprocessenvironment.html - insert - (const QString &name, const QString &value) - - - void - remove - qprocessenvironment.html - remove - (const QString &name) - - - QString - value - qprocessenvironment.html - value - (const QString &name, const QString &defaultValue) const const - - - QStringList - toStringList - qprocessenvironment.html - toStringList - () const const - - - QStringList - keys - qprocessenvironment.html - keys - () const const - - - void - insert - qprocessenvironment.html - insert-1 - (const QProcessEnvironment &e) - - - QProcessEnvironment - systemEnvironment - qprocessenvironment.html - systemEnvironment - () - - - - QProcess - qprocess.html - QIODevice - - virtual const QMetaObject * - metaObject - qprocess.html - metaObject - () const const - - - virtual void * - qt_metacast - qprocess.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprocess.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprocess.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprocess.html - trUtf8 - (const char *s, const char *c, int n) - - - ProcessError - qprocess.html - ProcessError-enum - - - FailedToStart - qprocess.html - ProcessError-enum - - - Crashed - qprocess.html - ProcessError-enum - - - Timedout - qprocess.html - ProcessError-enum - - - ReadError - qprocess.html - ProcessError-enum - - - WriteError - qprocess.html - ProcessError-enum - - - UnknownError - qprocess.html - ProcessError-enum - - - ProcessState - qprocess.html - ProcessState-enum - - - NotRunning - qprocess.html - ProcessState-enum - - - Starting - qprocess.html - ProcessState-enum - - - Running - qprocess.html - ProcessState-enum - - - ProcessChannel - qprocess.html - ProcessChannel-enum - - - StandardOutput - qprocess.html - ProcessChannel-enum - - - StandardError - qprocess.html - ProcessChannel-enum - - - ProcessChannelMode - qprocess.html - ProcessChannelMode-enum - - - SeparateChannels - qprocess.html - ProcessChannelMode-enum - - - MergedChannels - qprocess.html - ProcessChannelMode-enum - - - ForwardedChannels - qprocess.html - ProcessChannelMode-enum - - - ForwardedOutputChannel - qprocess.html - ProcessChannelMode-enum - - - ForwardedErrorChannel - qprocess.html - ProcessChannelMode-enum - - - InputChannelMode - qprocess.html - InputChannelMode-enum - - - ManagedInputChannel - qprocess.html - InputChannelMode-enum - - - ForwardedInputChannel - qprocess.html - InputChannelMode-enum - - - ExitStatus - qprocess.html - ExitStatus-enum - - - NormalExit - qprocess.html - ExitStatus-enum - - - CrashExit - qprocess.html - ExitStatus-enum - - - - QProcess - qprocess.html - QProcess - (QObject *parent) - - - virtual - ~QProcess - qprocess.html - dtor.QProcess - () - - - void - start - qprocess.html - start - (const QString &program, const QStringList &arguments, QIODevice::OpenMode mode) - - - void - start - qprocess.html - start-1 - (const QString &command, QIODevice::OpenMode mode) - - - void - start - qprocess.html - start-2 - (QIODevice::OpenMode mode) - - - bool - startDetached - qprocess.html - startDetached - (qint64 *pid) - - - virtual bool - open - qprocess.html - open - (QIODevice::OpenMode mode) override - - - QString - program - qprocess.html - program - () const const - - - void - setProgram - qprocess.html - setProgram - (const QString &program) - - - QStringList - arguments - qprocess.html - arguments - () const const - - - void - setArguments - qprocess.html - setArguments - (const QStringList &arguments) - - - QProcess::ProcessChannelMode - readChannelMode - qprocess-obsolete.html - readChannelMode - () const const - - - void - setReadChannelMode - qprocess-obsolete.html - setReadChannelMode - (QProcess::ProcessChannelMode mode) - - - QProcess::ProcessChannelMode - processChannelMode - qprocess.html - processChannelMode - () const const - - - void - setProcessChannelMode - qprocess.html - setProcessChannelMode - (QProcess::ProcessChannelMode mode) - - - QProcess::InputChannelMode - inputChannelMode - qprocess.html - inputChannelMode - () const const - - - void - setInputChannelMode - qprocess.html - setInputChannelMode - (QProcess::InputChannelMode mode) - - - QProcess::ProcessChannel - readChannel - qprocess.html - readChannel - () const const - - - void - setReadChannel - qprocess.html - setReadChannel - (QProcess::ProcessChannel channel) - - - void - closeReadChannel - qprocess.html - closeReadChannel - (QProcess::ProcessChannel channel) - - - void - closeWriteChannel - qprocess.html - closeWriteChannel - () - - - void - setStandardInputFile - qprocess.html - setStandardInputFile - (const QString &fileName) - - - void - setStandardOutputFile - qprocess.html - setStandardOutputFile - (const QString &fileName, QIODevice::OpenMode mode) - - - void - setStandardErrorFile - qprocess.html - setStandardErrorFile - (const QString &fileName, QIODevice::OpenMode mode) - - - void - setStandardOutputProcess - qprocess.html - setStandardOutputProcess - (QProcess *destination) - - - QString - nativeArguments - qprocess.html - nativeArguments - () const const - - - void - setNativeArguments - qprocess.html - setNativeArguments - (const QString &arguments) - - QProcess::CreateProcessArguments - - CreateProcessArgumentModifier - qprocess.html - CreateProcessArgumentModifier-typedef - - - - QProcess::CreateProcessArgumentModifier - createProcessArgumentsModifier - qprocess.html - createProcessArgumentsModifier - () const const - - - void - setCreateProcessArgumentsModifier - qprocess.html - setCreateProcessArgumentsModifier - (QProcess::CreateProcessArgumentModifier modifier) - - - QString - workingDirectory - qprocess.html - workingDirectory - () const const - - - void - setWorkingDirectory - qprocess.html - setWorkingDirectory - (const QString &dir) - - - void - setEnvironment - qprocess-obsolete.html - setEnvironment - (const QStringList &environment) - - - QStringList - environment - qprocess-obsolete.html - environment - () const const - - - void - setProcessEnvironment - qprocess.html - setProcessEnvironment - (const QProcessEnvironment &environment) - - - QProcessEnvironment - processEnvironment - qprocess.html - processEnvironment - () const const - - - QProcess::ProcessError - error - qprocess.html - error - () const const - - - QProcess::ProcessState - state - qprocess.html - state - () const const - - - Q_PID - pid - qprocess-obsolete.html - pid - () const const - - - qint64 - processId - qprocess.html - processId - () const const - - - bool - waitForStarted - qprocess.html - waitForStarted - (int msecs) - - - virtual bool - waitForReadyRead - qprocess.html - waitForReadyRead - (int msecs) override - - - virtual bool - waitForBytesWritten - qprocess.html - waitForBytesWritten - (int msecs) override - - - bool - waitForFinished - qprocess.html - waitForFinished - (int msecs) - - - QByteArray - readAllStandardOutput - qprocess.html - readAllStandardOutput - () - - - QByteArray - readAllStandardError - qprocess.html - readAllStandardError - () - - - int - exitCode - qprocess.html - exitCode - () const const - - - QProcess::ExitStatus - exitStatus - qprocess.html - exitStatus - () const const - - - virtual qint64 - bytesAvailable - qprocess.html - bytesAvailable - () const const override - - - virtual qint64 - bytesToWrite - qprocess.html - bytesToWrite - () const const override - - - virtual bool - isSequential - qprocess.html - isSequential - () const const override - - - virtual bool - canReadLine - qprocess.html - canReadLine - () const const override - - - virtual void - close - qprocess.html - close - () override - - - virtual bool - atEnd - qprocess.html - atEnd - () const const override - - - int - execute - qprocess.html - execute - (const QString &program, const QStringList &arguments) - - - int - execute - qprocess.html - execute-1 - (const QString &command) - - - bool - startDetached - qprocess.html - startDetached-1 - (const QString &program, const QStringList &arguments, const QString &workingDirectory, qint64 *pid) - - - bool - startDetached - qprocess.html - startDetached-2 - (const QString &command) - - - QStringList - systemEnvironment - qprocess.html - systemEnvironment - () - - - QString - nullDevice - qprocess.html - nullDevice - () - - - void - terminate - qprocess.html - terminate - () - - - void - kill - qprocess.html - kill - () - - - void - started - qprocess.html - started - () - - - void - finished - qprocess-obsolete.html - finished-1 - (int exitCode) - - - void - finished - qprocess.html - finished - (int exitCode, QProcess::ExitStatus exitStatus) - - - void - error - qprocess-obsolete.html - error-1 - (QProcess::ProcessError error) - - - void - errorOccurred - qprocess.html - errorOccurred - (QProcess::ProcessError error) - - - void - stateChanged - qprocess.html - stateChanged - (QProcess::ProcessState newState) - - - void - readyReadStandardOutput - qprocess.html - readyReadStandardOutput - () - - - void - readyReadStandardError - qprocess.html - readyReadStandardError - () - - - void - setProcessState - qprocess.html - setProcessState - (QProcess::ProcessState state) - - - virtual void - setupChildProcess - qprocess.html - setupChildProcess - () - - - virtual qint64 - readData - qprocess.html - readData - (char *data, qint64 maxlen) override - - - virtual qint64 - writeData - qprocess.html - writeData - (const char *data, qint64 len) override - - - - QProcess::CreateProcessArguments - qprocess-createprocessarguments.html - - - QVariantAnimation - qvariantanimation.html - QAbstractAnimation - - virtual const QMetaObject * - metaObject - qvariantanimation.html - metaObject - () const const - - - virtual void * - qt_metacast - qvariantanimation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qvariantanimation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qvariantanimation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qvariantanimation.html - trUtf8 - (const char *s, const char *c, int n) - - - startValue - qvariantanimation.html - startValue-prop - - - - endValue - qvariantanimation.html - endValue-prop - - - - currentValue - qvariantanimation.html - currentValue-prop - - - - duration - qvariantanimation.html - duration-prop - - - - easingCurve - qvariantanimation.html - easingCurve-prop - - - - KeyValue - qvariantanimation.html - KeyValue-typedef - - - - KeyValues - qvariantanimation.html - KeyValues-typedef - - - - - QVariantAnimation - qvariantanimation.html - QVariantAnimation - (QObject *parent) - - - virtual - ~QVariantAnimation - qvariantanimation.html - dtor.QVariantAnimation - () - - - QVariant - startValue - qvariantanimation.html - startValue-prop - () const const - - - void - setStartValue - qvariantanimation.html - startValue-prop - (const QVariant &value) - - - QVariant - endValue - qvariantanimation.html - endValue-prop - () const const - - - void - setEndValue - qvariantanimation.html - endValue-prop - (const QVariant &value) - - - QVariant - keyValueAt - qvariantanimation.html - keyValueAt - (qreal step) const const - - - void - setKeyValueAt - qvariantanimation.html - setKeyValueAt - (qreal step, const QVariant &value) - - - QVariantAnimation::KeyValues - keyValues - qvariantanimation.html - keyValues - () const const - - - void - setKeyValues - qvariantanimation.html - setKeyValues - (const QVariantAnimation::KeyValues &keyValues) - - - QVariant - currentValue - qvariantanimation.html - currentValue-prop - () const const - - - virtual int - duration - qvariantanimation.html - duration-prop - () const const override - - - void - setDuration - qvariantanimation.html - duration-prop - (int msecs) - - - QEasingCurve - easingCurve - qvariantanimation.html - easingCurve-prop - () const const - - - void - setEasingCurve - qvariantanimation.html - easingCurve-prop - (const QEasingCurve &easing) - - - void - valueChanged - qvariantanimation.html - valueChanged - (const QVariant &value) - - - virtual bool - event - qvariantanimation.html - event - (QEvent *event) override - - - virtual void - updateCurrentTime - qvariantanimation.html - updateCurrentTime - (int ) override - - - virtual void - updateState - qvariantanimation.html - updateState - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override - - - virtual void - updateCurrentValue - qvariantanimation.html - updateCurrentValue - (const QVariant &value) - - - virtual QVariant - interpolated - qvariantanimation.html - interpolated - (const QVariant &from, const QVariant &to, qreal progress) const const - - - - QPropertyAnimation - qpropertyanimation.html - QVariantAnimation - - virtual const QMetaObject * - metaObject - qpropertyanimation.html - metaObject - () const const - - - virtual void * - qt_metacast - qpropertyanimation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpropertyanimation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpropertyanimation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpropertyanimation.html - trUtf8 - (const char *s, const char *c, int n) - - - propertyName - qpropertyanimation.html - propertyName-prop - - - - targetObject - qpropertyanimation.html - targetObject-prop - - - - - QPropertyAnimation - qpropertyanimation.html - QPropertyAnimation - (QObject *parent) - - - - QPropertyAnimation - qpropertyanimation.html - QPropertyAnimation-1 - (QObject *target, const QByteArray &propertyName, QObject *parent) - - - virtual - ~QPropertyAnimation - qpropertyanimation.html - dtor.QPropertyAnimation - () - - - QObject * - targetObject - qpropertyanimation.html - targetObject-prop - () const const - - - void - setTargetObject - qpropertyanimation.html - targetObject-prop - (QObject *target) - - - QByteArray - propertyName - qpropertyanimation.html - propertyName-prop - () const const - - - void - setPropertyName - qpropertyanimation.html - propertyName-prop - (const QByteArray &propertyName) - - - virtual bool - event - qpropertyanimation.html - event - (QEvent *event) override - - - virtual void - updateCurrentValue - qpropertyanimation.html - updateCurrentValue - (const QVariant &value) override - - - virtual void - updateState - qpropertyanimation.html - updateState - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override - - - - QQueue - qqueue.html - QList - - void - swap - qqueue.html - swap - (QQueue<T> &other) - - - void - enqueue - qqueue.html - enqueue - (const T &t) - - - T - dequeue - qqueue.html - dequeue - () - - - T & - head - qqueue.html - head - () - - - const T & - head - qqueue.html - head-1 - () const const - - - - QRandomGenerator - qrandomgenerator.html - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator - (quint32 seedValue) - - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator-1 - (const quint32 (&)[N] seedBuffer) - - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator-2 - (const quint32 *seedBuffer, qsizetype len) - - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator-3 - (std::seed_seq &sseq) - - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator-4 - (const quint32 *begin, const quint32 *end) - - - - QRandomGenerator - qrandomgenerator.html - QRandomGenerator-5 - (const QRandomGenerator &other) - - - QRandomGenerator & - operator= - qrandomgenerator.html - operator-eq - (const QRandomGenerator &other) - - - quint32 - generate - qrandomgenerator.html - generate - () - - - quint64 - generate64 - qrandomgenerator.html - generate64 - () - - - double - generateDouble - qrandomgenerator.html - generateDouble - () - - - double - bounded - qrandomgenerator.html - bounded - (double highest) - - - quint32 - bounded - qrandomgenerator.html - bounded-1 - (quint32 highest) - - - quint32 - bounded - qrandomgenerator.html - bounded-2 - (quint32 lowest, quint32 highest) - - - int - bounded - qrandomgenerator.html - bounded-3 - (int highest) - - - int - bounded - qrandomgenerator.html - bounded-4 - (int lowest, int highest) - - - void - fillRange - qrandomgenerator.html - fillRange - (UInt *buffer, qsizetype count) - - - void - fillRange - qrandomgenerator.html - fillRange-1 - (UInt (&)[N] buffer) - - - void - generate - qrandomgenerator.html - generate-1 - (ForwardIterator begin, ForwardIterator end) - - - result_type - qrandomgenerator.html - result_type-typedef - - - - QRandomGenerator::result_type - operator() - qrandomgenerator.html - operator-28-29 - ()() - - - void - seed - qrandomgenerator.html - seed - (quint32 seed) - - - void - seed - qrandomgenerator.html - seed-1 - (std::seed_seq &seed) - - - void - discard - qrandomgenerator.html - discard - (unsigned long long z) - - - QRandomGenerator::result_type - min - qrandomgenerator.html - min - () - - - QRandomGenerator::result_type - max - qrandomgenerator.html - max - () - - - QRandomGenerator * - system - qrandomgenerator.html - system - () - - - QRandomGenerator * - global - qrandomgenerator.html - global - () - - - QRandomGenerator - securelySeeded - qrandomgenerator.html - securelySeeded - () - - QRandomGenerator::Storage - - - QRandomGenerator::Storage - qrandomgenerator-storage.html - - int & - engine - qrandomgenerator-storage.html - engine - () - - - const int & - engine - qrandomgenerator-storage.html - engine-1 - () const const - - - - Storage - qrandomgenerator-storage.html - Storage - () - - - - QRandomGenerator64 - qrandomgenerator64.html - QRandomGenerator - - quint64 - generate - qrandomgenerator64.html - generate - () - - - result_type - qrandomgenerator64.html - result_type-typedef - - - - QRandomGenerator64::result_type - operator() - qrandomgenerator64.html - operator-28-29 - ()() - - - - QReadWriteLock - qreadwritelock.html - - RecursionMode - qreadwritelock.html - RecursionMode-enum - - - NonRecursive - qreadwritelock.html - RecursionMode-enum - - - Recursive - qreadwritelock.html - RecursionMode-enum - - - - QReadWriteLock - qreadwritelock.html - QReadWriteLock - (QReadWriteLock::RecursionMode recursionMode) - - - - ~QReadWriteLock - qreadwritelock.html - dtor.QReadWriteLock - () - - - void - lockForRead - qreadwritelock.html - lockForRead - () - - - bool - tryLockForRead - qreadwritelock.html - tryLockForRead - () - - - bool - tryLockForRead - qreadwritelock.html - tryLockForRead-1 - (int timeout) - - - void - lockForWrite - qreadwritelock.html - lockForWrite - () - - - bool - tryLockForWrite - qreadwritelock.html - tryLockForWrite - () - - - bool - tryLockForWrite - qreadwritelock.html - tryLockForWrite-1 - (int timeout) - - - void - unlock - qreadwritelock.html - unlock - () - - - - QReadLocker - qreadlocker.html - - - QReadLocker - qreadlocker.html - QReadLocker - (QReadWriteLock *lock) - - - - ~QReadLocker - qreadlocker.html - dtor.QReadLocker - () - - - void - unlock - qreadlocker.html - unlock - () - - - void - relock - qreadlocker.html - relock - () - - - QReadWriteLock * - readWriteLock - qreadlocker.html - readWriteLock - () const const - - - - QWriteLocker - qwritelocker.html - - - QWriteLocker - qwritelocker.html - QWriteLocker - (QReadWriteLock *lock) - - - - ~QWriteLocker - qwritelocker.html - dtor.QWriteLocker - () - - - void - unlock - qwritelocker.html - unlock - () - - - void - relock - qwritelocker.html - relock - () - - - QReadWriteLock * - readWriteLock - qwritelocker.html - readWriteLock - () const const - - - - QSize - qsize.html - - - QSize - qsize.html - QSize - () - - - - QSize - qsize.html - QSize-1 - (int width, int height) - - - bool - isNull - qsize.html - isNull - () const const - - - bool - isEmpty - qsize.html - isEmpty - () const const - - - bool - isValid - qsize.html - isValid - () const const - - - int - width - qsize.html - width - () const const - - - int - height - qsize.html - height - () const const - - - void - setWidth - qsize.html - setWidth - (int width) - - - void - setHeight - qsize.html - setHeight - (int height) - - - void - transpose - qsize.html - transpose - () - - - QSize - transposed - qsize.html - transposed - () const const - - - void - scale - qsize.html - scale - (int width, int height, Qt::AspectRatioMode mode) - - - void - scale - qsize.html - scale-1 - (const QSize &size, Qt::AspectRatioMode mode) - - - QSize - scaled - qsize.html - scaled - (int width, int height, Qt::AspectRatioMode mode) const const - - - QSize - scaled - qsize.html - scaled-1 - (const QSize &s, Qt::AspectRatioMode mode) const const - - - QSize - expandedTo - qsize.html - expandedTo - (const QSize &otherSize) const const - - - QSize - boundedTo - qsize.html - boundedTo - (const QSize &otherSize) const const - - - int & - rwidth - qsize.html - rwidth - () - - - int & - rheight - qsize.html - rheight - () - - - QSize & - operator+= - qsize.html - operator-2b-eq - (const QSize &size) - - - QSize & - operator-= - qsize.html - operator--eq - (const QSize &size) - - - QSize & - operator*= - qsize.html - operator-2a-eq - (qreal factor) - - - QSize & - operator/= - qsize.html - operator-2f-eq - (qreal divisor) - - - CGSize - toCGSize - qsize.html - toCGSize - () const const - - - - QSizeF - qsizef.html - - - QSizeF - qsizef.html - QSizeF - () - - - - QSizeF - qsizef.html - QSizeF-1 - (const QSize &size) - - - - QSizeF - qsizef.html - QSizeF-2 - (qreal width, qreal height) - - - bool - isNull - qsizef.html - isNull - () const const - - - bool - isEmpty - qsizef.html - isEmpty - () const const - - - bool - isValid - qsizef.html - isValid - () const const - - - qreal - width - qsizef.html - width - () const const - - - qreal - height - qsizef.html - height - () const const - - - void - setWidth - qsizef.html - setWidth - (qreal width) - - - void - setHeight - qsizef.html - setHeight - (qreal height) - - - void - transpose - qsizef.html - transpose - () - - - QSizeF - transposed - qsizef.html - transposed - () const const - - - void - scale - qsizef.html - scale - (qreal width, qreal height, Qt::AspectRatioMode mode) - - - void - scale - qsizef.html - scale-1 - (const QSizeF &size, Qt::AspectRatioMode mode) - - - QSizeF - scaled - qsizef.html - scaled - (qreal width, qreal height, Qt::AspectRatioMode mode) const const - - - QSizeF - scaled - qsizef.html - scaled-1 - (const QSizeF &s, Qt::AspectRatioMode mode) const const - - - QSizeF - expandedTo - qsizef.html - expandedTo - (const QSizeF &otherSize) const const - - - QSizeF - boundedTo - qsizef.html - boundedTo - (const QSizeF &otherSize) const const - - - qreal & - rwidth - qsizef.html - rwidth - () - - - qreal & - rheight - qsizef.html - rheight - () - - - QSizeF & - operator+= - qsizef.html - operator-2b-eq - (const QSizeF &size) - - - QSizeF & - operator-= - qsizef.html - operator--eq - (const QSizeF &size) - - - QSizeF & - operator*= - qsizef.html - operator-2a-eq - (qreal factor) - - - QSizeF & - operator/= - qsizef.html - operator-2f-eq - (qreal divisor) - - - QSize - toSize - qsizef.html - toSize - () const const - - - QSizeF - fromCGSize - qsizef.html - fromCGSize - (CGSize size) - - - CGSize - toCGSize - qsizef.html - toCGSize - () const const - - - - QRect - qrect.html - - - QRect - qrect.html - QRect - () - - - - QRect - qrect.html - QRect-1 - (const QPoint &topLeft, const QPoint &bottomRight) - - - - QRect - qrect.html - QRect-2 - (const QPoint &topLeft, const QSize &size) - - - - QRect - qrect.html - QRect-3 - (int x, int y, int width, int height) - - - bool - isNull - qrect.html - isNull - () const const - - - bool - isEmpty - qrect.html - isEmpty - () const const - - - bool - isValid - qrect.html - isValid - () const const - - - int - left - qrect.html - left - () const const - - - int - top - qrect.html - top - () const const - - - int - right - qrect.html - right - () const const - - - int - bottom - qrect.html - bottom - () const const - - - QRect - normalized - qrect.html - normalized - () const const - - - int - x - qrect.html - x - () const const - - - int - y - qrect.html - y - () const const - - - void - setLeft - qrect.html - setLeft - (int x) - - - void - setTop - qrect.html - setTop - (int y) - - - void - setRight - qrect.html - setRight - (int x) - - - void - setBottom - qrect.html - setBottom - (int y) - - - void - setX - qrect.html - setX - (int x) - - - void - setY - qrect.html - setY - (int y) - - - void - setTopLeft - qrect.html - setTopLeft - (const QPoint &position) - - - void - setBottomRight - qrect.html - setBottomRight - (const QPoint &position) - - - void - setTopRight - qrect.html - setTopRight - (const QPoint &position) - - - void - setBottomLeft - qrect.html - setBottomLeft - (const QPoint &position) - - - QPoint - topLeft - qrect.html - topLeft - () const const - - - QPoint - bottomRight - qrect.html - bottomRight - () const const - - - QPoint - topRight - qrect.html - topRight - () const const - - - QPoint - bottomLeft - qrect.html - bottomLeft - () const const - - - QPoint - center - qrect.html - center - () const const - - - void - moveLeft - qrect.html - moveLeft - (int x) - - - void - moveTop - qrect.html - moveTop - (int y) - - - void - moveRight - qrect.html - moveRight - (int x) - - - void - moveBottom - qrect.html - moveBottom - (int y) - - - void - moveTopLeft - qrect.html - moveTopLeft - (const QPoint &position) - - - void - moveBottomRight - qrect.html - moveBottomRight - (const QPoint &position) - - - void - moveTopRight - qrect.html - moveTopRight - (const QPoint &position) - - - void - moveBottomLeft - qrect.html - moveBottomLeft - (const QPoint &position) - - - void - moveCenter - qrect.html - moveCenter - (const QPoint &position) - - - void - translate - qrect.html - translate - (int dx, int dy) - - - void - translate - qrect.html - translate-1 - (const QPoint &offset) - - - QRect - translated - qrect.html - translated - (int dx, int dy) const const - - - QRect - translated - qrect.html - translated-1 - (const QPoint &offset) const const - - - QRect - transposed - qrect.html - transposed - () const const - - - void - moveTo - qrect.html - moveTo - (int x, int y) - - - void - moveTo - qrect.html - moveTo-1 - (const QPoint &position) - - - void - setRect - qrect.html - setRect - (int x, int y, int width, int height) - - - void - getRect - qrect.html - getRect - (int *x, int *y, int *width, int *height) const const - - - void - setCoords - qrect.html - setCoords - (int x1, int y1, int x2, int y2) - - - void - getCoords - qrect.html - getCoords - (int *x1, int *y1, int *x2, int *y2) const const - - - void - adjust - qrect.html - adjust - (int dx1, int dy1, int dx2, int dy2) - - - QRect - adjusted - qrect.html - adjusted - (int dx1, int dy1, int dx2, int dy2) const const - - - QSize - size - qrect.html - size - () const const - - - int - width - qrect.html - width - () const const - - - int - height - qrect.html - height - () const const - - - void - setWidth - qrect.html - setWidth - (int width) - - - void - setHeight - qrect.html - setHeight - (int height) - - - void - setSize - qrect.html - setSize - (const QSize &size) - - - QRect - operator| - qrect.html - operator-7c - (const QRect &rectangle) const const - - - QRect - operator& - qrect.html - operator-and - (const QRect &rectangle) const const - - - QRect & - operator|= - qrect.html - operator-7c-eq - (const QRect &rectangle) - - - QRect & - operator&= - qrect.html - operator-and-eq - (const QRect &rectangle) - - - bool - contains - qrect.html - contains-1 - (const QRect &rectangle, bool proper) const const - - - bool - contains - qrect.html - contains - (const QPoint &point, bool proper) const const - - - bool - contains - qrect.html - contains-2 - (int x, int y) const const - - - bool - contains - qrect.html - contains-3 - (int x, int y, bool proper) const const - - - QRect - united - qrect.html - united - (const QRect &rectangle) const const - - - QRect - intersected - qrect.html - intersected - (const QRect &rectangle) const const - - - bool - intersects - qrect.html - intersects - (const QRect &rectangle) const const - - - QRect - marginsAdded - qrect.html - marginsAdded - (const QMargins &margins) const const - - - QRect - marginsRemoved - qrect.html - marginsRemoved - (const QMargins &margins) const const - - - QRect & - operator+= - qrect.html - operator-2b-eq - (const QMargins &margins) - - - QRect & - operator-= - qrect.html - operator--eq - (const QMargins &margins) - - - QRect - unite - qrect-obsolete.html - unite - (const QRect &rectangle) const const - - - QRect - intersect - qrect-obsolete.html - intersect - (const QRect &rectangle) const const - - - CGRect - toCGRect - qrect.html - toCGRect - () const const - - - - QRectF - qrectf.html - - - QRectF - qrectf.html - QRectF - () - - - - QRectF - qrectf.html - QRectF-1 - (const QPointF &topLeft, const QSizeF &size) - - - - QRectF - qrectf.html - QRectF-2 - (const QPointF &topLeft, const QPointF &bottomRight) - - - - QRectF - qrectf.html - QRectF-3 - (qreal x, qreal y, qreal width, qreal height) - - - - QRectF - qrectf.html - QRectF-4 - (const QRect &rectangle) - - - bool - isNull - qrectf.html - isNull - () const const - - - bool - isEmpty - qrectf.html - isEmpty - () const const - - - bool - isValid - qrectf.html - isValid - () const const - - - QRectF - normalized - qrectf.html - normalized - () const const - - - qreal - left - qrectf.html - left - () const const - - - qreal - top - qrectf.html - top - () const const - - - qreal - right - qrectf.html - right - () const const - - - qreal - bottom - qrectf.html - bottom - () const const - - - qreal - x - qrectf.html - x - () const const - - - qreal - y - qrectf.html - y - () const const - - - void - setLeft - qrectf.html - setLeft - (qreal x) - - - void - setTop - qrectf.html - setTop - (qreal y) - - - void - setRight - qrectf.html - setRight - (qreal x) - - - void - setBottom - qrectf.html - setBottom - (qreal y) - - - void - setX - qrectf.html - setX - (qreal x) - - - void - setY - qrectf.html - setY - (qreal y) - - - QPointF - topLeft - qrectf.html - topLeft - () const const - - - QPointF - bottomRight - qrectf.html - bottomRight - () const const - - - QPointF - topRight - qrectf.html - topRight - () const const - - - QPointF - bottomLeft - qrectf.html - bottomLeft - () const const - - - QPointF - center - qrectf.html - center - () const const - - - void - setTopLeft - qrectf.html - setTopLeft - (const QPointF &position) - - - void - setBottomRight - qrectf.html - setBottomRight - (const QPointF &position) - - - void - setTopRight - qrectf.html - setTopRight - (const QPointF &position) - - - void - setBottomLeft - qrectf.html - setBottomLeft - (const QPointF &position) - - - void - moveLeft - qrectf.html - moveLeft - (qreal x) - - - void - moveTop - qrectf.html - moveTop - (qreal y) - - - void - moveRight - qrectf.html - moveRight - (qreal x) - - - void - moveBottom - qrectf.html - moveBottom - (qreal y) - - - void - moveTopLeft - qrectf.html - moveTopLeft - (const QPointF &position) - - - void - moveBottomRight - qrectf.html - moveBottomRight - (const QPointF &position) - - - void - moveTopRight - qrectf.html - moveTopRight - (const QPointF &position) - - - void - moveBottomLeft - qrectf.html - moveBottomLeft - (const QPointF &position) - - - void - moveCenter - qrectf.html - moveCenter - (const QPointF &position) - - - void - translate - qrectf.html - translate - (qreal dx, qreal dy) - - - void - translate - qrectf.html - translate-1 - (const QPointF &offset) - - - QRectF - translated - qrectf.html - translated - (qreal dx, qreal dy) const const - - - QRectF - translated - qrectf.html - translated-1 - (const QPointF &offset) const const - - - QRectF - transposed - qrectf.html - transposed - () const const - - - void - moveTo - qrectf.html - moveTo - (qreal x, qreal y) - - - void - moveTo - qrectf.html - moveTo-1 - (const QPointF &position) - - - void - setRect - qrectf.html - setRect - (qreal x, qreal y, qreal width, qreal height) - - - void - getRect - qrectf.html - getRect - (qreal *x, qreal *y, qreal *width, qreal *height) const const - - - void - setCoords - qrectf.html - setCoords - (qreal x1, qreal y1, qreal x2, qreal y2) - - - void - getCoords - qrectf.html - getCoords - (qreal *x1, qreal *y1, qreal *x2, qreal *y2) const const - - - void - adjust - qrectf.html - adjust - (qreal dx1, qreal dy1, qreal dx2, qreal dy2) - - - QRectF - adjusted - qrectf.html - adjusted - (qreal dx1, qreal dy1, qreal dx2, qreal dy2) const const - - - QSizeF - size - qrectf.html - size - () const const - - - qreal - width - qrectf.html - width - () const const - - - qreal - height - qrectf.html - height - () const const - - - void - setWidth - qrectf.html - setWidth - (qreal width) - - - void - setHeight - qrectf.html - setHeight - (qreal height) - - - void - setSize - qrectf.html - setSize - (const QSizeF &size) - - - QRectF - operator| - qrectf.html - operator-7c - (const QRectF &rectangle) const const - - - QRectF - operator& - qrectf.html - operator-and - (const QRectF &rectangle) const const - - - QRectF & - operator|= - qrectf.html - operator-7c-eq - (const QRectF &rectangle) - - - QRectF & - operator&= - qrectf.html - operator-and-eq - (const QRectF &rectangle) - - - bool - contains - qrectf.html - contains-1 - (const QRectF &rectangle) const const - - - bool - contains - qrectf.html - contains - (const QPointF &point) const const - - - bool - contains - qrectf.html - contains-2 - (qreal x, qreal y) const const - - - QRectF - united - qrectf.html - united - (const QRectF &rectangle) const const - - - QRectF - intersected - qrectf.html - intersected - (const QRectF &rectangle) const const - - - bool - intersects - qrectf.html - intersects - (const QRectF &rectangle) const const - - - QRectF - marginsAdded - qrectf.html - marginsAdded - (const QMarginsF &margins) const const - - - QRectF - marginsRemoved - qrectf.html - marginsRemoved - (const QMarginsF &margins) const const - - - QRectF & - operator+= - qrectf.html - operator-2b-eq - (const QMarginsF &margins) - - - QRectF & - operator-= - qrectf.html - operator--eq - (const QMarginsF &margins) - - - QRectF - unite - qrectf-obsolete.html - unite - (const QRectF &rectangle) const const - - - QRectF - intersect - qrectf-obsolete.html - intersect - (const QRectF &rectangle) const const - - - QRect - toRect - qrectf.html - toRect - () const const - - - QRect - toAlignedRect - qrectf.html - toAlignedRect - () const const - - - QRectF - fromCGRect - qrectf.html - fromCGRect - (CGRect rect) - - - CGRect - toCGRect - qrectf.html - toCGRect - () const const - - - - QResource - qresource.html - - - QResource - qresource.html - QResource - (const QString &file, const QLocale &locale) - - - - ~QResource - qresource.html - dtor.QResource - () - - - void - setFileName - qresource.html - setFileName - (const QString &file) - - - QString - fileName - qresource.html - fileName - () const const - - - QString - absoluteFilePath - qresource.html - absoluteFilePath - () const const - - - void - setLocale - qresource.html - setLocale - (const QLocale &locale) - - - QLocale - locale - qresource.html - locale - () const const - - - bool - isValid - qresource.html - isValid - () const const - - - bool - isCompressed - qresource.html - isCompressed - () const const - - - qint64 - size - qresource.html - size - () const const - - - const uchar * - data - qresource.html - data - () const const - - - QDateTime - lastModified - qresource.html - lastModified - () const const - - - void - addSearchPath - qresource-obsolete.html - addSearchPath - (const QString &path) - - - QStringList - searchPaths - qresource-obsolete.html - searchPaths - () - - - bool - registerResource - qresource.html - registerResource - (const QString &rccFileName, const QString &mapRoot) - - - bool - unregisterResource - qresource.html - unregisterResource - (const QString &rccFileName, const QString &mapRoot) - - - bool - registerResource - qresource.html - registerResource-1 - (const uchar *rccData, const QString &mapRoot) - - - bool - unregisterResource - qresource.html - unregisterResource-1 - (const uchar *rccData, const QString &mapRoot) - - - bool - isDir - qresource.html - isDir - () const const - - - bool - isFile - qresource.html - isFile - () const const - - - QStringList - children - qresource.html - children - () const const - - - - QSaveFile - qsavefile.html - QFileDevice - - virtual const QMetaObject * - metaObject - qsavefile.html - metaObject - () const const - - - virtual void * - qt_metacast - qsavefile.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsavefile.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsavefile.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsavefile.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSaveFile - qsavefile.html - QSaveFile - (const QString &name) - - - - QSaveFile - qsavefile.html - QSaveFile-1 - (QObject *parent) - - - - QSaveFile - qsavefile.html - QSaveFile-2 - (const QString &name, QObject *parent) - - - virtual - ~QSaveFile - qsavefile.html - dtor.QSaveFile - () - - - virtual QString - fileName - qsavefile.html - fileName - () const const override - - - void - setFileName - qsavefile.html - setFileName - (const QString &name) - - - virtual bool - open - qsavefile.html - open - (QIODevice::OpenMode mode) override - - - bool - commit - qsavefile.html - commit - () - - - void - cancelWriting - qsavefile.html - cancelWriting - () - - - void - setDirectWriteFallback - qsavefile.html - setDirectWriteFallback - (bool enabled) - - - bool - directWriteFallback - qsavefile.html - directWriteFallback - () const const - - - virtual qint64 - writeData - qsavefile.html - writeData - (const char *data, qint64 len) override - - - - QScopedValueRollback - qscopedvaluerollback.html - - - QScopedValueRollback - qscopedvaluerollback.html - QScopedValueRollback - (T &var) - - - - QScopedValueRollback - qscopedvaluerollback.html - QScopedValueRollback-1 - (T &var, T value) - - - - ~QScopedValueRollback - qscopedvaluerollback.html - dtor.QScopedValueRollback - () - - - void - commit - qscopedvaluerollback.html - commit - () - - - - QScopeGuard - qscopeguard.html - - - QScopeGuard - qscopeguard.html - QScopeGuard - (QScopeGuard<F> &&other) - - - - ~QScopeGuard - qscopeguard.html - dtor.QScopeGuard - () - - - void - dismiss - qscopeguard.html - dismiss - () - - - - QSemaphore - qsemaphore.html - - - QSemaphore - qsemaphore.html - QSemaphore - (int n) - - - - ~QSemaphore - qsemaphore.html - dtor.QSemaphore - () - - - void - acquire - qsemaphore.html - acquire - (int n) - - - bool - tryAcquire - qsemaphore.html - tryAcquire - (int n) - - - bool - tryAcquire - qsemaphore.html - tryAcquire-1 - (int n, int timeout) - - - void - release - qsemaphore.html - release - (int n) - - - int - available - qsemaphore.html - available - () const const - - - - QSemaphoreReleaser - qsemaphorereleaser.html - - - QSemaphoreReleaser - qsemaphorereleaser.html - QSemaphoreReleaser - () - - - - QSemaphoreReleaser - qsemaphorereleaser.html - QSemaphoreReleaser-1 - (QSemaphore &sem, int n) - - - - QSemaphoreReleaser - qsemaphorereleaser.html - QSemaphoreReleaser-2 - (QSemaphore *sem, int n) - - - - QSemaphoreReleaser - qsemaphorereleaser.html - QSemaphoreReleaser-3 - (QSemaphoreReleaser &&other) - - - QSemaphoreReleaser & - operator= - qsemaphorereleaser.html - operator-eq - (QSemaphoreReleaser &&other) - - - - ~QSemaphoreReleaser - qsemaphorereleaser.html - dtor.QSemaphoreReleaser - () - - - void - swap - qsemaphorereleaser.html - swap - (QSemaphoreReleaser &other) - - - QSemaphore * - semaphore - qsemaphorereleaser.html - semaphore - () const const - - - QSemaphore * - cancel - qsemaphorereleaser.html - cancel - () - - - - QSequentialAnimationGroup - qsequentialanimationgroup.html - QAnimationGroup - - virtual const QMetaObject * - metaObject - qsequentialanimationgroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qsequentialanimationgroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsequentialanimationgroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsequentialanimationgroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsequentialanimationgroup.html - trUtf8 - (const char *s, const char *c, int n) - - - currentAnimation - qsequentialanimationgroup.html - currentAnimation-prop - - - - - QSequentialAnimationGroup - qsequentialanimationgroup.html - QSequentialAnimationGroup - (QObject *parent) - - - virtual - ~QSequentialAnimationGroup - qsequentialanimationgroup.html - dtor.QSequentialAnimationGroup - () - - - QPauseAnimation * - addPause - qsequentialanimationgroup.html - addPause - (int msecs) - - - QPauseAnimation * - insertPause - qsequentialanimationgroup.html - insertPause - (int index, int msecs) - - - QAbstractAnimation * - currentAnimation - qsequentialanimationgroup.html - currentAnimation-prop - () const const - - - virtual int - duration - qsequentialanimationgroup.html - duration - () const const override - - - void - currentAnimationChanged - qsequentialanimationgroup.html - currentAnimationChanged - (QAbstractAnimation *current) - - - virtual bool - event - qsequentialanimationgroup.html - event - (QEvent *event) override - - - virtual void - updateCurrentTime - qsequentialanimationgroup.html - updateCurrentTime - (int currentTime) override - - - virtual void - updateState - qsequentialanimationgroup.html - updateState - (QAbstractAnimation::State newState, QAbstractAnimation::State oldState) override - - - virtual void - updateDirection - qsequentialanimationgroup.html - updateDirection - (QAbstractAnimation::Direction direction) override - - - - QSettings - qsettings.html - QObject - - virtual const QMetaObject * - metaObject - qsettings.html - metaObject - () const const - - - virtual void * - qt_metacast - qsettings.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsettings.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsettings.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsettings.html - trUtf8 - (const char *s, const char *c, int n) - - - Status - qsettings.html - Status-enum - - - NoError - qsettings.html - Status-enum - - - AccessError - qsettings.html - Status-enum - - - FormatError - qsettings.html - Status-enum - - - Format - qsettings.html - Format-enum - - - NativeFormat - qsettings.html - Format-enum - - - IniFormat - qsettings.html - Format-enum - - - Registry32Format - qsettings.html - Format-enum - - - Registry64Format - qsettings.html - Format-enum - - - InvalidFormat - qsettings.html - Format-enum - - - CustomFormat1 - qsettings.html - Format-enum - - - CustomFormat2 - qsettings.html - Format-enum - - - CustomFormat3 - qsettings.html - Format-enum - - - CustomFormat4 - qsettings.html - Format-enum - - - CustomFormat5 - qsettings.html - Format-enum - - - CustomFormat6 - qsettings.html - Format-enum - - - CustomFormat7 - qsettings.html - Format-enum - - - CustomFormat8 - qsettings.html - Format-enum - - - CustomFormat9 - qsettings.html - Format-enum - - - CustomFormat10 - qsettings.html - Format-enum - - - CustomFormat11 - qsettings.html - Format-enum - - - CustomFormat12 - qsettings.html - Format-enum - - - CustomFormat13 - qsettings.html - Format-enum - - - CustomFormat14 - qsettings.html - Format-enum - - - CustomFormat15 - qsettings.html - Format-enum - - - CustomFormat16 - qsettings.html - Format-enum - - - Scope - qsettings.html - Scope-enum - - - UserScope - qsettings.html - Scope-enum - - - SystemScope - qsettings.html - Scope-enum - - - - QSettings - qsettings.html - QSettings - (const QString &organization, const QString &application, QObject *parent) - - - - QSettings - qsettings.html - QSettings-1 - (QSettings::Scope scope, const QString &organization, const QString &application, QObject *parent) - - - - QSettings - qsettings.html - QSettings-2 - (QSettings::Format format, QSettings::Scope scope, const QString &organization, const QString &application, QObject *parent) - - - - QSettings - qsettings.html - QSettings-3 - (const QString &fileName, QSettings::Format format, QObject *parent) - - - - QSettings - qsettings.html - QSettings-4 - (QObject *parent) - - - virtual - ~QSettings - qsettings.html - dtor.QSettings - () - - - void - clear - qsettings.html - clear - () - - - void - sync - qsettings.html - sync - () - - - QSettings::Status - status - qsettings.html - status - () const const - - - bool - isAtomicSyncRequired - qsettings.html - isAtomicSyncRequired - () const const - - - void - setAtomicSyncRequired - qsettings.html - setAtomicSyncRequired - (bool enable) - - - void - beginGroup - qsettings.html - beginGroup - (const QString &prefix) - - - void - endGroup - qsettings.html - endGroup - () - - - QString - group - qsettings.html - group - () const const - - - int - beginReadArray - qsettings.html - beginReadArray - (const QString &prefix) - - - void - beginWriteArray - qsettings.html - beginWriteArray - (const QString &prefix, int size) - - - void - endArray - qsettings.html - endArray - () - - - void - setArrayIndex - qsettings.html - setArrayIndex - (int i) - - - QStringList - allKeys - qsettings.html - allKeys - () const const - - - QStringList - childKeys - qsettings.html - childKeys - () const const - - - QStringList - childGroups - qsettings.html - childGroups - () const const - - - bool - isWritable - qsettings.html - isWritable - () const const - - - void - setValue - qsettings.html - setValue - (const QString &key, const QVariant &value) - - - QVariant - value - qsettings.html - value - (const QString &key, const QVariant &defaultValue) const const - - - void - remove - qsettings.html - remove - (const QString &key) - - - bool - contains - qsettings.html - contains - (const QString &key) const const - - - void - setFallbacksEnabled - qsettings.html - setFallbacksEnabled - (bool b) - - - bool - fallbacksEnabled - qsettings.html - fallbacksEnabled - () const const - - - QString - fileName - qsettings.html - fileName - () const const - - - QSettings::Format - format - qsettings.html - format - () const const - - - QSettings::Scope - scope - qsettings.html - scope - () const const - - - QString - organizationName - qsettings.html - organizationName - () const const - - - QString - applicationName - qsettings.html - applicationName - () const const - - - void - setIniCodec - qsettings.html - setIniCodec - (QTextCodec *codec) - - - void - setIniCodec - qsettings.html - setIniCodec-1 - (const char *codecName) - - - QTextCodec * - iniCodec - qsettings.html - iniCodec - () const const - - - void - setDefaultFormat - qsettings.html - setDefaultFormat - (QSettings::Format format) - - - QSettings::Format - defaultFormat - qsettings.html - defaultFormat - () - - - void - setSystemIniPath - qsettings-obsolete.html - setSystemIniPath - (const QString &dir) - - - void - setUserIniPath - qsettings-obsolete.html - setUserIniPath - (const QString &dir) - - - void - setPath - qsettings.html - setPath - (QSettings::Format format, QSettings::Scope scope, const QString &path) - - - SettingsMap - qsettings.html - SettingsMap-typedef - - - - ReadFunc - qsettings.html - ReadFunc-typedef - - - - WriteFunc - qsettings.html - WriteFunc-typedef - - - - QSettings::Format - registerFormat - qsettings.html - registerFormat - (const QString &extension, QSettings::ReadFunc readFunc, QSettings::WriteFunc writeFunc, Qt::CaseSensitivity caseSensitivity) - - - virtual bool - event - qsettings.html - event - (QEvent *event) override - - - - QSharedMemory - qsharedmemory.html - QObject - - virtual const QMetaObject * - metaObject - qsharedmemory.html - metaObject - () const const - - - virtual void * - qt_metacast - qsharedmemory.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsharedmemory.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsharedmemory.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsharedmemory.html - trUtf8 - (const char *s, const char *c, int n) - - - AccessMode - qsharedmemory.html - AccessMode-enum - - - ReadOnly - qsharedmemory.html - AccessMode-enum - - - ReadWrite - qsharedmemory.html - AccessMode-enum - - - SharedMemoryError - qsharedmemory.html - SharedMemoryError-enum - - - NoError - qsharedmemory.html - SharedMemoryError-enum - - - PermissionDenied - qsharedmemory.html - SharedMemoryError-enum - - - InvalidSize - qsharedmemory.html - SharedMemoryError-enum - - - KeyError - qsharedmemory.html - SharedMemoryError-enum - - - AlreadyExists - qsharedmemory.html - SharedMemoryError-enum - - - NotFound - qsharedmemory.html - SharedMemoryError-enum - - - LockError - qsharedmemory.html - SharedMemoryError-enum - - - OutOfResources - qsharedmemory.html - SharedMemoryError-enum - - - UnknownError - qsharedmemory.html - SharedMemoryError-enum - - - - QSharedMemory - qsharedmemory.html - QSharedMemory-1 - (QObject *parent) - - - - QSharedMemory - qsharedmemory.html - QSharedMemory - (const QString &key, QObject *parent) - - - virtual - ~QSharedMemory - qsharedmemory.html - dtor.QSharedMemory - () - - - void - setKey - qsharedmemory.html - setKey - (const QString &key) - - - QString - key - qsharedmemory.html - key - () const const - - - void - setNativeKey - qsharedmemory.html - setNativeKey - (const QString &key) - - - QString - nativeKey - qsharedmemory.html - nativeKey - () const const - - - bool - create - qsharedmemory.html - create - (int size, QSharedMemory::AccessMode mode) - - - int - size - qsharedmemory.html - size - () const const - - - bool - attach - qsharedmemory.html - attach - (QSharedMemory::AccessMode mode) - - - bool - isAttached - qsharedmemory.html - isAttached - () const const - - - bool - detach - qsharedmemory.html - detach - () - - - void * - data - qsharedmemory.html - data - () - - - const void * - constData - qsharedmemory.html - constData - () const const - - - const void * - data - qsharedmemory.html - data-1 - () const const - - - bool - lock - qsharedmemory.html - lock - () - - - bool - unlock - qsharedmemory.html - unlock - () - - - QSharedMemory::SharedMemoryError - error - qsharedmemory.html - error - () const const - - - QString - errorString - qsharedmemory.html - errorString - () const const - - - - QSignalMapper - qsignalmapper.html - QObject - - virtual const QMetaObject * - metaObject - qsignalmapper.html - metaObject - () const const - - - virtual void * - qt_metacast - qsignalmapper.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsignalmapper.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsignalmapper.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsignalmapper.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSignalMapper - qsignalmapper.html - QSignalMapper - (QObject *parent) - - - virtual - ~QSignalMapper - qsignalmapper.html - dtor.QSignalMapper - () - - - void - setMapping - qsignalmapper.html - setMapping - (QObject *sender, int id) - - - void - setMapping - qsignalmapper.html - setMapping-1 - (QObject *sender, const QString &text) - - - void - setMapping - qsignalmapper.html - setMapping-2 - (QObject *sender, QWidget *widget) - - - void - setMapping - qsignalmapper.html - setMapping-3 - (QObject *sender, QObject *object) - - - void - removeMappings - qsignalmapper.html - removeMappings - (QObject *sender) - - - QObject * - mapping - qsignalmapper.html - mapping - (int id) const const - - - QObject * - mapping - qsignalmapper.html - mapping-1 - (const QString &id) const const - - - QObject * - mapping - qsignalmapper.html - mapping-2 - (QWidget *widget) const const - - - QObject * - mapping - qsignalmapper.html - mapping-3 - (QObject *object) const const - - - void - mapped - qsignalmapper.html - mapped - (int i) - - - void - mapped - qsignalmapper.html - mapped-1 - (const QString &text) - - - void - mapped - qsignalmapper.html - mapped-2 - (QWidget *widget) - - - void - mapped - qsignalmapper.html - mapped-3 - (QObject *object) - - - void - map - qsignalmapper.html - map - () - - - void - map - qsignalmapper.html - map-1 - (QObject *sender) - - - - QSignalTransition - qsignaltransition.html - QAbstractTransition - - virtual const QMetaObject * - metaObject - qsignaltransition.html - metaObject - () const const - - - virtual void * - qt_metacast - qsignaltransition.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsignaltransition.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsignaltransition.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsignaltransition.html - trUtf8 - (const char *s, const char *c, int n) - - - senderObject - qsignaltransition.html - senderObject-prop - - - - signal - qsignaltransition.html - signal-prop - - - - - QSignalTransition - qsignaltransition.html - QSignalTransition - (QState *sourceState) - - - - QSignalTransition - qsignaltransition.html - QSignalTransition-1 - (const QObject *sender, const char *signal, QState *sourceState) - - - - QSignalTransition - qsignaltransition.html - QSignalTransition-2 - (const QObject *sender, PointerToMemberFunction signal, QState *sourceState) - - - virtual - ~QSignalTransition - qsignaltransition.html - dtor.QSignalTransition - () - - - QObject * - senderObject - qsignaltransition.html - senderObject - () const const - - - void - setSenderObject - qsignaltransition.html - setSenderObject - (const QObject *sender) - - - QByteArray - signal - qsignaltransition.html - signal - () const const - - - void - setSignal - qsignaltransition.html - setSignal - (const QByteArray &signal) - - - virtual bool - eventTest - qsignaltransition.html - eventTest - (QEvent *event) override - - - virtual void - onTransition - qsignaltransition.html - onTransition - (QEvent *event) override - - - virtual bool - event - qsignaltransition.html - event - (QEvent *e) override - - - void - senderObjectChanged - qsignaltransition.html - senderObjectChanged - () - - - void - signalChanged - qsignaltransition.html - signalChanged - () - - - - QSocketNotifier - qsocketnotifier.html - QObject - - virtual const QMetaObject * - metaObject - qsocketnotifier.html - metaObject - () const const - - - virtual void * - qt_metacast - qsocketnotifier.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsocketnotifier.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsocketnotifier.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsocketnotifier.html - trUtf8 - (const char *s, const char *c, int n) - - - Type - qsocketnotifier.html - Type-enum - - - Read - qsocketnotifier.html - Type-enum - - - Write - qsocketnotifier.html - Type-enum - - - Exception - qsocketnotifier.html - Type-enum - - - - QSocketNotifier - qsocketnotifier.html - QSocketNotifier - (qintptr socket, QSocketNotifier::Type type, QObject *parent) - - - virtual - ~QSocketNotifier - qsocketnotifier.html - dtor.QSocketNotifier - () - - - qintptr - socket - qsocketnotifier.html - socket - () const const - - - QSocketNotifier::Type - type - qsocketnotifier.html - type - () const const - - - bool - isEnabled - qsocketnotifier.html - isEnabled - () const const - - - void - setEnabled - qsocketnotifier.html - setEnabled - (bool enable) - - - void - activated - qsocketnotifier.html - activated - (int socket) - - - virtual bool - event - qsocketnotifier.html - event - (QEvent *e) override - - - - QSortFilterProxyModel - qsortfilterproxymodel.html - QAbstractProxyModel - - virtual const QMetaObject * - metaObject - qsortfilterproxymodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qsortfilterproxymodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsortfilterproxymodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsortfilterproxymodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsortfilterproxymodel.html - trUtf8 - (const char *s, const char *c, int n) - - - filterRegExp - qsortfilterproxymodel.html - filterRegExp-prop - - - - filterRegularExpression - qsortfilterproxymodel.html - filterRegularExpression-prop - - - - filterKeyColumn - qsortfilterproxymodel.html - filterKeyColumn-prop - - - - dynamicSortFilter - qsortfilterproxymodel.html - dynamicSortFilter-prop - - - - filterCaseSensitivity - qsortfilterproxymodel.html - filterCaseSensitivity-prop - - - - sortCaseSensitivity - qsortfilterproxymodel.html - sortCaseSensitivity-prop - - - - isSortLocaleAware - qsortfilterproxymodel.html - isSortLocaleAware-prop - - - - sortRole - qsortfilterproxymodel.html - sortRole-prop - - - - filterRole - qsortfilterproxymodel.html - filterRole-prop - - - - recursiveFilteringEnabled - qsortfilterproxymodel.html - recursiveFilteringEnabled-prop - - - - - QSortFilterProxyModel - qsortfilterproxymodel.html - QSortFilterProxyModel - (QObject *parent) - - - virtual - ~QSortFilterProxyModel - qsortfilterproxymodel.html - dtor.QSortFilterProxyModel - () - - - virtual void - setSourceModel - qsortfilterproxymodel.html - setSourceModel - (QAbstractItemModel *sourceModel) override - - - virtual QModelIndex - mapToSource - qsortfilterproxymodel.html - mapToSource - (const QModelIndex &proxyIndex) const const override - - - virtual QModelIndex - mapFromSource - qsortfilterproxymodel.html - mapFromSource - (const QModelIndex &sourceIndex) const const override - - - virtual QItemSelection - mapSelectionToSource - qsortfilterproxymodel.html - mapSelectionToSource - (const QItemSelection &proxySelection) const const override - - - virtual QItemSelection - mapSelectionFromSource - qsortfilterproxymodel.html - mapSelectionFromSource - (const QItemSelection &sourceSelection) const const override - - - QRegExp - filterRegExp - qsortfilterproxymodel.html - filterRegExp-prop - () const const - - - QRegularExpression - filterRegularExpression - qsortfilterproxymodel.html - filterRegularExpression-prop - () const const - - - int - filterKeyColumn - qsortfilterproxymodel.html - filterKeyColumn-prop - () const const - - - void - setFilterKeyColumn - qsortfilterproxymodel.html - filterKeyColumn-prop - (int column) - - - Qt::CaseSensitivity - filterCaseSensitivity - qsortfilterproxymodel.html - filterCaseSensitivity-prop - () const const - - - void - setFilterCaseSensitivity - qsortfilterproxymodel.html - filterCaseSensitivity-prop - (Qt::CaseSensitivity cs) - - - Qt::CaseSensitivity - sortCaseSensitivity - qsortfilterproxymodel.html - sortCaseSensitivity-prop - () const const - - - void - setSortCaseSensitivity - qsortfilterproxymodel.html - sortCaseSensitivity-prop - (Qt::CaseSensitivity cs) - - - bool - isSortLocaleAware - qsortfilterproxymodel.html - isSortLocaleAware-prop - () const const - - - void - setSortLocaleAware - qsortfilterproxymodel.html - isSortLocaleAware-prop - (bool on) - - - int - sortColumn - qsortfilterproxymodel.html - sortColumn - () const const - - - Qt::SortOrder - sortOrder - qsortfilterproxymodel.html - sortOrder - () const const - - - bool - dynamicSortFilter - qsortfilterproxymodel.html - dynamicSortFilter-prop - () const const - - - void - setDynamicSortFilter - qsortfilterproxymodel.html - dynamicSortFilter-prop - (bool enable) - - - int - sortRole - qsortfilterproxymodel.html - sortRole-prop - () const const - - - void - setSortRole - qsortfilterproxymodel.html - sortRole-prop - (int role) - - - int - filterRole - qsortfilterproxymodel.html - filterRole-prop - () const const - - - void - setFilterRole - qsortfilterproxymodel.html - filterRole-prop - (int role) - - - bool - isRecursiveFilteringEnabled - qsortfilterproxymodel.html - recursiveFilteringEnabled-prop - () const const - - - void - setRecursiveFilteringEnabled - qsortfilterproxymodel.html - recursiveFilteringEnabled-prop - (bool recursive) - - - void - setFilterRegExp - qsortfilterproxymodel.html - setFilterRegExp-1 - (const QString &pattern) - - - void - setFilterRegExp - qsortfilterproxymodel.html - filterRegExp-prop - (const QRegExp &regExp) - - - void - setFilterRegularExpression - qsortfilterproxymodel.html - setFilterRegularExpression - (const QString &pattern) - - - void - setFilterRegularExpression - qsortfilterproxymodel.html - filterRegularExpression-prop - (const QRegularExpression &regularExpression) - - - void - setFilterWildcard - qsortfilterproxymodel.html - setFilterWildcard - (const QString &pattern) - - - void - setFilterFixedString - qsortfilterproxymodel.html - setFilterFixedString - (const QString &pattern) - - - void - clear - qsortfilterproxymodel-obsolete.html - clear - () - - - void - invalidate - qsortfilterproxymodel.html - invalidate - () - - - virtual bool - filterAcceptsRow - qsortfilterproxymodel.html - filterAcceptsRow - (int source_row, const QModelIndex &source_parent) const const - - - virtual bool - filterAcceptsColumn - qsortfilterproxymodel.html - filterAcceptsColumn - (int source_column, const QModelIndex &source_parent) const const - - - virtual bool - lessThan - qsortfilterproxymodel.html - lessThan - (const QModelIndex &source_left, const QModelIndex &source_right) const const - - - void - filterChanged - qsortfilterproxymodel-obsolete.html - filterChanged - () - - - void - invalidateFilter - qsortfilterproxymodel.html - invalidateFilter - () - - - virtual QModelIndex - index - qsortfilterproxymodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - parent - qsortfilterproxymodel.html - parent - (const QModelIndex &child) const const override - - - virtual QModelIndex - sibling - qsortfilterproxymodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual int - rowCount - qsortfilterproxymodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual int - columnCount - qsortfilterproxymodel.html - columnCount - (const QModelIndex &parent) const const override - - - virtual bool - hasChildren - qsortfilterproxymodel.html - hasChildren - (const QModelIndex &parent) const const override - - - virtual QVariant - data - qsortfilterproxymodel.html - data - (const QModelIndex &index, int role) const const override - - - virtual bool - setData - qsortfilterproxymodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) override - - - virtual QVariant - headerData - qsortfilterproxymodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual bool - setHeaderData - qsortfilterproxymodel.html - setHeaderData - (int section, Qt::Orientation orientation, const QVariant &value, int role) override - - - virtual QMimeData * - mimeData - qsortfilterproxymodel.html - mimeData - (const QModelIndexList &indexes) const const override - - - virtual bool - dropMimeData - qsortfilterproxymodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual bool - insertRows - qsortfilterproxymodel.html - insertRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - insertColumns - qsortfilterproxymodel.html - insertColumns - (int column, int count, const QModelIndex &parent) override - - - virtual bool - removeRows - qsortfilterproxymodel.html - removeRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - removeColumns - qsortfilterproxymodel.html - removeColumns - (int column, int count, const QModelIndex &parent) override - - - virtual void - fetchMore - qsortfilterproxymodel.html - fetchMore - (const QModelIndex &parent) override - - - virtual bool - canFetchMore - qsortfilterproxymodel.html - canFetchMore - (const QModelIndex &parent) const const override - - - virtual Qt::ItemFlags - flags - qsortfilterproxymodel.html - flags - (const QModelIndex &index) const const override - - - virtual QModelIndex - buddy - qsortfilterproxymodel.html - buddy - (const QModelIndex &index) const const override - - - virtual QModelIndexList - match - qsortfilterproxymodel.html - match - (const QModelIndex &start, int role, const QVariant &value, int hits, Qt::MatchFlags flags) const const override - - - virtual QSize - span - qsortfilterproxymodel.html - span - (const QModelIndex &index) const const override - - - virtual void - sort - qsortfilterproxymodel.html - sort - (int column, Qt::SortOrder order) override - - - virtual QStringList - mimeTypes - qsortfilterproxymodel.html - mimeTypes - () const const override - - - virtual Qt::DropActions - supportedDropActions - qsortfilterproxymodel.html - supportedDropActions - () const const override - - - - QStack - qstack.html - QVector - - void - swap - qstack.html - swap - (QStack<T> &other) - - - void - push - qstack.html - push - (const T &t) - - - T - pop - qstack.html - pop - () - - - T & - top - qstack.html - top - () - - - const T & - top - qstack.html - top-1 - () const const - - - - QStandardPaths - qstandardpaths.html - - void - qt_check_for_QGADGET_macro - qstandardpaths.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qstandardpaths.html - QtGadgetHelper-typedef - - - - StandardLocation - qstandardpaths.html - StandardLocation-enum - - - DesktopLocation - qstandardpaths.html - StandardLocation-enum - - - DocumentsLocation - qstandardpaths.html - StandardLocation-enum - - - FontsLocation - qstandardpaths.html - StandardLocation-enum - - - ApplicationsLocation - qstandardpaths.html - StandardLocation-enum - - - MusicLocation - qstandardpaths.html - StandardLocation-enum - - - MoviesLocation - qstandardpaths.html - StandardLocation-enum - - - PicturesLocation - qstandardpaths.html - StandardLocation-enum - - - TempLocation - qstandardpaths.html - StandardLocation-enum - - - HomeLocation - qstandardpaths.html - StandardLocation-enum - - - DataLocation - qstandardpaths.html - StandardLocation-enum - - - CacheLocation - qstandardpaths.html - StandardLocation-enum - - - GenericDataLocation - qstandardpaths.html - StandardLocation-enum - - - RuntimeLocation - qstandardpaths.html - StandardLocation-enum - - - ConfigLocation - qstandardpaths.html - StandardLocation-enum - - - DownloadLocation - qstandardpaths.html - StandardLocation-enum - - - GenericCacheLocation - qstandardpaths.html - StandardLocation-enum - - - GenericConfigLocation - qstandardpaths.html - StandardLocation-enum - - - AppDataLocation - qstandardpaths.html - StandardLocation-enum - - - AppConfigLocation - qstandardpaths.html - StandardLocation-enum - - - AppLocalDataLocation - qstandardpaths.html - StandardLocation-enum - - - QString - writableLocation - qstandardpaths.html - writableLocation - (QStandardPaths::StandardLocation type) - - - QStringList - standardLocations - qstandardpaths.html - standardLocations - (QStandardPaths::StandardLocation type) - - - LocateOption - qstandardpaths.html - LocateOption-enum - - - LocateFile - qstandardpaths.html - LocateOption-enum - - - LocateDirectory - qstandardpaths.html - LocateOption-enum - - - LocateOptions - qstandardpaths.html - LocateOption-enum - - - - QString - locate - qstandardpaths.html - locate - (QStandardPaths::StandardLocation type, const QString &fileName, QStandardPaths::LocateOptions options) - - - QStringList - locateAll - qstandardpaths.html - locateAll - (QStandardPaths::StandardLocation type, const QString &fileName, QStandardPaths::LocateOptions options) - - - QString - displayName - qstandardpaths.html - displayName - (QStandardPaths::StandardLocation type) - - - QString - findExecutable - qstandardpaths.html - findExecutable - (const QString &executableName, const QStringList &paths) - - - void - enableTestMode - qstandardpaths-obsolete.html - enableTestMode - (bool testMode) - - - void - setTestModeEnabled - qstandardpaths.html - setTestModeEnabled - (bool testMode) - - - - QState - qstate.html - QAbstractState - - virtual const QMetaObject * - metaObject - qstate.html - metaObject - () const const - - - virtual void * - qt_metacast - qstate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstate.html - trUtf8 - (const char *s, const char *c, int n) - - - initialState - qstate.html - initialState-prop - - - - errorState - qstate.html - errorState-prop - - - - childMode - qstate.html - childMode-prop - - - - ChildMode - qstate.html - ChildMode-enum - - - ExclusiveStates - qstate.html - ChildMode-enum - - - ParallelStates - qstate.html - ChildMode-enum - - - RestorePolicy - qstate.html - RestorePolicy-enum - - - DontRestoreProperties - qstate.html - RestorePolicy-enum - - - RestoreProperties - qstate.html - RestorePolicy-enum - - - - QState - qstate.html - QState - (QState *parent) - - - - QState - qstate.html - QState-1 - (QState::ChildMode childMode, QState *parent) - - - virtual - ~QState - qstate.html - dtor.QState - () - - - QAbstractState * - errorState - qstate.html - errorState - () const const - - - void - setErrorState - qstate.html - setErrorState - (QAbstractState *state) - - - void - addTransition - qstate.html - addTransition - (QAbstractTransition *transition) - - - QSignalTransition * - addTransition - qstate.html - addTransition-1 - (const QObject *sender, const char *signal, QAbstractState *target) - - - QSignalTransition * - addTransition - qstate.html - addTransition-2 - (const QObject *sender, PointerToMemberFunction signal, QAbstractState *target) - - - QAbstractTransition * - addTransition - qstate.html - addTransition-3 - (QAbstractState *target) - - - void - removeTransition - qstate.html - removeTransition - (QAbstractTransition *transition) - - - QList<QAbstractTransition *> - transitions - qstate.html - transitions - () const const - - - QAbstractState * - initialState - qstate.html - initialState - () const const - - - void - setInitialState - qstate.html - setInitialState - (QAbstractState *state) - - - QState::ChildMode - childMode - qstate.html - childMode - () const const - - - void - setChildMode - qstate.html - setChildMode - (QState::ChildMode mode) - - - void - assignProperty - qstate.html - assignProperty - (QObject *object, const char *name, const QVariant &value) - - - void - finished - qstate.html - finished - () - - - void - propertiesAssigned - qstate.html - propertiesAssigned - () - - - void - childModeChanged - qstate.html - childModeChanged - () - - - void - initialStateChanged - qstate.html - initialStateChanged - () - - - void - errorStateChanged - qstate.html - errorStateChanged - () - - - virtual void - onEntry - qstate.html - onEntry - (QEvent *event) override - - - virtual void - onExit - qstate.html - onExit - (QEvent *event) override - - - virtual bool - event - qstate.html - event - (QEvent *e) override - - - - QStateMachine - qstatemachine.html - QState - - virtual const QMetaObject * - metaObject - qstatemachine.html - metaObject - () const const - - - virtual void * - qt_metacast - qstatemachine.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstatemachine.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstatemachine.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstatemachine.html - trUtf8 - (const char *s, const char *c, int n) - - - errorString - qstatemachine.html - errorString-prop - - - - globalRestorePolicy - qstatemachine.html - globalRestorePolicy-prop - - - - running - qstatemachine.html - running-prop - - - - animated - qstatemachine.html - animated-prop - - - QStateMachine::SignalEvent - QStateMachine::WrappedEvent - - EventPriority - qstatemachine.html - EventPriority-enum - - - NormalPriority - qstatemachine.html - EventPriority-enum - - - HighPriority - qstatemachine.html - EventPriority-enum - - - Error - qstatemachine.html - Error-enum - - - NoError - qstatemachine.html - Error-enum - - - NoInitialStateError - qstatemachine.html - Error-enum - - - NoDefaultStateInHistoryStateError - qstatemachine.html - Error-enum - - - NoCommonAncestorForTransitionError - qstatemachine.html - Error-enum - - - - QStateMachine - qstatemachine.html - QStateMachine - (QObject *parent) - - - - QStateMachine - qstatemachine.html - QStateMachine-1 - (QState::ChildMode childMode, QObject *parent) - - - virtual - ~QStateMachine - qstatemachine.html - dtor.QStateMachine - () - - - void - addState - qstatemachine.html - addState - (QAbstractState *state) - - - void - removeState - qstatemachine.html - removeState - (QAbstractState *state) - - - QStateMachine::Error - error - qstatemachine.html - error - () const const - - - QString - errorString - qstatemachine.html - errorString - () const const - - - void - clearError - qstatemachine.html - clearError - () - - - bool - isRunning - qstatemachine.html - running-prop - () const const - - - bool - isAnimated - qstatemachine.html - isAnimated - () const const - - - void - setAnimated - qstatemachine.html - setAnimated - (bool enabled) - - - void - addDefaultAnimation - qstatemachine.html - addDefaultAnimation - (QAbstractAnimation *animation) - - - QList<QAbstractAnimation *> - defaultAnimations - qstatemachine.html - defaultAnimations - () const const - - - void - removeDefaultAnimation - qstatemachine.html - removeDefaultAnimation - (QAbstractAnimation *animation) - - - QState::RestorePolicy - globalRestorePolicy - qstatemachine.html - globalRestorePolicy - () const const - - - void - setGlobalRestorePolicy - qstatemachine.html - setGlobalRestorePolicy - (QState::RestorePolicy restorePolicy) - - - void - postEvent - qstatemachine.html - postEvent - (QEvent *event, QStateMachine::EventPriority priority) - - - int - postDelayedEvent - qstatemachine.html - postDelayedEvent - (QEvent *event, int delay) - - - bool - cancelDelayedEvent - qstatemachine.html - cancelDelayedEvent - (int id) - - - QSet<QAbstractState *> - configuration - qstatemachine.html - configuration - () const const - - - virtual bool - eventFilter - qstatemachine.html - eventFilter - (QObject *watched, QEvent *event) override - - - void - start - qstatemachine.html - start - () - - - void - stop - qstatemachine.html - stop - () - - - void - setRunning - qstatemachine.html - running-prop - (bool running) - - - void - started - qstatemachine.html - started - () - - - void - stopped - qstatemachine.html - stopped - () - - - void - runningChanged - qstatemachine.html - runningChanged - (bool running) - - - virtual void - onEntry - qstatemachine.html - onEntry - (QEvent *event) override - - - virtual void - onExit - qstatemachine.html - onExit - (QEvent *event) override - - - virtual bool - event - qstatemachine.html - event - (QEvent *e) override - - - - QStateMachine::SignalEvent - qstatemachine-signalevent.html - QEvent - - virtual - ~SignalEvent - qstatemachine-signalevent.html - dtor.SignalEvent - () - - - QObject * - sender - qstatemachine-signalevent.html - sender - () const const - - - int - signalIndex - qstatemachine-signalevent.html - signalIndex - () const const - - - QList<QVariant> - arguments - qstatemachine-signalevent.html - arguments - () const const - - - - QStateMachine::WrappedEvent - qstatemachine-wrappedevent.html - QEvent - - virtual - ~WrappedEvent - qstatemachine-wrappedevent.html - dtor.WrappedEvent - () - - - QObject * - object - qstatemachine-wrappedevent.html - object - () const const - - - QEvent * - event - qstatemachine-wrappedevent.html - event - () const const - - - - QStorageInfo - qstorageinfo.html - - - QStorageInfo - qstorageinfo.html - QStorageInfo - () - - - - QStorageInfo - qstorageinfo.html - QStorageInfo-1 - (const QString &path) - - - - QStorageInfo - qstorageinfo.html - QStorageInfo-2 - (const QDir &dir) - - - - QStorageInfo - qstorageinfo.html - QStorageInfo-3 - (const QStorageInfo &other) - - - - ~QStorageInfo - qstorageinfo.html - dtor.QStorageInfo - () - - - QStorageInfo & - operator= - qstorageinfo.html - operator-eq - (const QStorageInfo &other) - - - QStorageInfo & - operator= - qstorageinfo.html - operator-eq-1 - (QStorageInfo &&other) - - - void - swap - qstorageinfo.html - swap - (QStorageInfo &other) - - - void - setPath - qstorageinfo.html - setPath - (const QString &path) - - - QString - rootPath - qstorageinfo.html - rootPath - () const const - - - QByteArray - device - qstorageinfo.html - device - () const const - - - QByteArray - subvolume - qstorageinfo.html - subvolume - () const const - - - QByteArray - fileSystemType - qstorageinfo.html - fileSystemType - () const const - - - QString - name - qstorageinfo.html - name - () const const - - - QString - displayName - qstorageinfo.html - displayName - () const const - - - qint64 - bytesTotal - qstorageinfo.html - bytesTotal - () const const - - - qint64 - bytesFree - qstorageinfo.html - bytesFree - () const const - - - qint64 - bytesAvailable - qstorageinfo.html - bytesAvailable - () const const - - - int - blockSize - qstorageinfo.html - blockSize - () const const - - - bool - isRoot - qstorageinfo.html - isRoot - () const const - - - bool - isReadOnly - qstorageinfo.html - isReadOnly - () const const - - - bool - isReady - qstorageinfo.html - isReady - () const const - - - bool - isValid - qstorageinfo.html - isValid - () const const - - - void - refresh - qstorageinfo.html - refresh - () - - - QList<QStorageInfo> - mountedVolumes - qstorageinfo.html - mountedVolumes - () - - - QStorageInfo - root - qstorageinfo.html - root - () - - - - QStringListModel - qstringlistmodel.html - QAbstractListModel - - virtual const QMetaObject * - metaObject - qstringlistmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qstringlistmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstringlistmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstringlistmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstringlistmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - - QStringListModel - qstringlistmodel.html - QStringListModel - (QObject *parent) - - - - QStringListModel - qstringlistmodel.html - QStringListModel-1 - (const QStringList &strings, QObject *parent) - - - virtual int - rowCount - qstringlistmodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual QModelIndex - sibling - qstringlistmodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual QVariant - data - qstringlistmodel.html - data - (const QModelIndex &index, int role) const const override - - - virtual bool - setData - qstringlistmodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) override - - - virtual Qt::ItemFlags - flags - qstringlistmodel.html - flags - (const QModelIndex &index) const const override - - - virtual bool - insertRows - qstringlistmodel.html - insertRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - removeRows - qstringlistmodel.html - removeRows - (int row, int count, const QModelIndex &parent) override - - - virtual void - sort - qstringlistmodel.html - sort - (int column, Qt::SortOrder order) override - - - QStringList - stringList - qstringlistmodel.html - stringList - () const const - - - void - setStringList - qstringlistmodel.html - setStringList - (const QStringList &strings) - - - virtual Qt::DropActions - supportedDropActions - qstringlistmodel.html - supportedDropActions - () const const override - - - - QSystemSemaphore - qsystemsemaphore.html - - AccessMode - qsystemsemaphore.html - AccessMode-enum - - - Open - qsystemsemaphore.html - AccessMode-enum - - - Create - qsystemsemaphore.html - AccessMode-enum - - - SystemSemaphoreError - qsystemsemaphore.html - SystemSemaphoreError-enum - - - NoError - qsystemsemaphore.html - SystemSemaphoreError-enum - - - PermissionDenied - qsystemsemaphore.html - SystemSemaphoreError-enum - - - KeyError - qsystemsemaphore.html - SystemSemaphoreError-enum - - - AlreadyExists - qsystemsemaphore.html - SystemSemaphoreError-enum - - - NotFound - qsystemsemaphore.html - SystemSemaphoreError-enum - - - OutOfResources - qsystemsemaphore.html - SystemSemaphoreError-enum - - - UnknownError - qsystemsemaphore.html - SystemSemaphoreError-enum - - - - QSystemSemaphore - qsystemsemaphore.html - QSystemSemaphore - (const QString &key, int initialValue, QSystemSemaphore::AccessMode mode) - - - - ~QSystemSemaphore - qsystemsemaphore.html - dtor.QSystemSemaphore - () - - - void - setKey - qsystemsemaphore.html - setKey - (const QString &key, int initialValue, QSystemSemaphore::AccessMode mode) - - - QString - key - qsystemsemaphore.html - key - () const const - - - bool - acquire - qsystemsemaphore.html - acquire - () - - - bool - release - qsystemsemaphore.html - release - (int n) - - - QSystemSemaphore::SystemSemaphoreError - error - qsystemsemaphore.html - error - () const const - - - QString - errorString - qsystemsemaphore.html - errorString - () const const - - - - QTemporaryDir - qtemporarydir.html - - - QTemporaryDir - qtemporarydir.html - QTemporaryDir - () - - - - QTemporaryDir - qtemporarydir.html - QTemporaryDir-1 - (const QString &templatePath) - - - - ~QTemporaryDir - qtemporarydir.html - dtor.QTemporaryDir - () - - - bool - isValid - qtemporarydir.html - isValid - () const const - - - QString - errorString - qtemporarydir.html - errorString - () const const - - - bool - autoRemove - qtemporarydir.html - autoRemove - () const const - - - void - setAutoRemove - qtemporarydir.html - setAutoRemove - (bool b) - - - bool - remove - qtemporarydir.html - remove - () - - - QString - path - qtemporarydir.html - path - () const const - - - QString - filePath - qtemporarydir.html - filePath - (const QString &fileName) const const - - - - QTemporaryFile - qtemporaryfile.html - QFile - - virtual const QMetaObject * - metaObject - qtemporaryfile.html - metaObject - () const const - - - virtual void * - qt_metacast - qtemporaryfile.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtemporaryfile.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtemporaryfile.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtemporaryfile.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTemporaryFile - qtemporaryfile.html - QTemporaryFile - () - - - - QTemporaryFile - qtemporaryfile.html - QTemporaryFile-1 - (const QString &templateName) - - - - QTemporaryFile - qtemporaryfile.html - QTemporaryFile-2 - (QObject *parent) - - - - QTemporaryFile - qtemporaryfile.html - QTemporaryFile-3 - (const QString &templateName, QObject *parent) - - - virtual - ~QTemporaryFile - qtemporaryfile.html - dtor.QTemporaryFile - () - - - bool - autoRemove - qtemporaryfile.html - autoRemove - () const const - - - void - setAutoRemove - qtemporaryfile.html - setAutoRemove - (bool b) - - - bool - open - qtemporaryfile.html - open - () - - - virtual QString - fileName - qtemporaryfile.html - fileName - () const const override - - - QString - fileTemplate - qtemporaryfile.html - fileTemplate - () const const - - - void - setFileTemplate - qtemporaryfile.html - setFileTemplate - (const QString &name) - - - QTemporaryFile * - createLocalFile - qtemporaryfile-obsolete.html - createLocalFile - (const QString &fileName) - - - QTemporaryFile * - createLocalFile - qtemporaryfile-obsolete.html - createLocalFile-1 - (QFile &file) - - - QTemporaryFile * - createNativeFile - qtemporaryfile.html - createNativeFile-1 - (const QString &fileName) - - - QTemporaryFile * - createNativeFile - qtemporaryfile.html - createNativeFile - (QFile &file) - - - virtual bool - open - qtemporaryfile.html - open-1 - (QIODevice::OpenMode flags) override - - - - QTextBoundaryFinder - qtextboundaryfinder.html - - - QTextBoundaryFinder - qtextboundaryfinder.html - QTextBoundaryFinder - () - - - - QTextBoundaryFinder - qtextboundaryfinder.html - QTextBoundaryFinder-1 - (const QTextBoundaryFinder &other) - - - QTextBoundaryFinder & - operator= - qtextboundaryfinder.html - operator-eq - (const QTextBoundaryFinder &other) - - - - ~QTextBoundaryFinder - qtextboundaryfinder.html - dtor.QTextBoundaryFinder - () - - - BoundaryType - qtextboundaryfinder.html - BoundaryType-enum - - - Grapheme - qtextboundaryfinder.html - BoundaryType-enum - - - Word - qtextboundaryfinder.html - BoundaryType-enum - - - Sentence - qtextboundaryfinder.html - BoundaryType-enum - - - Line - qtextboundaryfinder.html - BoundaryType-enum - - - BoundaryReason - qtextboundaryfinder.html - BoundaryReason-enum - - - NotAtBoundary - qtextboundaryfinder.html - BoundaryReason-enum - - - BreakOpportunity - qtextboundaryfinder.html - BoundaryReason-enum - - - StartOfItem - qtextboundaryfinder.html - BoundaryReason-enum - - - EndOfItem - qtextboundaryfinder.html - BoundaryReason-enum - - - MandatoryBreak - qtextboundaryfinder.html - BoundaryReason-enum - - - SoftHyphen - qtextboundaryfinder.html - BoundaryReason-enum - - - BoundaryReasons - qtextboundaryfinder.html - BoundaryReason-enum - - - - - QTextBoundaryFinder - qtextboundaryfinder.html - QTextBoundaryFinder-2 - (QTextBoundaryFinder::BoundaryType type, const QString &string) - - - - QTextBoundaryFinder - qtextboundaryfinder.html - QTextBoundaryFinder-3 - (QTextBoundaryFinder::BoundaryType type, const QChar *chars, int length, unsigned char *buffer, int bufferSize) - - - bool - isValid - qtextboundaryfinder.html - isValid - () const const - - - QTextBoundaryFinder::BoundaryType - type - qtextboundaryfinder.html - type - () const const - - - QString - string - qtextboundaryfinder.html - string - () const const - - - void - toStart - qtextboundaryfinder.html - toStart - () - - - void - toEnd - qtextboundaryfinder.html - toEnd - () - - - int - position - qtextboundaryfinder.html - position - () const const - - - void - setPosition - qtextboundaryfinder.html - setPosition - (int position) - - - int - toNextBoundary - qtextboundaryfinder.html - toNextBoundary - () - - - int - toPreviousBoundary - qtextboundaryfinder.html - toPreviousBoundary - () - - - bool - isAtBoundary - qtextboundaryfinder.html - isAtBoundary - () const const - - - QTextBoundaryFinder::BoundaryReasons - boundaryReasons - qtextboundaryfinder.html - boundaryReasons - () const const - - - - QTextCodec - qtextcodec.html - - QTextCodec * - codecForName - qtextcodec.html - codecForName - (const QByteArray &name) - - - QTextCodec * - codecForName - qtextcodec.html - codecForName-1 - (const char *name) - - - QTextCodec * - codecForMib - qtextcodec.html - codecForMib - (int mib) - - - QList<QByteArray> - availableCodecs - qtextcodec.html - availableCodecs - () - - - QList<int> - availableMibs - qtextcodec.html - availableMibs - () - - - QTextCodec * - codecForLocale - qtextcodec.html - codecForLocale - () - - - void - setCodecForLocale - qtextcodec.html - setCodecForLocale - (QTextCodec *c) - - - QTextCodec * - codecForTr - qtextcodec-obsolete.html - codecForTr - () - - - QTextCodec * - codecForHtml - qtextcodec.html - codecForHtml-1 - (const QByteArray &ba) - - - QTextCodec * - codecForHtml - qtextcodec.html - codecForHtml - (const QByteArray &ba, QTextCodec *defaultCodec) - - - QTextCodec * - codecForUtfText - qtextcodec.html - codecForUtfText-1 - (const QByteArray &ba) - - - QTextCodec * - codecForUtfText - qtextcodec.html - codecForUtfText - (const QByteArray &ba, QTextCodec *defaultCodec) - - - bool - canEncode - qtextcodec.html - canEncode - (QChar ch) const const - - - bool - canEncode - qtextcodec.html - canEncode-1 - (const QString &s) const const - - - bool - canEncode - qtextcodec.html - canEncode-2 - (QStringView s) const const - - - QString - toUnicode - qtextcodec.html - toUnicode - (const QByteArray &a) const const - - - QString - toUnicode - qtextcodec.html - toUnicode-1 - (const char *chars) const const - - - QByteArray - fromUnicode - qtextcodec.html - fromUnicode - (const QString &str) const const - - - QByteArray - fromUnicode - qtextcodec.html - fromUnicode-1 - (QStringView str) const const - - - ConversionFlag - qtextcodec.html - ConversionFlag-enum - - - DefaultConversion - qtextcodec.html - ConversionFlag-enum - - - ConvertInvalidToNull - qtextcodec.html - ConversionFlag-enum - - - IgnoreHeader - qtextcodec.html - ConversionFlag-enum - - - FreeFunction - qtextcodec.html - ConversionFlag-enum - - - ConversionFlags - qtextcodec.html - ConversionFlag-enum - - - QTextCodec::ConverterState - - QString - toUnicode - qtextcodec.html - toUnicode-2 - (const char *input, int size, QTextCodec::ConverterState *state) const const - - - QByteArray - fromUnicode - qtextcodec.html - fromUnicode-2 - (const QChar *input, int number, QTextCodec::ConverterState *state) const const - - - QTextDecoder * - makeDecoder - qtextcodec.html - makeDecoder - (QTextCodec::ConversionFlags flags) const const - - - QTextEncoder * - makeEncoder - qtextcodec.html - makeEncoder - (QTextCodec::ConversionFlags flags) const const - - - virtual QByteArray - name - qtextcodec.html - name - () const const = 0 - - - virtual QList<QByteArray> - aliases - qtextcodec.html - aliases - () const const - - - virtual int - mibEnum - qtextcodec.html - mibEnum - () const const = 0 - - - virtual QString - convertToUnicode - qtextcodec.html - convertToUnicode - (const char *chars, int len, QTextCodec::ConverterState *state) const const = 0 - - - virtual QByteArray - convertFromUnicode - qtextcodec.html - convertFromUnicode - (const QChar *input, int number, QTextCodec::ConverterState *state) const const = 0 - - - - QTextCodec - qtextcodec.html - QTextCodec - () - - - virtual - ~QTextCodec - qtextcodec.html - dtor.QTextCodec - () - - - - QTextCodec::ConverterState - qtextcodec-converterstate.html - - - ConverterState - qtextcodec-converterstate.html - ConverterState - (ConversionFlags flags) - - - - ~ConverterState - qtextcodec-converterstate.html - dtor.ConverterState - () - - - - QTextEncoder - qtextencoder.html - - - QTextEncoder - qtextencoder.html - QTextEncoder - (const QTextCodec *codec) - - - - QTextEncoder - qtextencoder.html - QTextEncoder-2 - (const QTextCodec *codec, QTextCodec::ConversionFlags flags) - - - - ~QTextEncoder - qtextencoder.html - dtor.QTextEncoder - () - - - QByteArray - fromUnicode - qtextencoder.html - fromUnicode - (const QString &str) - - - QByteArray - fromUnicode - qtextencoder.html - fromUnicode-1 - (QStringView str) - - - QByteArray - fromUnicode - qtextencoder.html - fromUnicode-2 - (const QChar *uc, int len) - - - - QTextDecoder - qtextdecoder.html - - - QTextDecoder - qtextdecoder.html - QTextDecoder - (const QTextCodec *codec) - - - - QTextDecoder - qtextdecoder.html - QTextDecoder-2 - (const QTextCodec *codec, QTextCodec::ConversionFlags flags) - - - - ~QTextDecoder - qtextdecoder.html - dtor.QTextDecoder - () - - - QString - toUnicode - qtextdecoder.html - toUnicode - (const char *chars, int len) - - - QString - toUnicode - qtextdecoder.html - toUnicode-1 - (const QByteArray &ba) - - - void - toUnicode - qtextdecoder.html - toUnicode-2 - (QString *target, const char *chars, int len) - - - - QThread - qthread.html - QObject - - virtual const QMetaObject * - metaObject - qthread.html - metaObject - () const const - - - virtual void * - qt_metacast - qthread.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qthread.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qthread.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qthread.html - trUtf8 - (const char *s, const char *c, int n) - - - Qt::HANDLE - currentThreadId - qthread.html - currentThreadId - () - - - QThread * - currentThread - qthread.html - currentThread - () - - - int - idealThreadCount - qthread.html - idealThreadCount - () - - - void - yieldCurrentThread - qthread.html - yieldCurrentThread - () - - - - QThread - qthread.html - QThread - (QObject *parent) - - - virtual - ~QThread - qthread.html - dtor.QThread - () - - - Priority - qthread.html - Priority-enum - - - IdlePriority - qthread.html - Priority-enum - - - LowestPriority - qthread.html - Priority-enum - - - LowPriority - qthread.html - Priority-enum - - - NormalPriority - qthread.html - Priority-enum - - - HighPriority - qthread.html - Priority-enum - - - HighestPriority - qthread.html - Priority-enum - - - TimeCriticalPriority - qthread.html - Priority-enum - - - InheritPriority - qthread.html - Priority-enum - - - void - setPriority - qthread.html - setPriority - (QThread::Priority priority) - - - QThread::Priority - priority - qthread.html - priority - () const const - - - bool - isFinished - qthread.html - isFinished - () const const - - - bool - isRunning - qthread.html - isRunning - () const const - - - void - requestInterruption - qthread.html - requestInterruption - () - - - bool - isInterruptionRequested - qthread.html - isInterruptionRequested - () const const - - - void - setStackSize - qthread.html - setStackSize - (uint stackSize) - - - uint - stackSize - qthread.html - stackSize - () const const - - - void - exit - qthread.html - exit - (int returnCode) - - - QAbstractEventDispatcher * - eventDispatcher - qthread.html - eventDispatcher - () const const - - - void - setEventDispatcher - qthread.html - setEventDispatcher - (QAbstractEventDispatcher *eventDispatcher) - - - virtual bool - event - qthread.html - event - (QEvent *event) override - - - int - loopLevel - qthread.html - loopLevel - () const const - - - QThread * - create - qthread.html - create - (Function &&f, Args &&... args) - - - QThread * - create - qthread.html - create-1 - (Function &&f) - - - void - start - qthread.html - start - (QThread::Priority priority) - - - void - terminate - qthread.html - terminate - () - - - void - quit - qthread.html - quit - () - - - bool - wait - qthread.html - wait - (unsigned long time) - - - void - sleep - qthread.html - sleep - (unsigned long secs) - - - void - msleep - qthread.html - msleep - (unsigned long msecs) - - - void - usleep - qthread.html - usleep - (unsigned long usecs) - - - void - started - qthread.html - started - () - - - void - finished - qthread.html - finished - () - - - virtual void - run - qthread.html - run - () - - - int - exec - qthread.html - exec - () - - - void - setTerminationEnabled - qthread.html - setTerminationEnabled - (bool enabled) - - - - QThreadPool - qthreadpool.html - QObject - - virtual const QMetaObject * - metaObject - qthreadpool.html - metaObject - () const const - - - virtual void * - qt_metacast - qthreadpool.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qthreadpool.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qthreadpool.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qthreadpool.html - trUtf8 - (const char *s, const char *c, int n) - - - expiryTimeout - qthreadpool.html - expiryTimeout-prop - - - - maxThreadCount - qthreadpool.html - maxThreadCount-prop - - - - activeThreadCount - qthreadpool.html - activeThreadCount-prop - - - - stackSize - qthreadpool.html - stackSize-prop - - - - - QThreadPool - qthreadpool.html - QThreadPool - (QObject *parent) - - - virtual - ~QThreadPool - qthreadpool.html - dtor.QThreadPool - () - - - QThreadPool * - globalInstance - qthreadpool.html - globalInstance - () - - - void - start - qthreadpool.html - start - (QRunnable *runnable, int priority) - - - bool - tryStart - qthreadpool.html - tryStart - (QRunnable *runnable) - - - int - expiryTimeout - qthreadpool.html - expiryTimeout-prop - () const const - - - void - setExpiryTimeout - qthreadpool.html - expiryTimeout-prop - (int expiryTimeout) - - - int - maxThreadCount - qthreadpool.html - maxThreadCount-prop - () const const - - - void - setMaxThreadCount - qthreadpool.html - maxThreadCount-prop - (int maxThreadCount) - - - int - activeThreadCount - qthreadpool.html - activeThreadCount-prop - () const const - - - void - setStackSize - qthreadpool.html - stackSize-prop - (uint stackSize) - - - uint - stackSize - qthreadpool.html - stackSize-prop - () const const - - - void - reserveThread - qthreadpool.html - reserveThread - () - - - void - releaseThread - qthreadpool.html - releaseThread - () - - - bool - waitForDone - qthreadpool.html - waitForDone - (int msecs) - - - void - clear - qthreadpool.html - clear - () - - - void - cancel - qthreadpool-obsolete.html - cancel - (QRunnable *runnable) - - - bool - tryTake - qthreadpool.html - tryTake - (QRunnable *runnable) - - - - QThreadStorage - qthreadstorage.html - - - QThreadStorage - qthreadstorage.html - QThreadStorage - () - - - - ~QThreadStorage - qthreadstorage.html - dtor.QThreadStorage - () - - - bool - hasLocalData - qthreadstorage.html - hasLocalData - () const const - - - T & - localData - qthreadstorage.html - localData - () - - - T - localData - qthreadstorage.html - localData-1 - () const const - - - void - setLocalData - qthreadstorage.html - setLocalData - (T data) - - - - QTimeLine - qtimeline.html - QObject - - virtual const QMetaObject * - metaObject - qtimeline.html - metaObject - () const const - - - virtual void * - qt_metacast - qtimeline.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtimeline.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtimeline.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtimeline.html - trUtf8 - (const char *s, const char *c, int n) - - - duration - qtimeline.html - duration-prop - - - - updateInterval - qtimeline.html - updateInterval-prop - - - - currentTime - qtimeline.html - currentTime-prop - - - - direction - qtimeline.html - direction-prop - - - - loopCount - qtimeline.html - loopCount-prop - - - - curveShape - qtimeline.html - curveShape-prop - - - - easingCurve - qtimeline.html - easingCurve-prop - - - - State - qtimeline.html - State-enum - - - NotRunning - qtimeline.html - State-enum - - - Paused - qtimeline.html - State-enum - - - Running - qtimeline.html - State-enum - - - Direction - qtimeline.html - Direction-enum - - - Forward - qtimeline.html - Direction-enum - - - Backward - qtimeline.html - Direction-enum - - - CurveShape - qtimeline.html - CurveShape-enum - - - EaseInCurve - qtimeline.html - CurveShape-enum - - - EaseOutCurve - qtimeline.html - CurveShape-enum - - - EaseInOutCurve - qtimeline.html - CurveShape-enum - - - LinearCurve - qtimeline.html - CurveShape-enum - - - SineCurve - qtimeline.html - CurveShape-enum - - - CosineCurve - qtimeline.html - CurveShape-enum - - - - QTimeLine - qtimeline.html - QTimeLine - (int duration, QObject *parent) - - - virtual - ~QTimeLine - qtimeline.html - dtor.QTimeLine - () - - - QTimeLine::State - state - qtimeline.html - state - () const const - - - int - loopCount - qtimeline.html - loopCount-prop - () const const - - - void - setLoopCount - qtimeline.html - loopCount-prop - (int count) - - - QTimeLine::Direction - direction - qtimeline.html - direction-prop - () const const - - - void - setDirection - qtimeline.html - direction-prop - (QTimeLine::Direction direction) - - - int - duration - qtimeline.html - duration-prop - () const const - - - void - setDuration - qtimeline.html - duration-prop - (int duration) - - - int - startFrame - qtimeline.html - startFrame - () const const - - - void - setStartFrame - qtimeline.html - setStartFrame - (int frame) - - - int - endFrame - qtimeline.html - endFrame - () const const - - - void - setEndFrame - qtimeline.html - setEndFrame - (int frame) - - - void - setFrameRange - qtimeline.html - setFrameRange - (int startFrame, int endFrame) - - - int - updateInterval - qtimeline.html - updateInterval-prop - () const const - - - void - setUpdateInterval - qtimeline.html - updateInterval-prop - (int interval) - - - QTimeLine::CurveShape - curveShape - qtimeline.html - curveShape-prop - () const const - - - void - setCurveShape - qtimeline.html - curveShape-prop - (QTimeLine::CurveShape shape) - - - QEasingCurve - easingCurve - qtimeline.html - easingCurve-prop - () const const - - - void - setEasingCurve - qtimeline.html - easingCurve-prop - (const QEasingCurve &curve) - - - int - currentTime - qtimeline.html - currentTime-prop - () const const - - - int - currentFrame - qtimeline.html - currentFrame - () const const - - - qreal - currentValue - qtimeline.html - currentValue - () const const - - - int - frameForTime - qtimeline.html - frameForTime - (int msec) const const - - - virtual qreal - valueForTime - qtimeline.html - valueForTime - (int msec) const const - - - void - start - qtimeline.html - start - () - - - void - resume - qtimeline.html - resume - () - - - void - stop - qtimeline.html - stop - () - - - void - setPaused - qtimeline.html - setPaused - (bool paused) - - - void - setCurrentTime - qtimeline.html - currentTime-prop - (int msec) - - - void - toggleDirection - qtimeline.html - toggleDirection - () - - - void - valueChanged - qtimeline.html - valueChanged - (qreal value) - - - void - frameChanged - qtimeline.html - frameChanged - (int frame) - - - void - stateChanged - qtimeline.html - stateChanged - (QTimeLine::State newState) - - - void - finished - qtimeline.html - finished - () - - - virtual void - timerEvent - qtimeline.html - timerEvent - (QTimerEvent *event) override - - - - QTimer - qtimer.html - QObject - - virtual const QMetaObject * - metaObject - qtimer.html - metaObject - () const const - - - virtual void * - qt_metacast - qtimer.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtimer.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtimer.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtimer.html - trUtf8 - (const char *s, const char *c, int n) - - - singleShot - qtimer.html - singleShot-prop - - - - interval - qtimer.html - interval-prop - - - - remainingTime - qtimer.html - remainingTime-prop - - - - timerType - qtimer.html - timerType-prop - - - - active - qtimer.html - active-prop - - - - - QTimer - qtimer.html - QTimer - (QObject *parent) - - - virtual - ~QTimer - qtimer.html - dtor.QTimer - () - - - bool - isActive - qtimer.html - isActive - () const const - - - int - timerId - qtimer.html - timerId - () const const - - - void - setInterval - qtimer.html - interval-prop - (int msec) - - - int - interval - qtimer.html - interval-prop - () const const - - - int - remainingTime - qtimer.html - remainingTime-prop - () const const - - - void - setTimerType - qtimer.html - timerType-prop - (Qt::TimerType atype) - - - Qt::TimerType - timerType - qtimer.html - timerType-prop - () const const - - - void - setSingleShot - qtimer.html - singleShot-prop - (bool singleShot) - - - bool - isSingleShot - qtimer.html - singleShot-prop - () const const - - - void - singleShot - qtimer.html - singleShot - (int msec, const QObject *receiver, const char *member) - - - void - singleShot - qtimer.html - singleShot-1 - (int msec, Qt::TimerType timerType, const QObject *receiver, const char *member) - - - void - singleShot - qtimer.html - singleShot-2 - (int msec, const QObject *receiver, PointerToMemberFunction method) - - - void - singleShot - qtimer.html - singleShot-3 - (int msec, Qt::TimerType timerType, const QObject *receiver, PointerToMemberFunction method) - - - void - singleShot - qtimer.html - singleShot-4 - (int msec, Functor functor) - - - void - singleShot - qtimer.html - singleShot-5 - (int msec, Qt::TimerType timerType, Functor functor) - - - void - singleShot - qtimer.html - singleShot-6 - (int msec, const QObject *context, Functor functor) - - - void - singleShot - qtimer.html - singleShot-7 - (int msec, Qt::TimerType timerType, const QObject *context, Functor functor) - - - QMetaObject::Connection - callOnTimeout - qtimer.html - callOnTimeout - (Functor slot, Qt::ConnectionType connectionType) - - - QMetaObject::Connection - callOnTimeout - qtimer.html - callOnTimeout-1 - (const QObject *context, Functor slot, Qt::ConnectionType connectionType) - - - QMetaObject::Connection - callOnTimeout - qtimer.html - callOnTimeout-2 - (const QObject *receiver, PointerToMemberFunction slot, Qt::ConnectionType connectionType) - - - void - start - qtimer.html - start - (int msec) - - - void - start - qtimer.html - start-1 - () - - - void - stop - qtimer.html - stop - () - - - void - timeout - qtimer.html - timeout - () - - - void - setInterval - qtimer.html - interval-prop - (std::chrono::milliseconds value) - - - std::chrono::milliseconds - intervalAsDuration - qtimer.html - intervalAsDuration - () const const - - - std::chrono::milliseconds - remainingTimeAsDuration - qtimer.html - remainingTimeAsDuration - () const const - - - void - singleShot - qtimer.html - singleShot-8 - (std::chrono::milliseconds msec, const QObject *receiver, const char *member) - - - void - singleShot - qtimer.html - singleShot-9 - (std::chrono::milliseconds msec, Qt::TimerType timerType, const QObject *receiver, const char *member) - - - void - start - qtimer.html - start-2 - (std::chrono::milliseconds msec) - - - virtual void - timerEvent - qtimer.html - timerEvent - (QTimerEvent *e) override - - - - QTimeZone - qtimezone.html - - anonymous - qtimezone.html - anonymous-enum - - - MinUtcOffsetSecs - qtimezone.html - anonymous-enum - - - MaxUtcOffsetSecs - qtimezone.html - anonymous-enum - - - TimeType - qtimezone.html - TimeType-enum - - - StandardTime - qtimezone.html - TimeType-enum - - - DaylightTime - qtimezone.html - TimeType-enum - - - GenericTime - qtimezone.html - TimeType-enum - - - NameType - qtimezone.html - NameType-enum - - - DefaultName - qtimezone.html - NameType-enum - - - LongName - qtimezone.html - NameType-enum - - - ShortName - qtimezone.html - NameType-enum - - - OffsetName - qtimezone.html - NameType-enum - - QTimeZone::OffsetData - - OffsetDataList - qtimezone.html - OffsetDataList-typedef - - - - - QTimeZone - qtimezone.html - QTimeZone - () - - - - QTimeZone - qtimezone.html - QTimeZone-1 - (const QByteArray &ianaId) - - - - QTimeZone - qtimezone.html - QTimeZone-2 - (int offsetSeconds) - - - - QTimeZone - qtimezone.html - QTimeZone-3 - (const QByteArray &ianaId, int offsetSeconds, const QString &name, const QString &abbreviation, QLocale::Country country, const QString &comment) - - - - QTimeZone - qtimezone.html - QTimeZone-4 - (const QTimeZone &other) - - - - ~QTimeZone - qtimezone.html - dtor.QTimeZone - () - - - QTimeZone & - operator= - qtimezone.html - operator-eq - (const QTimeZone &other) - - - QTimeZone & - operator= - qtimezone.html - operator-eq-1 - (QTimeZone &&other) - - - void - swap - qtimezone.html - swap - (QTimeZone &other) - - - bool - operator== - qtimezone.html - operator-eq-eq - (const QTimeZone &other) const const - - - bool - operator!= - qtimezone.html - operator-not-eq - (const QTimeZone &other) const const - - - bool - isValid - qtimezone.html - isValid - () const const - - - QByteArray - id - qtimezone.html - id - () const const - - - QLocale::Country - country - qtimezone.html - country - () const const - - - QString - comment - qtimezone.html - comment - () const const - - - QString - displayName - qtimezone.html - displayName - (const QDateTime &atDateTime, QTimeZone::NameType nameType, const QLocale &locale) const const - - - QString - displayName - qtimezone.html - displayName-1 - (QTimeZone::TimeType timeType, QTimeZone::NameType nameType, const QLocale &locale) const const - - - QString - abbreviation - qtimezone.html - abbreviation - (const QDateTime &atDateTime) const const - - - int - offsetFromUtc - qtimezone.html - offsetFromUtc - (const QDateTime &atDateTime) const const - - - int - standardTimeOffset - qtimezone.html - standardTimeOffset - (const QDateTime &atDateTime) const const - - - int - daylightTimeOffset - qtimezone.html - daylightTimeOffset - (const QDateTime &atDateTime) const const - - - bool - hasDaylightTime - qtimezone.html - hasDaylightTime - () const const - - - bool - isDaylightTime - qtimezone.html - isDaylightTime - (const QDateTime &atDateTime) const const - - - QTimeZone::OffsetData - offsetData - qtimezone.html - offsetData - (const QDateTime &forDateTime) const const - - - bool - hasTransitions - qtimezone.html - hasTransitions - () const const - - - QTimeZone::OffsetData - nextTransition - qtimezone.html - nextTransition - (const QDateTime &afterDateTime) const const - - - QTimeZone::OffsetData - previousTransition - qtimezone.html - previousTransition - (const QDateTime &beforeDateTime) const const - - - QTimeZone::OffsetDataList - transitions - qtimezone.html - transitions - (const QDateTime &fromDateTime, const QDateTime &toDateTime) const const - - - QByteArray - systemTimeZoneId - qtimezone.html - systemTimeZoneId - () - - - QTimeZone - systemTimeZone - qtimezone.html - systemTimeZone - () - - - QTimeZone - utc - qtimezone.html - utc - () - - - bool - isTimeZoneIdAvailable - qtimezone.html - isTimeZoneIdAvailable - (const QByteArray &ianaId) - - - QList<QByteArray> - availableTimeZoneIds - qtimezone.html - availableTimeZoneIds - () - - - QList<QByteArray> - availableTimeZoneIds - qtimezone.html - availableTimeZoneIds-1 - (QLocale::Country country) - - - QList<QByteArray> - availableTimeZoneIds - qtimezone.html - availableTimeZoneIds-2 - (int offsetSeconds) - - - QByteArray - ianaIdToWindowsId - qtimezone.html - ianaIdToWindowsId - (const QByteArray &ianaId) - - - QByteArray - windowsIdToDefaultIanaId - qtimezone.html - windowsIdToDefaultIanaId - (const QByteArray &windowsId) - - - QByteArray - windowsIdToDefaultIanaId - qtimezone.html - windowsIdToDefaultIanaId-1 - (const QByteArray &windowsId, QLocale::Country country) - - - QList<QByteArray> - windowsIdToIanaIds - qtimezone.html - windowsIdToIanaIds - (const QByteArray &windowsId) - - - QList<QByteArray> - windowsIdToIanaIds - qtimezone.html - windowsIdToIanaIds-1 - (const QByteArray &windowsId, QLocale::Country country) - - - QTimeZone - fromCFTimeZone - qtimezone.html - fromCFTimeZone - (CFTimeZoneRef timeZone) - - - CFTimeZoneRef - toCFTimeZone - qtimezone.html - toCFTimeZone - () const const - - - QTimeZone - fromNSTimeZone - qtimezone.html - fromNSTimeZone - (const NSTimeZone *timeZone) - - - NSTimeZone * - toNSTimeZone - qtimezone.html - toNSTimeZone - () const const - - - - QTimeZone::OffsetData - qtimezone-offsetdata.html - - - QTranslator - qtranslator.html - QObject - - virtual const QMetaObject * - metaObject - qtranslator.html - metaObject - () const const - - - virtual void * - qt_metacast - qtranslator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtranslator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtranslator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtranslator.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTranslator - qtranslator.html - QTranslator - (QObject *parent) - - - virtual - ~QTranslator - qtranslator.html - dtor.QTranslator - () - - - virtual QString - translate - qtranslator.html - translate - (const char *context, const char *sourceText, const char *disambiguation, int n) const const - - - virtual bool - isEmpty - qtranslator.html - isEmpty - () const const - - - bool - load - qtranslator.html - load - (const QString &filename, const QString &directory, const QString &search_delimiters, const QString &suffix) - - - bool - load - qtranslator.html - load-1 - (const QLocale &locale, const QString &filename, const QString &prefix, const QString &directory, const QString &suffix) - - - bool - load - qtranslator.html - load-2 - (const uchar *data, int len, const QString &directory) - - - - QWaitCondition - qwaitcondition.html - - - QWaitCondition - qwaitcondition.html - QWaitCondition - () - - - - ~QWaitCondition - qwaitcondition.html - dtor.QWaitCondition - () - - - bool - wait - qwaitcondition.html - wait - (QMutex *lockedMutex, unsigned long time) - - - bool - wait - qwaitcondition.html - wait-1 - (QMutex *lockedMutex, QDeadlineTimer deadline) - - - bool - wait - qwaitcondition.html - wait-2 - (QReadWriteLock *lockedReadWriteLock, unsigned long time) - - - bool - wait - qwaitcondition.html - wait-3 - (QReadWriteLock *lockedReadWriteLock, QDeadlineTimer deadline) - - - void - wakeOne - qwaitcondition.html - wakeOne - () - - - void - wakeAll - qwaitcondition.html - wakeAll - () - - - void - notify_one - qwaitcondition.html - notify_one - () - - - void - notify_all - qwaitcondition.html - notify_all - () - - - - QWinEventNotifier - qwineventnotifier.html - QObject - - virtual const QMetaObject * - metaObject - qwineventnotifier.html - metaObject - () const const - - - virtual void * - qt_metacast - qwineventnotifier.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwineventnotifier.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwineventnotifier.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwineventnotifier.html - trUtf8 - (const char *s, const char *c, int n) - - - - QWinEventNotifier - qwineventnotifier.html - QWinEventNotifier - (QObject *parent) - - - - QWinEventNotifier - qwineventnotifier.html - QWinEventNotifier-1 - (QWinEventNotifier::HANDLE hEvent, QObject *parent) - - - virtual - ~QWinEventNotifier - qwineventnotifier.html - dtor.QWinEventNotifier - () - - - void - setHandle - qwineventnotifier.html - setHandle - (QWinEventNotifier::HANDLE hEvent) - - - QWinEventNotifier::HANDLE - handle - qwineventnotifier.html - handle - () const const - - - bool - isEnabled - qwineventnotifier.html - isEnabled - () const const - - - void - setEnabled - qwineventnotifier.html - setEnabled - (bool enable) - - - void - activated - qwineventnotifier.html - activated - (QWinEventNotifier::HANDLE hEvent) - - - virtual bool - event - qwineventnotifier.html - event - (QEvent *e) override - - - - QXmlStreamAttribute - qxmlstreamattribute.html - - - QXmlStreamAttribute - qxmlstreamattribute.html - QXmlStreamAttribute - () - - - - QXmlStreamAttribute - qxmlstreamattribute.html - QXmlStreamAttribute-1 - (const QString &qualifiedName, const QString &value) - - - - QXmlStreamAttribute - qxmlstreamattribute.html - QXmlStreamAttribute-2 - (const QString &namespaceUri, const QString &name, const QString &value) - - - - QXmlStreamAttribute - qxmlstreamattribute.html - QXmlStreamAttribute-3 - (const QXmlStreamAttribute &other) - - - - QXmlStreamAttribute - qxmlstreamattribute.html - QXmlStreamAttribute-4 - (QXmlStreamAttribute &&other) - - - QXmlStreamAttribute & - operator= - qxmlstreamattribute.html - operator-eq - (QXmlStreamAttribute &&other) - - - QXmlStreamAttribute & - operator= - qxmlstreamattribute.html - operator-eq-1 - (const QXmlStreamAttribute &other) - - - - ~QXmlStreamAttribute - qxmlstreamattribute.html - dtor.QXmlStreamAttribute - () - - - QStringRef - namespaceUri - qxmlstreamattribute.html - namespaceUri - () const const - - - QStringRef - name - qxmlstreamattribute.html - name - () const const - - - QStringRef - qualifiedName - qxmlstreamattribute.html - qualifiedName - () const const - - - QStringRef - prefix - qxmlstreamattribute.html - prefix - () const const - - - QStringRef - value - qxmlstreamattribute.html - value - () const const - - - bool - isDefault - qxmlstreamattribute.html - isDefault - () const const - - - bool - operator== - qxmlstreamattribute.html - operator-eq-eq - (const QXmlStreamAttribute &other) const const - - - bool - operator!= - qxmlstreamattribute.html - operator-not-eq - (const QXmlStreamAttribute &other) const const - - - - QXmlStreamAttributes - qxmlstreamattributes.html - - - QXmlStreamAttributes - qxmlstreamattributes.html - QXmlStreamAttributes - () - - - QStringRef - value - qxmlstreamattributes.html - value - (const QString &namespaceUri, const QString &name) const const - - - QStringRef - value - qxmlstreamattributes.html - value-1 - (const QString &namespaceUri, QLatin1String name) const const - - - QStringRef - value - qxmlstreamattributes.html - value-2 - (QLatin1String namespaceUri, QLatin1String name) const const - - - QStringRef - value - qxmlstreamattributes.html - value-3 - (const QString &qualifiedName) const const - - - QStringRef - value - qxmlstreamattributes.html - value-4 - (QLatin1String qualifiedName) const const - - - void - append - qxmlstreamattributes.html - append - (const QString &namespaceUri, const QString &name, const QString &value) - - - void - append - qxmlstreamattributes.html - append-1 - (const QString &qualifiedName, const QString &value) - - - bool - hasAttribute - qxmlstreamattributes.html - hasAttribute - (const QString &qualifiedName) const const - - - bool - hasAttribute - qxmlstreamattributes.html - hasAttribute-1 - (QLatin1String qualifiedName) const const - - - bool - hasAttribute - qxmlstreamattributes.html - hasAttribute-2 - (const QString &namespaceUri, const QString &name) const const - - - - QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - - - QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - QXmlStreamNamespaceDeclaration - () - - - - QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - QXmlStreamNamespaceDeclaration-1 - (const QXmlStreamNamespaceDeclaration &other) - - - - QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - QXmlStreamNamespaceDeclaration-2 - (QXmlStreamNamespaceDeclaration &&other) - - - QXmlStreamNamespaceDeclaration & - operator= - qxmlstreamnamespacedeclaration.html - operator-eq - (QXmlStreamNamespaceDeclaration &&other) - - - - QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - QXmlStreamNamespaceDeclaration-3 - (const QString &prefix, const QString &namespaceUri) - - - - ~QXmlStreamNamespaceDeclaration - qxmlstreamnamespacedeclaration.html - dtor.QXmlStreamNamespaceDeclaration - () - - - QXmlStreamNamespaceDeclaration & - operator= - qxmlstreamnamespacedeclaration.html - operator-eq-1 - (const QXmlStreamNamespaceDeclaration &other) - - - QStringRef - prefix - qxmlstreamnamespacedeclaration.html - prefix - () const const - - - QStringRef - namespaceUri - qxmlstreamnamespacedeclaration.html - namespaceUri - () const const - - - bool - operator== - qxmlstreamnamespacedeclaration.html - operator-eq-eq - (const QXmlStreamNamespaceDeclaration &other) const const - - - bool - operator!= - qxmlstreamnamespacedeclaration.html - operator-not-eq - (const QXmlStreamNamespaceDeclaration &other) const const - - - - QXmlStreamNotationDeclaration - qxmlstreamnotationdeclaration.html - - - QXmlStreamNotationDeclaration - qxmlstreamnotationdeclaration.html - QXmlStreamNotationDeclaration - () - - - - ~QXmlStreamNotationDeclaration - qxmlstreamnotationdeclaration.html - dtor.QXmlStreamNotationDeclaration - () - - - - QXmlStreamNotationDeclaration - qxmlstreamnotationdeclaration.html - QXmlStreamNotationDeclaration-1 - (const QXmlStreamNotationDeclaration &other) - - - - QXmlStreamNotationDeclaration - qxmlstreamnotationdeclaration.html - QXmlStreamNotationDeclaration-2 - (QXmlStreamNotationDeclaration &&other) - - - QXmlStreamNotationDeclaration & - operator= - qxmlstreamnotationdeclaration.html - operator-eq - (const QXmlStreamNotationDeclaration &other) - - - QXmlStreamNotationDeclaration & - operator= - qxmlstreamnotationdeclaration.html - operator-eq-1 - (QXmlStreamNotationDeclaration &&other) - - - QStringRef - name - qxmlstreamnotationdeclaration.html - name - () const const - - - QStringRef - systemId - qxmlstreamnotationdeclaration.html - systemId - () const const - - - QStringRef - publicId - qxmlstreamnotationdeclaration.html - publicId - () const const - - - bool - operator== - qxmlstreamnotationdeclaration.html - operator-eq-eq - (const QXmlStreamNotationDeclaration &other) const const - - - bool - operator!= - qxmlstreamnotationdeclaration.html - operator-not-eq - (const QXmlStreamNotationDeclaration &other) const const - - - - QXmlStreamEntityDeclaration - qxmlstreamentitydeclaration.html - - - QXmlStreamEntityDeclaration - qxmlstreamentitydeclaration.html - QXmlStreamEntityDeclaration - () - - - - ~QXmlStreamEntityDeclaration - qxmlstreamentitydeclaration.html - dtor.QXmlStreamEntityDeclaration - () - - - - QXmlStreamEntityDeclaration - qxmlstreamentitydeclaration.html - QXmlStreamEntityDeclaration-1 - (const QXmlStreamEntityDeclaration &other) - - - - QXmlStreamEntityDeclaration - qxmlstreamentitydeclaration.html - QXmlStreamEntityDeclaration-2 - (QXmlStreamEntityDeclaration &&other) - - - QXmlStreamEntityDeclaration & - operator= - qxmlstreamentitydeclaration.html - operator-eq - (const QXmlStreamEntityDeclaration &other) - - - QXmlStreamEntityDeclaration & - operator= - qxmlstreamentitydeclaration.html - operator-eq-1 - (QXmlStreamEntityDeclaration &&other) - - - QStringRef - name - qxmlstreamentitydeclaration.html - name - () const const - - - QStringRef - notationName - qxmlstreamentitydeclaration.html - notationName - () const const - - - QStringRef - systemId - qxmlstreamentitydeclaration.html - systemId - () const const - - - QStringRef - publicId - qxmlstreamentitydeclaration.html - publicId - () const const - - - QStringRef - value - qxmlstreamentitydeclaration.html - value - () const const - - - bool - operator== - qxmlstreamentitydeclaration.html - operator-eq-eq - (const QXmlStreamEntityDeclaration &other) const const - - - bool - operator!= - qxmlstreamentitydeclaration.html - operator-not-eq - (const QXmlStreamEntityDeclaration &other) const const - - - - QXmlStreamEntityResolver - qxmlstreamentityresolver.html - - virtual - ~QXmlStreamEntityResolver - qxmlstreamentityresolver.html - dtor.QXmlStreamEntityResolver - () - - - virtual QString - resolveUndeclaredEntity - qxmlstreamentityresolver.html - resolveUndeclaredEntity - (const QString &name) - - - - QXmlStreamReader - qxmlstreamreader.html - - namespaceProcessing - qxmlstreamreader.html - namespaceProcessing-prop - - - - TokenType - qxmlstreamreader.html - TokenType-enum - - - NoToken - qxmlstreamreader.html - TokenType-enum - - - Invalid - qxmlstreamreader.html - TokenType-enum - - - StartDocument - qxmlstreamreader.html - TokenType-enum - - - EndDocument - qxmlstreamreader.html - TokenType-enum - - - StartElement - qxmlstreamreader.html - TokenType-enum - - - EndElement - qxmlstreamreader.html - TokenType-enum - - - Characters - qxmlstreamreader.html - TokenType-enum - - - Comment - qxmlstreamreader.html - TokenType-enum - - - DTD - qxmlstreamreader.html - TokenType-enum - - - EntityReference - qxmlstreamreader.html - TokenType-enum - - - ProcessingInstruction - qxmlstreamreader.html - TokenType-enum - - - - QXmlStreamReader - qxmlstreamreader.html - QXmlStreamReader - () - - - - QXmlStreamReader - qxmlstreamreader.html - QXmlStreamReader-1 - (QIODevice *device) - - - - QXmlStreamReader - qxmlstreamreader.html - QXmlStreamReader-2 - (const QByteArray &data) - - - - QXmlStreamReader - qxmlstreamreader.html - QXmlStreamReader-3 - (const QString &data) - - - - QXmlStreamReader - qxmlstreamreader.html - QXmlStreamReader-4 - (const char *data) - - - - ~QXmlStreamReader - qxmlstreamreader.html - dtor.QXmlStreamReader - () - - - void - setDevice - qxmlstreamreader.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qxmlstreamreader.html - device - () const const - - - void - addData - qxmlstreamreader.html - addData - (const QByteArray &data) - - - void - addData - qxmlstreamreader.html - addData-1 - (const QString &data) - - - void - addData - qxmlstreamreader.html - addData-2 - (const char *data) - - - void - clear - qxmlstreamreader.html - clear - () - - - bool - atEnd - qxmlstreamreader.html - atEnd - () const const - - - QXmlStreamReader::TokenType - readNext - qxmlstreamreader.html - readNext - () - - - bool - readNextStartElement - qxmlstreamreader.html - readNextStartElement - () - - - void - skipCurrentElement - qxmlstreamreader.html - skipCurrentElement - () - - - QXmlStreamReader::TokenType - tokenType - qxmlstreamreader.html - tokenType - () const const - - - QString - tokenString - qxmlstreamreader.html - tokenString - () const const - - - void - setNamespaceProcessing - qxmlstreamreader.html - namespaceProcessing-prop - (bool ) - - - bool - namespaceProcessing - qxmlstreamreader.html - namespaceProcessing-prop - () const const - - - bool - isStartDocument - qxmlstreamreader.html - isStartDocument - () const const - - - bool - isEndDocument - qxmlstreamreader.html - isEndDocument - () const const - - - bool - isStartElement - qxmlstreamreader.html - isStartElement - () const const - - - bool - isEndElement - qxmlstreamreader.html - isEndElement - () const const - - - bool - isCharacters - qxmlstreamreader.html - isCharacters - () const const - - - bool - isWhitespace - qxmlstreamreader.html - isWhitespace - () const const - - - bool - isCDATA - qxmlstreamreader.html - isCDATA - () const const - - - bool - isComment - qxmlstreamreader.html - isComment - () const const - - - bool - isDTD - qxmlstreamreader.html - isDTD - () const const - - - bool - isEntityReference - qxmlstreamreader.html - isEntityReference - () const const - - - bool - isProcessingInstruction - qxmlstreamreader.html - isProcessingInstruction - () const const - - - bool - isStandaloneDocument - qxmlstreamreader.html - isStandaloneDocument - () const const - - - QStringRef - documentVersion - qxmlstreamreader.html - documentVersion - () const const - - - QStringRef - documentEncoding - qxmlstreamreader.html - documentEncoding - () const const - - - qint64 - lineNumber - qxmlstreamreader.html - lineNumber - () const const - - - qint64 - columnNumber - qxmlstreamreader.html - columnNumber - () const const - - - qint64 - characterOffset - qxmlstreamreader.html - characterOffset - () const const - - - QXmlStreamAttributes - attributes - qxmlstreamreader.html - attributes - () const const - - - ReadElementTextBehaviour - qxmlstreamreader.html - ReadElementTextBehaviour-enum - - - ErrorOnUnexpectedElement - qxmlstreamreader.html - ReadElementTextBehaviour-enum - - - IncludeChildElements - qxmlstreamreader.html - ReadElementTextBehaviour-enum - - - SkipChildElements - qxmlstreamreader.html - ReadElementTextBehaviour-enum - - - QString - readElementText - qxmlstreamreader.html - readElementText - (QXmlStreamReader::ReadElementTextBehaviour behaviour) - - - QStringRef - name - qxmlstreamreader.html - name - () const const - - - QStringRef - namespaceUri - qxmlstreamreader.html - namespaceUri - () const const - - - QStringRef - qualifiedName - qxmlstreamreader.html - qualifiedName - () const const - - - QStringRef - prefix - qxmlstreamreader.html - prefix - () const const - - - QStringRef - processingInstructionTarget - qxmlstreamreader.html - processingInstructionTarget - () const const - - - QStringRef - processingInstructionData - qxmlstreamreader.html - processingInstructionData - () const const - - - QStringRef - text - qxmlstreamreader.html - text - () const const - - - QXmlStreamNamespaceDeclarations - namespaceDeclarations - qxmlstreamreader.html - namespaceDeclarations - () const const - - - void - addExtraNamespaceDeclaration - qxmlstreamreader.html - addExtraNamespaceDeclaration - (const QXmlStreamNamespaceDeclaration &extraNamespaceDeclaration) - - - void - addExtraNamespaceDeclarations - qxmlstreamreader.html - addExtraNamespaceDeclarations - (const QXmlStreamNamespaceDeclarations &extraNamespaceDeclarations) - - - QXmlStreamNotationDeclarations - notationDeclarations - qxmlstreamreader.html - notationDeclarations - () const const - - - QXmlStreamEntityDeclarations - entityDeclarations - qxmlstreamreader.html - entityDeclarations - () const const - - - QStringRef - dtdName - qxmlstreamreader.html - dtdName - () const const - - - QStringRef - dtdPublicId - qxmlstreamreader.html - dtdPublicId - () const const - - - QStringRef - dtdSystemId - qxmlstreamreader.html - dtdSystemId - () const const - - - Error - qxmlstreamreader.html - Error-enum - - - NoError - qxmlstreamreader.html - Error-enum - - - UnexpectedElementError - qxmlstreamreader.html - Error-enum - - - CustomError - qxmlstreamreader.html - Error-enum - - - NotWellFormedError - qxmlstreamreader.html - Error-enum - - - PrematureEndOfDocumentError - qxmlstreamreader.html - Error-enum - - - void - raiseError - qxmlstreamreader.html - raiseError - (const QString &message) - - - QString - errorString - qxmlstreamreader.html - errorString - () const const - - - QXmlStreamReader::Error - error - qxmlstreamreader.html - error - () const const - - - bool - hasError - qxmlstreamreader.html - hasError - () const const - - - void - setEntityResolver - qxmlstreamreader.html - setEntityResolver - (QXmlStreamEntityResolver *resolver) - - - QXmlStreamEntityResolver * - entityResolver - qxmlstreamreader.html - entityResolver - () const const - - - - QXmlStreamWriter - qxmlstreamwriter.html - - autoFormatting - qxmlstreamwriter.html - autoFormatting-prop - - - - autoFormattingIndent - qxmlstreamwriter.html - autoFormattingIndent-prop - - - - - QXmlStreamWriter - qxmlstreamwriter.html - QXmlStreamWriter - () - - - - QXmlStreamWriter - qxmlstreamwriter.html - QXmlStreamWriter-1 - (QIODevice *device) - - - - QXmlStreamWriter - qxmlstreamwriter.html - QXmlStreamWriter-2 - (QByteArray *array) - - - - QXmlStreamWriter - qxmlstreamwriter.html - QXmlStreamWriter-3 - (QString *string) - - - - ~QXmlStreamWriter - qxmlstreamwriter.html - dtor.QXmlStreamWriter - () - - - void - setDevice - qxmlstreamwriter.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qxmlstreamwriter.html - device - () const const - - - void - setCodec - qxmlstreamwriter.html - setCodec - (QTextCodec *codec) - - - void - setCodec - qxmlstreamwriter.html - setCodec-1 - (const char *codecName) - - - QTextCodec * - codec - qxmlstreamwriter.html - codec - () const const - - - void - setAutoFormatting - qxmlstreamwriter.html - setAutoFormatting - (bool enable) - - - bool - autoFormatting - qxmlstreamwriter.html - autoFormatting - () const const - - - void - setAutoFormattingIndent - qxmlstreamwriter.html - autoFormattingIndent-prop - (int spacesOrTabs) - - - int - autoFormattingIndent - qxmlstreamwriter.html - autoFormattingIndent-prop - () const const - - - void - writeAttribute - qxmlstreamwriter.html - writeAttribute-1 - (const QString &qualifiedName, const QString &value) - - - void - writeAttribute - qxmlstreamwriter.html - writeAttribute - (const QString &namespaceUri, const QString &name, const QString &value) - - - void - writeAttribute - qxmlstreamwriter.html - writeAttribute-2 - (const QXmlStreamAttribute &attribute) - - - void - writeAttributes - qxmlstreamwriter.html - writeAttributes - (const QXmlStreamAttributes &attributes) - - - void - writeCDATA - qxmlstreamwriter.html - writeCDATA - (const QString &text) - - - void - writeCharacters - qxmlstreamwriter.html - writeCharacters - (const QString &text) - - - void - writeComment - qxmlstreamwriter.html - writeComment - (const QString &text) - - - void - writeDTD - qxmlstreamwriter.html - writeDTD - (const QString &dtd) - - - void - writeEmptyElement - qxmlstreamwriter.html - writeEmptyElement-1 - (const QString &qualifiedName) - - - void - writeEmptyElement - qxmlstreamwriter.html - writeEmptyElement - (const QString &namespaceUri, const QString &name) - - - void - writeTextElement - qxmlstreamwriter.html - writeTextElement-1 - (const QString &qualifiedName, const QString &text) - - - void - writeTextElement - qxmlstreamwriter.html - writeTextElement - (const QString &namespaceUri, const QString &name, const QString &text) - - - void - writeEndDocument - qxmlstreamwriter.html - writeEndDocument - () - - - void - writeEndElement - qxmlstreamwriter.html - writeEndElement - () - - - void - writeEntityReference - qxmlstreamwriter.html - writeEntityReference - (const QString &name) - - - void - writeNamespace - qxmlstreamwriter.html - writeNamespace - (const QString &namespaceUri, const QString &prefix) - - - void - writeDefaultNamespace - qxmlstreamwriter.html - writeDefaultNamespace - (const QString &namespaceUri) - - - void - writeProcessingInstruction - qxmlstreamwriter.html - writeProcessingInstruction - (const QString &target, const QString &data) - - - void - writeStartDocument - qxmlstreamwriter.html - writeStartDocument-1 - () - - - void - writeStartDocument - qxmlstreamwriter.html - writeStartDocument - (const QString &version) - - - void - writeStartDocument - qxmlstreamwriter.html - writeStartDocument-2 - (const QString &version, bool standalone) - - - void - writeStartElement - qxmlstreamwriter.html - writeStartElement-1 - (const QString &qualifiedName) - - - void - writeStartElement - qxmlstreamwriter.html - writeStartElement - (const QString &namespaceUri, const QString &name) - - - void - writeCurrentToken - qxmlstreamwriter.html - writeCurrentToken - (const QXmlStreamReader &reader) - - - bool - hasError - qxmlstreamwriter.html - hasError - () const const - - - - - - - - QRgba64 - qrgba64.html - - - QRgba64 - qrgba64.html - QRgba64 - () - - - QRgba64 - fromRgba64 - qrgba64.html - fromRgba64 - (quint64 c) - - - QRgba64 - fromRgba64 - qrgba64.html - fromRgba64-1 - (quint16 r, quint16 g, quint16 b, quint16 a) - - - QRgba64 - fromRgba - qrgba64.html - fromRgba - (quint8 red, quint8 green, quint8 blue, quint8 alpha) - - - QRgba64 - fromArgb32 - qrgba64.html - fromArgb32 - (uint rgb) - - - bool - isOpaque - qrgba64.html - isOpaque - () const const - - - bool - isTransparent - qrgba64.html - isTransparent - () const const - - - quint16 - red - qrgba64.html - red - () const const - - - quint16 - green - qrgba64.html - green - () const const - - - quint16 - blue - qrgba64.html - blue - () const const - - - quint16 - alpha - qrgba64.html - alpha - () const const - - - void - setRed - qrgba64.html - setRed - (quint16 red) - - - void - setGreen - qrgba64.html - setGreen - (quint16 green) - - - void - setBlue - qrgba64.html - setBlue - (quint16 blue) - - - void - setAlpha - qrgba64.html - setAlpha - (quint16 alpha) - - - quint8 - red8 - qrgba64.html - red8 - () const const - - - quint8 - green8 - qrgba64.html - green8 - () const const - - - quint8 - blue8 - qrgba64.html - blue8 - () const const - - - quint8 - alpha8 - qrgba64.html - alpha8 - () const const - - - uint - toArgb32 - qrgba64.html - toArgb32 - () const const - - - ushort - toRgb16 - qrgba64.html - toRgb16 - () const const - - - QRgba64 - premultiplied - qrgba64.html - premultiplied - () const const - - - QRgba64 - unpremultiplied - qrgba64.html - unpremultiplied - () const const - - - quint64 - operator quint64 - qrgba64.html - operator-quint64 - () const const - - - QRgba64 - operator= - qrgba64.html - operator-eq - (quint64 rgba) - - - - QColor - qcolor.html - - Spec - qcolor.html - Spec-enum - - - Invalid - qcolor.html - Spec-enum - - - Rgb - qcolor.html - Spec-enum - - - Hsv - qcolor.html - Spec-enum - - - Cmyk - qcolor.html - Spec-enum - - - Hsl - qcolor.html - Spec-enum - - - NameFormat - qcolor.html - NameFormat-enum - - - HexRgb - qcolor.html - NameFormat-enum - - - HexArgb - qcolor.html - NameFormat-enum - - - - QColor - qcolor.html - QColor - () - - - - QColor - qcolor.html - QColor-1 - (Qt::GlobalColor color) - - - - QColor - qcolor.html - QColor-2 - (int r, int g, int b, int a) - - - - QColor - qcolor.html - QColor-3 - (QRgb color) - - - - QColor - qcolor.html - QColor-4 - (QRgba64 rgba64) - - - - QColor - qcolor.html - QColor-5 - (const QString &name) - - - - QColor - qcolor.html - QColor-6 - (QStringView name) - - - - QColor - qcolor.html - QColor-7 - (const char *name) - - - - QColor - qcolor.html - QColor-8 - (QLatin1String name) - - - - QColor - qcolor.html - QColor-10 - (const QColor &color) - - - - QColor - qcolor.html - QColor-11 - (QColor &&other) - - - QColor & - operator= - qcolor.html - operator-eq - (QColor &&other) - - - QColor & - operator= - qcolor.html - operator-eq-1 - (const QColor &color) - - - QColor & - operator= - qcolor.html - operator-eq-2 - (Qt::GlobalColor color) - - - bool - isValid - qcolor.html - isValid - () const const - - - QString - name - qcolor.html - name - () const const - - - QString - name - qcolor.html - name-1 - (QColor::NameFormat format) const const - - - void - setNamedColor - qcolor.html - setNamedColor - (const QString &name) - - - void - setNamedColor - qcolor.html - setNamedColor-1 - (QStringView name) - - - void - setNamedColor - qcolor.html - setNamedColor-2 - (QLatin1String name) - - - QStringList - colorNames - qcolor.html - colorNames - () - - - QColor::Spec - spec - qcolor.html - spec - () const const - - - int - alpha - qcolor.html - alpha - () const const - - - void - setAlpha - qcolor.html - setAlpha - (int alpha) - - - qreal - alphaF - qcolor.html - alphaF - () const const - - - void - setAlphaF - qcolor.html - setAlphaF - (qreal alpha) - - - int - red - qcolor.html - red - () const const - - - int - green - qcolor.html - green - () const const - - - int - blue - qcolor.html - blue - () const const - - - void - setRed - qcolor.html - setRed - (int red) - - - void - setGreen - qcolor.html - setGreen - (int green) - - - void - setBlue - qcolor.html - setBlue - (int blue) - - - qreal - redF - qcolor.html - redF - () const const - - - qreal - greenF - qcolor.html - greenF - () const const - - - qreal - blueF - qcolor.html - blueF - () const const - - - void - setRedF - qcolor.html - setRedF - (qreal red) - - - void - setGreenF - qcolor.html - setGreenF - (qreal green) - - - void - setBlueF - qcolor.html - setBlueF - (qreal blue) - - - void - getRgb - qcolor.html - getRgb - (int *r, int *g, int *b, int *a) const const - - - void - setRgb - qcolor.html - setRgb - (int r, int g, int b, int a) - - - void - getRgbF - qcolor.html - getRgbF - (qreal *r, qreal *g, qreal *b, qreal *a) const const - - - void - setRgbF - qcolor.html - setRgbF - (qreal r, qreal g, qreal b, qreal a) - - - QRgba64 - rgba64 - qcolor.html - rgba64 - () const const - - - void - setRgba64 - qcolor.html - setRgba64 - (QRgba64 rgba) - - - QRgb - rgba - qcolor.html - rgba - () const const - - - void - setRgba - qcolor.html - setRgba - (QRgb rgba) - - - QRgb - rgb - qcolor.html - rgb - () const const - - - void - setRgb - qcolor.html - setRgb-1 - (QRgb rgb) - - - int - hue - qcolor.html - hue - () const const - - - int - saturation - qcolor.html - saturation - () const const - - - int - hsvHue - qcolor.html - hsvHue - () const const - - - int - hsvSaturation - qcolor.html - hsvSaturation - () const const - - - int - value - qcolor.html - value - () const const - - - qreal - hueF - qcolor.html - hueF - () const const - - - qreal - saturationF - qcolor.html - saturationF - () const const - - - qreal - hsvHueF - qcolor.html - hsvHueF - () const const - - - qreal - hsvSaturationF - qcolor.html - hsvSaturationF - () const const - - - qreal - valueF - qcolor.html - valueF - () const const - - - void - getHsv - qcolor.html - getHsv - (int *h, int *s, int *v, int *a) const const - - - void - setHsv - qcolor.html - setHsv - (int h, int s, int v, int a) - - - void - getHsvF - qcolor.html - getHsvF - (qreal *h, qreal *s, qreal *v, qreal *a) const const - - - void - setHsvF - qcolor.html - setHsvF - (qreal h, qreal s, qreal v, qreal a) - - - int - cyan - qcolor.html - cyan - () const const - - - int - magenta - qcolor.html - magenta - () const const - - - int - yellow - qcolor.html - yellow - () const const - - - int - black - qcolor.html - black - () const const - - - qreal - cyanF - qcolor.html - cyanF - () const const - - - qreal - magentaF - qcolor.html - magentaF - () const const - - - qreal - yellowF - qcolor.html - yellowF - () const const - - - qreal - blackF - qcolor.html - blackF - () const const - - - void - getCmyk - qcolor.html - getCmyk - (int *c, int *m, int *y, int *k, int *a) - - - void - setCmyk - qcolor.html - setCmyk - (int c, int m, int y, int k, int a) - - - void - getCmykF - qcolor.html - getCmykF - (qreal *c, qreal *m, qreal *y, qreal *k, qreal *a) - - - void - setCmykF - qcolor.html - setCmykF - (qreal c, qreal m, qreal y, qreal k, qreal a) - - - int - hslHue - qcolor.html - hslHue - () const const - - - int - hslSaturation - qcolor.html - hslSaturation - () const const - - - int - lightness - qcolor.html - lightness - () const const - - - qreal - hslHueF - qcolor.html - hslHueF - () const const - - - qreal - hslSaturationF - qcolor.html - hslSaturationF - () const const - - - qreal - lightnessF - qcolor.html - lightnessF - () const const - - - void - getHsl - qcolor.html - getHsl - (int *h, int *s, int *l, int *a) const const - - - void - setHsl - qcolor.html - setHsl - (int h, int s, int l, int a) - - - void - getHslF - qcolor.html - getHslF - (qreal *h, qreal *s, qreal *l, qreal *a) const const - - - void - setHslF - qcolor.html - setHslF - (qreal h, qreal s, qreal l, qreal a) - - - QColor - toRgb - qcolor.html - toRgb - () const const - - - QColor - toHsv - qcolor.html - toHsv - () const const - - - QColor - toCmyk - qcolor.html - toCmyk - () const const - - - QColor - toHsl - qcolor.html - toHsl - () const const - - - QColor - convertTo - qcolor.html - convertTo - (QColor::Spec colorSpec) const const - - - QColor - fromRgb - qcolor.html - fromRgb - (QRgb rgb) - - - QColor - fromRgba - qcolor.html - fromRgba - (QRgb rgba) - - - QColor - fromRgb - qcolor.html - fromRgb-1 - (int r, int g, int b, int a) - - - QColor - fromRgbF - qcolor.html - fromRgbF - (qreal r, qreal g, qreal b, qreal a) - - - QColor - fromRgba64 - qcolor.html - fromRgba64 - (ushort r, ushort g, ushort b, ushort a) - - - QColor - fromRgba64 - qcolor.html - fromRgba64-1 - (QRgba64 rgba64) - - - QColor - fromHsv - qcolor.html - fromHsv - (int h, int s, int v, int a) - - - QColor - fromHsvF - qcolor.html - fromHsvF - (qreal h, qreal s, qreal v, qreal a) - - - QColor - fromCmyk - qcolor.html - fromCmyk - (int c, int m, int y, int k, int a) - - - QColor - fromCmykF - qcolor.html - fromCmykF - (qreal c, qreal m, qreal y, qreal k, qreal a) - - - QColor - fromHsl - qcolor.html - fromHsl - (int h, int s, int l, int a) - - - QColor - fromHslF - qcolor.html - fromHslF - (qreal h, qreal s, qreal l, qreal a) - - - QColor - light - qcolor-obsolete.html - light - (int factor) const const - - - QColor - lighter - qcolor.html - lighter - (int factor) const const - - - QColor - dark - qcolor-obsolete.html - dark - (int factor) const const - - - QColor - darker - qcolor.html - darker - (int factor) const const - - - bool - operator== - qcolor.html - operator-eq-eq - (const QColor &color) const const - - - bool - operator!= - qcolor.html - operator-not-eq - (const QColor &color) const const - - - QVariant - operator QVariant - qcolor.html - operator-QVariant - () const const - - - bool - isValidColor - qcolor.html - isValidColor - (const QString &name) - - - bool - isValidColor - qcolor.html - isValidColor-1 - (QStringView name) - - - bool - isValidColor - qcolor.html - isValidColor-2 - (QLatin1String name) - - - - QRegion - qregion.html - - RegionType - qregion.html - RegionType-enum - - - Rectangle - qregion.html - RegionType-enum - - - Ellipse - qregion.html - RegionType-enum - - - - QRegion - qregion.html - QRegion - () - - - - QRegion - qregion.html - QRegion-1 - (int x, int y, int w, int h, QRegion::RegionType t) - - - - QRegion - qregion.html - QRegion-2 - (const QRect &r, QRegion::RegionType t) - - - - QRegion - qregion.html - QRegion-3 - (const QPolygon &a, Qt::FillRule fillRule) - - - - QRegion - qregion.html - QRegion-4 - (const QRegion &r) - - - - QRegion - qregion.html - QRegion-5 - (QRegion &&other) - - - - QRegion - qregion.html - QRegion-6 - (const QBitmap &bm) - - - QRegion & - operator= - qregion.html - operator-eq - (const QRegion &r) - - - QRegion & - operator= - qregion.html - operator-eq-1 - (QRegion &&other) - - - void - swap - qregion.html - swap - (QRegion &other) - - - bool - isEmpty - qregion.html - isEmpty - () const const - - - bool - isNull - qregion.html - isNull - () const const - - - const_iterator - qregion.html - const_iterator-typedef - - - - const_reverse_iterator - qregion.html - const_reverse_iterator-typedef - - - - QRegion::const_iterator - begin - qregion.html - begin - () const const - - - QRegion::const_iterator - cbegin - qregion.html - cbegin - () const const - - - QRegion::const_iterator - end - qregion.html - end - () const const - - - QRegion::const_iterator - cend - qregion.html - cend - () const const - - - QRegion::const_reverse_iterator - rbegin - qregion.html - rbegin - () const const - - - QRegion::const_reverse_iterator - crbegin - qregion.html - crbegin - () const const - - - QRegion::const_reverse_iterator - rend - qregion.html - rend - () const const - - - QRegion::const_reverse_iterator - crend - qregion.html - crend - () const const - - - bool - contains - qregion.html - contains - (const QPoint &p) const const - - - bool - contains - qregion.html - contains-1 - (const QRect &r) const const - - - void - translate - qregion.html - translate - (int dx, int dy) - - - void - translate - qregion.html - translate-1 - (const QPoint &point) - - - QRegion - translated - qregion.html - translated - (int dx, int dy) const const - - - QRegion - translated - qregion.html - translated-1 - (const QPoint &p) const const - - - QRegion - united - qregion.html - united - (const QRegion &r) const const - - - QRegion - united - qregion.html - united-1 - (const QRect &rect) const const - - - QRegion - intersected - qregion.html - intersected - (const QRegion &r) const const - - - QRegion - intersected - qregion.html - intersected-1 - (const QRect &rect) const const - - - QRegion - subtracted - qregion.html - subtracted - (const QRegion &r) const const - - - QRegion - xored - qregion.html - xored - (const QRegion &r) const const - - - QRegion - unite - qregion-obsolete.html - unite - (const QRegion &r) const const - - - QRegion - unite - qregion-obsolete.html - unite-1 - (const QRect &rect) const const - - - QRegion - intersect - qregion-obsolete.html - intersect - (const QRegion &r) const const - - - QRegion - intersect - qregion-obsolete.html - intersect-1 - (const QRect &rect) const const - - - QRegion - subtract - qregion-obsolete.html - subtract - (const QRegion &r) const const - - - QRegion - eor - qregion-obsolete.html - eor - (const QRegion &r) const const - - - bool - intersects - qregion.html - intersects - (const QRegion &region) const const - - - bool - intersects - qregion.html - intersects-1 - (const QRect &rect) const const - - - QRect - boundingRect - qregion.html - boundingRect - () const const - - - QVector<QRect> - rects - qregion-obsolete.html - rects - () const const - - - void - setRects - qregion.html - setRects - (const QRect *rects, int number) - - - int - rectCount - qregion.html - rectCount - () const const - - - const QRegion - operator| - qregion.html - operator-7c - (const QRegion &r) const const - - - const QRegion - operator+ - qregion.html - operator-2b - (const QRegion &r) const const - - - const QRegion - operator+ - qregion.html - operator-2b-1 - (const QRect &r) const const - - - const QRegion - operator& - qregion.html - operator-and - (const QRegion &r) const const - - - const QRegion - operator& - qregion.html - operator-and-1 - (const QRect &r) const const - - - const QRegion - operator- - qregion.html - operator- - (const QRegion &r) const const - - - const QRegion - operator^ - qregion.html - operator-5e - (const QRegion &r) const const - - - QRegion & - operator|= - qregion.html - operator-7c-eq - (const QRegion &r) - - - QRegion & - operator+= - qregion.html - operator-2b-eq - (const QRegion &r) - - - QRegion & - operator+= - qregion.html - operator-2b-eq-1 - (const QRect &rect) - - - QRegion & - operator&= - qregion.html - operator-and-eq - (const QRegion &r) - - - QRegion & - operator&= - qregion.html - operator-and-eq-1 - (const QRect &r) - - - QRegion & - operator-= - qregion.html - operator--eq - (const QRegion &r) - - - QRegion & - operator^= - qregion.html - operator-5e-eq - (const QRegion &r) - - - bool - operator== - qregion.html - operator-eq-eq - (const QRegion &r) const const - - - bool - operator!= - qregion.html - operator-not-eq - (const QRegion &other) const const - - - QVariant - operator QVariant - qregion.html - operator-QVariant - () const const - - - - QKeySequence - qkeysequence.html - - void - qt_check_for_QGADGET_macro - qkeysequence.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qkeysequence.html - QtGadgetHelper-typedef - - - - StandardKey - qkeysequence.html - StandardKey-enum - - - UnknownKey - qkeysequence.html - StandardKey-enum - - - HelpContents - qkeysequence.html - StandardKey-enum - - - WhatsThis - qkeysequence.html - StandardKey-enum - - - Open - qkeysequence.html - StandardKey-enum - - - Close - qkeysequence.html - StandardKey-enum - - - Save - qkeysequence.html - StandardKey-enum - - - New - qkeysequence.html - StandardKey-enum - - - Delete - qkeysequence.html - StandardKey-enum - - - Cut - qkeysequence.html - StandardKey-enum - - - Copy - qkeysequence.html - StandardKey-enum - - - Paste - qkeysequence.html - StandardKey-enum - - - Undo - qkeysequence.html - StandardKey-enum - - - Redo - qkeysequence.html - StandardKey-enum - - - Back - qkeysequence.html - StandardKey-enum - - - Forward - qkeysequence.html - StandardKey-enum - - - Refresh - qkeysequence.html - StandardKey-enum - - - ZoomIn - qkeysequence.html - StandardKey-enum - - - ZoomOut - qkeysequence.html - StandardKey-enum - - - Print - qkeysequence.html - StandardKey-enum - - - AddTab - qkeysequence.html - StandardKey-enum - - - NextChild - qkeysequence.html - StandardKey-enum - - - PreviousChild - qkeysequence.html - StandardKey-enum - - - Find - qkeysequence.html - StandardKey-enum - - - FindNext - qkeysequence.html - StandardKey-enum - - - FindPrevious - qkeysequence.html - StandardKey-enum - - - Replace - qkeysequence.html - StandardKey-enum - - - SelectAll - qkeysequence.html - StandardKey-enum - - - Bold - qkeysequence.html - StandardKey-enum - - - Italic - qkeysequence.html - StandardKey-enum - - - Underline - qkeysequence.html - StandardKey-enum - - - MoveToNextChar - qkeysequence.html - StandardKey-enum - - - MoveToPreviousChar - qkeysequence.html - StandardKey-enum - - - MoveToNextWord - qkeysequence.html - StandardKey-enum - - - MoveToPreviousWord - qkeysequence.html - StandardKey-enum - - - MoveToNextLine - qkeysequence.html - StandardKey-enum - - - MoveToPreviousLine - qkeysequence.html - StandardKey-enum - - - MoveToNextPage - qkeysequence.html - StandardKey-enum - - - MoveToPreviousPage - qkeysequence.html - StandardKey-enum - - - MoveToStartOfLine - qkeysequence.html - StandardKey-enum - - - MoveToEndOfLine - qkeysequence.html - StandardKey-enum - - - MoveToStartOfBlock - qkeysequence.html - StandardKey-enum - - - MoveToEndOfBlock - qkeysequence.html - StandardKey-enum - - - MoveToStartOfDocument - qkeysequence.html - StandardKey-enum - - - MoveToEndOfDocument - qkeysequence.html - StandardKey-enum - - - SelectNextChar - qkeysequence.html - StandardKey-enum - - - SelectPreviousChar - qkeysequence.html - StandardKey-enum - - - SelectNextWord - qkeysequence.html - StandardKey-enum - - - SelectPreviousWord - qkeysequence.html - StandardKey-enum - - - SelectNextLine - qkeysequence.html - StandardKey-enum - - - SelectPreviousLine - qkeysequence.html - StandardKey-enum - - - SelectNextPage - qkeysequence.html - StandardKey-enum - - - SelectPreviousPage - qkeysequence.html - StandardKey-enum - - - SelectStartOfLine - qkeysequence.html - StandardKey-enum - - - SelectEndOfLine - qkeysequence.html - StandardKey-enum - - - SelectStartOfBlock - qkeysequence.html - StandardKey-enum - - - SelectEndOfBlock - qkeysequence.html - StandardKey-enum - - - SelectStartOfDocument - qkeysequence.html - StandardKey-enum - - - SelectEndOfDocument - qkeysequence.html - StandardKey-enum - - - DeleteStartOfWord - qkeysequence.html - StandardKey-enum - - - DeleteEndOfWord - qkeysequence.html - StandardKey-enum - - - DeleteEndOfLine - qkeysequence.html - StandardKey-enum - - - InsertParagraphSeparator - qkeysequence.html - StandardKey-enum - - - InsertLineSeparator - qkeysequence.html - StandardKey-enum - - - SaveAs - qkeysequence.html - StandardKey-enum - - - Preferences - qkeysequence.html - StandardKey-enum - - - Quit - qkeysequence.html - StandardKey-enum - - - FullScreen - qkeysequence.html - StandardKey-enum - - - Deselect - qkeysequence.html - StandardKey-enum - - - DeleteCompleteLine - qkeysequence.html - StandardKey-enum - - - Backspace - qkeysequence.html - StandardKey-enum - - - Cancel - qkeysequence.html - StandardKey-enum - - - SequenceFormat - qkeysequence.html - SequenceFormat-enum - - - NativeText - qkeysequence.html - SequenceFormat-enum - - - PortableText - qkeysequence.html - SequenceFormat-enum - - - - QKeySequence - qkeysequence.html - QKeySequence - () - - - - QKeySequence - qkeysequence.html - QKeySequence-1 - (const QString &key, QKeySequence::SequenceFormat format) - - - - QKeySequence - qkeysequence.html - QKeySequence-2 - (int k1, int k2, int k3, int k4) - - - - QKeySequence - qkeysequence.html - QKeySequence-3 - (const QKeySequence &keysequence) - - - - QKeySequence - qkeysequence.html - QKeySequence-4 - (QKeySequence::StandardKey key) - - - - ~QKeySequence - qkeysequence.html - dtor.QKeySequence - () - - - int - count - qkeysequence.html - count - () const const - - - bool - isEmpty - qkeysequence.html - isEmpty - () const const - - - SequenceMatch - qkeysequence.html - SequenceMatch-enum - - - NoMatch - qkeysequence.html - SequenceMatch-enum - - - PartialMatch - qkeysequence.html - SequenceMatch-enum - - - ExactMatch - qkeysequence.html - SequenceMatch-enum - - - QString - toString - qkeysequence.html - toString - (QKeySequence::SequenceFormat format) const const - - - QKeySequence - fromString - qkeysequence.html - fromString - (const QString &str, QKeySequence::SequenceFormat format) - - - QList<QKeySequence> - listFromString - qkeysequence.html - listFromString - (const QString &str, QKeySequence::SequenceFormat format) - - - QString - listToString - qkeysequence.html - listToString - (const QList<QKeySequence> &list, QKeySequence::SequenceFormat format) - - - QKeySequence::SequenceMatch - matches - qkeysequence.html - matches - (const QKeySequence &seq) const const - - - QKeySequence - mnemonic - qkeysequence.html - mnemonic - (const QString &text) - - - QList<QKeySequence> - keyBindings - qkeysequence.html - keyBindings - (QKeySequence::StandardKey key) - - - QString - operator QString - qkeysequence-obsolete.html - operator-QString - () const const - - - int - operator int - qkeysequence-obsolete.html - operator-int - () const const - - - QVariant - operator QVariant - qkeysequence.html - operator-QVariant - () const const - - - int - operator[] - qkeysequence.html - operator-5b-5d - (uint index) const const - - - QKeySequence & - operator= - qkeysequence.html - operator-eq - (const QKeySequence &other) - - - QKeySequence & - operator= - qkeysequence.html - operator-eq-1 - (QKeySequence &&other) - - - void - swap - qkeysequence.html - swap - (QKeySequence &other) - - - bool - operator== - qkeysequence.html - operator-eq-eq - (const QKeySequence &other) const const - - - bool - operator!= - qkeysequence.html - operator-not-eq - (const QKeySequence &other) const const - - - bool - operator< - qkeysequence.html - operator-lt - (const QKeySequence &other) const const - - - bool - operator> - qkeysequence.html - operator-gt - (const QKeySequence &other) const const - - - bool - operator<= - qkeysequence.html - operator-lt-eq - (const QKeySequence &other) const const - - - bool - operator>= - qkeysequence.html - operator-gt-eq - (const QKeySequence &other) const const - - - - QVector2D - qvector2d.html - - - QVector2D - qvector2d.html - QVector2D - () - - - - QVector2D - qvector2d.html - QVector2D-2 - (float xpos, float ypos) - - - - QVector2D - qvector2d.html - QVector2D-3 - (const QPoint &point) - - - - QVector2D - qvector2d.html - QVector2D-4 - (const QPointF &point) - - - - QVector2D - qvector2d.html - QVector2D-5 - (const QVector3D &vector) - - - - QVector2D - qvector2d.html - QVector2D-6 - (const QVector4D &vector) - - - bool - isNull - qvector2d.html - isNull - () const const - - - float - x - qvector2d.html - x - () const const - - - float - y - qvector2d.html - y - () const const - - - void - setX - qvector2d.html - setX - (float x) - - - void - setY - qvector2d.html - setY - (float y) - - - float & - operator[] - qvector2d.html - operator-5b-5d - (int i) - - - float - operator[] - qvector2d.html - operator-5b-5d-1 - (int i) const const - - - float - length - qvector2d.html - length - () const const - - - float - lengthSquared - qvector2d.html - lengthSquared - () const const - - - QVector2D - normalized - qvector2d.html - normalized - () const const - - - void - normalize - qvector2d.html - normalize - () - - - float - distanceToPoint - qvector2d.html - distanceToPoint - (const QVector2D &point) const const - - - float - distanceToLine - qvector2d.html - distanceToLine - (const QVector2D &point, const QVector2D &direction) const const - - - QVector2D & - operator+= - qvector2d.html - operator-2b-eq - (const QVector2D &vector) - - - QVector2D & - operator-= - qvector2d.html - operator--eq - (const QVector2D &vector) - - - QVector2D & - operator*= - qvector2d.html - operator-2a-eq - (float factor) - - - QVector2D & - operator*= - qvector2d.html - operator-2a-eq-1 - (const QVector2D &vector) - - - QVector2D & - operator/= - qvector2d.html - operator-2f-eq - (float divisor) - - - QVector2D & - operator/= - qvector2d.html - operator-2f-eq-1 - (const QVector2D &vector) - - - float - dotProduct - qvector2d.html - dotProduct - (const QVector2D &v1, const QVector2D &v2) - - - QVector3D - toVector3D - qvector2d.html - toVector3D - () const const - - - QVector4D - toVector4D - qvector2d.html - toVector4D - () const const - - - QPoint - toPoint - qvector2d.html - toPoint - () const const - - - QPointF - toPointF - qvector2d.html - toPointF - () const const - - - QVariant - operator QVariant - qvector2d.html - operator-QVariant - () const const - - - - QTouchDevice - qtouchdevice.html - - void - qt_check_for_QGADGET_macro - qtouchdevice.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qtouchdevice.html - QtGadgetHelper-typedef - - - - DeviceType - qtouchdevice.html - DeviceType-enum - - - TouchScreen - qtouchdevice.html - DeviceType-enum - - - TouchPad - qtouchdevice.html - DeviceType-enum - - - CapabilityFlag - qtouchdevice.html - CapabilityFlag-enum - - - Position - qtouchdevice.html - CapabilityFlag-enum - - - Area - qtouchdevice.html - CapabilityFlag-enum - - - Pressure - qtouchdevice.html - CapabilityFlag-enum - - - Velocity - qtouchdevice.html - CapabilityFlag-enum - - - RawPositions - qtouchdevice.html - CapabilityFlag-enum - - - NormalizedPosition - qtouchdevice.html - CapabilityFlag-enum - - - MouseEmulation - qtouchdevice.html - CapabilityFlag-enum - - - Capabilities - qtouchdevice.html - CapabilityFlag-enum - - - - - QTouchDevice - qtouchdevice.html - QTouchDevice - () - - - - ~QTouchDevice - qtouchdevice.html - dtor.QTouchDevice - () - - - QList<const QTouchDevice *> - devices - qtouchdevice.html - devices - () - - - QString - name - qtouchdevice.html - name - () const const - - - QTouchDevice::DeviceType - type - qtouchdevice.html - type - () const const - - - QTouchDevice::Capabilities - capabilities - qtouchdevice.html - capabilities - () const const - - - int - maximumTouchPoints - qtouchdevice.html - maximumTouchPoints - () const const - - - void - setName - qtouchdevice.html - setName - (const QString &name) - - - void - setType - qtouchdevice.html - setType - (QTouchDevice::DeviceType devType) - - - void - setCapabilities - qtouchdevice.html - setCapabilities - (QTouchDevice::Capabilities caps) - - - void - setMaximumTouchPoints - qtouchdevice.html - setMaximumTouchPoints - (int max) - - - - QInputEvent - qinputevent.html - QEvent - - Qt::KeyboardModifiers - modifiers - qinputevent.html - modifiers - () const const - - - ulong - timestamp - qinputevent.html - timestamp - () const const - - - - QEnterEvent - qenterevent.html - QEvent - - - QEnterEvent - qenterevent.html - QEnterEvent - (const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos) - - - QPoint - pos - qenterevent.html - pos - () const const - - - QPoint - globalPos - qenterevent.html - globalPos - () const const - - - int - x - qenterevent.html - x - () const const - - - int - y - qenterevent.html - y - () const const - - - int - globalX - qenterevent.html - globalX - () const const - - - int - globalY - qenterevent.html - globalY - () const const - - - const QPointF & - localPos - qenterevent.html - localPos - () const const - - - const QPointF & - windowPos - qenterevent.html - windowPos - () const const - - - const QPointF & - screenPos - qenterevent.html - screenPos - () const const - - - - QMouseEvent - qmouseevent.html - QInputEvent - - - QMouseEvent - qmouseevent.html - QMouseEvent - (QEvent::Type type, const QPointF &localPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) - - - - QMouseEvent - qmouseevent.html - QMouseEvent-1 - (QEvent::Type type, const QPointF &localPos, const QPointF &screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) - - - - QMouseEvent - qmouseevent.html - QMouseEvent-2 - (QEvent::Type type, const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) - - - - QMouseEvent - qmouseevent.html - QMouseEvent-3 - (QEvent::Type type, const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos, Qt::MouseButton button, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::MouseEventSource source) - - - QPoint - pos - qmouseevent.html - pos - () const const - - - QPoint - globalPos - qmouseevent.html - globalPos - () const const - - - int - x - qmouseevent.html - x - () const const - - - int - y - qmouseevent.html - y - () const const - - - int - globalX - qmouseevent.html - globalX - () const const - - - int - globalY - qmouseevent.html - globalY - () const const - - - const QPointF & - localPos - qmouseevent.html - localPos - () const const - - - const QPointF & - windowPos - qmouseevent.html - windowPos - () const const - - - const QPointF & - screenPos - qmouseevent.html - screenPos - () const const - - - Qt::MouseButton - button - qmouseevent.html - button - () const const - - - Qt::MouseButtons - buttons - qmouseevent.html - buttons - () const const - - - QPointF - posF - qmouseevent-obsolete.html - posF - () const const - - - Qt::MouseEventSource - source - qmouseevent.html - source - () const const - - - Qt::MouseEventFlags - flags - qmouseevent.html - flags - () const const - - - - QHoverEvent - qhoverevent.html - QInputEvent - - - QHoverEvent - qhoverevent.html - QHoverEvent - (QEvent::Type type, const QPointF &pos, const QPointF &oldPos, Qt::KeyboardModifiers modifiers) - - - QPoint - pos - qhoverevent.html - pos - () const const - - - QPoint - oldPos - qhoverevent.html - oldPos - () const const - - - const QPointF & - posF - qhoverevent.html - posF - () const const - - - const QPointF & - oldPosF - qhoverevent.html - oldPosF - () const const - - - - QWheelEvent - qwheelevent.html - QInputEvent - - - QWheelEvent - qwheelevent-obsolete.html - QWheelEvent-2 - (const QPointF &pos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient) - - - - QWheelEvent - qwheelevent-obsolete.html - QWheelEvent-1 - (const QPointF &pos, const QPointF &globalPos, int delta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::Orientation orient) - - - - QWheelEvent - qwheelevent.html - QWheelEvent - (const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) - - - - QWheelEvent - qwheelevent.html - QWheelEvent-3 - (const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase) - - - - QWheelEvent - qwheelevent.html - QWheelEvent-4 - (const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source) - - - - QWheelEvent - qwheelevent.html - QWheelEvent-5 - (const QPointF &pos, const QPointF &globalPos, QPoint pixelDelta, QPoint angleDelta, int qt4Delta, Qt::Orientation qt4Orientation, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, Qt::MouseEventSource source, bool inverted) - - - - QWheelEvent - qwheelevent.html - QWheelEvent-6 - (QPointF pos, QPointF globalPos, QPoint pixelDelta, QPoint angleDelta, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, Qt::ScrollPhase phase, bool inverted, Qt::MouseEventSource source) - - - QPoint - pixelDelta - qwheelevent.html - pixelDelta - () const const - - - QPoint - angleDelta - qwheelevent.html - angleDelta - () const const - - - int - delta - qwheelevent-obsolete.html - delta - () const const - - - Qt::Orientation - orientation - qwheelevent-obsolete.html - orientation - () const const - - - QPoint - pos - qwheelevent.html - pos - () const const - - - QPoint - globalPos - qwheelevent.html - globalPos - () const const - - - int - x - qwheelevent.html - x - () const const - - - int - y - qwheelevent.html - y - () const const - - - int - globalX - qwheelevent.html - globalX - () const const - - - int - globalY - qwheelevent.html - globalY - () const const - - - const QPointF & - posF - qwheelevent.html - posF - () const const - - - const QPointF & - globalPosF - qwheelevent.html - globalPosF - () const const - - - Qt::MouseButtons - buttons - qwheelevent.html - buttons - () const const - - - Qt::ScrollPhase - phase - qwheelevent.html - phase - () const const - - - bool - inverted - qwheelevent.html - inverted - () const const - - - Qt::MouseEventSource - source - qwheelevent.html - source - () const const - - - - QTabletEvent - qtabletevent.html - QInputEvent - - void - qt_check_for_QGADGET_macro - qtabletevent.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qtabletevent.html - QtGadgetHelper-typedef - - - - TabletDevice - qtabletevent.html - TabletDevice-enum - - - NoDevice - qtabletevent.html - TabletDevice-enum - - - Puck - qtabletevent.html - TabletDevice-enum - - - Stylus - qtabletevent.html - TabletDevice-enum - - - Airbrush - qtabletevent.html - TabletDevice-enum - - - FourDMouse - qtabletevent.html - TabletDevice-enum - - - XFreeEraser - qtabletevent.html - TabletDevice-enum - - - RotationStylus - qtabletevent.html - TabletDevice-enum - - - PointerType - qtabletevent.html - PointerType-enum - - - UnknownPointer - qtabletevent.html - PointerType-enum - - - Pen - qtabletevent.html - PointerType-enum - - - Cursor - qtabletevent.html - PointerType-enum - - - Eraser - qtabletevent.html - PointerType-enum - - - - QTabletEvent - qtabletevent-obsolete.html - QTabletEvent-1 - (QEvent::Type type, const QPointF &pos, const QPointF &globalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, Qt::KeyboardModifiers keyState, qint64 uniqueID) - - - - QTabletEvent - qtabletevent.html - QTabletEvent - (QEvent::Type type, const QPointF &pos, const QPointF &globalPos, int device, int pointerType, qreal pressure, int xTilt, int yTilt, qreal tangentialPressure, qreal rotation, int z, Qt::KeyboardModifiers keyState, qint64 uniqueID, Qt::MouseButton button, Qt::MouseButtons buttons) - - - QPoint - pos - qtabletevent.html - pos - () const const - - - QPoint - globalPos - qtabletevent.html - globalPos - () const const - - - const QPointF & - hiResGlobalPos - qtabletevent.html - hiResGlobalPos - () const const - - - const QPointF & - posF - qtabletevent.html - posF - () const const - - - const QPointF & - globalPosF - qtabletevent.html - globalPosF - () const const - - - int - x - qtabletevent.html - x - () const const - - - int - y - qtabletevent.html - y - () const const - - - int - globalX - qtabletevent.html - globalX - () const const - - - int - globalY - qtabletevent.html - globalY - () const const - - - qreal - hiResGlobalX - qtabletevent.html - hiResGlobalX - () const const - - - qreal - hiResGlobalY - qtabletevent.html - hiResGlobalY - () const const - - - QTabletEvent::TabletDevice - device - qtabletevent.html - device - () const const - - - QTabletEvent::PointerType - pointerType - qtabletevent.html - pointerType - () const const - - - qint64 - uniqueId - qtabletevent.html - uniqueId - () const const - - - qreal - pressure - qtabletevent.html - pressure - () const const - - - int - z - qtabletevent.html - z - () const const - - - qreal - tangentialPressure - qtabletevent.html - tangentialPressure - () const const - - - qreal - rotation - qtabletevent.html - rotation - () const const - - - int - xTilt - qtabletevent.html - xTilt - () const const - - - int - yTilt - qtabletevent.html - yTilt - () const const - - - Qt::MouseButton - button - qtabletevent.html - button - () const const - - - Qt::MouseButtons - buttons - qtabletevent.html - buttons - () const const - - - - QNativeGestureEvent - qnativegestureevent.html - QInputEvent - - - QNativeGestureEvent - qnativegestureevent-obsolete.html - QNativeGestureEvent-1 - (Qt::NativeGestureType type, const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos, qreal realValue, ulong sequenceId, quint64 intValue) - - - - QNativeGestureEvent - qnativegestureevent.html - QNativeGestureEvent - (Qt::NativeGestureType type, const QTouchDevice *device, const QPointF &localPos, const QPointF &windowPos, const QPointF &screenPos, qreal realValue, ulong sequenceId, quint64 intValue) - - - virtual - ~QNativeGestureEvent - qnativegestureevent.html - dtor.QNativeGestureEvent - () - - - Qt::NativeGestureType - gestureType - qnativegestureevent.html - gestureType - () const const - - - qreal - value - qnativegestureevent.html - value - () const const - - - const QPoint - pos - qnativegestureevent.html - pos - () const const - - - const QPoint - globalPos - qnativegestureevent.html - globalPos - () const const - - - const QPointF & - localPos - qnativegestureevent.html - localPos - () const const - - - const QPointF & - windowPos - qnativegestureevent.html - windowPos - () const const - - - const QPointF & - screenPos - qnativegestureevent.html - screenPos - () const const - - - const QTouchDevice * - device - qnativegestureevent.html - device - () const const - - - - QKeyEvent - qkeyevent.html - QInputEvent - - - QKeyEvent - qkeyevent.html - QKeyEvent - (QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, const QString &text, bool autorep, ushort count) - - - - QKeyEvent - qkeyevent.html - QKeyEvent-1 - (QEvent::Type type, int key, Qt::KeyboardModifiers modifiers, quint32 nativeScanCode, quint32 nativeVirtualKey, quint32 nativeModifiers, const QString &text, bool autorep, ushort count) - - - int - key - qkeyevent.html - key - () const const - - - bool - matches - qkeyevent.html - matches - (QKeySequence::StandardKey key) const const - - - Qt::KeyboardModifiers - modifiers - qkeyevent.html - modifiers - () const const - - - QString - text - qkeyevent.html - text - () const const - - - bool - isAutoRepeat - qkeyevent.html - isAutoRepeat - () const const - - - int - count - qkeyevent.html - count - () const const - - - quint32 - nativeScanCode - qkeyevent.html - nativeScanCode - () const const - - - quint32 - nativeVirtualKey - qkeyevent.html - nativeVirtualKey - () const const - - - quint32 - nativeModifiers - qkeyevent.html - nativeModifiers - () const const - - - - QFocusEvent - qfocusevent.html - QEvent - - - QFocusEvent - qfocusevent.html - QFocusEvent - (QEvent::Type type, Qt::FocusReason reason) - - - bool - gotFocus - qfocusevent.html - gotFocus - () const const - - - bool - lostFocus - qfocusevent.html - lostFocus - () const const - - - Qt::FocusReason - reason - qfocusevent.html - reason - () const const - - - - QPaintEvent - qpaintevent.html - QEvent - - - QPaintEvent - qpaintevent.html - QPaintEvent - (const QRegion &paintRegion) - - - - QPaintEvent - qpaintevent.html - QPaintEvent-1 - (const QRect &paintRect) - - - const QRect & - rect - qpaintevent.html - rect - () const const - - - const QRegion & - region - qpaintevent.html - region - () const const - - - - QMoveEvent - qmoveevent.html - QEvent - - - QMoveEvent - qmoveevent.html - QMoveEvent - (const QPoint &pos, const QPoint &oldPos) - - - const QPoint & - pos - qmoveevent.html - pos - () const const - - - const QPoint & - oldPos - qmoveevent.html - oldPos - () const const - - - - QExposeEvent - qexposeevent.html - QEvent - - - QExposeEvent - qexposeevent.html - QExposeEvent - (const QRegion &exposeRegion) - - - const QRegion & - region - qexposeevent.html - region - () const const - - - - QPlatformSurfaceEvent - qplatformsurfaceevent.html - QEvent - - SurfaceEventType - qplatformsurfaceevent.html - SurfaceEventType-enum - - - SurfaceCreated - qplatformsurfaceevent.html - SurfaceEventType-enum - - - SurfaceAboutToBeDestroyed - qplatformsurfaceevent.html - SurfaceEventType-enum - - - - QPlatformSurfaceEvent - qplatformsurfaceevent.html - QPlatformSurfaceEvent - (QPlatformSurfaceEvent::SurfaceEventType surfaceEventType) - - - QPlatformSurfaceEvent::SurfaceEventType - surfaceEventType - qplatformsurfaceevent.html - surfaceEventType - () const const - - - - QResizeEvent - qresizeevent.html - QEvent - - - QResizeEvent - qresizeevent.html - QResizeEvent - (const QSize &size, const QSize &oldSize) - - - const QSize & - size - qresizeevent.html - size - () const const - - - const QSize & - oldSize - qresizeevent.html - oldSize - () const const - - - - QCloseEvent - qcloseevent.html - QEvent - - - QCloseEvent - qcloseevent.html - QCloseEvent - () - - - - QIconDragEvent - qicondragevent.html - QEvent - - - QIconDragEvent - qicondragevent.html - QIconDragEvent - () - - - - QShowEvent - qshowevent.html - QEvent - - - QShowEvent - qshowevent.html - QShowEvent - () - - - - QHideEvent - qhideevent.html - QEvent - - - QHideEvent - qhideevent.html - QHideEvent - () - - - - QContextMenuEvent - qcontextmenuevent.html - QInputEvent - - Reason - qcontextmenuevent.html - Reason-enum - - - Mouse - qcontextmenuevent.html - Reason-enum - - - Keyboard - qcontextmenuevent.html - Reason-enum - - - Other - qcontextmenuevent.html - Reason-enum - - - - QContextMenuEvent - qcontextmenuevent.html - QContextMenuEvent - (QContextMenuEvent::Reason reason, const QPoint &pos, const QPoint &globalPos, Qt::KeyboardModifiers modifiers) - - - - QContextMenuEvent - qcontextmenuevent.html - QContextMenuEvent-1 - (QContextMenuEvent::Reason reason, const QPoint &pos, const QPoint &globalPos) - - - - QContextMenuEvent - qcontextmenuevent.html - QContextMenuEvent-2 - (QContextMenuEvent::Reason reason, const QPoint &pos) - - - int - x - qcontextmenuevent.html - x - () const const - - - int - y - qcontextmenuevent.html - y - () const const - - - int - globalX - qcontextmenuevent.html - globalX - () const const - - - int - globalY - qcontextmenuevent.html - globalY - () const const - - - const QPoint & - pos - qcontextmenuevent.html - pos - () const const - - - const QPoint & - globalPos - qcontextmenuevent.html - globalPos - () const const - - - QContextMenuEvent::Reason - reason - qcontextmenuevent.html - reason - () const const - - - - QInputMethodEvent - qinputmethodevent.html - QEvent - - AttributeType - qinputmethodevent.html - AttributeType-enum - - - TextFormat - qinputmethodevent.html - AttributeType-enum - - - Cursor - qinputmethodevent.html - AttributeType-enum - - - Language - qinputmethodevent.html - AttributeType-enum - - - Ruby - qinputmethodevent.html - AttributeType-enum - - - Selection - qinputmethodevent.html - AttributeType-enum - - QInputMethodEvent::Attribute - - - QInputMethodEvent - qinputmethodevent.html - QInputMethodEvent - () - - - - QInputMethodEvent - qinputmethodevent.html - QInputMethodEvent-1 - (const QString &preeditText, const QList<QInputMethodEvent::Attribute> &attributes) - - - virtual - ~QInputMethodEvent - qinputmethodevent.html - dtor.QInputMethodEvent - () - - - void - setCommitString - qinputmethodevent.html - setCommitString - (const QString &commitString, int replaceFrom, int replaceLength) - - - const QList<QInputMethodEvent::Attribute> & - attributes - qinputmethodevent.html - attributes - () const const - - - const QString & - preeditString - qinputmethodevent.html - preeditString - () const const - - - const QString & - commitString - qinputmethodevent.html - commitString - () const const - - - int - replacementStart - qinputmethodevent.html - replacementStart - () const const - - - int - replacementLength - qinputmethodevent.html - replacementLength - () const const - - - - QInputMethodEvent - qinputmethodevent.html - QInputMethodEvent-2 - (const QInputMethodEvent &other) - - - - QInputMethodEvent::Attribute - qinputmethodevent-attribute.html - - - Attribute - qinputmethodevent-attribute.html - Attribute - (AttributeType type, int start, int length, QVariant value) - - - - Attribute - qinputmethodevent-attribute.html - Attribute-1 - (AttributeType type, int start, int length) - - - - QInputMethodQueryEvent - qinputmethodqueryevent.html - QEvent - - - QInputMethodQueryEvent - qinputmethodqueryevent.html - QInputMethodQueryEvent - (Qt::InputMethodQueries queries) - - - Qt::InputMethodQueries - queries - qinputmethodqueryevent.html - queries - () const const - - - void - setValue - qinputmethodqueryevent.html - setValue - (Qt::InputMethodQuery query, const QVariant &value) - - - QVariant - value - qinputmethodqueryevent.html - value - (Qt::InputMethodQuery query) const const - - - - QDropEvent - qdropevent.html - QEvent - - - QDropEvent - qdropevent.html - QDropEvent - (const QPointF &pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, QEvent::Type type) - - - QPoint - pos - qdropevent.html - pos - () const const - - - const QPointF & - posF - qdropevent.html - posF - () const const - - - Qt::MouseButtons - mouseButtons - qdropevent.html - mouseButtons - () const const - - - Qt::KeyboardModifiers - keyboardModifiers - qdropevent.html - keyboardModifiers - () const const - - - Qt::DropActions - possibleActions - qdropevent.html - possibleActions - () const const - - - Qt::DropAction - proposedAction - qdropevent.html - proposedAction - () const const - - - void - acceptProposedAction - qdropevent.html - acceptProposedAction - () - - - Qt::DropAction - dropAction - qdropevent.html - dropAction - () const const - - - void - setDropAction - qdropevent.html - setDropAction - (Qt::DropAction action) - - - QObject * - source - qdropevent.html - source - () const const - - - const QMimeData * - mimeData - qdropevent.html - mimeData - () const const - - - - QDragMoveEvent - qdragmoveevent.html - QDropEvent - - - QDragMoveEvent - qdragmoveevent.html - QDragMoveEvent - (const QPoint &pos, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers, QEvent::Type type) - - - virtual - ~QDragMoveEvent - qdragmoveevent.html - dtor.QDragMoveEvent - () - - - QRect - answerRect - qdragmoveevent.html - answerRect - () const const - - - void - accept - qdragmoveevent.html - accept-1 - () - - - void - ignore - qdragmoveevent.html - ignore-1 - () - - - void - accept - qdragmoveevent.html - accept - (const QRect &rectangle) - - - void - ignore - qdragmoveevent.html - ignore - (const QRect &rectangle) - - - - QDragEnterEvent - qdragenterevent.html - QDragMoveEvent - - - QDragEnterEvent - qdragenterevent.html - QDragEnterEvent - (const QPoint &point, Qt::DropActions actions, const QMimeData *data, Qt::MouseButtons buttons, Qt::KeyboardModifiers modifiers) - - - - QDragLeaveEvent - qdragleaveevent.html - QEvent - - - QDragLeaveEvent - qdragleaveevent.html - QDragLeaveEvent - () - - - - QHelpEvent - qhelpevent.html - QEvent - - - QHelpEvent - qhelpevent.html - QHelpEvent - (QEvent::Type type, const QPoint &pos, const QPoint &globalPos) - - - int - x - qhelpevent.html - x - () const const - - - int - y - qhelpevent.html - y - () const const - - - int - globalX - qhelpevent.html - globalX - () const const - - - int - globalY - qhelpevent.html - globalY - () const const - - - const QPoint & - pos - qhelpevent.html - pos - () const const - - - const QPoint & - globalPos - qhelpevent.html - globalPos - () const const - - - - QStatusTipEvent - qstatustipevent.html - QEvent - - - QStatusTipEvent - qstatustipevent.html - QStatusTipEvent - (const QString &tip) - - - QString - tip - qstatustipevent.html - tip - () const const - - - - QWhatsThisClickedEvent - qwhatsthisclickedevent.html - QEvent - - - QWhatsThisClickedEvent - qwhatsthisclickedevent.html - QWhatsThisClickedEvent - (const QString &href) - - - QString - href - qwhatsthisclickedevent.html - href - () const const - - - - QActionEvent - qactionevent.html - QEvent - - - QActionEvent - qactionevent.html - QActionEvent - (int type, QAction *action, QAction *before) - - - QAction * - action - qactionevent.html - action - () const const - - - QAction * - before - qactionevent.html - before - () const const - - - - QFileOpenEvent - qfileopenevent.html - QEvent - - QString - file - qfileopenevent.html - file - () const const - - - QUrl - url - qfileopenevent.html - url - () const const - - - bool - openFile - qfileopenevent.html - openFile - (QFile &file, QIODevice::OpenMode flags) const const - - - - QShortcutEvent - qshortcutevent.html - QEvent - - - QShortcutEvent - qshortcutevent.html - QShortcutEvent - (const QKeySequence &key, int id, bool ambiguous) - - - virtual - ~QShortcutEvent - qshortcutevent.html - dtor.QShortcutEvent - () - - - const QKeySequence & - key - qshortcutevent.html - key - () const const - - - int - shortcutId - qshortcutevent.html - shortcutId - () const const - - - bool - isAmbiguous - qshortcutevent.html - isAmbiguous - () const const - - - - QWindowStateChangeEvent - qwindowstatechangeevent.html - QEvent - - Qt::WindowStates - oldState - qwindowstatechangeevent.html - oldState - () const const - - - - QPointingDeviceUniqueId - qpointingdeviceuniqueid.html - - void - qt_check_for_QGADGET_macro - qpointingdeviceuniqueid.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qpointingdeviceuniqueid.html - QtGadgetHelper-typedef - - - - numericId - qpointingdeviceuniqueid.html - numericId-prop - - - - - QPointingDeviceUniqueId - qpointingdeviceuniqueid.html - QPointingDeviceUniqueId - () - - - QPointingDeviceUniqueId - fromNumericId - qpointingdeviceuniqueid.html - fromNumericId - (qint64 id) - - - bool - isValid - qpointingdeviceuniqueid.html - isValid - () const const - - - qint64 - numericId - qpointingdeviceuniqueid.html - numericId-prop - () const const - - - - QTouchEvent - qtouchevent.html - QInputEvent - QTouchEvent::TouchPoint - - DeviceType - qtouchevent.html - DeviceType-enum - - - TouchScreen - qtouchevent.html - DeviceType-enum - - - TouchPad - qtouchevent.html - DeviceType-enum - - - - QTouchEvent - qtouchevent.html - QTouchEvent - (QEvent::Type eventType, QTouchDevice *device, Qt::KeyboardModifiers modifiers, Qt::TouchPointStates touchPointStates, const QList<QTouchEvent::TouchPoint> &touchPoints) - - - virtual - ~QTouchEvent - qtouchevent.html - dtor.QTouchEvent - () - - - QWindow * - window - qtouchevent.html - window - () const const - - - QObject * - target - qtouchevent.html - target - () const const - - - QTouchEvent::DeviceType - deviceType - qtouchevent-obsolete.html - deviceType - () const const - - - Qt::TouchPointStates - touchPointStates - qtouchevent.html - touchPointStates - () const const - - - const QList<QTouchEvent::TouchPoint> & - touchPoints - qtouchevent.html - touchPoints - () const const - - - QTouchDevice * - device - qtouchevent.html - device - () const const - - - - QTouchEvent::TouchPoint - qtouchevent-touchpoint.html - - InfoFlag - qtouchevent-touchpoint.html - InfoFlag-enum - - - Pen - qtouchevent-touchpoint.html - InfoFlag-enum - - - Token - qtouchevent-touchpoint.html - InfoFlag-enum - - - InfoFlags - qtouchevent-touchpoint.html - InfoFlag-enum - - - - - TouchPoint - qtouchevent-touchpoint.html - TouchPoint - (TouchPoint &&other) - - - int - id - qtouchevent-touchpoint.html - id - () const const - - - QPointingDeviceUniqueId - uniqueId - qtouchevent-touchpoint.html - uniqueId - () const const - - - Qt::TouchPointState - state - qtouchevent-touchpoint.html - state - () const const - - - QPointF - pos - qtouchevent-touchpoint.html - pos - () const const - - - QPointF - startPos - qtouchevent-touchpoint.html - startPos - () const const - - - QPointF - lastPos - qtouchevent-touchpoint.html - lastPos - () const const - - - QPointF - scenePos - qtouchevent-touchpoint.html - scenePos - () const const - - - QPointF - startScenePos - qtouchevent-touchpoint.html - startScenePos - () const const - - - QPointF - lastScenePos - qtouchevent-touchpoint.html - lastScenePos - () const const - - - QPointF - screenPos - qtouchevent-touchpoint.html - screenPos - () const const - - - QPointF - startScreenPos - qtouchevent-touchpoint.html - startScreenPos - () const const - - - QPointF - lastScreenPos - qtouchevent-touchpoint.html - lastScreenPos - () const const - - - QPointF - normalizedPos - qtouchevent-touchpoint.html - normalizedPos - () const const - - - QPointF - startNormalizedPos - qtouchevent-touchpoint.html - startNormalizedPos - () const const - - - QPointF - lastNormalizedPos - qtouchevent-touchpoint.html - lastNormalizedPos - () const const - - - QRectF - rect - qtouchevent-touchpoint-obsolete.html - rect - () const const - - - QRectF - sceneRect - qtouchevent-touchpoint-obsolete.html - sceneRect - () const const - - - QRectF - screenRect - qtouchevent-touchpoint-obsolete.html - screenRect - () const const - - - qreal - pressure - qtouchevent-touchpoint.html - pressure - () const const - - - qreal - rotation - qtouchevent-touchpoint.html - rotation - () const const - - - QSizeF - ellipseDiameters - qtouchevent-touchpoint.html - ellipseDiameters - () const const - - - QVector2D - velocity - qtouchevent-touchpoint.html - velocity - () const const - - - TouchPoint::InfoFlags - flags - qtouchevent-touchpoint.html - flags - () const const - - - QVector<QPointF> - rawScreenPositions - qtouchevent-touchpoint.html - rawScreenPositions - () const const - - - - QScrollPrepareEvent - qscrollprepareevent.html - QEvent - - - QScrollPrepareEvent - qscrollprepareevent.html - QScrollPrepareEvent - (const QPointF &startPos) - - - virtual - ~QScrollPrepareEvent - qscrollprepareevent.html - dtor.QScrollPrepareEvent - () - - - QPointF - startPos - qscrollprepareevent.html - startPos - () const const - - - QSizeF - viewportSize - qscrollprepareevent.html - viewportSize - () const const - - - QRectF - contentPosRange - qscrollprepareevent.html - contentPosRange - () const const - - - QPointF - contentPos - qscrollprepareevent.html - contentPos - () const const - - - void - setViewportSize - qscrollprepareevent.html - setViewportSize - (const QSizeF &size) - - - void - setContentPosRange - qscrollprepareevent.html - setContentPosRange - (const QRectF &rect) - - - void - setContentPos - qscrollprepareevent.html - setContentPos - (const QPointF &pos) - - - - QScrollEvent - qscrollevent.html - QEvent - - ScrollState - qscrollevent.html - ScrollState-enum - - - ScrollStarted - qscrollevent.html - ScrollState-enum - - - ScrollUpdated - qscrollevent.html - ScrollState-enum - - - ScrollFinished - qscrollevent.html - ScrollState-enum - - - - QScrollEvent - qscrollevent.html - QScrollEvent - (const QPointF &contentPos, const QPointF &overshootDistance, QScrollEvent::ScrollState scrollState) - - - virtual - ~QScrollEvent - qscrollevent.html - dtor.QScrollEvent - () - - - QPointF - contentPos - qscrollevent.html - contentPos - () const const - - - QPointF - overshootDistance - qscrollevent.html - overshootDistance - () const const - - - QScrollEvent::ScrollState - scrollState - qscrollevent.html - scrollState - () const const - - - - QFont - qfont.html - - void - qt_check_for_QGADGET_macro - qfont.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qfont.html - QtGadgetHelper-typedef - - - - StyleHint - qfont.html - StyleHint-enum - - - Helvetica - qfont.html - StyleHint-enum - - - SansSerif - qfont.html - StyleHint-enum - - - Times - qfont.html - StyleHint-enum - - - Serif - qfont.html - StyleHint-enum - - - Courier - qfont.html - StyleHint-enum - - - TypeWriter - qfont.html - StyleHint-enum - - - OldEnglish - qfont.html - StyleHint-enum - - - Decorative - qfont.html - StyleHint-enum - - - System - qfont.html - StyleHint-enum - - - AnyStyle - qfont.html - StyleHint-enum - - - Cursive - qfont.html - StyleHint-enum - - - Monospace - qfont.html - StyleHint-enum - - - Fantasy - qfont.html - StyleHint-enum - - - StyleStrategy - qfont.html - StyleStrategy-enum - - - PreferDefault - qfont.html - StyleStrategy-enum - - - PreferBitmap - qfont.html - StyleStrategy-enum - - - PreferDevice - qfont.html - StyleStrategy-enum - - - PreferOutline - qfont.html - StyleStrategy-enum - - - ForceOutline - qfont.html - StyleStrategy-enum - - - PreferMatch - qfont.html - StyleStrategy-enum - - - PreferQuality - qfont.html - StyleStrategy-enum - - - PreferAntialias - qfont.html - StyleStrategy-enum - - - NoAntialias - qfont.html - StyleStrategy-enum - - - OpenGLCompatible - qfont.html - StyleStrategy-enum - - - ForceIntegerMetrics - qfont.html - StyleStrategy-enum - - - NoSubpixelAntialias - qfont.html - StyleStrategy-enum - - - PreferNoShaping - qfont.html - StyleStrategy-enum - - - NoFontMerging - qfont.html - StyleStrategy-enum - - - HintingPreference - qfont.html - HintingPreference-enum - - - PreferDefaultHinting - qfont.html - HintingPreference-enum - - - PreferNoHinting - qfont.html - HintingPreference-enum - - - PreferVerticalHinting - qfont.html - HintingPreference-enum - - - PreferFullHinting - qfont.html - HintingPreference-enum - - - Weight - qfont.html - Weight-enum - - - Thin - qfont.html - Weight-enum - - - ExtraLight - qfont.html - Weight-enum - - - Light - qfont.html - Weight-enum - - - Normal - qfont.html - Weight-enum - - - Medium - qfont.html - Weight-enum - - - DemiBold - qfont.html - Weight-enum - - - Bold - qfont.html - Weight-enum - - - ExtraBold - qfont.html - Weight-enum - - - Black - qfont.html - Weight-enum - - - Style - qfont.html - Style-enum - - - StyleNormal - qfont.html - Style-enum - - - StyleItalic - qfont.html - Style-enum - - - StyleOblique - qfont.html - Style-enum - - - Stretch - qfont.html - Stretch-enum - - - AnyStretch - qfont.html - Stretch-enum - - - UltraCondensed - qfont.html - Stretch-enum - - - ExtraCondensed - qfont.html - Stretch-enum - - - Condensed - qfont.html - Stretch-enum - - - SemiCondensed - qfont.html - Stretch-enum - - - Unstretched - qfont.html - Stretch-enum - - - SemiExpanded - qfont.html - Stretch-enum - - - Expanded - qfont.html - Stretch-enum - - - ExtraExpanded - qfont.html - Stretch-enum - - - UltraExpanded - qfont.html - Stretch-enum - - - Capitalization - qfont.html - Capitalization-enum - - - MixedCase - qfont.html - Capitalization-enum - - - AllUppercase - qfont.html - Capitalization-enum - - - AllLowercase - qfont.html - Capitalization-enum - - - SmallCaps - qfont.html - Capitalization-enum - - - Capitalize - qfont.html - Capitalization-enum - - - SpacingType - qfont.html - SpacingType-enum - - - PercentageSpacing - qfont.html - SpacingType-enum - - - AbsoluteSpacing - qfont.html - SpacingType-enum - - - - QFont - qfont.html - QFont - () - - - - QFont - qfont.html - QFont-1 - (const QString &family, int pointSize, int weight, bool italic) - - - - QFont - qfont.html - QFont-2 - (const QFont &font, QPaintDevice *pd) - - - - QFont - qfont.html - QFont-3 - (const QFont &font) - - - - ~QFont - qfont.html - dtor.QFont - () - - - void - swap - qfont.html - swap - (QFont &other) - - - QString - family - qfont.html - family - () const const - - - void - setFamily - qfont.html - setFamily - (const QString &family) - - - QString - styleName - qfont.html - styleName - () const const - - - void - setStyleName - qfont.html - setStyleName - (const QString &styleName) - - - int - pointSize - qfont.html - pointSize - () const const - - - void - setPointSize - qfont.html - setPointSize - (int pointSize) - - - qreal - pointSizeF - qfont.html - pointSizeF - () const const - - - void - setPointSizeF - qfont.html - setPointSizeF - (qreal pointSize) - - - int - pixelSize - qfont.html - pixelSize - () const const - - - void - setPixelSize - qfont.html - setPixelSize - (int pixelSize) - - - int - weight - qfont.html - weight - () const const - - - void - setWeight - qfont.html - setWeight - (int weight) - - - bool - bold - qfont.html - bold - () const const - - - void - setBold - qfont.html - setBold - (bool enable) - - - void - setStyle - qfont.html - setStyle - (QFont::Style style) - - - QFont::Style - style - qfont.html - style - () const const - - - bool - italic - qfont.html - italic - () const const - - - void - setItalic - qfont.html - setItalic - (bool enable) - - - bool - underline - qfont.html - underline - () const const - - - void - setUnderline - qfont.html - setUnderline - (bool enable) - - - bool - overline - qfont.html - overline - () const const - - - void - setOverline - qfont.html - setOverline - (bool enable) - - - bool - strikeOut - qfont.html - strikeOut - () const const - - - void - setStrikeOut - qfont.html - setStrikeOut - (bool enable) - - - bool - fixedPitch - qfont.html - fixedPitch - () const const - - - void - setFixedPitch - qfont.html - setFixedPitch - (bool enable) - - - bool - kerning - qfont.html - kerning - () const const - - - void - setKerning - qfont.html - setKerning - (bool enable) - - - QFont::StyleHint - styleHint - qfont.html - styleHint - () const const - - - QFont::StyleStrategy - styleStrategy - qfont.html - styleStrategy - () const const - - - void - setStyleHint - qfont.html - setStyleHint - (QFont::StyleHint hint, QFont::StyleStrategy strategy) - - - void - setStyleStrategy - qfont.html - setStyleStrategy - (QFont::StyleStrategy s) - - - int - stretch - qfont.html - stretch - () const const - - - void - setStretch - qfont.html - setStretch - (int factor) - - - qreal - letterSpacing - qfont.html - letterSpacing - () const const - - - QFont::SpacingType - letterSpacingType - qfont.html - letterSpacingType - () const const - - - void - setLetterSpacing - qfont.html - setLetterSpacing - (QFont::SpacingType type, qreal spacing) - - - qreal - wordSpacing - qfont.html - wordSpacing - () const const - - - void - setWordSpacing - qfont.html - setWordSpacing - (qreal spacing) - - - void - setCapitalization - qfont.html - setCapitalization - (QFont::Capitalization caps) - - - QFont::Capitalization - capitalization - qfont.html - capitalization - () const const - - - void - setHintingPreference - qfont.html - setHintingPreference - (QFont::HintingPreference hintingPreference) - - - QFont::HintingPreference - hintingPreference - qfont.html - hintingPreference - () const const - - - bool - rawMode - qfont-obsolete.html - rawMode - () const const - - - void - setRawMode - qfont-obsolete.html - setRawMode - (bool enable) - - - bool - exactMatch - qfont.html - exactMatch - () const const - - - QFont & - operator= - qfont.html - operator-eq - (const QFont &font) - - - bool - operator== - qfont.html - operator-eq-eq - (const QFont &f) const const - - - bool - operator!= - qfont.html - operator-not-eq - (const QFont &f) const const - - - bool - operator< - qfont.html - operator-lt - (const QFont &f) const const - - - QVariant - operator QVariant - qfont.html - operator-QVariant - () const const - - - bool - isCopyOf - qfont.html - isCopyOf - (const QFont &f) const const - - - QFont & - operator= - qfont.html - operator-eq-1 - (QFont &&other) - - - void - setRawName - qfont-obsolete.html - setRawName - (const QString &name) - - - QString - rawName - qfont-obsolete.html - rawName - () const const - - - QString - key - qfont.html - key - () const const - - - QString - toString - qfont.html - toString - () const const - - - bool - fromString - qfont.html - fromString - (const QString &descrip) - - - QString - substitute - qfont.html - substitute - (const QString &familyName) - - - QStringList - substitutes - qfont.html - substitutes - (const QString &familyName) - - - QStringList - substitutions - qfont.html - substitutions - () - - - void - insertSubstitution - qfont.html - insertSubstitution - (const QString &familyName, const QString &substituteName) - - - void - insertSubstitutions - qfont.html - insertSubstitutions - (const QString &familyName, const QStringList &substituteNames) - - - void - removeSubstitutions - qfont.html - removeSubstitutions - (const QString &familyName) - - - void - removeSubstitution - qfont-obsolete.html - removeSubstitution - (const QString &familyName) - - - QString - defaultFamily - qfont.html - defaultFamily - () const const - - - QString - lastResortFamily - qfont.html - lastResortFamily - () const const - - - QString - lastResortFont - qfont.html - lastResortFont - () const const - - - QFont - resolve - qfont.html - resolve - (const QFont &other) const const - - - - QPolygon - qpolygon.html - - - QPolygon - qpolygon.html - QPolygon - () - - - - ~QPolygon - qpolygon.html - dtor.QPolygon - () - - - - QPolygon - qpolygon.html - QPolygon-1 - (int size) - - - - QPolygon - qpolygon.html - QPolygon-2 - (const QVector<QPoint> &points) - - - - QPolygon - qpolygon.html - QPolygon-3 - (QVector<QPoint> &&v) - - - - QPolygon - qpolygon.html - QPolygon-4 - (const QRect &rectangle, bool closed) - - - - QPolygon - qpolygon.html - QPolygon-6 - (const QPolygon &polygon) - - - - QPolygon - qpolygon.html - QPolygon-7 - (QPolygon &&other) - - - QPolygon & - operator= - qpolygon.html - operator-eq - (QPolygon &&other) - - - QPolygon & - operator= - qpolygon.html - operator-eq-1 - (const QPolygon &other) - - - void - swap - qpolygon.html - swap - (QPolygon &other) - - - QVariant - operator QVariant - qpolygon.html - operator-QVariant - () const const - - - void - translate - qpolygon.html - translate - (int dx, int dy) - - - void - translate - qpolygon.html - translate-1 - (const QPoint &offset) - - - QPolygon - translated - qpolygon.html - translated - (int dx, int dy) const const - - - QPolygon - translated - qpolygon.html - translated-1 - (const QPoint &offset) const const - - - QRect - boundingRect - qpolygon.html - boundingRect - () const const - - - void - point - qpolygon.html - point - (int index, int *x, int *y) const const - - - QPoint - point - qpolygon.html - point-1 - (int index) const const - - - void - setPoint - qpolygon.html - setPoint - (int index, int x, int y) - - - void - setPoint - qpolygon.html - setPoint-1 - (int index, const QPoint &point) - - - void - setPoints - qpolygon.html - setPoints - (int nPoints, const int *points) - - - void - setPoints - qpolygon.html - setPoints-1 - (int nPoints, int firstx, int firsty, ... ) - - - void - putPoints - qpolygon.html - putPoints - (int index, int nPoints, int firstx, int firsty, ... ) - - - void - putPoints - qpolygon.html - putPoints-2 - (int index, int nPoints, const QPolygon &fromPolygon, int fromIndex) - - - bool - containsPoint - qpolygon.html - containsPoint - (const QPoint &point, Qt::FillRule fillRule) const const - - - QPolygon - united - qpolygon.html - united - (const QPolygon &r) const const - - - QPolygon - intersected - qpolygon.html - intersected - (const QPolygon &r) const const - - - QPolygon - subtracted - qpolygon.html - subtracted - (const QPolygon &r) const const - - - bool - intersects - qpolygon.html - intersects - (const QPolygon &p) const const - - - - QPolygonF - qpolygonf.html - - - QPolygonF - qpolygonf.html - QPolygonF - () - - - - ~QPolygonF - qpolygonf.html - dtor.QPolygonF - () - - - - QPolygonF - qpolygonf.html - QPolygonF-1 - (int size) - - - - QPolygonF - qpolygonf.html - QPolygonF-2 - (const QVector<QPointF> &points) - - - - QPolygonF - qpolygonf.html - QPolygonF-3 - (QVector<QPointF> &&v) - - - - QPolygonF - qpolygonf.html - QPolygonF-4 - (const QRectF &rectangle) - - - - QPolygonF - qpolygonf.html - QPolygonF-5 - (const QPolygon &polygon) - - - - QPolygonF - qpolygonf.html - QPolygonF-6 - (const QPolygonF &polygon) - - - - QPolygonF - qpolygonf.html - QPolygonF-7 - (QPolygonF &&other) - - - QPolygonF & - operator= - qpolygonf.html - operator-eq - (QPolygonF &&other) - - - QPolygonF & - operator= - qpolygonf.html - operator-eq-1 - (const QPolygonF &other) - - - void - swap - qpolygonf.html - swap - (QPolygonF &other) - - - QVariant - operator QVariant - qpolygonf.html - operator-QVariant - () const const - - - void - translate - qpolygonf.html - translate-1 - (qreal dx, qreal dy) - - - void - translate - qpolygonf.html - translate - (const QPointF &offset) - - - QPolygonF - translated - qpolygonf.html - translated-1 - (qreal dx, qreal dy) const const - - - QPolygonF - translated - qpolygonf.html - translated - (const QPointF &offset) const const - - - QPolygon - toPolygon - qpolygonf.html - toPolygon - () const const - - - bool - isClosed - qpolygonf.html - isClosed - () const const - - - QRectF - boundingRect - qpolygonf.html - boundingRect - () const const - - - bool - containsPoint - qpolygonf.html - containsPoint - (const QPointF &point, Qt::FillRule fillRule) const const - - - QPolygonF - united - qpolygonf.html - united - (const QPolygonF &r) const const - - - QPolygonF - intersected - qpolygonf.html - intersected - (const QPolygonF &r) const const - - - QPolygonF - subtracted - qpolygonf.html - subtracted - (const QPolygonF &r) const const - - - bool - intersects - qpolygonf.html - intersects - (const QPolygonF &p) const const - - - - QMatrix - qmatrix.html - - - QMatrix - qmatrix.html - QMatrix - () - - - - QMatrix - qmatrix.html - QMatrix-2 - (qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) - - - QMatrix & - operator= - qmatrix.html - operator-eq - (QMatrix &&other) - - - QMatrix & - operator= - qmatrix.html - operator-eq-1 - (const QMatrix &matrix) - - - - QMatrix - qmatrix.html - QMatrix-3 - (QMatrix &&other) - - - - QMatrix - qmatrix.html - QMatrix-4 - (const QMatrix &matrix) - - - void - setMatrix - qmatrix.html - setMatrix - (qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) - - - qreal - m11 - qmatrix.html - m11 - () const const - - - qreal - m12 - qmatrix.html - m12 - () const const - - - qreal - m21 - qmatrix.html - m21 - () const const - - - qreal - m22 - qmatrix.html - m22 - () const const - - - qreal - dx - qmatrix.html - dx - () const const - - - qreal - dy - qmatrix.html - dy - () const const - - - void - map - qmatrix.html - map-1 - (int x, int y, int *tx, int *ty) const const - - - void - map - qmatrix.html - map - (qreal x, qreal y, qreal *tx, qreal *ty) const const - - - QRect - mapRect - qmatrix.html - mapRect-1 - (const QRect &rectangle) const const - - - QRectF - mapRect - qmatrix.html - mapRect - (const QRectF &rectangle) const const - - - QPoint - map - qmatrix.html - map-2 - (const QPoint &point) const const - - - QPointF - map - qmatrix.html - map-3 - (const QPointF &point) const const - - - QLine - map - qmatrix.html - map-4 - (const QLine &line) const const - - - QLineF - map - qmatrix.html - map-5 - (const QLineF &line) const const - - - QPolygonF - map - qmatrix.html - map-6 - (const QPolygonF &polygon) const const - - - QPolygon - map - qmatrix.html - map-7 - (const QPolygon &polygon) const const - - - QRegion - map - qmatrix.html - map-8 - (const QRegion &region) const const - - - QPainterPath - map - qmatrix.html - map-9 - (const QPainterPath &path) const const - - - QPolygon - mapToPolygon - qmatrix.html - mapToPolygon - (const QRect &rectangle) const const - - - void - reset - qmatrix.html - reset - () - - - bool - isIdentity - qmatrix.html - isIdentity - () const const - - - QMatrix & - translate - qmatrix.html - translate - (qreal dx, qreal dy) - - - QMatrix & - scale - qmatrix.html - scale - (qreal sx, qreal sy) - - - QMatrix & - shear - qmatrix.html - shear - (qreal sh, qreal sv) - - - QMatrix & - rotate - qmatrix.html - rotate - (qreal degrees) - - - bool - isInvertible - qmatrix.html - isInvertible - () const const - - - qreal - determinant - qmatrix.html - determinant - () const const - - - QMatrix - inverted - qmatrix.html - inverted - (bool *invertible) const const - - - bool - operator== - qmatrix.html - operator-eq-eq - (const QMatrix &matrix) const const - - - bool - operator!= - qmatrix.html - operator-not-eq - (const QMatrix &matrix) const const - - - QMatrix & - operator*= - qmatrix.html - operator-2a-eq - (const QMatrix &matrix) - - - QMatrix - operator* - qmatrix.html - operator-2a - (const QMatrix &matrix) const const - - - QVariant - operator QVariant - qmatrix.html - operator-QVariant - () const const - - - - QPainterPath - qpainterpath.html - - ElementType - qpainterpath.html - ElementType-enum - - - MoveToElement - qpainterpath.html - ElementType-enum - - - LineToElement - qpainterpath.html - ElementType-enum - - - CurveToElement - qpainterpath.html - ElementType-enum - - - CurveToDataElement - qpainterpath.html - ElementType-enum - - QPainterPath::Element - - - QPainterPath - qpainterpath.html - QPainterPath - () - - - - QPainterPath - qpainterpath.html - QPainterPath-1 - (const QPointF &startPoint) - - - - QPainterPath - qpainterpath.html - QPainterPath-2 - (const QPainterPath &path) - - - QPainterPath & - operator= - qpainterpath.html - operator-eq - (const QPainterPath &path) - - - QPainterPath & - operator= - qpainterpath.html - operator-eq-1 - (QPainterPath &&other) - - - - ~QPainterPath - qpainterpath.html - dtor.QPainterPath - () - - - void - swap - qpainterpath.html - swap - (QPainterPath &other) - - - void - closeSubpath - qpainterpath.html - closeSubpath - () - - - void - moveTo - qpainterpath.html - moveTo - (const QPointF &point) - - - void - moveTo - qpainterpath.html - moveTo-1 - (qreal x, qreal y) - - - void - lineTo - qpainterpath.html - lineTo - (const QPointF &endPoint) - - - void - lineTo - qpainterpath.html - lineTo-1 - (qreal x, qreal y) - - - void - arcMoveTo - qpainterpath.html - arcMoveTo - (const QRectF &rectangle, qreal angle) - - - void - arcMoveTo - qpainterpath.html - arcMoveTo-1 - (qreal x, qreal y, qreal width, qreal height, qreal angle) - - - void - arcTo - qpainterpath.html - arcTo - (const QRectF &rectangle, qreal startAngle, qreal sweepLength) - - - void - arcTo - qpainterpath.html - arcTo-1 - (qreal x, qreal y, qreal width, qreal height, qreal startAngle, qreal sweepLength) - - - void - cubicTo - qpainterpath.html - cubicTo - (const QPointF &c1, const QPointF &c2, const QPointF &endPoint) - - - void - cubicTo - qpainterpath.html - cubicTo-1 - (qreal c1X, qreal c1Y, qreal c2X, qreal c2Y, qreal endPointX, qreal endPointY) - - - void - quadTo - qpainterpath.html - quadTo - (const QPointF &c, const QPointF &endPoint) - - - void - quadTo - qpainterpath.html - quadTo-1 - (qreal cx, qreal cy, qreal endPointX, qreal endPointY) - - - QPointF - currentPosition - qpainterpath.html - currentPosition - () const const - - - void - addRect - qpainterpath.html - addRect - (const QRectF &rectangle) - - - void - addRect - qpainterpath.html - addRect-1 - (qreal x, qreal y, qreal width, qreal height) - - - void - addEllipse - qpainterpath.html - addEllipse - (const QRectF &boundingRectangle) - - - void - addEllipse - qpainterpath.html - addEllipse-1 - (qreal x, qreal y, qreal width, qreal height) - - - void - addEllipse - qpainterpath.html - addEllipse-2 - (const QPointF &center, qreal rx, qreal ry) - - - void - addPolygon - qpainterpath.html - addPolygon - (const QPolygonF &polygon) - - - void - addText - qpainterpath.html - addText - (const QPointF &point, const QFont &font, const QString &text) - - - void - addText - qpainterpath.html - addText-1 - (qreal x, qreal y, const QFont &font, const QString &text) - - - void - addPath - qpainterpath.html - addPath - (const QPainterPath &path) - - - void - addRegion - qpainterpath.html - addRegion - (const QRegion &region) - - - void - addRoundedRect - qpainterpath.html - addRoundedRect - (const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) - - - void - addRoundedRect - qpainterpath.html - addRoundedRect-1 - (qreal x, qreal y, qreal w, qreal h, qreal xRadius, qreal yRadius, Qt::SizeMode mode) - - - void - addRoundRect - qpainterpath-obsolete.html - addRoundRect - (const QRectF &r, int xRnd, int yRnd) - - - void - addRoundRect - qpainterpath-obsolete.html - addRoundRect-1 - (qreal x, qreal y, qreal w, qreal h, int xRnd, int yRnd) - - - void - addRoundRect - qpainterpath-obsolete.html - addRoundRect-2 - (const QRectF &rect, int roundness) - - - void - addRoundRect - qpainterpath-obsolete.html - addRoundRect-3 - (qreal x, qreal y, qreal width, qreal height, int roundness) - - - void - connectPath - qpainterpath.html - connectPath - (const QPainterPath &path) - - - bool - contains - qpainterpath.html - contains - (const QPointF &point) const const - - - bool - contains - qpainterpath.html - contains-1 - (const QRectF &rectangle) const const - - - bool - intersects - qpainterpath.html - intersects - (const QRectF &rectangle) const const - - - void - translate - qpainterpath.html - translate - (qreal dx, qreal dy) - - - void - translate - qpainterpath.html - translate-1 - (const QPointF &offset) - - - QPainterPath - translated - qpainterpath.html - translated - (qreal dx, qreal dy) const const - - - QPainterPath - translated - qpainterpath.html - translated-1 - (const QPointF &offset) const const - - - QRectF - boundingRect - qpainterpath.html - boundingRect - () const const - - - QRectF - controlPointRect - qpainterpath.html - controlPointRect - () const const - - - Qt::FillRule - fillRule - qpainterpath.html - fillRule - () const const - - - void - setFillRule - qpainterpath.html - setFillRule - (Qt::FillRule fillRule) - - - bool - isEmpty - qpainterpath.html - isEmpty - () const const - - - QPainterPath - toReversed - qpainterpath.html - toReversed - () const const - - - QList<QPolygonF> - toSubpathPolygons - qpainterpath.html - toSubpathPolygons-1 - (const QMatrix &matrix) const const - - - QList<QPolygonF> - toFillPolygons - qpainterpath.html - toFillPolygons-1 - (const QMatrix &matrix) const const - - - QPolygonF - toFillPolygon - qpainterpath.html - toFillPolygon-1 - (const QMatrix &matrix) const const - - - QList<QPolygonF> - toSubpathPolygons - qpainterpath.html - toSubpathPolygons - (const QTransform &matrix) const const - - - QList<QPolygonF> - toFillPolygons - qpainterpath.html - toFillPolygons - (const QTransform &matrix) const const - - - QPolygonF - toFillPolygon - qpainterpath.html - toFillPolygon - (const QTransform &matrix) const const - - - int - elementCount - qpainterpath.html - elementCount - () const const - - - QPainterPath::Element - elementAt - qpainterpath.html - elementAt - (int index) const const - - - void - setElementPositionAt - qpainterpath.html - setElementPositionAt - (int index, qreal x, qreal y) - - - qreal - length - qpainterpath.html - length - () const const - - - qreal - percentAtLength - qpainterpath.html - percentAtLength - (qreal len) const const - - - QPointF - pointAtPercent - qpainterpath.html - pointAtPercent - (qreal t) const const - - - qreal - angleAtPercent - qpainterpath.html - angleAtPercent - (qreal t) const const - - - qreal - slopeAtPercent - qpainterpath.html - slopeAtPercent - (qreal t) const const - - - bool - intersects - qpainterpath.html - intersects-1 - (const QPainterPath &p) const const - - - bool - contains - qpainterpath.html - contains-2 - (const QPainterPath &p) const const - - - QPainterPath - united - qpainterpath.html - united - (const QPainterPath &p) const const - - - QPainterPath - intersected - qpainterpath.html - intersected - (const QPainterPath &p) const const - - - QPainterPath - subtracted - qpainterpath.html - subtracted - (const QPainterPath &p) const const - - - QPainterPath - subtractedInverted - qpainterpath-obsolete.html - subtractedInverted - (const QPainterPath &p) const const - - - QPainterPath - simplified - qpainterpath.html - simplified - () const const - - - bool - operator== - qpainterpath.html - operator-eq-eq - (const QPainterPath &path) const const - - - bool - operator!= - qpainterpath.html - operator-not-eq - (const QPainterPath &path) const const - - - QPainterPath - operator& - qpainterpath.html - operator-and - (const QPainterPath &other) const const - - - QPainterPath - operator| - qpainterpath.html - operator-7c - (const QPainterPath &other) const const - - - QPainterPath - operator+ - qpainterpath.html - operator-2b - (const QPainterPath &other) const const - - - QPainterPath - operator- - qpainterpath.html - operator- - (const QPainterPath &other) const const - - - QPainterPath & - operator&= - qpainterpath.html - operator-and-eq - (const QPainterPath &other) - - - QPainterPath & - operator|= - qpainterpath.html - operator-7c-eq - (const QPainterPath &other) - - - QPainterPath & - operator+= - qpainterpath.html - operator-2b-eq - (const QPainterPath &other) - - - QPainterPath & - operator-= - qpainterpath.html - operator--eq - (const QPainterPath &other) - - - - QPainterPath::Element - qpainterpath-element.html - - bool - isMoveTo - qpainterpath-element.html - isMoveTo - () const const - - - bool - isLineTo - qpainterpath-element.html - isLineTo - () const const - - - bool - isCurveTo - qpainterpath-element.html - isCurveTo - () const const - - - QPointF - operator QPointF - qpainterpath-element.html - operator-QPointF - () const const - - - bool - operator== - qpainterpath-element.html - operator-eq-eq - (const Element &other) const const - - - bool - operator!= - qpainterpath-element.html - operator-not-eq - (const Element &other) const const - - - - QPainterPathStroker - qpainterpathstroker.html - - - QPainterPathStroker - qpainterpathstroker.html - QPainterPathStroker - () - - - - QPainterPathStroker - qpainterpathstroker.html - QPainterPathStroker-1 - (const QPen &pen) - - - - ~QPainterPathStroker - qpainterpathstroker.html - dtor.QPainterPathStroker - () - - - void - setWidth - qpainterpathstroker.html - setWidth - (qreal width) - - - qreal - width - qpainterpathstroker.html - width - () const const - - - void - setCapStyle - qpainterpathstroker.html - setCapStyle - (Qt::PenCapStyle style) - - - Qt::PenCapStyle - capStyle - qpainterpathstroker.html - capStyle - () const const - - - void - setJoinStyle - qpainterpathstroker.html - setJoinStyle - (Qt::PenJoinStyle style) - - - Qt::PenJoinStyle - joinStyle - qpainterpathstroker.html - joinStyle - () const const - - - void - setMiterLimit - qpainterpathstroker.html - setMiterLimit - (qreal limit) - - - qreal - miterLimit - qpainterpathstroker.html - miterLimit - () const const - - - void - setCurveThreshold - qpainterpathstroker.html - setCurveThreshold - (qreal threshold) - - - qreal - curveThreshold - qpainterpathstroker.html - curveThreshold - () const const - - - void - setDashPattern - qpainterpathstroker.html - setDashPattern - (Qt::PenStyle style) - - - void - setDashPattern - qpainterpathstroker.html - setDashPattern-1 - (const QVector<qreal> &dashPattern) - - - QVector<qreal> - dashPattern - qpainterpathstroker.html - dashPattern - () const const - - - void - setDashOffset - qpainterpathstroker.html - setDashOffset - (qreal offset) - - - qreal - dashOffset - qpainterpathstroker.html - dashOffset - () const const - - - QPainterPath - createStroke - qpainterpathstroker.html - createStroke - (const QPainterPath &path) const const - - - - QTransform - qtransform.html - - TransformationType - qtransform.html - TransformationType-enum - - - TxNone - qtransform.html - TransformationType-enum - - - TxTranslate - qtransform.html - TransformationType-enum - - - TxScale - qtransform.html - TransformationType-enum - - - TxRotate - qtransform.html - TransformationType-enum - - - TxShear - qtransform.html - TransformationType-enum - - - TxProject - qtransform.html - TransformationType-enum - - - - QTransform - qtransform.html - QTransform - () - - - - QTransform - qtransform.html - QTransform-2 - (qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33) - - - - QTransform - qtransform.html - QTransform-3 - (qreal m11, qreal m12, qreal m21, qreal m22, qreal dx, qreal dy) - - - - QTransform - qtransform.html - QTransform-4 - (const QMatrix &matrix) - - - QTransform & - operator= - qtransform.html - operator-eq - (QTransform &&other) - - - QTransform & - operator= - qtransform.html - operator-eq-1 - (const QTransform &matrix) - - - - QTransform - qtransform.html - QTransform-5 - (QTransform &&other) - - - - QTransform - qtransform.html - QTransform-6 - (const QTransform &other) - - - bool - isAffine - qtransform.html - isAffine - () const const - - - bool - isIdentity - qtransform.html - isIdentity - () const const - - - bool - isInvertible - qtransform.html - isInvertible - () const const - - - bool - isScaling - qtransform.html - isScaling - () const const - - - bool - isRotating - qtransform.html - isRotating - () const const - - - bool - isTranslating - qtransform.html - isTranslating - () const const - - - QTransform::TransformationType - type - qtransform.html - type - () const const - - - qreal - determinant - qtransform.html - determinant - () const const - - - qreal - det - qtransform-obsolete.html - det - () const const - - - qreal - m11 - qtransform.html - m11 - () const const - - - qreal - m12 - qtransform.html - m12 - () const const - - - qreal - m13 - qtransform.html - m13 - () const const - - - qreal - m21 - qtransform.html - m21 - () const const - - - qreal - m22 - qtransform.html - m22 - () const const - - - qreal - m23 - qtransform.html - m23 - () const const - - - qreal - m31 - qtransform.html - m31 - () const const - - - qreal - m32 - qtransform.html - m32 - () const const - - - qreal - m33 - qtransform.html - m33 - () const const - - - qreal - dx - qtransform.html - dx - () const const - - - qreal - dy - qtransform.html - dy - () const const - - - void - setMatrix - qtransform.html - setMatrix - (qreal m11, qreal m12, qreal m13, qreal m21, qreal m22, qreal m23, qreal m31, qreal m32, qreal m33) - - - QTransform - inverted - qtransform.html - inverted - (bool *invertible) const const - - - QTransform - adjoint - qtransform.html - adjoint - () const const - - - QTransform - transposed - qtransform.html - transposed - () const const - - - QTransform & - translate - qtransform.html - translate - (qreal dx, qreal dy) - - - QTransform & - scale - qtransform.html - scale - (qreal sx, qreal sy) - - - QTransform & - shear - qtransform.html - shear - (qreal sh, qreal sv) - - - QTransform & - rotate - qtransform.html - rotate - (qreal angle, Qt::Axis axis) - - - QTransform & - rotateRadians - qtransform.html - rotateRadians - (qreal angle, Qt::Axis axis) - - - bool - squareToQuad - qtransform.html - squareToQuad - (const QPolygonF &quad, QTransform &trans) - - - bool - quadToSquare - qtransform.html - quadToSquare - (const QPolygonF &quad, QTransform &trans) - - - bool - quadToQuad - qtransform.html - quadToQuad - (const QPolygonF &one, const QPolygonF &two, QTransform &trans) - - - bool - operator== - qtransform.html - operator-eq-eq - (const QTransform &matrix) const const - - - bool - operator!= - qtransform.html - operator-not-eq - (const QTransform &matrix) const const - - - QTransform & - operator*= - qtransform.html - operator-2a-eq - (const QTransform &matrix) - - - QTransform - operator* - qtransform.html - operator-2a - (const QTransform &matrix) const const - - - QVariant - operator QVariant - qtransform.html - operator-QVariant - () const const - - - void - reset - qtransform.html - reset - () - - - QPoint - map - qtransform.html - map-9 - (const QPoint &point) const const - - - QPointF - map - qtransform.html - map-1 - (const QPointF &p) const const - - - QLine - map - qtransform.html - map-2 - (const QLine &l) const const - - - QLineF - map - qtransform.html - map-3 - (const QLineF &line) const const - - - QPolygonF - map - qtransform.html - map-4 - (const QPolygonF &polygon) const const - - - QPolygon - map - qtransform.html - map-5 - (const QPolygon &polygon) const const - - - QRegion - map - qtransform.html - map-6 - (const QRegion &region) const const - - - QPainterPath - map - qtransform.html - map-7 - (const QPainterPath &path) const const - - - QPolygon - mapToPolygon - qtransform.html - mapToPolygon - (const QRect &rectangle) const const - - - QRect - mapRect - qtransform.html - mapRect-1 - (const QRect &rectangle) const const - - - QRectF - mapRect - qtransform.html - mapRect - (const QRectF &rectangle) const const - - - void - map - qtransform.html - map-8 - (int x, int y, int *tx, int *ty) const const - - - void - map - qtransform.html - map - (qreal x, qreal y, qreal *tx, qreal *ty) const const - - - const QMatrix & - toAffine - qtransform.html - toAffine - () const const - - - QTransform & - operator*= - qtransform.html - operator-2a-eq-1 - (qreal scalar) - - - QTransform & - operator/= - qtransform.html - operator-2f-eq - (qreal scalar) - - - QTransform & - operator+= - qtransform.html - operator-2b-eq - (qreal scalar) - - - QTransform & - operator-= - qtransform.html - operator--eq - (qreal scalar) - - - QTransform - fromTranslate - qtransform.html - fromTranslate - (qreal dx, qreal dy) - - - QTransform - fromScale - qtransform.html - fromScale - (qreal sx, qreal sy) - - - - QPaintDevice - qpaintdevice.html - - PaintDeviceMetric - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmWidth - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmHeight - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmWidthMM - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmHeightMM - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmNumColors - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmDepth - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmDpiX - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmDpiY - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmPhysicalDpiX - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmPhysicalDpiY - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmDevicePixelRatio - qpaintdevice.html - PaintDeviceMetric-enum - - - PdmDevicePixelRatioScaled - qpaintdevice.html - PaintDeviceMetric-enum - - - virtual - ~QPaintDevice - qpaintdevice.html - dtor.QPaintDevice - () - - - bool - paintingActive - qpaintdevice.html - paintingActive - () const const - - - virtual QPaintEngine * - paintEngine - qpaintdevice.html - paintEngine - () const const = 0 - - - int - width - qpaintdevice.html - width - () const const - - - int - height - qpaintdevice.html - height - () const const - - - int - widthMM - qpaintdevice.html - widthMM - () const const - - - int - heightMM - qpaintdevice.html - heightMM - () const const - - - int - logicalDpiX - qpaintdevice.html - logicalDpiX - () const const - - - int - logicalDpiY - qpaintdevice.html - logicalDpiY - () const const - - - int - physicalDpiX - qpaintdevice.html - physicalDpiX - () const const - - - int - physicalDpiY - qpaintdevice.html - physicalDpiY - () const const - - - int - devicePixelRatio - qpaintdevice.html - devicePixelRatio - () const const - - - qreal - devicePixelRatioF - qpaintdevice.html - devicePixelRatioF - () const const - - - int - colorCount - qpaintdevice.html - colorCount - () const const - - - int - depth - qpaintdevice.html - depth - () const const - - - - QPaintDevice - qpaintdevice.html - QPaintDevice - () - - - virtual int - metric - qpaintdevice.html - metric - (QPaintDevice::PaintDeviceMetric metric) const const - - - - QPixelFormat - qpixelformat.html - - ColorModel - qpixelformat.html - ColorModel-enum - - - RGB - qpixelformat.html - ColorModel-enum - - - BGR - qpixelformat.html - ColorModel-enum - - - Indexed - qpixelformat.html - ColorModel-enum - - - Grayscale - qpixelformat.html - ColorModel-enum - - - CMYK - qpixelformat.html - ColorModel-enum - - - HSL - qpixelformat.html - ColorModel-enum - - - HSV - qpixelformat.html - ColorModel-enum - - - YUV - qpixelformat.html - ColorModel-enum - - - Alpha - qpixelformat.html - ColorModel-enum - - - AlphaUsage - qpixelformat.html - AlphaUsage-enum - - - UsesAlpha - qpixelformat.html - AlphaUsage-enum - - - IgnoresAlpha - qpixelformat.html - AlphaUsage-enum - - - AlphaPosition - qpixelformat.html - AlphaPosition-enum - - - AtBeginning - qpixelformat.html - AlphaPosition-enum - - - AtEnd - qpixelformat.html - AlphaPosition-enum - - - AlphaPremultiplied - qpixelformat.html - AlphaPremultiplied-enum - - - NotPremultiplied - qpixelformat.html - AlphaPremultiplied-enum - - - Premultiplied - qpixelformat.html - AlphaPremultiplied-enum - - - TypeInterpretation - qpixelformat.html - TypeInterpretation-enum - - - UnsignedInteger - qpixelformat.html - TypeInterpretation-enum - - - UnsignedShort - qpixelformat.html - TypeInterpretation-enum - - - UnsignedByte - qpixelformat.html - TypeInterpretation-enum - - - FloatingPoint - qpixelformat.html - TypeInterpretation-enum - - - YUVLayout - qpixelformat.html - YUVLayout-enum - - - YUV444 - qpixelformat.html - YUVLayout-enum - - - YUV422 - qpixelformat.html - YUVLayout-enum - - - YUV411 - qpixelformat.html - YUVLayout-enum - - - YUV420P - qpixelformat.html - YUVLayout-enum - - - YUV420SP - qpixelformat.html - YUVLayout-enum - - - YV12 - qpixelformat.html - YUVLayout-enum - - - UYVY - qpixelformat.html - YUVLayout-enum - - - YUYV - qpixelformat.html - YUVLayout-enum - - - NV12 - qpixelformat.html - YUVLayout-enum - - - NV21 - qpixelformat.html - YUVLayout-enum - - - IMC1 - qpixelformat.html - YUVLayout-enum - - - IMC2 - qpixelformat.html - YUVLayout-enum - - - IMC3 - qpixelformat.html - YUVLayout-enum - - - IMC4 - qpixelformat.html - YUVLayout-enum - - - Y8 - qpixelformat.html - YUVLayout-enum - - - Y16 - qpixelformat.html - YUVLayout-enum - - - ByteOrder - qpixelformat.html - ByteOrder-enum - - - LittleEndian - qpixelformat.html - ByteOrder-enum - - - BigEndian - qpixelformat.html - ByteOrder-enum - - - CurrentSystemEndian - qpixelformat.html - ByteOrder-enum - - - - QPixelFormat - qpixelformat.html - QPixelFormat - () - - - - QPixelFormat - qpixelformat.html - QPixelFormat-1 - (QPixelFormat::ColorModel colorModel, uchar firstSize, uchar secondSize, uchar thirdSize, uchar fourthSize, uchar fifthSize, uchar alphaSize, QPixelFormat::AlphaUsage alphaUsage, QPixelFormat::AlphaPosition alphaPosition, QPixelFormat::AlphaPremultiplied premultiplied, QPixelFormat::TypeInterpretation typeInterpretation, QPixelFormat::ByteOrder byteOrder, uchar subEnum) - - - QPixelFormat::ColorModel - colorModel - qpixelformat.html - colorModel - () const const - - - uchar - channelCount - qpixelformat.html - channelCount - () const const - - - uchar - redSize - qpixelformat.html - redSize - () const const - - - uchar - greenSize - qpixelformat.html - greenSize - () const const - - - uchar - blueSize - qpixelformat.html - blueSize - () const const - - - uchar - cyanSize - qpixelformat.html - cyanSize - () const const - - - uchar - magentaSize - qpixelformat.html - magentaSize - () const const - - - uchar - yellowSize - qpixelformat.html - yellowSize - () const const - - - uchar - blackSize - qpixelformat.html - blackSize - () const const - - - uchar - hueSize - qpixelformat.html - hueSize - () const const - - - uchar - saturationSize - qpixelformat.html - saturationSize - () const const - - - uchar - lightnessSize - qpixelformat.html - lightnessSize - () const const - - - uchar - brightnessSize - qpixelformat.html - brightnessSize - () const const - - - uchar - alphaSize - qpixelformat.html - alphaSize - () const const - - - uchar - bitsPerPixel - qpixelformat.html - bitsPerPixel - () const const - - - QPixelFormat::AlphaUsage - alphaUsage - qpixelformat.html - alphaUsage - () const const - - - QPixelFormat::AlphaPosition - alphaPosition - qpixelformat.html - alphaPosition - () const const - - - QPixelFormat::AlphaPremultiplied - premultiplied - qpixelformat.html - premultiplied - () const const - - - QPixelFormat::TypeInterpretation - typeInterpretation - qpixelformat.html - typeInterpretation - () const const - - - QPixelFormat::ByteOrder - byteOrder - qpixelformat.html - byteOrder - () const const - - - QPixelFormat::YUVLayout - yuvLayout - qpixelformat.html - yuvLayout - () const const - - - - QImage - qimage.html - QPaintDevice - - void - qt_check_for_QGADGET_macro - qimage.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qimage.html - QtGadgetHelper-typedef - - - - InvertMode - qimage.html - InvertMode-enum - - - InvertRgb - qimage.html - InvertMode-enum - - - InvertRgba - qimage.html - InvertMode-enum - - - Format - qimage.html - Format-enum - - - Format_Invalid - qimage.html - Format-enum - - - Format_Mono - qimage.html - Format-enum - - - Format_MonoLSB - qimage.html - Format-enum - - - Format_Indexed8 - qimage.html - Format-enum - - - Format_RGB32 - qimage.html - Format-enum - - - Format_ARGB32 - qimage.html - Format-enum - - - Format_ARGB32_Premultiplied - qimage.html - Format-enum - - - Format_RGB16 - qimage.html - Format-enum - - - Format_ARGB8565_Premultiplied - qimage.html - Format-enum - - - Format_RGB666 - qimage.html - Format-enum - - - Format_ARGB6666_Premultiplied - qimage.html - Format-enum - - - Format_RGB555 - qimage.html - Format-enum - - - Format_ARGB8555_Premultiplied - qimage.html - Format-enum - - - Format_RGB888 - qimage.html - Format-enum - - - Format_RGB444 - qimage.html - Format-enum - - - Format_ARGB4444_Premultiplied - qimage.html - Format-enum - - - Format_RGBX8888 - qimage.html - Format-enum - - - Format_RGBA8888 - qimage.html - Format-enum - - - Format_RGBA8888_Premultiplied - qimage.html - Format-enum - - - Format_BGR30 - qimage.html - Format-enum - - - Format_A2BGR30_Premultiplied - qimage.html - Format-enum - - - Format_RGB30 - qimage.html - Format-enum - - - Format_A2RGB30_Premultiplied - qimage.html - Format-enum - - - Format_Alpha8 - qimage.html - Format-enum - - - Format_Grayscale8 - qimage.html - Format-enum - - - Format_RGBX64 - qimage.html - Format-enum - - - Format_RGBA64 - qimage.html - Format-enum - - - Format_RGBA64_Premultiplied - qimage.html - Format-enum - - - - QImage - qimage.html - QImage - () - - - - QImage - qimage.html - QImage-1 - (const QSize &size, QImage::Format format) - - - - QImage - qimage.html - QImage-2 - (int width, int height, QImage::Format format) - - - - QImage - qimage.html - QImage-3 - (uchar *data, int width, int height, QImage::Format format, QImageCleanupFunction cleanupFunction, void *cleanupInfo) - - - - QImage - qimage.html - QImage-4 - (const uchar *data, int width, int height, QImage::Format format, QImageCleanupFunction cleanupFunction, void *cleanupInfo) - - - - QImage - qimage.html - QImage-5 - (uchar *data, int width, int height, int bytesPerLine, QImage::Format format, QImageCleanupFunction cleanupFunction, void *cleanupInfo) - - - - QImage - qimage.html - QImage-6 - (const uchar *data, int width, int height, int bytesPerLine, QImage::Format format, QImageCleanupFunction cleanupFunction, void *cleanupInfo) - - - - QImage - qimage.html - QImage-7 - (const char *const [] xpm) - - - - QImage - qimage.html - QImage-8 - (const QString &fileName, const char *format) - - - - QImage - qimage.html - QImage-9 - (const QImage &image) - - - - QImage - qimage.html - QImage-10 - (QImage &&other) - - - virtual - ~QImage - qimage.html - dtor.QImage - () - - - QImage & - operator= - qimage.html - operator-eq - (const QImage &image) - - - QImage & - operator= - qimage.html - operator-eq-1 - (QImage &&other) - - - void - swap - qimage.html - swap - (QImage &other) - - - bool - isNull - qimage.html - isNull - () const const - - - bool - operator== - qimage.html - operator-eq-eq - (const QImage &image) const const - - - bool - operator!= - qimage.html - operator-not-eq - (const QImage &image) const const - - - QVariant - operator QVariant - qimage.html - operator-QVariant - () const const - - - QImage - copy - qimage.html - copy - (const QRect &rectangle) const const - - - QImage - copy - qimage.html - copy-1 - (int x, int y, int width, int height) const const - - - QImage::Format - format - qimage.html - format - () const const - - - QImage - convertToFormat - qimage.html - convertToFormat - (QImage::Format format, Qt::ImageConversionFlags flags) const & const - - - QImage - convertToFormat - qimage.html - convertToFormat-1 - (QImage::Format format, Qt::ImageConversionFlags flags) && - - - QImage - convertToFormat - qimage.html - convertToFormat-2 - (QImage::Format format, const QVector<QRgb> &colorTable, Qt::ImageConversionFlags flags) const const - - - bool - reinterpretAsFormat - qimage.html - reinterpretAsFormat - (QImage::Format format) - - - int - width - qimage.html - width - () const const - - - int - height - qimage.html - height - () const const - - - QSize - size - qimage.html - size - () const const - - - QRect - rect - qimage.html - rect - () const const - - - int - depth - qimage.html - depth - () const const - - - int - colorCount - qimage.html - colorCount - () const const - - - int - bitPlaneCount - qimage.html - bitPlaneCount - () const const - - - QRgb - color - qimage.html - color - (int i) const const - - - void - setColor - qimage.html - setColor - (int index, QRgb colorValue) - - - void - setColorCount - qimage.html - setColorCount - (int colorCount) - - - bool - allGray - qimage.html - allGray - () const const - - - bool - isGrayscale - qimage.html - isGrayscale - () const const - - - uchar * - bits - qimage.html - bits - () - - - const uchar * - bits - qimage.html - bits-1 - () const const - - - const uchar * - constBits - qimage.html - constBits - () const const - - - int - byteCount - qimage-obsolete.html - byteCount - () const const - - - qsizetype - sizeInBytes - qimage.html - sizeInBytes - () const const - - - uchar * - scanLine - qimage.html - scanLine - (int i) - - - const uchar * - scanLine - qimage.html - scanLine-1 - (int i) const const - - - const uchar * - constScanLine - qimage.html - constScanLine - (int i) const const - - - int - bytesPerLine - qimage.html - bytesPerLine - () const const - - - bool - valid - qimage.html - valid-1 - (int x, int y) const const - - - bool - valid - qimage.html - valid - (const QPoint &pos) const const - - - int - pixelIndex - qimage.html - pixelIndex-1 - (int x, int y) const const - - - int - pixelIndex - qimage.html - pixelIndex - (const QPoint &position) const const - - - QRgb - pixel - qimage.html - pixel-1 - (int x, int y) const const - - - QRgb - pixel - qimage.html - pixel - (const QPoint &position) const const - - - void - setPixel - qimage.html - setPixel-1 - (int x, int y, uint index_or_rgb) - - - void - setPixel - qimage.html - setPixel - (const QPoint &position, uint index_or_rgb) - - - QColor - pixelColor - qimage.html - pixelColor-1 - (int x, int y) const const - - - QColor - pixelColor - qimage.html - pixelColor - (const QPoint &position) const const - - - void - setPixelColor - qimage.html - setPixelColor-1 - (int x, int y, const QColor &color) - - - void - setPixelColor - qimage.html - setPixelColor - (const QPoint &position, const QColor &color) - - - QVector<QRgb> - colorTable - qimage.html - colorTable - () const const - - - void - setColorTable - qimage.html - setColorTable - (const QVector<QRgb> colors) - - - qreal - devicePixelRatio - qimage.html - devicePixelRatio - () const const - - - void - setDevicePixelRatio - qimage.html - setDevicePixelRatio - (qreal scaleFactor) - - - void - fill - qimage.html - fill - (uint pixelValue) - - - void - fill - qimage.html - fill-1 - (const QColor &color) - - - void - fill - qimage.html - fill-2 - (Qt::GlobalColor color) - - - bool - hasAlphaChannel - qimage.html - hasAlphaChannel - () const const - - - void - setAlphaChannel - qimage-obsolete.html - setAlphaChannel - (const QImage &alphaChannel) - - - QImage - alphaChannel - qimage-obsolete.html - alphaChannel - () const const - - - QImage - createAlphaMask - qimage.html - createAlphaMask - (Qt::ImageConversionFlags flags) const const - - - QImage - createHeuristicMask - qimage.html - createHeuristicMask - (bool clipTight) const const - - - QImage - createMaskFromColor - qimage.html - createMaskFromColor - (QRgb color, Qt::MaskMode mode) const const - - - QImage - scaled - qimage.html - scaled-1 - (int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const const - - - QImage - scaled - qimage.html - scaled - (const QSize &size, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const const - - - QImage - scaledToWidth - qimage.html - scaledToWidth - (int width, Qt::TransformationMode mode) const const - - - QImage - scaledToHeight - qimage.html - scaledToHeight - (int height, Qt::TransformationMode mode) const const - - - QImage - transformed - qimage.html - transformed - (const QMatrix &matrix, Qt::TransformationMode mode) const const - - - QMatrix - trueMatrix - qimage.html - trueMatrix - (const QMatrix &matrix, int width, int height) - - - QImage - transformed - qimage.html - transformed-1 - (const QTransform &matrix, Qt::TransformationMode mode) const const - - - QTransform - trueMatrix - qimage.html - trueMatrix-1 - (const QTransform &matrix, int width, int height) - - - QImage - mirrored - qimage.html - mirrored - (bool horizontal, bool vertical) const & const - - - QImage && - mirrored - qimage.html - mirrored-1 - (bool horizontal, bool vertical) && - - - QImage - rgbSwapped - qimage.html - rgbSwapped - () const & const - - - QImage && - rgbSwapped - qimage.html - rgbSwapped-1 - () && - - - void - invertPixels - qimage.html - invertPixels - (QImage::InvertMode mode) - - - bool - load - qimage.html - load-1 - (QIODevice *device, const char *format) - - - bool - load - qimage.html - load - (const QString &fileName, const char *format) - - - bool - loadFromData - qimage.html - loadFromData - (const uchar *data, int len, const char *format) - - - bool - loadFromData - qimage.html - loadFromData-1 - (const QByteArray &data, const char *format) - - - bool - save - qimage.html - save - (const QString &fileName, const char *format, int quality) const const - - - bool - save - qimage.html - save-1 - (QIODevice *device, const char *format, int quality) const const - - - QImage - fromData - qimage.html - fromData - (const uchar *data, int size, const char *format) - - - QImage - fromData - qimage.html - fromData-1 - (const QByteArray &data, const char *format) - - - int - serialNumber - qimage-obsolete.html - serialNumber - () const const - - - qint64 - cacheKey - qimage.html - cacheKey - () const const - - - int - dotsPerMeterX - qimage.html - dotsPerMeterX - () const const - - - int - dotsPerMeterY - qimage.html - dotsPerMeterY - () const const - - - void - setDotsPerMeterX - qimage.html - setDotsPerMeterX - (int x) - - - void - setDotsPerMeterY - qimage.html - setDotsPerMeterY - (int y) - - - QPoint - offset - qimage.html - offset - () const const - - - void - setOffset - qimage.html - setOffset - (const QPoint &offset) - - - QStringList - textKeys - qimage.html - textKeys - () const const - - - QString - text - qimage.html - text - (const QString &key) const const - - - void - setText - qimage.html - setText - (const QString &key, const QString &text) - - - QPixelFormat - pixelFormat - qimage.html - pixelFormat - () const const - - - QPixelFormat - toPixelFormat - qimage.html - toPixelFormat - (QImage::Format format) - - - QImage::Format - toImageFormat - qimage.html - toImageFormat - (QPixelFormat format) - - - CGImageRef - toCGImage - qimage.html - toCGImage - () const const - - - QString - text - qimage-obsolete.html - text-1 - (const char *key, const char *language) const const - - - QList<QImageTextKeyLang> - textList - qimage-obsolete.html - textList - () const const - - - QStringList - textLanguages - qimage-obsolete.html - textLanguages - () const const - - - QString - text - qimage-obsolete.html - text-2 - (const QImageTextKeyLang &keywordAndLanguage) const const - - - void - setText - qimage-obsolete.html - setText-1 - (const char *key, const char *language, const QString &text) - - - int - numColors - qimage-obsolete.html - numColors - () const const - - - void - setNumColors - qimage-obsolete.html - setNumColors - (int n) - - - int - numBytes - qimage-obsolete.html - numBytes - () const const - - - QImage - smoothScaled - qimage.html - smoothScaled - (int w, int h) const const - - - - QPixmap - qpixmap.html - QPaintDevice - - - QPixmap - qpixmap.html - QPixmap - () - - - - QPixmap - qpixmap.html - QPixmap-2 - (int width, int height) - - - - QPixmap - qpixmap.html - QPixmap-3 - (const QSize &size) - - - - QPixmap - qpixmap.html - QPixmap-4 - (const QString &fileName, const char *format, Qt::ImageConversionFlags flags) - - - - QPixmap - qpixmap.html - QPixmap-5 - (const char *const [] xpm) - - - - QPixmap - qpixmap.html - QPixmap-6 - (const QPixmap &pixmap) - - - virtual - ~QPixmap - qpixmap.html - dtor.QPixmap - () - - - QPixmap & - operator= - qpixmap.html - operator-eq - (const QPixmap &pixmap) - - - QPixmap & - operator= - qpixmap.html - operator-eq-1 - (QPixmap &&other) - - - void - swap - qpixmap.html - swap - (QPixmap &other) - - - QVariant - operator QVariant - qpixmap.html - operator-QVariant - () const const - - - bool - isNull - qpixmap.html - isNull - () const const - - - int - width - qpixmap.html - width - () const const - - - int - height - qpixmap.html - height - () const const - - - QSize - size - qpixmap.html - size - () const const - - - QRect - rect - qpixmap.html - rect - () const const - - - int - depth - qpixmap.html - depth - () const const - - - int - defaultDepth - qpixmap.html - defaultDepth - () - - - void - fill - qpixmap.html - fill - (const QColor &color) - - - void - fill - qpixmap-obsolete.html - fill-1 - (const QPaintDevice *device, const QPoint &p) - - - void - fill - qpixmap-obsolete.html - fill-2 - (const QPaintDevice *device, int x, int y) - - - QBitmap - mask - qpixmap.html - mask - () const const - - - void - setMask - qpixmap.html - setMask - (const QBitmap &mask) - - - qreal - devicePixelRatio - qpixmap.html - devicePixelRatio - () const const - - - void - setDevicePixelRatio - qpixmap.html - setDevicePixelRatio - (qreal scaleFactor) - - - bool - hasAlpha - qpixmap.html - hasAlpha - () const const - - - bool - hasAlphaChannel - qpixmap.html - hasAlphaChannel - () const const - - - QBitmap - createHeuristicMask - qpixmap.html - createHeuristicMask - (bool clipTight) const const - - - QBitmap - createMaskFromColor - qpixmap.html - createMaskFromColor - (const QColor &maskColor, Qt::MaskMode mode) const const - - - QPixmap - grabWindow - qpixmap-obsolete.html - grabWindow - (WId window, int x, int y, int width, int height) - - - QPixmap - grabWidget - qpixmap-obsolete.html - grabWidget - (QObject *widget, const QRect &rectangle) - - - QPixmap - grabWidget - qpixmap-obsolete.html - grabWidget-1 - (QObject *widget, int x, int y, int w, int h) - - - QPixmap - scaled - qpixmap.html - scaled-1 - (int width, int height, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const const - - - QPixmap - scaled - qpixmap.html - scaled - (const QSize &size, Qt::AspectRatioMode aspectRatioMode, Qt::TransformationMode transformMode) const const - - - QPixmap - scaledToWidth - qpixmap.html - scaledToWidth - (int width, Qt::TransformationMode mode) const const - - - QPixmap - scaledToHeight - qpixmap.html - scaledToHeight - (int height, Qt::TransformationMode mode) const const - - - QPixmap - transformed - qpixmap.html - transformed-1 - (const QMatrix &matrix, Qt::TransformationMode mode) const const - - - QMatrix - trueMatrix - qpixmap.html - trueMatrix-1 - (const QMatrix &m, int w, int h) - - - QPixmap - transformed - qpixmap.html - transformed - (const QTransform &transform, Qt::TransformationMode mode) const const - - - QTransform - trueMatrix - qpixmap.html - trueMatrix - (const QTransform &matrix, int width, int height) - - - QImage - toImage - qpixmap.html - toImage - () const const - - - QPixmap - fromImage - qpixmap.html - fromImage - (const QImage &image, Qt::ImageConversionFlags flags) - - - QPixmap - fromImageReader - qpixmap.html - fromImageReader - (QImageReader *imageReader, Qt::ImageConversionFlags flags) - - - QPixmap - fromImage - qpixmap.html - fromImage-1 - (QImage &&image, Qt::ImageConversionFlags flags) - - - bool - load - qpixmap.html - load - (const QString &fileName, const char *format, Qt::ImageConversionFlags flags) - - - bool - loadFromData - qpixmap.html - loadFromData - (const uchar *data, uint len, const char *format, Qt::ImageConversionFlags flags) - - - bool - loadFromData - qpixmap.html - loadFromData-1 - (const QByteArray &data, const char *format, Qt::ImageConversionFlags flags) - - - bool - save - qpixmap.html - save - (const QString &fileName, const char *format, int quality) const const - - - bool - save - qpixmap.html - save-1 - (QIODevice *device, const char *format, int quality) const const - - - bool - convertFromImage - qpixmap.html - convertFromImage - (const QImage &image, Qt::ImageConversionFlags flags) - - - QPixmap - copy - qpixmap.html - copy-1 - (int x, int y, int width, int height) const const - - - QPixmap - copy - qpixmap.html - copy - (const QRect &rectangle) const const - - - void - scroll - qpixmap.html - scroll - (int dx, int dy, int x, int y, int width, int height, QRegion *exposed) - - - void - scroll - qpixmap.html - scroll-1 - (int dx, int dy, const QRect &rect, QRegion *exposed) - - - int - serialNumber - qpixmap-obsolete.html - serialNumber - () const const - - - qint64 - cacheKey - qpixmap.html - cacheKey - () const const - - - void - detach - qpixmap.html - detach - () - - - bool - isQBitmap - qpixmap.html - isQBitmap - () const const - - - bool - operator! - qpixmap.html - operator-not - () const const - - - QPixmap - alphaChannel - qpixmap.html - alphaChannel - () const const - - - void - setAlphaChannel - qpixmap.html - setAlphaChannel - (const QPixmap &p) - - - - QBrush - qbrush.html - - - QBrush - qbrush.html - QBrush - () - - - - QBrush - qbrush.html - QBrush-1 - (Qt::BrushStyle style) - - - - QBrush - qbrush.html - QBrush-2 - (const QColor &color, Qt::BrushStyle style) - - - - QBrush - qbrush.html - QBrush-3 - (Qt::GlobalColor color, Qt::BrushStyle style) - - - - QBrush - qbrush.html - QBrush-4 - (const QColor &color, const QPixmap &pixmap) - - - - QBrush - qbrush.html - QBrush-5 - (Qt::GlobalColor color, const QPixmap &pixmap) - - - - QBrush - qbrush.html - QBrush-6 - (const QPixmap &pixmap) - - - - QBrush - qbrush.html - QBrush-7 - (const QImage &image) - - - - QBrush - qbrush.html - QBrush-8 - (const QBrush &other) - - - - QBrush - qbrush.html - QBrush-9 - (const QGradient &gradient) - - - - ~QBrush - qbrush.html - dtor.QBrush - () - - - QBrush & - operator= - qbrush.html - operator-eq - (const QBrush &brush) - - - QBrush & - operator= - qbrush.html - operator-eq-1 - (QBrush &&other) - - - void - swap - qbrush.html - swap - (QBrush &other) - - - QVariant - operator QVariant - qbrush.html - operator-QVariant - () const const - - - Qt::BrushStyle - style - qbrush.html - style - () const const - - - void - setStyle - qbrush.html - setStyle - (Qt::BrushStyle style) - - - const QMatrix & - matrix - qbrush.html - matrix - () const const - - - void - setMatrix - qbrush.html - setMatrix - (const QMatrix &matrix) - - - QTransform - transform - qbrush.html - transform - () const const - - - void - setTransform - qbrush.html - setTransform - (const QTransform &matrix) - - - QPixmap - texture - qbrush.html - texture - () const const - - - void - setTexture - qbrush.html - setTexture - (const QPixmap &pixmap) - - - QImage - textureImage - qbrush.html - textureImage - () const const - - - void - setTextureImage - qbrush.html - setTextureImage - (const QImage &image) - - - const QColor & - color - qbrush.html - color - () const const - - - void - setColor - qbrush.html - setColor - (const QColor &color) - - - void - setColor - qbrush.html - setColor-1 - (Qt::GlobalColor color) - - - const QGradient * - gradient - qbrush.html - gradient - () const const - - - bool - isOpaque - qbrush.html - isOpaque - () const const - - - bool - operator== - qbrush.html - operator-eq-eq - (const QBrush &brush) const const - - - bool - operator!= - qbrush.html - operator-not-eq - (const QBrush &brush) const const - - - - QGradient - qgradient.html - - void - qt_check_for_QGADGET_macro - qgradient.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qgradient.html - QtGadgetHelper-typedef - - - - Type - qgradient.html - Type-enum - - - LinearGradient - qgradient.html - Type-enum - - - RadialGradient - qgradient.html - Type-enum - - - ConicalGradient - qgradient.html - Type-enum - - - NoGradient - qgradient.html - Type-enum - - - Spread - qgradient.html - Spread-enum - - - PadSpread - qgradient.html - Spread-enum - - - ReflectSpread - qgradient.html - Spread-enum - - - RepeatSpread - qgradient.html - Spread-enum - - - CoordinateMode - qgradient.html - CoordinateMode-enum - - - LogicalMode - qgradient.html - CoordinateMode-enum - - - StretchToDeviceMode - qgradient.html - CoordinateMode-enum - - - ObjectBoundingMode - qgradient.html - CoordinateMode-enum - - - ObjectMode - qgradient.html - CoordinateMode-enum - - - Preset - qgradient.html - Preset-enum - - - WarmFlame - qgradient.html - Preset-enum - - - NightFade - qgradient.html - Preset-enum - - - SpringWarmth - qgradient.html - Preset-enum - - - JuicyPeach - qgradient.html - Preset-enum - - - YoungPassion - qgradient.html - Preset-enum - - - LadyLips - qgradient.html - Preset-enum - - - SunnyMorning - qgradient.html - Preset-enum - - - RainyAshville - qgradient.html - Preset-enum - - - FrozenDreams - qgradient.html - Preset-enum - - - WinterNeva - qgradient.html - Preset-enum - - - DustyGrass - qgradient.html - Preset-enum - - - TemptingAzure - qgradient.html - Preset-enum - - - HeavyRain - qgradient.html - Preset-enum - - - AmyCrisp - qgradient.html - Preset-enum - - - MeanFruit - qgradient.html - Preset-enum - - - DeepBlue - qgradient.html - Preset-enum - - - RipeMalinka - qgradient.html - Preset-enum - - - CloudyKnoxville - qgradient.html - Preset-enum - - - MalibuBeach - qgradient.html - Preset-enum - - - NewLife - qgradient.html - Preset-enum - - - TrueSunset - qgradient.html - Preset-enum - - - MorpheusDen - qgradient.html - Preset-enum - - - RareWind - qgradient.html - Preset-enum - - - NearMoon - qgradient.html - Preset-enum - - - WildApple - qgradient.html - Preset-enum - - - SaintPetersburg - qgradient.html - Preset-enum - - - PlumPlate - qgradient.html - Preset-enum - - - EverlastingSky - qgradient.html - Preset-enum - - - HappyFisher - qgradient.html - Preset-enum - - - Blessing - qgradient.html - Preset-enum - - - SharpeyeEagle - qgradient.html - Preset-enum - - - LadogaBottom - qgradient.html - Preset-enum - - - LemonGate - qgradient.html - Preset-enum - - - ItmeoBranding - qgradient.html - Preset-enum - - - ZeusMiracle - qgradient.html - Preset-enum - - - OldHat - qgradient.html - Preset-enum - - - StarWine - qgradient.html - Preset-enum - - - HappyAcid - qgradient.html - Preset-enum - - - AwesomePine - qgradient.html - Preset-enum - - - NewYork - qgradient.html - Preset-enum - - - ShyRainbow - qgradient.html - Preset-enum - - - MixedHopes - qgradient.html - Preset-enum - - - FlyHigh - qgradient.html - Preset-enum - - - StrongBliss - qgradient.html - Preset-enum - - - FreshMilk - qgradient.html - Preset-enum - - - SnowAgain - qgradient.html - Preset-enum - - - FebruaryInk - qgradient.html - Preset-enum - - - KindSteel - qgradient.html - Preset-enum - - - SoftGrass - qgradient.html - Preset-enum - - - GrownEarly - qgradient.html - Preset-enum - - - SharpBlues - qgradient.html - Preset-enum - - - ShadyWater - qgradient.html - Preset-enum - - - DirtyBeauty - qgradient.html - Preset-enum - - - GreatWhale - qgradient.html - Preset-enum - - - TeenNotebook - qgradient.html - Preset-enum - - - PoliteRumors - qgradient.html - Preset-enum - - - SweetPeriod - qgradient.html - Preset-enum - - - WideMatrix - qgradient.html - Preset-enum - - - SoftCherish - qgradient.html - Preset-enum - - - RedSalvation - qgradient.html - Preset-enum - - - BurningSpring - qgradient.html - Preset-enum - - - NightParty - qgradient.html - Preset-enum - - - SkyGlider - qgradient.html - Preset-enum - - - HeavenPeach - qgradient.html - Preset-enum - - - PurpleDivision - qgradient.html - Preset-enum - - - AquaSplash - qgradient.html - Preset-enum - - - SpikyNaga - qgradient.html - Preset-enum - - - LoveKiss - qgradient.html - Preset-enum - - - CleanMirror - qgradient.html - Preset-enum - - - PremiumDark - qgradient.html - Preset-enum - - - ColdEvening - qgradient.html - Preset-enum - - - CochitiLake - qgradient.html - Preset-enum - - - SummerGames - qgradient.html - Preset-enum - - - PassionateBed - qgradient.html - Preset-enum - - - MountainRock - qgradient.html - Preset-enum - - - DesertHump - qgradient.html - Preset-enum - - - JungleDay - qgradient.html - Preset-enum - - - PhoenixStart - qgradient.html - Preset-enum - - - OctoberSilence - qgradient.html - Preset-enum - - - FarawayRiver - qgradient.html - Preset-enum - - - AlchemistLab - qgradient.html - Preset-enum - - - OverSun - qgradient.html - Preset-enum - - - PremiumWhite - qgradient.html - Preset-enum - - - MarsParty - qgradient.html - Preset-enum - - - EternalConstance - qgradient.html - Preset-enum - - - JapanBlush - qgradient.html - Preset-enum - - - SmilingRain - qgradient.html - Preset-enum - - - CloudyApple - qgradient.html - Preset-enum - - - BigMango - qgradient.html - Preset-enum - - - HealthyWater - qgradient.html - Preset-enum - - - AmourAmour - qgradient.html - Preset-enum - - - RiskyConcrete - qgradient.html - Preset-enum - - - StrongStick - qgradient.html - Preset-enum - - - ViciousStance - qgradient.html - Preset-enum - - - PaloAlto - qgradient.html - Preset-enum - - - HappyMemories - qgradient.html - Preset-enum - - - MidnightBloom - qgradient.html - Preset-enum - - - Crystalline - qgradient.html - Preset-enum - - - PartyBliss - qgradient.html - Preset-enum - - - ConfidentCloud - qgradient.html - Preset-enum - - - LeCocktail - qgradient.html - Preset-enum - - - RiverCity - qgradient.html - Preset-enum - - - FrozenBerry - qgradient.html - Preset-enum - - - ChildCare - qgradient.html - Preset-enum - - - FlyingLemon - qgradient.html - Preset-enum - - - NewRetrowave - qgradient.html - Preset-enum - - - HiddenJaguar - qgradient.html - Preset-enum - - - AboveTheSky - qgradient.html - Preset-enum - - - Nega - qgradient.html - Preset-enum - - - DenseWater - qgradient.html - Preset-enum - - - Seashore - qgradient.html - Preset-enum - - - MarbleWall - qgradient.html - Preset-enum - - - CheerfulCaramel - qgradient.html - Preset-enum - - - NightSky - qgradient.html - Preset-enum - - - MagicLake - qgradient.html - Preset-enum - - - YoungGrass - qgradient.html - Preset-enum - - - ColorfulPeach - qgradient.html - Preset-enum - - - GentleCare - qgradient.html - Preset-enum - - - PlumBath - qgradient.html - Preset-enum - - - HappyUnicorn - qgradient.html - Preset-enum - - - AfricanField - qgradient.html - Preset-enum - - - SolidStone - qgradient.html - Preset-enum - - - OrangeJuice - qgradient.html - Preset-enum - - - GlassWater - qgradient.html - Preset-enum - - - NorthMiracle - qgradient.html - Preset-enum - - - FruitBlend - qgradient.html - Preset-enum - - - MillenniumPine - qgradient.html - Preset-enum - - - HighFlight - qgradient.html - Preset-enum - - - MoleHall - qgradient.html - Preset-enum - - - SpaceShift - qgradient.html - Preset-enum - - - ForestInei - qgradient.html - Preset-enum - - - RoyalGarden - qgradient.html - Preset-enum - - - RichMetal - qgradient.html - Preset-enum - - - JuicyCake - qgradient.html - Preset-enum - - - SmartIndigo - qgradient.html - Preset-enum - - - SandStrike - qgradient.html - Preset-enum - - - NorseBeauty - qgradient.html - Preset-enum - - - AquaGuidance - qgradient.html - Preset-enum - - - SunVeggie - qgradient.html - Preset-enum - - - SeaLord - qgradient.html - Preset-enum - - - BlackSea - qgradient.html - Preset-enum - - - GrassShampoo - qgradient.html - Preset-enum - - - LandingAircraft - qgradient.html - Preset-enum - - - WitchDance - qgradient.html - Preset-enum - - - SleeplessNight - qgradient.html - Preset-enum - - - AngelCare - qgradient.html - Preset-enum - - - CrystalRiver - qgradient.html - Preset-enum - - - SoftLipstick - qgradient.html - Preset-enum - - - SaltMountain - qgradient.html - Preset-enum - - - PerfectWhite - qgradient.html - Preset-enum - - - FreshOasis - qgradient.html - Preset-enum - - - StrictNovember - qgradient.html - Preset-enum - - - MorningSalad - qgradient.html - Preset-enum - - - DeepRelief - qgradient.html - Preset-enum - - - SeaStrike - qgradient.html - Preset-enum - - - NightCall - qgradient.html - Preset-enum - - - SupremeSky - qgradient.html - Preset-enum - - - LightBlue - qgradient.html - Preset-enum - - - MindCrawl - qgradient.html - Preset-enum - - - LilyMeadow - qgradient.html - Preset-enum - - - SugarLollipop - qgradient.html - Preset-enum - - - SweetDessert - qgradient.html - Preset-enum - - - MagicRay - qgradient.html - Preset-enum - - - TeenParty - qgradient.html - Preset-enum - - - FrozenHeat - qgradient.html - Preset-enum - - - GagarinView - qgradient.html - Preset-enum - - - FabledSunset - qgradient.html - Preset-enum - - - PerfectBlue - qgradient.html - Preset-enum - - - - QGradient - qgradient.html - QGradient - (QGradient::Preset preset) - - - QGradient::Type - type - qgradient.html - type - () const const - - - void - setSpread - qgradient.html - setSpread - (QGradient::Spread method) - - - QGradient::Spread - spread - qgradient.html - spread - () const const - - - void - setColorAt - qgradient.html - setColorAt - (qreal position, const QColor &color) - - - void - setStops - qgradient.html - setStops - (const QGradientStops &stopPoints) - - - QGradientStops - stops - qgradient.html - stops - () const const - - - QGradient::CoordinateMode - coordinateMode - qgradient.html - coordinateMode - () const const - - - void - setCoordinateMode - qgradient.html - setCoordinateMode - (QGradient::CoordinateMode mode) - - - bool - operator== - qgradient.html - operator-eq-eq - (const QGradient &gradient) const const - - - bool - operator!= - qgradient.html - operator-not-eq - (const QGradient &gradient) const const - - - - QLinearGradient - qlineargradient.html - QGradient - - - QLinearGradient - qlineargradient.html - QLinearGradient - () - - - - QLinearGradient - qlineargradient.html - QLinearGradient-1 - (const QPointF &start, const QPointF &finalStop) - - - - QLinearGradient - qlineargradient.html - QLinearGradient-2 - (qreal x1, qreal y1, qreal x2, qreal y2) - - - QPointF - start - qlineargradient.html - start - () const const - - - void - setStart - qlineargradient.html - setStart - (const QPointF &start) - - - void - setStart - qlineargradient.html - setStart-1 - (qreal x, qreal y) - - - QPointF - finalStop - qlineargradient.html - finalStop - () const const - - - void - setFinalStop - qlineargradient.html - setFinalStop - (const QPointF &stop) - - - void - setFinalStop - qlineargradient.html - setFinalStop-1 - (qreal x, qreal y) - - - - QRadialGradient - qradialgradient.html - QGradient - - - QRadialGradient - qradialgradient.html - QRadialGradient - () - - - - QRadialGradient - qradialgradient.html - QRadialGradient-1 - (const QPointF &center, qreal radius, const QPointF &focalPoint) - - - - QRadialGradient - qradialgradient.html - QRadialGradient-2 - (qreal cx, qreal cy, qreal radius, qreal fx, qreal fy) - - - - QRadialGradient - qradialgradient.html - QRadialGradient-3 - (const QPointF &center, qreal radius) - - - - QRadialGradient - qradialgradient.html - QRadialGradient-4 - (qreal cx, qreal cy, qreal radius) - - - - QRadialGradient - qradialgradient.html - QRadialGradient-5 - (const QPointF &center, qreal centerRadius, const QPointF &focalPoint, qreal focalRadius) - - - - QRadialGradient - qradialgradient.html - QRadialGradient-6 - (qreal cx, qreal cy, qreal centerRadius, qreal fx, qreal fy, qreal focalRadius) - - - QPointF - center - qradialgradient.html - center - () const const - - - void - setCenter - qradialgradient.html - setCenter - (const QPointF &center) - - - void - setCenter - qradialgradient.html - setCenter-1 - (qreal x, qreal y) - - - QPointF - focalPoint - qradialgradient.html - focalPoint - () const const - - - void - setFocalPoint - qradialgradient.html - setFocalPoint - (const QPointF &focalPoint) - - - void - setFocalPoint - qradialgradient.html - setFocalPoint-1 - (qreal x, qreal y) - - - qreal - radius - qradialgradient.html - radius - () const const - - - void - setRadius - qradialgradient.html - setRadius - (qreal radius) - - - qreal - centerRadius - qradialgradient.html - centerRadius - () const const - - - void - setCenterRadius - qradialgradient.html - setCenterRadius - (qreal radius) - - - qreal - focalRadius - qradialgradient.html - focalRadius - () const const - - - void - setFocalRadius - qradialgradient.html - setFocalRadius - (qreal radius) - - - - QConicalGradient - qconicalgradient.html - QGradient - - - QConicalGradient - qconicalgradient.html - QConicalGradient - () - - - - QConicalGradient - qconicalgradient.html - QConicalGradient-1 - (const QPointF &center, qreal angle) - - - - QConicalGradient - qconicalgradient.html - QConicalGradient-2 - (qreal cx, qreal cy, qreal angle) - - - QPointF - center - qconicalgradient.html - center - () const const - - - void - setCenter - qconicalgradient.html - setCenter - (const QPointF &center) - - - void - setCenter - qconicalgradient.html - setCenter-1 - (qreal x, qreal y) - - - qreal - angle - qconicalgradient.html - angle - () const const - - - void - setAngle - qconicalgradient.html - setAngle - (qreal angle) - - - - QPen - qpen.html - - - QPen - qpen.html - QPen - () - - - - QPen - qpen.html - QPen-1 - (Qt::PenStyle style) - - - - QPen - qpen.html - QPen-2 - (const QColor &color) - - - - QPen - qpen.html - QPen-3 - (const QBrush &brush, qreal width, Qt::PenStyle style, Qt::PenCapStyle cap, Qt::PenJoinStyle join) - - - - QPen - qpen.html - QPen-4 - (const QPen &pen) - - - - ~QPen - qpen.html - dtor.QPen - () - - - QPen & - operator= - qpen.html - operator-eq - (const QPen &pen) - - - - QPen - qpen.html - QPen-5 - (QPen &&pen) - - - QPen & - operator= - qpen.html - operator-eq-1 - (QPen &&other) - - - void - swap - qpen.html - swap - (QPen &other) - - - Qt::PenStyle - style - qpen.html - style - () const const - - - void - setStyle - qpen.html - setStyle - (Qt::PenStyle style) - - - QVector<qreal> - dashPattern - qpen.html - dashPattern - () const const - - - void - setDashPattern - qpen.html - setDashPattern - (const QVector<qreal> &pattern) - - - qreal - dashOffset - qpen.html - dashOffset - () const const - - - void - setDashOffset - qpen.html - setDashOffset - (qreal offset) - - - qreal - miterLimit - qpen.html - miterLimit - () const const - - - void - setMiterLimit - qpen.html - setMiterLimit - (qreal limit) - - - qreal - widthF - qpen.html - widthF - () const const - - - void - setWidthF - qpen.html - setWidthF - (qreal width) - - - int - width - qpen.html - width - () const const - - - void - setWidth - qpen.html - setWidth - (int width) - - - QColor - color - qpen.html - color - () const const - - - void - setColor - qpen.html - setColor - (const QColor &color) - - - QBrush - brush - qpen.html - brush - () const const - - - void - setBrush - qpen.html - setBrush - (const QBrush &brush) - - - bool - isSolid - qpen.html - isSolid - () const const - - - Qt::PenCapStyle - capStyle - qpen.html - capStyle - () const const - - - void - setCapStyle - qpen.html - setCapStyle - (Qt::PenCapStyle style) - - - Qt::PenJoinStyle - joinStyle - qpen.html - joinStyle - () const const - - - void - setJoinStyle - qpen.html - setJoinStyle - (Qt::PenJoinStyle style) - - - bool - isCosmetic - qpen.html - isCosmetic - () const const - - - void - setCosmetic - qpen.html - setCosmetic - (bool cosmetic) - - - bool - operator== - qpen.html - operator-eq-eq - (const QPen &pen) const const - - - bool - operator!= - qpen.html - operator-not-eq - (const QPen &pen) const const - - - QVariant - operator QVariant - qpen.html - operator-QVariant - () const const - - - - QTextOption - qtextoption.html - - TabType - qtextoption.html - TabType-enum - - - LeftTab - qtextoption.html - TabType-enum - - - RightTab - qtextoption.html - TabType-enum - - - CenterTab - qtextoption.html - TabType-enum - - - DelimiterTab - qtextoption.html - TabType-enum - - QTextOption::Tab - - - QTextOption - qtextoption.html - QTextOption - () - - - - QTextOption - qtextoption.html - QTextOption-1 - (Qt::Alignment alignment) - - - - ~QTextOption - qtextoption.html - dtor.QTextOption - () - - - - QTextOption - qtextoption.html - QTextOption-2 - (const QTextOption &other) - - - QTextOption & - operator= - qtextoption.html - operator-eq - (const QTextOption &other) - - - void - setAlignment - qtextoption.html - setAlignment - (Qt::Alignment alignment) - - - Qt::Alignment - alignment - qtextoption.html - alignment - () const const - - - void - setTextDirection - qtextoption.html - setTextDirection - (Qt::LayoutDirection direction) - - - Qt::LayoutDirection - textDirection - qtextoption.html - textDirection - () const const - - - WrapMode - qtextoption.html - WrapMode-enum - - - NoWrap - qtextoption.html - WrapMode-enum - - - WordWrap - qtextoption.html - WrapMode-enum - - - ManualWrap - qtextoption.html - WrapMode-enum - - - WrapAnywhere - qtextoption.html - WrapMode-enum - - - WrapAtWordBoundaryOrAnywhere - qtextoption.html - WrapMode-enum - - - void - setWrapMode - qtextoption.html - setWrapMode - (QTextOption::WrapMode mode) - - - QTextOption::WrapMode - wrapMode - qtextoption.html - wrapMode - () const const - - - Flag - qtextoption.html - Flag-enum - - - ShowTabsAndSpaces - qtextoption.html - Flag-enum - - - ShowLineAndParagraphSeparators - qtextoption.html - Flag-enum - - - AddSpaceForLineAndParagraphSeparators - qtextoption.html - Flag-enum - - - SuppressColors - qtextoption.html - Flag-enum - - - ShowDocumentTerminator - qtextoption.html - Flag-enum - - - IncludeTrailingSpaces - qtextoption.html - Flag-enum - - - Flags - qtextoption.html - Flag-enum - - - - void - setFlags - qtextoption.html - setFlags - (QTextOption::Flags flags) - - - QTextOption::Flags - flags - qtextoption.html - flags - () const const - - - void - setTabStop - qtextoption-obsolete.html - setTabStop - (qreal tabStop) - - - qreal - tabStop - qtextoption-obsolete.html - tabStop - () const const - - - void - setTabStopDistance - qtextoption.html - setTabStopDistance - (qreal tabStopDistance) - - - qreal - tabStopDistance - qtextoption.html - tabStopDistance - () const const - - - void - setTabArray - qtextoption.html - setTabArray - (const QList<qreal> &tabStops) - - - QList<qreal> - tabArray - qtextoption.html - tabArray - () const const - - - void - setTabs - qtextoption.html - setTabs - (const QList<QTextOption::Tab> &tabStops) - - - QList<QTextOption::Tab> - tabs - qtextoption.html - tabs - () const const - - - void - setUseDesignMetrics - qtextoption.html - setUseDesignMetrics - (bool enable) - - - bool - useDesignMetrics - qtextoption.html - useDesignMetrics - () const const - - - - QTextOption::Tab - qtextoption-tab.html - - - Tab - qtextoption-tab.html - Tab - () - - - - Tab - qtextoption-tab.html - Tab-1 - (qreal pos, TabType tabType, QChar delim) - - - bool - operator== - qtextoption-tab.html - operator-eq-eq - (const Tab &other) const const - - - bool - operator!= - qtextoption-tab.html - operator-not-eq - (const Tab &other) const const - - - - QTextLength - qtextlength.html - - Type - qtextlength.html - Type-enum - - - VariableLength - qtextlength.html - Type-enum - - - FixedLength - qtextlength.html - Type-enum - - - PercentageLength - qtextlength.html - Type-enum - - - - QTextLength - qtextlength.html - QTextLength - () - - - - QTextLength - qtextlength.html - QTextLength-1 - (QTextLength::Type type, qreal value) - - - QTextLength::Type - type - qtextlength.html - type - () const const - - - qreal - value - qtextlength.html - value - (qreal maximumLength) const const - - - qreal - rawValue - qtextlength.html - rawValue - () const const - - - bool - operator== - qtextlength.html - operator-eq-eq - (const QTextLength &other) const const - - - bool - operator!= - qtextlength.html - operator-not-eq - (const QTextLength &other) const const - - - QVariant - operator QVariant - qtextlength.html - operator-QVariant - () const const - - - - QTextFormat - qtextformat.html - - void - qt_check_for_QGADGET_macro - qtextformat.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qtextformat.html - QtGadgetHelper-typedef - - - - FormatType - qtextformat.html - FormatType-enum - - - InvalidFormat - qtextformat.html - FormatType-enum - - - BlockFormat - qtextformat.html - FormatType-enum - - - CharFormat - qtextformat.html - FormatType-enum - - - ListFormat - qtextformat.html - FormatType-enum - - - TableFormat - qtextformat.html - FormatType-enum - - - FrameFormat - qtextformat.html - FormatType-enum - - - UserFormat - qtextformat.html - FormatType-enum - - - Property - qtextformat.html - Property-enum - - - ObjectIndex - qtextformat.html - Property-enum - - - CssFloat - qtextformat.html - Property-enum - - - LayoutDirection - qtextformat.html - Property-enum - - - OutlinePen - qtextformat.html - Property-enum - - - BackgroundBrush - qtextformat.html - Property-enum - - - ForegroundBrush - qtextformat.html - Property-enum - - - BackgroundImageUrl - qtextformat.html - Property-enum - - - BlockAlignment - qtextformat.html - Property-enum - - - BlockTopMargin - qtextformat.html - Property-enum - - - BlockBottomMargin - qtextformat.html - Property-enum - - - BlockLeftMargin - qtextformat.html - Property-enum - - - BlockRightMargin - qtextformat.html - Property-enum - - - TextIndent - qtextformat.html - Property-enum - - - TabPositions - qtextformat.html - Property-enum - - - BlockIndent - qtextformat.html - Property-enum - - - LineHeight - qtextformat.html - Property-enum - - - LineHeightType - qtextformat.html - Property-enum - - - BlockNonBreakableLines - qtextformat.html - Property-enum - - - BlockTrailingHorizontalRulerWidth - qtextformat.html - Property-enum - - - HeadingLevel - qtextformat.html - Property-enum - - - FirstFontProperty - qtextformat.html - Property-enum - - - FontCapitalization - qtextformat.html - Property-enum - - - FontLetterSpacingType - qtextformat.html - Property-enum - - - FontLetterSpacing - qtextformat.html - Property-enum - - - FontWordSpacing - qtextformat.html - Property-enum - - - FontStretch - qtextformat.html - Property-enum - - - FontStyleHint - qtextformat.html - Property-enum - - - FontStyleStrategy - qtextformat.html - Property-enum - - - FontKerning - qtextformat.html - Property-enum - - - FontHintingPreference - qtextformat.html - Property-enum - - - FontFamily - qtextformat.html - Property-enum - - - FontPointSize - qtextformat.html - Property-enum - - - FontSizeAdjustment - qtextformat.html - Property-enum - - - FontSizeIncrement - qtextformat.html - Property-enum - - - FontWeight - qtextformat.html - Property-enum - - - FontItalic - qtextformat.html - Property-enum - - - FontUnderline - qtextformat.html - Property-enum - - - FontOverline - qtextformat.html - Property-enum - - - FontStrikeOut - qtextformat.html - Property-enum - - - FontFixedPitch - qtextformat.html - Property-enum - - - FontPixelSize - qtextformat.html - Property-enum - - - LastFontProperty - qtextformat.html - Property-enum - - - TextUnderlineColor - qtextformat.html - Property-enum - - - TextVerticalAlignment - qtextformat.html - Property-enum - - - TextOutline - qtextformat.html - Property-enum - - - TextUnderlineStyle - qtextformat.html - Property-enum - - - TextToolTip - qtextformat.html - Property-enum - - - IsAnchor - qtextformat.html - Property-enum - - - AnchorHref - qtextformat.html - Property-enum - - - AnchorName - qtextformat.html - Property-enum - - - ObjectType - qtextformat.html - Property-enum - - - ListStyle - qtextformat.html - Property-enum - - - ListIndent - qtextformat.html - Property-enum - - - ListNumberPrefix - qtextformat.html - Property-enum - - - ListNumberSuffix - qtextformat.html - Property-enum - - - FrameBorder - qtextformat.html - Property-enum - - - FrameMargin - qtextformat.html - Property-enum - - - FramePadding - qtextformat.html - Property-enum - - - FrameWidth - qtextformat.html - Property-enum - - - FrameHeight - qtextformat.html - Property-enum - - - FrameTopMargin - qtextformat.html - Property-enum - - - FrameBottomMargin - qtextformat.html - Property-enum - - - FrameLeftMargin - qtextformat.html - Property-enum - - - FrameRightMargin - qtextformat.html - Property-enum - - - FrameBorderBrush - qtextformat.html - Property-enum - - - FrameBorderStyle - qtextformat.html - Property-enum - - - TableColumns - qtextformat.html - Property-enum - - - TableColumnWidthConstraints - qtextformat.html - Property-enum - - - TableCellSpacing - qtextformat.html - Property-enum - - - TableCellPadding - qtextformat.html - Property-enum - - - TableHeaderRowCount - qtextformat.html - Property-enum - - - TableCellRowSpan - qtextformat.html - Property-enum - - - TableCellColumnSpan - qtextformat.html - Property-enum - - - TableCellTopPadding - qtextformat.html - Property-enum - - - TableCellBottomPadding - qtextformat.html - Property-enum - - - TableCellLeftPadding - qtextformat.html - Property-enum - - - TableCellRightPadding - qtextformat.html - Property-enum - - - ImageName - qtextformat.html - Property-enum - - - ImageWidth - qtextformat.html - Property-enum - - - ImageHeight - qtextformat.html - Property-enum - - - ImageQuality - qtextformat.html - Property-enum - - - FullWidthSelection - qtextformat.html - Property-enum - - - PageBreakPolicy - qtextformat.html - Property-enum - - - UserProperty - qtextformat.html - Property-enum - - - ObjectTypes - qtextformat.html - ObjectTypes-enum - - - NoObject - qtextformat.html - ObjectTypes-enum - - - ImageObject - qtextformat.html - ObjectTypes-enum - - - TableObject - qtextformat.html - ObjectTypes-enum - - - TableCellObject - qtextformat.html - ObjectTypes-enum - - - UserObject - qtextformat.html - ObjectTypes-enum - - - PageBreakFlag - qtextformat.html - PageBreakFlag-enum - - - PageBreak_Auto - qtextformat.html - PageBreakFlag-enum - - - PageBreak_AlwaysBefore - qtextformat.html - PageBreakFlag-enum - - - PageBreak_AlwaysAfter - qtextformat.html - PageBreakFlag-enum - - - PageBreakFlags - qtextformat.html - PageBreakFlag-enum - - - - - QTextFormat - qtextformat.html - QTextFormat - () - - - - QTextFormat - qtextformat.html - QTextFormat-1 - (int type) - - - - QTextFormat - qtextformat.html - QTextFormat-2 - (const QTextFormat &other) - - - QTextFormat & - operator= - qtextformat.html - operator-eq - (const QTextFormat &other) - - - - ~QTextFormat - qtextformat.html - dtor.QTextFormat - () - - - void - swap - qtextformat.html - swap - (QTextFormat &other) - - - void - merge - qtextformat.html - merge - (const QTextFormat &other) - - - bool - isValid - qtextformat.html - isValid - () const const - - - bool - isEmpty - qtextformat.html - isEmpty - () const const - - - int - type - qtextformat.html - type - () const const - - - int - objectIndex - qtextformat.html - objectIndex - () const const - - - void - setObjectIndex - qtextformat.html - setObjectIndex - (int index) - - - QVariant - property - qtextformat.html - property - (int propertyId) const const - - - void - setProperty - qtextformat.html - setProperty - (int propertyId, const QVariant &value) - - - void - clearProperty - qtextformat.html - clearProperty - (int propertyId) - - - bool - hasProperty - qtextformat.html - hasProperty - (int propertyId) const const - - - bool - boolProperty - qtextformat.html - boolProperty - (int propertyId) const const - - - int - intProperty - qtextformat.html - intProperty - (int propertyId) const const - - - qreal - doubleProperty - qtextformat.html - doubleProperty - (int propertyId) const const - - - QString - stringProperty - qtextformat.html - stringProperty - (int propertyId) const const - - - QColor - colorProperty - qtextformat.html - colorProperty - (int propertyId) const const - - - QPen - penProperty - qtextformat.html - penProperty - (int propertyId) const const - - - QBrush - brushProperty - qtextformat.html - brushProperty - (int propertyId) const const - - - QTextLength - lengthProperty - qtextformat.html - lengthProperty - (int propertyId) const const - - - QVector<QTextLength> - lengthVectorProperty - qtextformat.html - lengthVectorProperty - (int propertyId) const const - - - void - setProperty - qtextformat.html - setProperty-1 - (int propertyId, const QVector<QTextLength> &value) - - - QMap<int, QVariant> - properties - qtextformat.html - properties - () const const - - - int - propertyCount - qtextformat.html - propertyCount - () const const - - - void - setObjectType - qtextformat.html - setObjectType - (int type) - - - int - objectType - qtextformat.html - objectType - () const const - - - bool - isCharFormat - qtextformat.html - isCharFormat - () const const - - - bool - isBlockFormat - qtextformat.html - isBlockFormat - () const const - - - bool - isListFormat - qtextformat.html - isListFormat - () const const - - - bool - isFrameFormat - qtextformat.html - isFrameFormat - () const const - - - bool - isImageFormat - qtextformat.html - isImageFormat - () const const - - - bool - isTableFormat - qtextformat.html - isTableFormat - () const const - - - bool - isTableCellFormat - qtextformat.html - isTableCellFormat - () const const - - - QTextBlockFormat - toBlockFormat - qtextformat.html - toBlockFormat - () const const - - - QTextCharFormat - toCharFormat - qtextformat.html - toCharFormat - () const const - - - QTextListFormat - toListFormat - qtextformat.html - toListFormat - () const const - - - QTextTableFormat - toTableFormat - qtextformat.html - toTableFormat - () const const - - - QTextFrameFormat - toFrameFormat - qtextformat.html - toFrameFormat - () const const - - - QTextImageFormat - toImageFormat - qtextformat.html - toImageFormat - () const const - - - QTextTableCellFormat - toTableCellFormat - qtextformat.html - toTableCellFormat - () const const - - - bool - operator== - qtextformat.html - operator-eq-eq - (const QTextFormat &other) const const - - - bool - operator!= - qtextformat.html - operator-not-eq - (const QTextFormat &other) const const - - - QVariant - operator QVariant - qtextformat.html - operator-QVariant - () const const - - - void - setLayoutDirection - qtextformat.html - setLayoutDirection - (Qt::LayoutDirection direction) - - - Qt::LayoutDirection - layoutDirection - qtextformat.html - layoutDirection - () const const - - - void - setBackground - qtextformat.html - setBackground - (const QBrush &brush) - - - QBrush - background - qtextformat.html - background - () const const - - - void - clearBackground - qtextformat.html - clearBackground - () - - - void - setForeground - qtextformat.html - setForeground - (const QBrush &brush) - - - QBrush - foreground - qtextformat.html - foreground - () const const - - - void - clearForeground - qtextformat.html - clearForeground - () - - - - QTextCharFormat - qtextcharformat.html - QTextFormat - - VerticalAlignment - qtextcharformat.html - VerticalAlignment-enum - - - AlignNormal - qtextcharformat.html - VerticalAlignment-enum - - - AlignSuperScript - qtextcharformat.html - VerticalAlignment-enum - - - AlignSubScript - qtextcharformat.html - VerticalAlignment-enum - - - AlignMiddle - qtextcharformat.html - VerticalAlignment-enum - - - AlignTop - qtextcharformat.html - VerticalAlignment-enum - - - AlignBottom - qtextcharformat.html - VerticalAlignment-enum - - - AlignBaseline - qtextcharformat.html - VerticalAlignment-enum - - - UnderlineStyle - qtextcharformat.html - UnderlineStyle-enum - - - NoUnderline - qtextcharformat.html - UnderlineStyle-enum - - - SingleUnderline - qtextcharformat.html - UnderlineStyle-enum - - - DashUnderline - qtextcharformat.html - UnderlineStyle-enum - - - DotLine - qtextcharformat.html - UnderlineStyle-enum - - - DashDotLine - qtextcharformat.html - UnderlineStyle-enum - - - DashDotDotLine - qtextcharformat.html - UnderlineStyle-enum - - - WaveUnderline - qtextcharformat.html - UnderlineStyle-enum - - - SpellCheckUnderline - qtextcharformat.html - UnderlineStyle-enum - - - - QTextCharFormat - qtextcharformat.html - QTextCharFormat - () - - - bool - isValid - qtextcharformat.html - isValid - () const const - - - FontPropertiesInheritanceBehavior - qtextcharformat.html - FontPropertiesInheritanceBehavior-enum - - - FontPropertiesSpecifiedOnly - qtextcharformat.html - FontPropertiesInheritanceBehavior-enum - - - FontPropertiesAll - qtextcharformat.html - FontPropertiesInheritanceBehavior-enum - - - void - setFont - qtextcharformat.html - setFont - (const QFont &font, QTextCharFormat::FontPropertiesInheritanceBehavior behavior) - - - void - setFont - qtextcharformat.html - setFont-1 - (const QFont &font) - - - QFont - font - qtextcharformat.html - font - () const const - - - void - setFontFamily - qtextcharformat.html - setFontFamily - (const QString &family) - - - QString - fontFamily - qtextcharformat.html - fontFamily - () const const - - - void - setFontPointSize - qtextcharformat.html - setFontPointSize - (qreal size) - - - qreal - fontPointSize - qtextcharformat.html - fontPointSize - () const const - - - void - setFontWeight - qtextcharformat.html - setFontWeight - (int weight) - - - int - fontWeight - qtextcharformat.html - fontWeight - () const const - - - void - setFontItalic - qtextcharformat.html - setFontItalic - (bool italic) - - - bool - fontItalic - qtextcharformat.html - fontItalic - () const const - - - void - setFontCapitalization - qtextcharformat.html - setFontCapitalization - (QFont::Capitalization capitalization) - - - QFont::Capitalization - fontCapitalization - qtextcharformat.html - fontCapitalization - () const const - - - void - setFontLetterSpacingType - qtextcharformat.html - setFontLetterSpacingType - (QFont::SpacingType letterSpacingType) - - - QFont::SpacingType - fontLetterSpacingType - qtextcharformat.html - fontLetterSpacingType - () const const - - - void - setFontLetterSpacing - qtextcharformat.html - setFontLetterSpacing - (qreal spacing) - - - qreal - fontLetterSpacing - qtextcharformat.html - fontLetterSpacing - () const const - - - void - setFontWordSpacing - qtextcharformat.html - setFontWordSpacing - (qreal spacing) - - - qreal - fontWordSpacing - qtextcharformat.html - fontWordSpacing - () const const - - - void - setFontUnderline - qtextcharformat.html - setFontUnderline - (bool underline) - - - bool - fontUnderline - qtextcharformat.html - fontUnderline - () const const - - - void - setFontOverline - qtextcharformat.html - setFontOverline - (bool overline) - - - bool - fontOverline - qtextcharformat.html - fontOverline - () const const - - - void - setFontStrikeOut - qtextcharformat.html - setFontStrikeOut - (bool strikeOut) - - - bool - fontStrikeOut - qtextcharformat.html - fontStrikeOut - () const const - - - void - setUnderlineColor - qtextcharformat.html - setUnderlineColor - (const QColor &color) - - - QColor - underlineColor - qtextcharformat.html - underlineColor - () const const - - - void - setFontFixedPitch - qtextcharformat.html - setFontFixedPitch - (bool fixedPitch) - - - bool - fontFixedPitch - qtextcharformat.html - fontFixedPitch - () const const - - - void - setFontStretch - qtextcharformat.html - setFontStretch - (int factor) - - - int - fontStretch - qtextcharformat.html - fontStretch - () const const - - - void - setFontStyleHint - qtextcharformat.html - setFontStyleHint - (QFont::StyleHint hint, QFont::StyleStrategy strategy) - - - void - setFontStyleStrategy - qtextcharformat.html - setFontStyleStrategy - (QFont::StyleStrategy strategy) - - - QFont::StyleHint - fontStyleHint - qtextcharformat.html - fontStyleHint - () const const - - - QFont::StyleStrategy - fontStyleStrategy - qtextcharformat.html - fontStyleStrategy - () const const - - - void - setFontHintingPreference - qtextcharformat.html - setFontHintingPreference - (QFont::HintingPreference hintingPreference) - - - QFont::HintingPreference - fontHintingPreference - qtextcharformat.html - fontHintingPreference - () const const - - - void - setFontKerning - qtextcharformat.html - setFontKerning - (bool enable) - - - bool - fontKerning - qtextcharformat.html - fontKerning - () const const - - - void - setUnderlineStyle - qtextcharformat.html - setUnderlineStyle - (QTextCharFormat::UnderlineStyle style) - - - QTextCharFormat::UnderlineStyle - underlineStyle - qtextcharformat.html - underlineStyle - () const const - - - void - setVerticalAlignment - qtextcharformat.html - setVerticalAlignment - (QTextCharFormat::VerticalAlignment alignment) - - - QTextCharFormat::VerticalAlignment - verticalAlignment - qtextcharformat.html - verticalAlignment - () const const - - - void - setTextOutline - qtextcharformat.html - setTextOutline - (const QPen &pen) - - - QPen - textOutline - qtextcharformat.html - textOutline - () const const - - - void - setToolTip - qtextcharformat.html - setToolTip - (const QString &text) - - - QString - toolTip - qtextcharformat.html - toolTip - () const const - - - void - setAnchor - qtextcharformat.html - setAnchor - (bool anchor) - - - bool - isAnchor - qtextcharformat.html - isAnchor - () const const - - - void - setAnchorHref - qtextcharformat.html - setAnchorHref - (const QString &value) - - - QString - anchorHref - qtextcharformat.html - anchorHref - () const const - - - void - setAnchorName - qtextcharformat-obsolete.html - setAnchorName - (const QString &name) - - - QString - anchorName - qtextcharformat-obsolete.html - anchorName - () const const - - - void - setAnchorNames - qtextcharformat.html - setAnchorNames - (const QStringList &names) - - - QStringList - anchorNames - qtextcharformat.html - anchorNames - () const const - - - - QTextBlockFormat - qtextblockformat.html - QTextFormat - - LineHeightTypes - qtextblockformat.html - LineHeightTypes-enum - - - SingleHeight - qtextblockformat.html - LineHeightTypes-enum - - - ProportionalHeight - qtextblockformat.html - LineHeightTypes-enum - - - FixedHeight - qtextblockformat.html - LineHeightTypes-enum - - - MinimumHeight - qtextblockformat.html - LineHeightTypes-enum - - - LineDistanceHeight - qtextblockformat.html - LineHeightTypes-enum - - - - QTextBlockFormat - qtextblockformat.html - QTextBlockFormat - () - - - bool - isValid - qtextblockformat.html - isValid - () const const - - - void - setAlignment - qtextblockformat.html - setAlignment - (Qt::Alignment alignment) - - - Qt::Alignment - alignment - qtextblockformat.html - alignment - () const const - - - void - setTopMargin - qtextblockformat.html - setTopMargin - (qreal margin) - - - qreal - topMargin - qtextblockformat.html - topMargin - () const const - - - void - setBottomMargin - qtextblockformat.html - setBottomMargin - (qreal margin) - - - qreal - bottomMargin - qtextblockformat.html - bottomMargin - () const const - - - void - setLeftMargin - qtextblockformat.html - setLeftMargin - (qreal margin) - - - qreal - leftMargin - qtextblockformat.html - leftMargin - () const const - - - void - setRightMargin - qtextblockformat.html - setRightMargin - (qreal margin) - - - qreal - rightMargin - qtextblockformat.html - rightMargin - () const const - - - void - setTextIndent - qtextblockformat.html - setTextIndent - (qreal indent) - - - qreal - textIndent - qtextblockformat.html - textIndent - () const const - - - void - setIndent - qtextblockformat.html - setIndent - (int indentation) - - - int - indent - qtextblockformat.html - indent - () const const - - - void - setHeadingLevel - qtextblockformat.html - setHeadingLevel - (int level) - - - int - headingLevel - qtextblockformat.html - headingLevel - () const const - - - void - setLineHeight - qtextblockformat.html - setLineHeight - (qreal height, int heightType) - - - qreal - lineHeight - qtextblockformat.html - lineHeight - (qreal scriptLineHeight, qreal scaling) const const - - - qreal - lineHeight - qtextblockformat.html - lineHeight-1 - () const const - - - int - lineHeightType - qtextblockformat.html - lineHeightType - () const const - - - void - setNonBreakableLines - qtextblockformat.html - setNonBreakableLines - (bool b) - - - bool - nonBreakableLines - qtextblockformat.html - nonBreakableLines - () const const - - - void - setPageBreakPolicy - qtextblockformat.html - setPageBreakPolicy - (QTextFormat::PageBreakFlags policy) - - - QTextFormat::PageBreakFlags - pageBreakPolicy - qtextblockformat.html - pageBreakPolicy - () const const - - - void - setTabPositions - qtextblockformat.html - setTabPositions - (const QList<QTextOption::Tab> &tabs) - - - QList<QTextOption::Tab> - tabPositions - qtextblockformat.html - tabPositions - () const const - - - - QTextListFormat - qtextlistformat.html - QTextFormat - - - QTextListFormat - qtextlistformat.html - QTextListFormat - () - - - bool - isValid - qtextlistformat.html - isValid - () const const - - - Style - qtextlistformat.html - Style-enum - - - ListDisc - qtextlistformat.html - Style-enum - - - ListCircle - qtextlistformat.html - Style-enum - - - ListSquare - qtextlistformat.html - Style-enum - - - ListDecimal - qtextlistformat.html - Style-enum - - - ListLowerAlpha - qtextlistformat.html - Style-enum - - - ListUpperAlpha - qtextlistformat.html - Style-enum - - - ListLowerRoman - qtextlistformat.html - Style-enum - - - ListUpperRoman - qtextlistformat.html - Style-enum - - - ListStyleUndefined - qtextlistformat.html - Style-enum - - - void - setStyle - qtextlistformat.html - setStyle - (QTextListFormat::Style style) - - - QTextListFormat::Style - style - qtextlistformat.html - style - () const const - - - void - setIndent - qtextlistformat.html - setIndent - (int indentation) - - - int - indent - qtextlistformat.html - indent - () const const - - - void - setNumberPrefix - qtextlistformat.html - setNumberPrefix - (const QString &numberPrefix) - - - QString - numberPrefix - qtextlistformat.html - numberPrefix - () const const - - - void - setNumberSuffix - qtextlistformat.html - setNumberSuffix - (const QString &numberSuffix) - - - QString - numberSuffix - qtextlistformat.html - numberSuffix - () const const - - - - QTextImageFormat - qtextimageformat.html - QTextCharFormat - - - QTextImageFormat - qtextimageformat.html - QTextImageFormat - () - - - bool - isValid - qtextimageformat.html - isValid - () const const - - - void - setName - qtextimageformat.html - setName - (const QString &name) - - - QString - name - qtextimageformat.html - name - () const const - - - void - setWidth - qtextimageformat.html - setWidth - (qreal width) - - - qreal - width - qtextimageformat.html - width - () const const - - - void - setHeight - qtextimageformat.html - setHeight - (qreal height) - - - qreal - height - qtextimageformat.html - height - () const const - - - void - setQuality - qtextimageformat.html - setQuality - (int quality) - - - int - quality - qtextimageformat.html - quality - () const const - - - - QTextFrameFormat - qtextframeformat.html - QTextFormat - - - QTextFrameFormat - qtextframeformat.html - QTextFrameFormat - () - - - bool - isValid - qtextframeformat.html - isValid - () const const - - - Position - qtextframeformat.html - Position-enum - - - InFlow - qtextframeformat.html - Position-enum - - - FloatLeft - qtextframeformat.html - Position-enum - - - FloatRight - qtextframeformat.html - Position-enum - - - BorderStyle - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_None - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Dotted - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Dashed - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Solid - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Double - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_DotDash - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_DotDotDash - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Groove - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Ridge - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Inset - qtextframeformat.html - BorderStyle-enum - - - BorderStyle_Outset - qtextframeformat.html - BorderStyle-enum - - - void - setPosition - qtextframeformat.html - setPosition - (QTextFrameFormat::Position policy) - - - QTextFrameFormat::Position - position - qtextframeformat.html - position - () const const - - - void - setBorder - qtextframeformat.html - setBorder - (qreal width) - - - qreal - border - qtextframeformat.html - border - () const const - - - void - setBorderBrush - qtextframeformat.html - setBorderBrush - (const QBrush &brush) - - - QBrush - borderBrush - qtextframeformat.html - borderBrush - () const const - - - void - setBorderStyle - qtextframeformat.html - setBorderStyle - (QTextFrameFormat::BorderStyle style) - - - QTextFrameFormat::BorderStyle - borderStyle - qtextframeformat.html - borderStyle - () const const - - - void - setMargin - qtextframeformat.html - setMargin - (qreal margin) - - - qreal - margin - qtextframeformat.html - margin - () const const - - - void - setTopMargin - qtextframeformat.html - setTopMargin - (qreal margin) - - - qreal - topMargin - qtextframeformat.html - topMargin - () const const - - - void - setBottomMargin - qtextframeformat.html - setBottomMargin - (qreal margin) - - - qreal - bottomMargin - qtextframeformat.html - bottomMargin - () const const - - - void - setLeftMargin - qtextframeformat.html - setLeftMargin - (qreal margin) - - - qreal - leftMargin - qtextframeformat.html - leftMargin - () const const - - - void - setRightMargin - qtextframeformat.html - setRightMargin - (qreal margin) - - - qreal - rightMargin - qtextframeformat.html - rightMargin - () const const - - - void - setPadding - qtextframeformat.html - setPadding - (qreal width) - - - qreal - padding - qtextframeformat.html - padding - () const const - - - void - setWidth - qtextframeformat.html - setWidth-1 - (qreal width) - - - void - setWidth - qtextframeformat.html - setWidth - (const QTextLength &width) - - - QTextLength - width - qtextframeformat.html - width - () const const - - - void - setHeight - qtextframeformat.html - setHeight-1 - (qreal height) - - - void - setHeight - qtextframeformat.html - setHeight - (const QTextLength &height) - - - QTextLength - height - qtextframeformat.html - height - () const const - - - void - setPageBreakPolicy - qtextframeformat.html - setPageBreakPolicy - (QTextFormat::PageBreakFlags policy) - - - QTextFormat::PageBreakFlags - pageBreakPolicy - qtextframeformat.html - pageBreakPolicy - () const const - - - - QTextTableFormat - qtexttableformat.html - QTextFrameFormat - - - QTextTableFormat - qtexttableformat.html - QTextTableFormat - () - - - bool - isValid - qtexttableformat.html - isValid - () const const - - - int - columns - qtexttableformat.html - columns - () const const - - - void - setColumnWidthConstraints - qtexttableformat.html - setColumnWidthConstraints - (const QVector<QTextLength> &constraints) - - - QVector<QTextLength> - columnWidthConstraints - qtexttableformat.html - columnWidthConstraints - () const const - - - void - clearColumnWidthConstraints - qtexttableformat.html - clearColumnWidthConstraints - () - - - qreal - cellSpacing - qtexttableformat.html - cellSpacing - () const const - - - void - setCellSpacing - qtexttableformat.html - setCellSpacing - (qreal spacing) - - - qreal - cellPadding - qtexttableformat.html - cellPadding - () const const - - - void - setCellPadding - qtexttableformat.html - setCellPadding - (qreal padding) - - - void - setAlignment - qtexttableformat.html - setAlignment - (Qt::Alignment alignment) - - - Qt::Alignment - alignment - qtexttableformat.html - alignment - () const const - - - void - setHeaderRowCount - qtexttableformat.html - setHeaderRowCount - (int count) - - - int - headerRowCount - qtexttableformat.html - headerRowCount - () const const - - - - QTextTableCellFormat - qtexttablecellformat.html - QTextCharFormat - - - QTextTableCellFormat - qtexttablecellformat.html - QTextTableCellFormat - () - - - bool - isValid - qtexttablecellformat.html - isValid - () const const - - - void - setTopPadding - qtexttablecellformat.html - setTopPadding - (qreal padding) - - - qreal - topPadding - qtexttablecellformat.html - topPadding - () const const - - - void - setBottomPadding - qtexttablecellformat.html - setBottomPadding - (qreal padding) - - - qreal - bottomPadding - qtexttablecellformat.html - bottomPadding - () const const - - - void - setLeftPadding - qtexttablecellformat.html - setLeftPadding - (qreal padding) - - - qreal - leftPadding - qtexttablecellformat.html - leftPadding - () const const - - - void - setRightPadding - qtexttablecellformat.html - setRightPadding - (qreal padding) - - - qreal - rightPadding - qtexttablecellformat.html - rightPadding - () const const - - - void - setPadding - qtexttablecellformat.html - setPadding - (qreal padding) - - - - QFontDatabase - qfontdatabase.html - - void - qt_check_for_QGADGET_macro - qfontdatabase.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qfontdatabase.html - QtGadgetHelper-typedef - - - - WritingSystem - qfontdatabase.html - WritingSystem-enum - - - Any - qfontdatabase.html - WritingSystem-enum - - - Latin - qfontdatabase.html - WritingSystem-enum - - - Greek - qfontdatabase.html - WritingSystem-enum - - - Cyrillic - qfontdatabase.html - WritingSystem-enum - - - Armenian - qfontdatabase.html - WritingSystem-enum - - - Hebrew - qfontdatabase.html - WritingSystem-enum - - - Arabic - qfontdatabase.html - WritingSystem-enum - - - Syriac - qfontdatabase.html - WritingSystem-enum - - - Thaana - qfontdatabase.html - WritingSystem-enum - - - Devanagari - qfontdatabase.html - WritingSystem-enum - - - Bengali - qfontdatabase.html - WritingSystem-enum - - - Gurmukhi - qfontdatabase.html - WritingSystem-enum - - - Gujarati - qfontdatabase.html - WritingSystem-enum - - - Oriya - qfontdatabase.html - WritingSystem-enum - - - Tamil - qfontdatabase.html - WritingSystem-enum - - - Telugu - qfontdatabase.html - WritingSystem-enum - - - Kannada - qfontdatabase.html - WritingSystem-enum - - - Malayalam - qfontdatabase.html - WritingSystem-enum - - - Sinhala - qfontdatabase.html - WritingSystem-enum - - - Thai - qfontdatabase.html - WritingSystem-enum - - - Lao - qfontdatabase.html - WritingSystem-enum - - - Tibetan - qfontdatabase.html - WritingSystem-enum - - - Myanmar - qfontdatabase.html - WritingSystem-enum - - - Georgian - qfontdatabase.html - WritingSystem-enum - - - Khmer - qfontdatabase.html - WritingSystem-enum - - - SimplifiedChinese - qfontdatabase.html - WritingSystem-enum - - - TraditionalChinese - qfontdatabase.html - WritingSystem-enum - - - Japanese - qfontdatabase.html - WritingSystem-enum - - - Korean - qfontdatabase.html - WritingSystem-enum - - - Vietnamese - qfontdatabase.html - WritingSystem-enum - - - Symbol - qfontdatabase.html - WritingSystem-enum - - - Other - qfontdatabase.html - WritingSystem-enum - - - Ogham - qfontdatabase.html - WritingSystem-enum - - - Runic - qfontdatabase.html - WritingSystem-enum - - - Nko - qfontdatabase.html - WritingSystem-enum - - - WritingSystemsCount - qfontdatabase.html - WritingSystem-enum - - - SystemFont - qfontdatabase.html - SystemFont-enum - - - GeneralFont - qfontdatabase.html - SystemFont-enum - - - FixedFont - qfontdatabase.html - SystemFont-enum - - - TitleFont - qfontdatabase.html - SystemFont-enum - - - SmallestReadableFont - qfontdatabase.html - SystemFont-enum - - - QList<int> - standardSizes - qfontdatabase.html - standardSizes - () - - - - QFontDatabase - qfontdatabase.html - QFontDatabase - () - - - QList<QFontDatabase::WritingSystem> - writingSystems - qfontdatabase.html - writingSystems - () const const - - - QList<QFontDatabase::WritingSystem> - writingSystems - qfontdatabase.html - writingSystems-1 - (const QString &family) const const - - - QStringList - families - qfontdatabase.html - families - (QFontDatabase::WritingSystem writingSystem) const const - - - QStringList - styles - qfontdatabase.html - styles - (const QString &family) const const - - - QList<int> - pointSizes - qfontdatabase.html - pointSizes - (const QString &family, const QString &styleName) - - - QList<int> - smoothSizes - qfontdatabase.html - smoothSizes - (const QString &family, const QString &styleName) - - - QString - styleString - qfontdatabase.html - styleString - (const QFont &font) - - - QString - styleString - qfontdatabase.html - styleString-1 - (const QFontInfo &fontInfo) - - - QFont - font - qfontdatabase.html - font - (const QString &family, const QString &style, int pointSize) const const - - - bool - isBitmapScalable - qfontdatabase.html - isBitmapScalable - (const QString &family, const QString &style) const const - - - bool - isSmoothlyScalable - qfontdatabase.html - isSmoothlyScalable - (const QString &family, const QString &style) const const - - - bool - isScalable - qfontdatabase.html - isScalable - (const QString &family, const QString &style) const const - - - bool - isFixedPitch - qfontdatabase.html - isFixedPitch - (const QString &family, const QString &style) const const - - - bool - italic - qfontdatabase.html - italic - (const QString &family, const QString &style) const const - - - bool - bold - qfontdatabase.html - bold - (const QString &family, const QString &style) const const - - - int - weight - qfontdatabase.html - weight - (const QString &family, const QString &style) const const - - - bool - isPrivateFamily - qfontdatabase.html - isPrivateFamily - (const QString &family) const const - - - QString - writingSystemName - qfontdatabase.html - writingSystemName - (QFontDatabase::WritingSystem writingSystem) - - - QString - writingSystemSample - qfontdatabase.html - writingSystemSample - (QFontDatabase::WritingSystem writingSystem) - - - int - addApplicationFont - qfontdatabase.html - addApplicationFont - (const QString &fileName) - - - int - addApplicationFontFromData - qfontdatabase.html - addApplicationFontFromData - (const QByteArray &fontData) - - - QStringList - applicationFontFamilies - qfontdatabase.html - applicationFontFamilies - (int id) - - - bool - removeApplicationFont - qfontdatabase.html - removeApplicationFont - (int id) - - - bool - removeAllApplicationFonts - qfontdatabase.html - removeAllApplicationFonts - () - - - bool - supportsThreadedFontRendering - qfontdatabase-obsolete.html - supportsThreadedFontRendering - () - - - QFont - systemFont - qfontdatabase.html - systemFont - (QFontDatabase::SystemFont type) - - - - QRawFont - qrawfont.html - - AntialiasingType - qrawfont.html - AntialiasingType-enum - - - PixelAntialiasing - qrawfont.html - AntialiasingType-enum - - - SubPixelAntialiasing - qrawfont.html - AntialiasingType-enum - - - LayoutFlag - qrawfont.html - LayoutFlag-enum - - - SeparateAdvances - qrawfont.html - LayoutFlag-enum - - - KernedAdvances - qrawfont.html - LayoutFlag-enum - - - UseDesignMetrics - qrawfont.html - LayoutFlag-enum - - - LayoutFlags - qrawfont.html - LayoutFlag-enum - - - - - QRawFont - qrawfont.html - QRawFont - () - - - - QRawFont - qrawfont.html - QRawFont-1 - (const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) - - - - QRawFont - qrawfont.html - QRawFont-2 - (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) - - - - QRawFont - qrawfont.html - QRawFont-3 - (const QRawFont &other) - - - QRawFont & - operator= - qrawfont.html - operator-eq - (QRawFont &&other) - - - QRawFont & - operator= - qrawfont.html - operator-eq-1 - (const QRawFont &other) - - - - ~QRawFont - qrawfont.html - dtor.QRawFont - () - - - void - swap - qrawfont.html - swap - (QRawFont &other) - - - bool - isValid - qrawfont.html - isValid - () const const - - - bool - operator== - qrawfont.html - operator-eq-eq - (const QRawFont &other) const const - - - bool - operator!= - qrawfont.html - operator-not-eq - (const QRawFont &other) const const - - - QString - familyName - qrawfont.html - familyName - () const const - - - QString - styleName - qrawfont.html - styleName - () const const - - - QFont::Style - style - qrawfont.html - style - () const const - - - int - weight - qrawfont.html - weight - () const const - - - QVector<quint32> - glyphIndexesForString - qrawfont.html - glyphIndexesForString - (const QString &text) const const - - - QVector<QPointF> - advancesForGlyphIndexes - qrawfont.html - advancesForGlyphIndexes-1 - (const QVector<quint32> &glyphIndexes) const const - - - QVector<QPointF> - advancesForGlyphIndexes - qrawfont.html - advancesForGlyphIndexes - (const QVector<quint32> &glyphIndexes, QRawFont::LayoutFlags layoutFlags) const const - - - bool - glyphIndexesForChars - qrawfont.html - glyphIndexesForChars - (const QChar *chars, int numChars, quint32 *glyphIndexes, int *numGlyphs) const const - - - bool - advancesForGlyphIndexes - qrawfont.html - advancesForGlyphIndexes-2 - (const quint32 *glyphIndexes, QPointF *advances, int numGlyphs) const const - - - bool - advancesForGlyphIndexes - qrawfont.html - advancesForGlyphIndexes-3 - (const quint32 *glyphIndexes, QPointF *advances, int numGlyphs, QRawFont::LayoutFlags layoutFlags) const const - - - QImage - alphaMapForGlyph - qrawfont.html - alphaMapForGlyph - (quint32 glyphIndex, QRawFont::AntialiasingType antialiasingType, const QTransform &transform) const const - - - QPainterPath - pathForGlyph - qrawfont.html - pathForGlyph - (quint32 glyphIndex) const const - - - QRectF - boundingRect - qrawfont.html - boundingRect - (quint32 glyphIndex) const const - - - void - setPixelSize - qrawfont.html - setPixelSize - (qreal pixelSize) - - - qreal - pixelSize - qrawfont.html - pixelSize - () const const - - - QFont::HintingPreference - hintingPreference - qrawfont.html - hintingPreference - () const const - - - qreal - ascent - qrawfont.html - ascent - () const const - - - qreal - capHeight - qrawfont.html - capHeight - () const const - - - qreal - descent - qrawfont.html - descent - () const const - - - qreal - leading - qrawfont.html - leading - () const const - - - qreal - xHeight - qrawfont.html - xHeight - () const const - - - qreal - averageCharWidth - qrawfont.html - averageCharWidth - () const const - - - qreal - maxCharWidth - qrawfont.html - maxCharWidth - () const const - - - qreal - lineThickness - qrawfont.html - lineThickness - () const const - - - qreal - underlinePosition - qrawfont.html - underlinePosition - () const const - - - qreal - unitsPerEm - qrawfont.html - unitsPerEm - () const const - - - void - loadFromFile - qrawfont.html - loadFromFile - (const QString &fileName, qreal pixelSize, QFont::HintingPreference hintingPreference) - - - void - loadFromData - qrawfont.html - loadFromData - (const QByteArray &fontData, qreal pixelSize, QFont::HintingPreference hintingPreference) - - - bool - supportsCharacter - qrawfont.html - supportsCharacter-1 - (uint ucs4) const const - - - bool - supportsCharacter - qrawfont.html - supportsCharacter - (QChar character) const const - - - QList<QFontDatabase::WritingSystem> - supportedWritingSystems - qrawfont.html - supportedWritingSystems - () const const - - - QByteArray - fontTable - qrawfont.html - fontTable - (const char *tagName) const const - - - QRawFont - fromFont - qrawfont.html - fromFont - (const QFont &font, QFontDatabase::WritingSystem writingSystem) - - - - QGlyphRun - qglyphrun.html - - GlyphRunFlag - qglyphrun.html - GlyphRunFlag-enum - - - Overline - qglyphrun.html - GlyphRunFlag-enum - - - Underline - qglyphrun.html - GlyphRunFlag-enum - - - StrikeOut - qglyphrun.html - GlyphRunFlag-enum - - - RightToLeft - qglyphrun.html - GlyphRunFlag-enum - - - SplitLigature - qglyphrun.html - GlyphRunFlag-enum - - - GlyphRunFlags - qglyphrun.html - GlyphRunFlag-enum - - - - - QGlyphRun - qglyphrun.html - QGlyphRun - () - - - - QGlyphRun - qglyphrun.html - QGlyphRun-1 - (const QGlyphRun &other) - - - QGlyphRun & - operator= - qglyphrun.html - operator-eq - (QGlyphRun &&other) - - - QGlyphRun & - operator= - qglyphrun.html - operator-eq-1 - (const QGlyphRun &other) - - - - ~QGlyphRun - qglyphrun.html - dtor.QGlyphRun - () - - - void - swap - qglyphrun.html - swap - (QGlyphRun &other) - - - QRawFont - rawFont - qglyphrun.html - rawFont - () const const - - - void - setRawFont - qglyphrun.html - setRawFont - (const QRawFont &rawFont) - - - void - setRawData - qglyphrun.html - setRawData - (const quint32 *glyphIndexArray, const QPointF *glyphPositionArray, int size) - - - QVector<quint32> - glyphIndexes - qglyphrun.html - glyphIndexes - () const const - - - void - setGlyphIndexes - qglyphrun.html - setGlyphIndexes - (const QVector<quint32> &glyphIndexes) - - - QVector<QPointF> - positions - qglyphrun.html - positions - () const const - - - void - setPositions - qglyphrun.html - setPositions - (const QVector<QPointF> &positions) - - - void - clear - qglyphrun.html - clear - () - - - bool - operator== - qglyphrun.html - operator-eq-eq - (const QGlyphRun &other) const const - - - bool - operator!= - qglyphrun.html - operator-not-eq - (const QGlyphRun &other) const const - - - void - setOverline - qglyphrun.html - setOverline - (bool overline) - - - bool - overline - qglyphrun.html - overline - () const const - - - void - setUnderline - qglyphrun.html - setUnderline - (bool underline) - - - bool - underline - qglyphrun.html - underline - () const const - - - void - setStrikeOut - qglyphrun.html - setStrikeOut - (bool strikeOut) - - - bool - strikeOut - qglyphrun.html - strikeOut - () const const - - - void - setRightToLeft - qglyphrun.html - setRightToLeft - (bool rightToLeft) - - - bool - isRightToLeft - qglyphrun.html - isRightToLeft - () const const - - - void - setFlag - qglyphrun.html - setFlag - (QGlyphRun::GlyphRunFlag flag, bool enabled) - - - void - setFlags - qglyphrun.html - setFlags - (QGlyphRun::GlyphRunFlags flags) - - - QGlyphRun::GlyphRunFlags - flags - qglyphrun.html - flags - () const const - - - void - setBoundingRect - qglyphrun.html - setBoundingRect - (const QRectF &boundingRect) - - - QRectF - boundingRect - qglyphrun.html - boundingRect - () const const - - - bool - isEmpty - qglyphrun.html - isEmpty - () const const - - - - QTextCursor - qtextcursor.html - - - QTextCursor - qtextcursor.html - QTextCursor - () - - - - QTextCursor - qtextcursor.html - QTextCursor-1 - (QTextDocument *document) - - - - QTextCursor - qtextcursor.html - QTextCursor-4 - (QTextFrame *frame) - - - - QTextCursor - qtextcursor.html - QTextCursor-5 - (const QTextBlock &block) - - - - QTextCursor - qtextcursor.html - QTextCursor-6 - (const QTextCursor &cursor) - - - QTextCursor & - operator= - qtextcursor.html - operator-eq - (QTextCursor &&other) - - - QTextCursor & - operator= - qtextcursor.html - operator-eq-1 - (const QTextCursor &cursor) - - - - ~QTextCursor - qtextcursor.html - dtor.QTextCursor - () - - - void - swap - qtextcursor.html - swap - (QTextCursor &other) - - - bool - isNull - qtextcursor.html - isNull - () const const - - - MoveMode - qtextcursor.html - MoveMode-enum - - - MoveAnchor - qtextcursor.html - MoveMode-enum - - - KeepAnchor - qtextcursor.html - MoveMode-enum - - - void - setPosition - qtextcursor.html - setPosition - (int pos, QTextCursor::MoveMode m) - - - int - position - qtextcursor.html - position - () const const - - - int - positionInBlock - qtextcursor.html - positionInBlock - () const const - - - int - anchor - qtextcursor.html - anchor - () const const - - - void - insertText - qtextcursor.html - insertText - (const QString &text) - - - void - insertText - qtextcursor.html - insertText-1 - (const QString &text, const QTextCharFormat &format) - - - MoveOperation - qtextcursor.html - MoveOperation-enum - - - NoMove - qtextcursor.html - MoveOperation-enum - - - Start - qtextcursor.html - MoveOperation-enum - - - Up - qtextcursor.html - MoveOperation-enum - - - StartOfLine - qtextcursor.html - MoveOperation-enum - - - StartOfBlock - qtextcursor.html - MoveOperation-enum - - - StartOfWord - qtextcursor.html - MoveOperation-enum - - - PreviousBlock - qtextcursor.html - MoveOperation-enum - - - PreviousCharacter - qtextcursor.html - MoveOperation-enum - - - PreviousWord - qtextcursor.html - MoveOperation-enum - - - Left - qtextcursor.html - MoveOperation-enum - - - WordLeft - qtextcursor.html - MoveOperation-enum - - - End - qtextcursor.html - MoveOperation-enum - - - Down - qtextcursor.html - MoveOperation-enum - - - EndOfLine - qtextcursor.html - MoveOperation-enum - - - EndOfWord - qtextcursor.html - MoveOperation-enum - - - EndOfBlock - qtextcursor.html - MoveOperation-enum - - - NextBlock - qtextcursor.html - MoveOperation-enum - - - NextCharacter - qtextcursor.html - MoveOperation-enum - - - NextWord - qtextcursor.html - MoveOperation-enum - - - Right - qtextcursor.html - MoveOperation-enum - - - WordRight - qtextcursor.html - MoveOperation-enum - - - NextCell - qtextcursor.html - MoveOperation-enum - - - PreviousCell - qtextcursor.html - MoveOperation-enum - - - NextRow - qtextcursor.html - MoveOperation-enum - - - PreviousRow - qtextcursor.html - MoveOperation-enum - - - bool - movePosition - qtextcursor.html - movePosition - (QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode, int n) - - - bool - visualNavigation - qtextcursor.html - visualNavigation - () const const - - - void - setVisualNavigation - qtextcursor.html - setVisualNavigation - (bool b) - - - void - setVerticalMovementX - qtextcursor.html - setVerticalMovementX - (int x) - - - int - verticalMovementX - qtextcursor.html - verticalMovementX - () const const - - - void - setKeepPositionOnInsert - qtextcursor.html - setKeepPositionOnInsert - (bool b) - - - bool - keepPositionOnInsert - qtextcursor.html - keepPositionOnInsert - () const const - - - void - deleteChar - qtextcursor.html - deleteChar - () - - - void - deletePreviousChar - qtextcursor.html - deletePreviousChar - () - - - SelectionType - qtextcursor.html - SelectionType-enum - - - WordUnderCursor - qtextcursor.html - SelectionType-enum - - - LineUnderCursor - qtextcursor.html - SelectionType-enum - - - BlockUnderCursor - qtextcursor.html - SelectionType-enum - - - Document - qtextcursor.html - SelectionType-enum - - - void - select - qtextcursor.html - select - (QTextCursor::SelectionType selection) - - - bool - hasSelection - qtextcursor.html - hasSelection - () const const - - - bool - hasComplexSelection - qtextcursor.html - hasComplexSelection - () const const - - - void - removeSelectedText - qtextcursor.html - removeSelectedText - () - - - void - clearSelection - qtextcursor.html - clearSelection - () - - - int - selectionStart - qtextcursor.html - selectionStart - () const const - - - int - selectionEnd - qtextcursor.html - selectionEnd - () const const - - - QString - selectedText - qtextcursor.html - selectedText - () const const - - - QTextDocumentFragment - selection - qtextcursor.html - selection - () const const - - - void - selectedTableCells - qtextcursor.html - selectedTableCells - (int *firstRow, int *numRows, int *firstColumn, int *numColumns) const const - - - QTextBlock - block - qtextcursor.html - block - () const const - - - QTextCharFormat - charFormat - qtextcursor.html - charFormat - () const const - - - void - setCharFormat - qtextcursor.html - setCharFormat - (const QTextCharFormat &format) - - - void - mergeCharFormat - qtextcursor.html - mergeCharFormat - (const QTextCharFormat &modifier) - - - QTextBlockFormat - blockFormat - qtextcursor.html - blockFormat - () const const - - - void - setBlockFormat - qtextcursor.html - setBlockFormat - (const QTextBlockFormat &format) - - - void - mergeBlockFormat - qtextcursor.html - mergeBlockFormat - (const QTextBlockFormat &modifier) - - - QTextCharFormat - blockCharFormat - qtextcursor.html - blockCharFormat - () const const - - - void - setBlockCharFormat - qtextcursor.html - setBlockCharFormat - (const QTextCharFormat &format) - - - void - mergeBlockCharFormat - qtextcursor.html - mergeBlockCharFormat - (const QTextCharFormat &modifier) - - - bool - atBlockStart - qtextcursor.html - atBlockStart - () const const - - - bool - atBlockEnd - qtextcursor.html - atBlockEnd - () const const - - - bool - atStart - qtextcursor.html - atStart - () const const - - - bool - atEnd - qtextcursor.html - atEnd - () const const - - - void - insertBlock - qtextcursor.html - insertBlock - () - - - void - insertBlock - qtextcursor.html - insertBlock-1 - (const QTextBlockFormat &format) - - - void - insertBlock - qtextcursor.html - insertBlock-2 - (const QTextBlockFormat &format, const QTextCharFormat &charFormat) - - - QTextList * - insertList - qtextcursor.html - insertList - (const QTextListFormat &format) - - - QTextList * - insertList - qtextcursor.html - insertList-1 - (QTextListFormat::Style style) - - - QTextList * - createList - qtextcursor.html - createList - (const QTextListFormat &format) - - - QTextList * - createList - qtextcursor.html - createList-1 - (QTextListFormat::Style style) - - - QTextList * - currentList - qtextcursor.html - currentList - () const const - - - QTextTable * - insertTable - qtextcursor.html - insertTable - (int rows, int columns, const QTextTableFormat &format) - - - QTextTable * - insertTable - qtextcursor.html - insertTable-1 - (int rows, int columns) - - - QTextTable * - currentTable - qtextcursor.html - currentTable - () const const - - - QTextFrame * - insertFrame - qtextcursor.html - insertFrame - (const QTextFrameFormat &format) - - - QTextFrame * - currentFrame - qtextcursor.html - currentFrame - () const const - - - void - insertFragment - qtextcursor.html - insertFragment - (const QTextDocumentFragment &fragment) - - - void - insertHtml - qtextcursor.html - insertHtml - (const QString &html) - - - void - insertImage - qtextcursor.html - insertImage-1 - (const QTextImageFormat &format, QTextFrameFormat::Position alignment) - - - void - insertImage - qtextcursor.html - insertImage - (const QTextImageFormat &format) - - - void - insertImage - qtextcursor.html - insertImage-2 - (const QString &name) - - - void - insertImage - qtextcursor.html - insertImage-3 - (const QImage &image, const QString &name) - - - void - beginEditBlock - qtextcursor.html - beginEditBlock - () - - - void - joinPreviousEditBlock - qtextcursor.html - joinPreviousEditBlock - () - - - void - endEditBlock - qtextcursor.html - endEditBlock - () - - - bool - operator!= - qtextcursor.html - operator-not-eq - (const QTextCursor &other) const const - - - bool - operator< - qtextcursor.html - operator-lt - (const QTextCursor &other) const const - - - bool - operator<= - qtextcursor.html - operator-lt-eq - (const QTextCursor &other) const const - - - bool - operator== - qtextcursor.html - operator-eq-eq - (const QTextCursor &other) const const - - - bool - operator>= - qtextcursor.html - operator-gt-eq - (const QTextCursor &other) const const - - - bool - operator> - qtextcursor.html - operator-gt - (const QTextCursor &other) const const - - - bool - isCopyOf - qtextcursor.html - isCopyOf - (const QTextCursor &other) const const - - - int - blockNumber - qtextcursor.html - blockNumber - () const const - - - int - columnNumber - qtextcursor.html - columnNumber - () const const - - - QTextDocument * - document - qtextcursor.html - document - () const const - - - - QTextInlineObject - qtextinlineobject.html - - bool - isValid - qtextinlineobject.html - isValid - () const const - - - QRectF - rect - qtextinlineobject.html - rect - () const const - - - qreal - width - qtextinlineobject.html - width - () const const - - - qreal - ascent - qtextinlineobject.html - ascent - () const const - - - qreal - descent - qtextinlineobject.html - descent - () const const - - - qreal - height - qtextinlineobject.html - height - () const const - - - Qt::LayoutDirection - textDirection - qtextinlineobject.html - textDirection - () const const - - - void - setWidth - qtextinlineobject.html - setWidth - (qreal w) - - - void - setAscent - qtextinlineobject.html - setAscent - (qreal a) - - - void - setDescent - qtextinlineobject.html - setDescent - (qreal d) - - - int - textPosition - qtextinlineobject.html - textPosition - () const const - - - int - formatIndex - qtextinlineobject.html - formatIndex - () const const - - - QTextFormat - format - qtextinlineobject.html - format - () const const - - - - QTextLayout - qtextlayout.html - - - QTextLayout - qtextlayout.html - QTextLayout - () - - - - QTextLayout - qtextlayout.html - QTextLayout-1 - (const QString &text) - - - - QTextLayout - qtextlayout.html - QTextLayout-2 - (const QString &text, const QFont &font, QPaintDevice *paintdevice) - - - - ~QTextLayout - qtextlayout.html - dtor.QTextLayout - () - - - void - setFont - qtextlayout.html - setFont - (const QFont &font) - - - QFont - font - qtextlayout.html - font - () const const - - - void - setText - qtextlayout.html - setText - (const QString &string) - - - QString - text - qtextlayout.html - text - () const const - - - void - setTextOption - qtextlayout.html - setTextOption - (const QTextOption &option) - - - const QTextOption & - textOption - qtextlayout.html - textOption - () const const - - - void - setPreeditArea - qtextlayout.html - setPreeditArea - (int position, const QString &text) - - - int - preeditAreaPosition - qtextlayout.html - preeditAreaPosition - () const const - - - QString - preeditAreaText - qtextlayout.html - preeditAreaText - () const const - - QTextLayout::FormatRange - - void - setAdditionalFormats - qtextlayout-obsolete.html - setAdditionalFormats - (const QList<QTextLayout::FormatRange> &formatList) - - - QList<QTextLayout::FormatRange> - additionalFormats - qtextlayout-obsolete.html - additionalFormats - () const const - - - void - clearAdditionalFormats - qtextlayout-obsolete.html - clearAdditionalFormats - () - - - void - setFormats - qtextlayout.html - setFormats - (const QVector<QTextLayout::FormatRange> &formats) - - - QVector<QTextLayout::FormatRange> - formats - qtextlayout.html - formats - () const const - - - void - clearFormats - qtextlayout.html - clearFormats - () - - - void - setCacheEnabled - qtextlayout.html - setCacheEnabled - (bool enable) - - - bool - cacheEnabled - qtextlayout.html - cacheEnabled - () const const - - - void - setCursorMoveStyle - qtextlayout.html - setCursorMoveStyle - (Qt::CursorMoveStyle style) - - - Qt::CursorMoveStyle - cursorMoveStyle - qtextlayout.html - cursorMoveStyle - () const const - - - void - beginLayout - qtextlayout.html - beginLayout - () - - - void - endLayout - qtextlayout.html - endLayout - () - - - void - clearLayout - qtextlayout.html - clearLayout - () - - - QTextLine - createLine - qtextlayout.html - createLine - () - - - int - lineCount - qtextlayout.html - lineCount - () const const - - - QTextLine - lineAt - qtextlayout.html - lineAt - (int i) const const - - - QTextLine - lineForTextPosition - qtextlayout.html - lineForTextPosition - (int pos) const const - - - CursorMode - qtextlayout.html - CursorMode-enum - - - SkipCharacters - qtextlayout.html - CursorMode-enum - - - SkipWords - qtextlayout.html - CursorMode-enum - - - bool - isValidCursorPosition - qtextlayout.html - isValidCursorPosition - (int pos) const const - - - int - nextCursorPosition - qtextlayout.html - nextCursorPosition - (int oldPos, QTextLayout::CursorMode mode) const const - - - int - previousCursorPosition - qtextlayout.html - previousCursorPosition - (int oldPos, QTextLayout::CursorMode mode) const const - - - int - leftCursorPosition - qtextlayout.html - leftCursorPosition - (int oldPos) const const - - - int - rightCursorPosition - qtextlayout.html - rightCursorPosition - (int oldPos) const const - - - void - draw - qtextlayout.html - draw - (QPainter *p, const QPointF &pos, const QVector<QTextLayout::FormatRange> &selections, const QRectF &clip) const const - - - void - drawCursor - qtextlayout.html - drawCursor-1 - (QPainter *painter, const QPointF &position, int cursorPosition) const const - - - void - drawCursor - qtextlayout.html - drawCursor - (QPainter *painter, const QPointF &position, int cursorPosition, int width) const const - - - QPointF - position - qtextlayout.html - position - () const const - - - void - setPosition - qtextlayout.html - setPosition - (const QPointF &p) - - - QRectF - boundingRect - qtextlayout.html - boundingRect - () const const - - - qreal - minimumWidth - qtextlayout.html - minimumWidth - () const const - - - qreal - maximumWidth - qtextlayout.html - maximumWidth - () const const - - - QList<QGlyphRun> - glyphRuns - qtextlayout.html - glyphRuns - (int from, int length) const const - - - - QTextLayout::FormatRange - qtextlayout-formatrange.html - - - QTextLine - qtextline.html - - - QTextLine - qtextline.html - QTextLine - () - - - bool - isValid - qtextline.html - isValid - () const const - - - QRectF - rect - qtextline.html - rect - () const const - - - qreal - x - qtextline.html - x - () const const - - - qreal - y - qtextline.html - y - () const const - - - qreal - width - qtextline.html - width - () const const - - - qreal - ascent - qtextline.html - ascent - () const const - - - qreal - descent - qtextline.html - descent - () const const - - - qreal - height - qtextline.html - height - () const const - - - qreal - leading - qtextline.html - leading - () const const - - - void - setLeadingIncluded - qtextline.html - setLeadingIncluded - (bool included) - - - bool - leadingIncluded - qtextline.html - leadingIncluded - () const const - - - qreal - naturalTextWidth - qtextline.html - naturalTextWidth - () const const - - - qreal - horizontalAdvance - qtextline.html - horizontalAdvance - () const const - - - QRectF - naturalTextRect - qtextline.html - naturalTextRect - () const const - - - Edge - qtextline.html - Edge-enum - - - Leading - qtextline.html - Edge-enum - - - Trailing - qtextline.html - Edge-enum - - - CursorPosition - qtextline.html - CursorPosition-enum - - - CursorBetweenCharacters - qtextline.html - CursorPosition-enum - - - CursorOnCharacter - qtextline.html - CursorPosition-enum - - - qreal - cursorToX - qtextline.html - cursorToX - (int *cursorPos, QTextLine::Edge edge) const const - - - qreal - cursorToX - qtextline.html - cursorToX-1 - (int cursorPos, QTextLine::Edge edge) const const - - - int - xToCursor - qtextline.html - xToCursor - (qreal x, QTextLine::CursorPosition cpos) const const - - - void - setLineWidth - qtextline.html - setLineWidth - (qreal width) - - - void - setNumColumns - qtextline.html - setNumColumns - (int numColumns) - - - void - setNumColumns - qtextline.html - setNumColumns-1 - (int numColumns, qreal alignmentWidth) - - - void - setPosition - qtextline.html - setPosition - (const QPointF &pos) - - - QPointF - position - qtextline.html - position - () const const - - - int - textStart - qtextline.html - textStart - () const const - - - int - textLength - qtextline.html - textLength - () const const - - - int - lineNumber - qtextline.html - lineNumber - () const const - - - void - draw - qtextline.html - draw - (QPainter *painter, const QPointF &position, const QTextLayout::FormatRange *selection) const const - - - QList<QGlyphRun> - glyphRuns - qtextline.html - glyphRuns - (int from, int length) const const - - - - Qt - qt-sub-qtgui.html - - bool - mightBeRichText - qt-sub-qtgui.html - mightBeRichText - (const QString &text) - - - QString - convertFromPlainText - qt-sub-qtgui.html - convertFromPlainText - (const QString &plain, Qt::WhiteSpaceMode mode) - - - - QTextDocument - qtextdocument.html - QObject - - virtual const QMetaObject * - metaObject - qtextdocument.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextdocument.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextdocument.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextdocument.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextdocument.html - trUtf8 - (const char *s, const char *c, int n) - - - undoRedoEnabled - qtextdocument.html - undoRedoEnabled-prop - - - - modified - qtextdocument.html - modified-prop - - - - pageSize - qtextdocument.html - pageSize-prop - - - - defaultFont - qtextdocument.html - defaultFont-prop - - - - useDesignMetrics - qtextdocument.html - useDesignMetrics-prop - - - - size - qtextdocument.html - size-prop - - - - textWidth - qtextdocument.html - textWidth-prop - - - - blockCount - qtextdocument.html - blockCount-prop - - - - indentWidth - qtextdocument.html - indentWidth-prop - - - - defaultStyleSheet - qtextdocument.html - defaultStyleSheet-prop - - - - maximumBlockCount - qtextdocument.html - maximumBlockCount-prop - - - - documentMargin - qtextdocument.html - documentMargin-prop - - - - defaultTextOption - qtextdocument.html - defaultTextOption-prop - - - - baseUrl - qtextdocument.html - baseUrl-prop - - - - - QTextDocument - qtextdocument.html - QTextDocument - (QObject *parent) - - - - QTextDocument - qtextdocument.html - QTextDocument-1 - (const QString &text, QObject *parent) - - - virtual - ~QTextDocument - qtextdocument.html - dtor.QTextDocument - () - - - QTextDocument * - clone - qtextdocument.html - clone - (QObject *parent) const const - - - bool - isEmpty - qtextdocument.html - isEmpty - () const const - - - virtual void - clear - qtextdocument.html - clear - () - - - void - setUndoRedoEnabled - qtextdocument.html - undoRedoEnabled-prop - (bool enable) - - - bool - isUndoRedoEnabled - qtextdocument.html - undoRedoEnabled-prop - () const const - - - bool - isUndoAvailable - qtextdocument.html - isUndoAvailable - () const const - - - bool - isRedoAvailable - qtextdocument.html - isRedoAvailable - () const const - - - int - availableUndoSteps - qtextdocument.html - availableUndoSteps - () const const - - - int - availableRedoSteps - qtextdocument.html - availableRedoSteps - () const const - - - int - revision - qtextdocument.html - revision - () const const - - - void - setDocumentLayout - qtextdocument.html - setDocumentLayout - (QAbstractTextDocumentLayout *layout) - - - QAbstractTextDocumentLayout * - documentLayout - qtextdocument.html - documentLayout - () const const - - - MetaInformation - qtextdocument.html - MetaInformation-enum - - - DocumentTitle - qtextdocument.html - MetaInformation-enum - - - DocumentUrl - qtextdocument.html - MetaInformation-enum - - - void - setMetaInformation - qtextdocument.html - setMetaInformation - (QTextDocument::MetaInformation info, const QString &string) - - - QString - metaInformation - qtextdocument.html - metaInformation - (QTextDocument::MetaInformation info) const const - - - QString - toHtml - qtextdocument.html - toHtml - (const QByteArray &encoding) const const - - - void - setHtml - qtextdocument.html - setHtml - (const QString &html) - - - QString - toRawText - qtextdocument.html - toRawText - () const const - - - QString - toPlainText - qtextdocument.html - toPlainText - () const const - - - void - setPlainText - qtextdocument.html - setPlainText - (const QString &text) - - - QChar - characterAt - qtextdocument.html - characterAt - (int pos) const const - - - FindFlag - qtextdocument.html - FindFlag-enum - - - FindBackward - qtextdocument.html - FindFlag-enum - - - FindCaseSensitively - qtextdocument.html - FindFlag-enum - - - FindWholeWords - qtextdocument.html - FindFlag-enum - - - FindFlags - qtextdocument.html - FindFlag-enum - - - - QTextCursor - find - qtextdocument.html - find-1 - (const QString &subString, int position, QTextDocument::FindFlags options) const const - - - QTextCursor - find - qtextdocument.html - find - (const QString &subString, const QTextCursor &cursor, QTextDocument::FindFlags options) const const - - - QTextCursor - find - qtextdocument.html - find-2 - (const QRegExp &expr, int from, QTextDocument::FindFlags options) const const - - - QTextCursor - find - qtextdocument.html - find-3 - (const QRegExp &expr, const QTextCursor &cursor, QTextDocument::FindFlags options) const const - - - QTextCursor - find - qtextdocument.html - find-4 - (const QRegularExpression &expr, int from, QTextDocument::FindFlags options) const const - - - QTextCursor - find - qtextdocument.html - find-5 - (const QRegularExpression &expr, const QTextCursor &cursor, QTextDocument::FindFlags options) const const - - - QTextFrame * - rootFrame - qtextdocument.html - rootFrame - () const const - - - QTextObject * - object - qtextdocument.html - object - (int objectIndex) const const - - - QTextObject * - objectForFormat - qtextdocument.html - objectForFormat - (const QTextFormat &f) const const - - - QTextBlock - findBlock - qtextdocument.html - findBlock - (int pos) const const - - - QTextBlock - findBlockByNumber - qtextdocument.html - findBlockByNumber - (int blockNumber) const const - - - QTextBlock - findBlockByLineNumber - qtextdocument.html - findBlockByLineNumber - (int lineNumber) const const - - - QTextBlock - begin - qtextdocument.html - begin - () const const - - - QTextBlock - end - qtextdocument.html - end - () const const - - - QTextBlock - firstBlock - qtextdocument.html - firstBlock - () const const - - - QTextBlock - lastBlock - qtextdocument.html - lastBlock - () const const - - - void - setPageSize - qtextdocument.html - pageSize-prop - (const QSizeF &size) - - - QSizeF - pageSize - qtextdocument.html - pageSize-prop - () const const - - - void - setDefaultFont - qtextdocument.html - setDefaultFont - (const QFont &font) - - - QFont - defaultFont - qtextdocument.html - defaultFont - () const const - - - int - pageCount - qtextdocument.html - pageCount - () const const - - - bool - isModified - qtextdocument.html - modified-prop - () const const - - - void - print - qtextdocument.html - print - (QPagedPaintDevice *printer) const const - - - ResourceType - qtextdocument.html - ResourceType-enum - - - HtmlResource - qtextdocument.html - ResourceType-enum - - - ImageResource - qtextdocument.html - ResourceType-enum - - - StyleSheetResource - qtextdocument.html - ResourceType-enum - - - UserResource - qtextdocument.html - ResourceType-enum - - - QVariant - resource - qtextdocument.html - resource - (int type, const QUrl &name) const const - - - void - addResource - qtextdocument.html - addResource - (int type, const QUrl &name, const QVariant &resource) - - - QVector<QTextFormat> - allFormats - qtextdocument.html - allFormats - () const const - - - void - markContentsDirty - qtextdocument.html - markContentsDirty - (int position, int length) - - - void - setUseDesignMetrics - qtextdocument.html - useDesignMetrics-prop - (bool b) - - - bool - useDesignMetrics - qtextdocument.html - useDesignMetrics-prop - () const const - - - void - drawContents - qtextdocument.html - drawContents - (QPainter *p, const QRectF &rect) - - - void - setTextWidth - qtextdocument.html - textWidth-prop - (qreal width) - - - qreal - textWidth - qtextdocument.html - textWidth-prop - () const const - - - qreal - idealWidth - qtextdocument.html - idealWidth - () const const - - - qreal - indentWidth - qtextdocument.html - indentWidth-prop - () const const - - - void - setIndentWidth - qtextdocument.html - setIndentWidth - (qreal width) - - - qreal - documentMargin - qtextdocument.html - documentMargin-prop - () const const - - - void - setDocumentMargin - qtextdocument.html - documentMargin-prop - (qreal margin) - - - void - adjustSize - qtextdocument.html - adjustSize - () - - - QSizeF - size - qtextdocument.html - size-prop - () const const - - - int - blockCount - qtextdocument.html - blockCount-prop - () const const - - - int - lineCount - qtextdocument.html - lineCount - () const const - - - int - characterCount - qtextdocument.html - characterCount - () const const - - - void - setDefaultStyleSheet - qtextdocument.html - defaultStyleSheet-prop - (const QString &sheet) - - - QString - defaultStyleSheet - qtextdocument.html - defaultStyleSheet-prop - () const const - - - void - undo - qtextdocument.html - undo - (QTextCursor *cursor) - - - void - redo - qtextdocument.html - redo - (QTextCursor *cursor) - - - Stacks - qtextdocument.html - Stacks-enum - - - UndoStack - qtextdocument.html - Stacks-enum - - - RedoStack - qtextdocument.html - Stacks-enum - - - UndoAndRedoStacks - qtextdocument.html - Stacks-enum - - - void - clearUndoRedoStacks - qtextdocument.html - clearUndoRedoStacks - (QTextDocument::Stacks stacksToClear) - - - int - maximumBlockCount - qtextdocument.html - maximumBlockCount-prop - () const const - - - void - setMaximumBlockCount - qtextdocument.html - maximumBlockCount-prop - (int maximum) - - - QTextOption - defaultTextOption - qtextdocument.html - defaultTextOption - () const const - - - void - setDefaultTextOption - qtextdocument.html - setDefaultTextOption - (const QTextOption &option) - - - QUrl - baseUrl - qtextdocument.html - baseUrl-prop - () const const - - - void - setBaseUrl - qtextdocument.html - baseUrl-prop - (const QUrl &url) - - - Qt::CursorMoveStyle - defaultCursorMoveStyle - qtextdocument.html - defaultCursorMoveStyle - () const const - - - void - setDefaultCursorMoveStyle - qtextdocument.html - setDefaultCursorMoveStyle - (Qt::CursorMoveStyle style) - - - void - contentsChange - qtextdocument.html - contentsChange - (int position, int charsRemoved, int charsAdded) - - - void - contentsChanged - qtextdocument.html - contentsChanged - () - - - void - undoAvailable - qtextdocument.html - undoAvailable - (bool available) - - - void - redoAvailable - qtextdocument.html - redoAvailable - (bool available) - - - void - undoCommandAdded - qtextdocument.html - undoCommandAdded - () - - - void - modificationChanged - qtextdocument.html - modificationChanged - (bool changed) - - - void - cursorPositionChanged - qtextdocument.html - cursorPositionChanged - (const QTextCursor &cursor) - - - void - blockCountChanged - qtextdocument.html - blockCountChanged - (int newBlockCount) - - - void - baseUrlChanged - qtextdocument.html - baseUrl-prop - (const QUrl &url) - - - void - documentLayoutChanged - qtextdocument.html - documentLayoutChanged - () - - - void - undo - qtextdocument.html - undo-1 - () - - - void - redo - qtextdocument.html - redo-1 - () - - - void - setModified - qtextdocument.html - modified-prop - (bool m) - - - virtual QTextObject * - createObject - qtextdocument.html - createObject - (const QTextFormat &format) - - - virtual QVariant - loadResource - qtextdocument.html - loadResource - (int type, const QUrl &name) - - - - QPalette - qpalette.html - - void - qt_check_for_QGADGET_macro - qpalette.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qpalette.html - QtGadgetHelper-typedef - - - - - QPalette - qpalette.html - QPalette - () - - - - QPalette - qpalette.html - QPalette-1 - (const QColor &button) - - - - QPalette - qpalette.html - QPalette-2 - (Qt::GlobalColor button) - - - - QPalette - qpalette.html - QPalette-3 - (const QColor &button, const QColor &window) - - - - QPalette - qpalette.html - QPalette-4 - (const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) - - - - QPalette - qpalette-obsolete.html - QPalette-5 - (const QColor &windowText, const QColor &window, const QColor &light, const QColor &dark, const QColor &mid, const QColor &text, const QColor &base) - - - - QPalette - qpalette.html - QPalette-6 - (const QPalette &p) - - - - ~QPalette - qpalette.html - dtor.QPalette - () - - - QPalette & - operator= - qpalette.html - operator-eq - (const QPalette &p) - - - - QPalette - qpalette.html - QPalette-7 - (QPalette &&other) - - - QPalette & - operator= - qpalette.html - operator-eq-1 - (QPalette &&other) - - - void - swap - qpalette.html - swap - (QPalette &other) - - - QVariant - operator QVariant - qpalette.html - operator-QVariant - () const const - - - ColorGroup - qpalette.html - ColorGroup-enum - - - Active - qpalette.html - ColorGroup-enum - - - Disabled - qpalette.html - ColorGroup-enum - - - Inactive - qpalette.html - ColorGroup-enum - - - NColorGroups - qpalette.html - ColorGroup-enum - - - Current - qpalette.html - ColorGroup-enum - - - All - qpalette.html - ColorGroup-enum - - - Normal - qpalette.html - ColorGroup-enum - - - ColorRole - qpalette.html - ColorRole-enum - - - WindowText - qpalette.html - ColorRole-enum - - - Button - qpalette.html - ColorRole-enum - - - Light - qpalette.html - ColorRole-enum - - - Midlight - qpalette.html - ColorRole-enum - - - Dark - qpalette.html - ColorRole-enum - - - Mid - qpalette.html - ColorRole-enum - - - Text - qpalette.html - ColorRole-enum - - - BrightText - qpalette.html - ColorRole-enum - - - ButtonText - qpalette.html - ColorRole-enum - - - Base - qpalette.html - ColorRole-enum - - - Window - qpalette.html - ColorRole-enum - - - Shadow - qpalette.html - ColorRole-enum - - - Highlight - qpalette.html - ColorRole-enum - - - HighlightedText - qpalette.html - ColorRole-enum - - - Link - qpalette.html - ColorRole-enum - - - LinkVisited - qpalette.html - ColorRole-enum - - - AlternateBase - qpalette.html - ColorRole-enum - - - NoRole - qpalette.html - ColorRole-enum - - - ToolTipBase - qpalette.html - ColorRole-enum - - - ToolTipText - qpalette.html - ColorRole-enum - - - PlaceholderText - qpalette.html - ColorRole-enum - - - NColorRoles - qpalette.html - ColorRole-enum - - - Foreground - qpalette.html - ColorRole-enum - - - Background - qpalette.html - ColorRole-enum - - - QPalette::ColorGroup - currentColorGroup - qpalette.html - currentColorGroup - () const const - - - void - setCurrentColorGroup - qpalette.html - setCurrentColorGroup - (QPalette::ColorGroup cg) - - - const QColor & - color - qpalette.html - color - (QPalette::ColorGroup group, QPalette::ColorRole role) const const - - - const QBrush & - brush - qpalette.html - brush - (QPalette::ColorGroup group, QPalette::ColorRole role) const const - - - void - setColor - qpalette.html - setColor - (QPalette::ColorGroup group, QPalette::ColorRole role, const QColor &color) - - - void - setColor - qpalette.html - setColor-1 - (QPalette::ColorRole role, const QColor &color) - - - void - setBrush - qpalette.html - setBrush - (QPalette::ColorRole role, const QBrush &brush) - - - bool - isBrushSet - qpalette.html - isBrushSet - (QPalette::ColorGroup cg, QPalette::ColorRole cr) const const - - - void - setBrush - qpalette.html - setBrush-1 - (QPalette::ColorGroup group, QPalette::ColorRole role, const QBrush &brush) - - - void - setColorGroup - qpalette.html - setColorGroup - (QPalette::ColorGroup cg, const QBrush &windowText, const QBrush &button, const QBrush &light, const QBrush &dark, const QBrush &mid, const QBrush &text, const QBrush &bright_text, const QBrush &base, const QBrush &window) - - - bool - isEqual - qpalette.html - isEqual - (QPalette::ColorGroup cg1, QPalette::ColorGroup cg2) const const - - - const QColor & - color - qpalette.html - color-1 - (QPalette::ColorRole role) const const - - - const QBrush & - brush - qpalette.html - brush-1 - (QPalette::ColorRole role) const const - - - const QBrush & - foreground - qpalette-obsolete.html - foreground - () const const - - - const QBrush & - windowText - qpalette.html - windowText - () const const - - - const QBrush & - button - qpalette.html - button - () const const - - - const QBrush & - light - qpalette.html - light - () const const - - - const QBrush & - dark - qpalette.html - dark - () const const - - - const QBrush & - mid - qpalette.html - mid - () const const - - - const QBrush & - text - qpalette.html - text - () const const - - - const QBrush & - base - qpalette.html - base - () const const - - - const QBrush & - alternateBase - qpalette.html - alternateBase - () const const - - - const QBrush & - toolTipBase - qpalette.html - toolTipBase - () const const - - - const QBrush & - toolTipText - qpalette.html - toolTipText - () const const - - - const QBrush & - background - qpalette-obsolete.html - background - () const const - - - const QBrush & - window - qpalette.html - window - () const const - - - const QBrush & - midlight - qpalette.html - midlight - () const const - - - const QBrush & - brightText - qpalette.html - brightText - () const const - - - const QBrush & - buttonText - qpalette.html - buttonText - () const const - - - const QBrush & - shadow - qpalette.html - shadow - () const const - - - const QBrush & - highlight - qpalette.html - highlight - () const const - - - const QBrush & - highlightedText - qpalette.html - highlightedText - () const const - - - const QBrush & - link - qpalette.html - link - () const const - - - const QBrush & - linkVisited - qpalette.html - linkVisited - () const const - - - const QBrush & - placeholderText - qpalette.html - placeholderText - () const const - - - bool - operator== - qpalette.html - operator-eq-eq - (const QPalette &p) const const - - - bool - operator!= - qpalette.html - operator-not-eq - (const QPalette &p) const const - - - bool - isCopyOf - qpalette.html - isCopyOf - (const QPalette &p) const const - - - int - serialNumber - qpalette-obsolete.html - serialNumber - () const const - - - qint64 - cacheKey - qpalette.html - cacheKey - () const const - - - QPalette - resolve - qpalette.html - resolve - (const QPalette &other) const const - - - - QAbstractTextDocumentLayout - qabstracttextdocumentlayout.html - QObject - - virtual const QMetaObject * - metaObject - qabstracttextdocumentlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstracttextdocumentlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstracttextdocumentlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstracttextdocumentlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstracttextdocumentlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAbstractTextDocumentLayout - qabstracttextdocumentlayout.html - QAbstractTextDocumentLayout - (QTextDocument *document) - - QAbstractTextDocumentLayout::Selection - QAbstractTextDocumentLayout::PaintContext - - virtual void - draw - qabstracttextdocumentlayout.html - draw - (QPainter *painter, const QAbstractTextDocumentLayout::PaintContext &context) = 0 - - - virtual int - hitTest - qabstracttextdocumentlayout.html - hitTest - (const QPointF &point, Qt::HitTestAccuracy accuracy) const const = 0 - - - QString - anchorAt - qabstracttextdocumentlayout.html - anchorAt - (const QPointF &position) const const - - - QString - imageAt - qabstracttextdocumentlayout.html - imageAt - (const QPointF &pos) const const - - - QTextFormat - formatAt - qabstracttextdocumentlayout.html - formatAt - (const QPointF &pos) const const - - - virtual int - pageCount - qabstracttextdocumentlayout.html - pageCount - () const const = 0 - - - virtual QSizeF - documentSize - qabstracttextdocumentlayout.html - documentSize - () const const = 0 - - - virtual QRectF - frameBoundingRect - qabstracttextdocumentlayout.html - frameBoundingRect - (QTextFrame *frame) const const = 0 - - - virtual QRectF - blockBoundingRect - qabstracttextdocumentlayout.html - blockBoundingRect - (const QTextBlock &block) const const = 0 - - - void - setPaintDevice - qabstracttextdocumentlayout.html - setPaintDevice - (QPaintDevice *device) - - - QPaintDevice * - paintDevice - qabstracttextdocumentlayout.html - paintDevice - () const const - - - QTextDocument * - document - qabstracttextdocumentlayout.html - document - () const const - - - void - registerHandler - qabstracttextdocumentlayout.html - registerHandler - (int objectType, QObject *component) - - - void - unregisterHandler - qabstracttextdocumentlayout.html - unregisterHandler - (int objectType, QObject *component) - - - QTextObjectInterface * - handlerForObject - qabstracttextdocumentlayout.html - handlerForObject - (int objectType) const const - - - void - update - qabstracttextdocumentlayout.html - update - (const QRectF &rect) - - - void - updateBlock - qabstracttextdocumentlayout.html - updateBlock - (const QTextBlock &block) - - - void - documentSizeChanged - qabstracttextdocumentlayout.html - documentSizeChanged - (const QSizeF &newSize) - - - void - pageCountChanged - qabstracttextdocumentlayout.html - pageCountChanged - (int newPages) - - - virtual void - documentChanged - qabstracttextdocumentlayout.html - documentChanged - (int position, int charsRemoved, int charsAdded) = 0 - - - virtual void - resizeInlineObject - qabstracttextdocumentlayout.html - resizeInlineObject - (QTextInlineObject item, int posInDocument, const QTextFormat &format) - - - virtual void - positionInlineObject - qabstracttextdocumentlayout.html - positionInlineObject - (QTextInlineObject item, int posInDocument, const QTextFormat &format) - - - virtual void - drawInlineObject - qabstracttextdocumentlayout.html - drawInlineObject - (QPainter *painter, const QRectF &rect, QTextInlineObject object, int posInDocument, const QTextFormat &format) - - - QTextCharFormat - format - qabstracttextdocumentlayout.html - format - (int position) - - - - QAbstractTextDocumentLayout::Selection - qabstracttextdocumentlayout-selection.html - - - QAbstractTextDocumentLayout::PaintContext - qabstracttextdocumentlayout-paintcontext.html - - - QTextObjectInterface - qtextobjectinterface.html - - virtual - ~QTextObjectInterface - qtextobjectinterface.html - dtor.QTextObjectInterface - () - - - virtual QSizeF - intrinsicSize - qtextobjectinterface.html - intrinsicSize - (QTextDocument *doc, int posInDocument, const QTextFormat &format) = 0 - - - virtual void - drawObject - qtextobjectinterface.html - drawObject - (QPainter *painter, const QRectF &rect, QTextDocument *doc, int posInDocument, const QTextFormat &format) = 0 - - - - QAccessible - qaccessible.html - - void - qt_check_for_QGADGET_macro - qaccessible.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qaccessible.html - QtGadgetHelper-typedef - - - - Event - qaccessible.html - Event-enum - - - SoundPlayed - qaccessible.html - Event-enum - - - Alert - qaccessible.html - Event-enum - - - ForegroundChanged - qaccessible.html - Event-enum - - - MenuStart - qaccessible.html - Event-enum - - - MenuEnd - qaccessible.html - Event-enum - - - PopupMenuStart - qaccessible.html - Event-enum - - - PopupMenuEnd - qaccessible.html - Event-enum - - - ContextHelpStart - qaccessible.html - Event-enum - - - ContextHelpEnd - qaccessible.html - Event-enum - - - DragDropStart - qaccessible.html - Event-enum - - - DragDropEnd - qaccessible.html - Event-enum - - - DialogStart - qaccessible.html - Event-enum - - - DialogEnd - qaccessible.html - Event-enum - - - ScrollingStart - qaccessible.html - Event-enum - - - ScrollingEnd - qaccessible.html - Event-enum - - - MenuCommand - qaccessible.html - Event-enum - - - ActionChanged - qaccessible.html - Event-enum - - - ActiveDescendantChanged - qaccessible.html - Event-enum - - - AttributeChanged - qaccessible.html - Event-enum - - - DocumentContentChanged - qaccessible.html - Event-enum - - - DocumentLoadComplete - qaccessible.html - Event-enum - - - DocumentLoadStopped - qaccessible.html - Event-enum - - - DocumentReload - qaccessible.html - Event-enum - - - HyperlinkEndIndexChanged - qaccessible.html - Event-enum - - - HyperlinkNumberOfAnchorsChanged - qaccessible.html - Event-enum - - - HyperlinkSelectedLinkChanged - qaccessible.html - Event-enum - - - HypertextLinkActivated - qaccessible.html - Event-enum - - - HypertextLinkSelected - qaccessible.html - Event-enum - - - HyperlinkStartIndexChanged - qaccessible.html - Event-enum - - - HypertextChanged - qaccessible.html - Event-enum - - - HypertextNLinksChanged - qaccessible.html - Event-enum - - - ObjectAttributeChanged - qaccessible.html - Event-enum - - - PageChanged - qaccessible.html - Event-enum - - - SectionChanged - qaccessible.html - Event-enum - - - TableCaptionChanged - qaccessible.html - Event-enum - - - TableColumnDescriptionChanged - qaccessible.html - Event-enum - - - TableColumnHeaderChanged - qaccessible.html - Event-enum - - - TableModelChanged - qaccessible.html - Event-enum - - - TableRowDescriptionChanged - qaccessible.html - Event-enum - - - TableRowHeaderChanged - qaccessible.html - Event-enum - - - TableSummaryChanged - qaccessible.html - Event-enum - - - TextAttributeChanged - qaccessible.html - Event-enum - - - TextCaretMoved - qaccessible.html - Event-enum - - - TextColumnChanged - qaccessible.html - Event-enum - - - TextInserted - qaccessible.html - Event-enum - - - TextRemoved - qaccessible.html - Event-enum - - - TextUpdated - qaccessible.html - Event-enum - - - TextSelectionChanged - qaccessible.html - Event-enum - - - VisibleDataChanged - qaccessible.html - Event-enum - - - ObjectCreated - qaccessible.html - Event-enum - - - ObjectDestroyed - qaccessible.html - Event-enum - - - ObjectShow - qaccessible.html - Event-enum - - - ObjectHide - qaccessible.html - Event-enum - - - ObjectReorder - qaccessible.html - Event-enum - - - Focus - qaccessible.html - Event-enum - - - Selection - qaccessible.html - Event-enum - - - SelectionAdd - qaccessible.html - Event-enum - - - SelectionRemove - qaccessible.html - Event-enum - - - SelectionWithin - qaccessible.html - Event-enum - - - StateChanged - qaccessible.html - Event-enum - - - LocationChanged - qaccessible.html - Event-enum - - - NameChanged - qaccessible.html - Event-enum - - - DescriptionChanged - qaccessible.html - Event-enum - - - ValueChanged - qaccessible.html - Event-enum - - - ParentChanged - qaccessible.html - Event-enum - - - HelpChanged - qaccessible.html - Event-enum - - - DefaultActionChanged - qaccessible.html - Event-enum - - - AcceleratorChanged - qaccessible.html - Event-enum - - - InvalidEvent - qaccessible.html - Event-enum - - QAccessible::State - - Role - qaccessible.html - Role-enum - - - NoRole - qaccessible.html - Role-enum - - - TitleBar - qaccessible.html - Role-enum - - - MenuBar - qaccessible.html - Role-enum - - - ScrollBar - qaccessible.html - Role-enum - - - Grip - qaccessible.html - Role-enum - - - Sound - qaccessible.html - Role-enum - - - Cursor - qaccessible.html - Role-enum - - - Caret - qaccessible.html - Role-enum - - - AlertMessage - qaccessible.html - Role-enum - - - Window - qaccessible.html - Role-enum - - - Client - qaccessible.html - Role-enum - - - PopupMenu - qaccessible.html - Role-enum - - - MenuItem - qaccessible.html - Role-enum - - - ToolTip - qaccessible.html - Role-enum - - - Application - qaccessible.html - Role-enum - - - Document - qaccessible.html - Role-enum - - - Pane - qaccessible.html - Role-enum - - - Chart - qaccessible.html - Role-enum - - - Dialog - qaccessible.html - Role-enum - - - Border - qaccessible.html - Role-enum - - - Grouping - qaccessible.html - Role-enum - - - Separator - qaccessible.html - Role-enum - - - ToolBar - qaccessible.html - Role-enum - - - StatusBar - qaccessible.html - Role-enum - - - Table - qaccessible.html - Role-enum - - - ColumnHeader - qaccessible.html - Role-enum - - - RowHeader - qaccessible.html - Role-enum - - - Column - qaccessible.html - Role-enum - - - Row - qaccessible.html - Role-enum - - - Cell - qaccessible.html - Role-enum - - - Link - qaccessible.html - Role-enum - - - HelpBalloon - qaccessible.html - Role-enum - - - Assistant - qaccessible.html - Role-enum - - - List - qaccessible.html - Role-enum - - - ListItem - qaccessible.html - Role-enum - - - Tree - qaccessible.html - Role-enum - - - TreeItem - qaccessible.html - Role-enum - - - PageTab - qaccessible.html - Role-enum - - - PropertyPage - qaccessible.html - Role-enum - - - Indicator - qaccessible.html - Role-enum - - - Graphic - qaccessible.html - Role-enum - - - StaticText - qaccessible.html - Role-enum - - - EditableText - qaccessible.html - Role-enum - - - Button - qaccessible.html - Role-enum - - - CheckBox - qaccessible.html - Role-enum - - - RadioButton - qaccessible.html - Role-enum - - - ComboBox - qaccessible.html - Role-enum - - - ProgressBar - qaccessible.html - Role-enum - - - Dial - qaccessible.html - Role-enum - - - HotkeyField - qaccessible.html - Role-enum - - - Slider - qaccessible.html - Role-enum - - - SpinBox - qaccessible.html - Role-enum - - - Canvas - qaccessible.html - Role-enum - - - Animation - qaccessible.html - Role-enum - - - Equation - qaccessible.html - Role-enum - - - ButtonDropDown - qaccessible.html - Role-enum - - - ButtonMenu - qaccessible.html - Role-enum - - - ButtonDropGrid - qaccessible.html - Role-enum - - - Whitespace - qaccessible.html - Role-enum - - - PageTabList - qaccessible.html - Role-enum - - - Clock - qaccessible.html - Role-enum - - - Splitter - qaccessible.html - Role-enum - - - LayeredPane - qaccessible.html - Role-enum - - - Terminal - qaccessible.html - Role-enum - - - Desktop - qaccessible.html - Role-enum - - - Paragraph - qaccessible.html - Role-enum - - - WebDocument - qaccessible.html - Role-enum - - - Section - qaccessible.html - Role-enum - - - Notification - qaccessible.html - Role-enum - - - ColorChooser - qaccessible.html - Role-enum - - - Footer - qaccessible.html - Role-enum - - - Form - qaccessible.html - Role-enum - - - Heading - qaccessible.html - Role-enum - - - Note - qaccessible.html - Role-enum - - - ComplementaryContent - qaccessible.html - Role-enum - - - UserRole - qaccessible.html - Role-enum - - - Text - qaccessible.html - Text-enum - - - Name - qaccessible.html - Text-enum - - - Description - qaccessible.html - Text-enum - - - Value - qaccessible.html - Text-enum - - - Help - qaccessible.html - Text-enum - - - Accelerator - qaccessible.html - Text-enum - - - DebugDescription - qaccessible.html - Text-enum - - - UserText - qaccessible.html - Text-enum - - - RelationFlag - qaccessible.html - RelationFlag-enum - - - Label - qaccessible.html - RelationFlag-enum - - - Labelled - qaccessible.html - RelationFlag-enum - - - Controller - qaccessible.html - RelationFlag-enum - - - Controlled - qaccessible.html - RelationFlag-enum - - - AllRelations - qaccessible.html - RelationFlag-enum - - - Relation - qaccessible.html - RelationFlag-enum - - - - InterfaceType - qaccessible.html - InterfaceType-enum - - - TextInterface - qaccessible.html - InterfaceType-enum - - - EditableTextInterface - qaccessible.html - InterfaceType-enum - - - ValueInterface - qaccessible.html - InterfaceType-enum - - - ActionInterface - qaccessible.html - InterfaceType-enum - - - ImageInterface - qaccessible.html - InterfaceType-enum - - - TableInterface - qaccessible.html - InterfaceType-enum - - - TableCellInterface - qaccessible.html - InterfaceType-enum - - - TextBoundaryType - qaccessible.html - TextBoundaryType-enum - - - CharBoundary - qaccessible.html - TextBoundaryType-enum - - - WordBoundary - qaccessible.html - TextBoundaryType-enum - - - SentenceBoundary - qaccessible.html - TextBoundaryType-enum - - - ParagraphBoundary - qaccessible.html - TextBoundaryType-enum - - - LineBoundary - qaccessible.html - TextBoundaryType-enum - - - NoBoundary - qaccessible.html - TextBoundaryType-enum - - - InterfaceFactory - qaccessible.html - InterfaceFactory-typedef - - - - Id - qaccessible.html - Id-typedef - - - - void - installFactory - qaccessible.html - installFactory - (QAccessible::InterfaceFactory factory) - - - void - removeFactory - qaccessible.html - removeFactory - (QAccessible::InterfaceFactory factory) - - - QAccessibleInterface * - queryAccessibleInterface - qaccessible.html - queryAccessibleInterface - (QObject *object) - - - QAccessible::Id - uniqueId - qaccessible.html - uniqueId - (QAccessibleInterface *iface) - - - QAccessibleInterface * - accessibleInterface - qaccessible.html - accessibleInterface - (QAccessible::Id id) - - - QAccessible::Id - registerAccessibleInterface - qaccessible.html - registerAccessibleInterface - (QAccessibleInterface *iface) - - - void - deleteAccessibleInterface - qaccessible.html - deleteAccessibleInterface - (QAccessible::Id id) - - - void - updateAccessibility - qaccessible-obsolete.html - updateAccessibility-1 - (QObject *object, int child, QAccessible::Event reason) - - - void - updateAccessibility - qaccessible.html - updateAccessibility - (QAccessibleEvent *event) - - - bool - isActive - qaccessible.html - isActive - () - - - void - setRootObject - qaccessible.html - setRootObject - (QObject *object) - - - - QAccessible::State - qaccessible-state.html - - - State - qaccessible-state.html - State - () - - - - QAccessibleInterface - qaccessibleinterface.html - - virtual - ~QAccessibleInterface - qaccessibleinterface.html - dtor.QAccessibleInterface - () - - - virtual bool - isValid - qaccessibleinterface.html - isValid - () const const = 0 - - - virtual QObject * - object - qaccessibleinterface.html - object - () const const = 0 - - - virtual QWindow * - window - qaccessibleinterface.html - window - () const const - - - virtual QVector<QPair<QAccessibleInterface *, QAccessible::Relation> > - relations - qaccessibleinterface.html - relations - (QAccessible::Relation match) const const - - - virtual QAccessibleInterface * - focusChild - qaccessibleinterface.html - focusChild - () const const - - - virtual QAccessibleInterface * - childAt - qaccessibleinterface.html - childAt - (int x, int y) const const = 0 - - - virtual QAccessibleInterface * - parent - qaccessibleinterface.html - parent - () const const = 0 - - - virtual QAccessibleInterface * - child - qaccessibleinterface.html - child - (int index) const const = 0 - - - virtual int - childCount - qaccessibleinterface.html - childCount - () const const = 0 - - - virtual int - indexOfChild - qaccessibleinterface.html - indexOfChild - (const QAccessibleInterface *child) const const = 0 - - - virtual QString - text - qaccessibleinterface.html - text - (QAccessible::Text t) const const = 0 - - - virtual void - setText - qaccessibleinterface.html - setText - (QAccessible::Text t, const QString &text) = 0 - - - virtual QRect - rect - qaccessibleinterface.html - rect - () const const = 0 - - - virtual QAccessible::Role - role - qaccessibleinterface.html - role - () const const = 0 - - - virtual QAccessible::State - state - qaccessibleinterface.html - state - () const const = 0 - - - virtual QColor - foregroundColor - qaccessibleinterface.html - foregroundColor - () const const - - - virtual QColor - backgroundColor - qaccessibleinterface.html - backgroundColor - () const const - - - QAccessibleTextInterface * - textInterface - qaccessibleinterface.html - textInterface - () - - - QAccessibleValueInterface * - valueInterface - qaccessibleinterface.html - valueInterface - () - - - QAccessibleActionInterface * - actionInterface - qaccessibleinterface.html - actionInterface - () - - - QAccessibleTableInterface * - tableInterface - qaccessibleinterface.html - tableInterface - () - - - QAccessibleTableCellInterface * - tableCellInterface - qaccessibleinterface.html - tableCellInterface - () - - - virtual void * - interface_cast - qaccessibleinterface.html - interface_cast - (QAccessible::InterfaceType type) - - - - QAccessibleTextInterface - qaccessibletextinterface.html - - virtual - ~QAccessibleTextInterface - qaccessibletextinterface.html - dtor.QAccessibleTextInterface - () - - - virtual void - selection - qaccessibletextinterface.html - selection - (int selectionIndex, int *startOffset, int *endOffset) const const = 0 - - - virtual int - selectionCount - qaccessibletextinterface.html - selectionCount - () const const = 0 - - - virtual void - addSelection - qaccessibletextinterface.html - addSelection - (int startOffset, int endOffset) = 0 - - - virtual void - removeSelection - qaccessibletextinterface.html - removeSelection - (int selectionIndex) = 0 - - - virtual void - setSelection - qaccessibletextinterface.html - setSelection - (int selectionIndex, int startOffset, int endOffset) = 0 - - - virtual int - cursorPosition - qaccessibletextinterface.html - cursorPosition - () const const = 0 - - - virtual void - setCursorPosition - qaccessibletextinterface.html - setCursorPosition - (int position) = 0 - - - virtual QString - text - qaccessibletextinterface.html - text - (int startOffset, int endOffset) const const = 0 - - - virtual QString - textBeforeOffset - qaccessibletextinterface.html - textBeforeOffset - (int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const const - - - virtual QString - textAfterOffset - qaccessibletextinterface.html - textAfterOffset - (int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const const - - - virtual QString - textAtOffset - qaccessibletextinterface.html - textAtOffset - (int offset, QAccessible::TextBoundaryType boundaryType, int *startOffset, int *endOffset) const const - - - virtual int - characterCount - qaccessibletextinterface.html - characterCount - () const const = 0 - - - virtual QRect - characterRect - qaccessibletextinterface.html - characterRect - (int offset) const const = 0 - - - virtual int - offsetAtPoint - qaccessibletextinterface.html - offsetAtPoint - (const QPoint &point) const const = 0 - - - virtual void - scrollToSubstring - qaccessibletextinterface.html - scrollToSubstring - (int startIndex, int endIndex) = 0 - - - virtual QString - attributes - qaccessibletextinterface.html - attributes - (int offset, int *startOffset, int *endOffset) const const = 0 - - - - QAccessibleEditableTextInterface - qaccessibleeditabletextinterface.html - - virtual - ~QAccessibleEditableTextInterface - qaccessibleeditabletextinterface.html - dtor.QAccessibleEditableTextInterface - () - - - virtual void - deleteText - qaccessibleeditabletextinterface.html - deleteText - (int startOffset, int endOffset) = 0 - - - virtual void - insertText - qaccessibleeditabletextinterface.html - insertText - (int offset, const QString &text) = 0 - - - virtual void - replaceText - qaccessibleeditabletextinterface.html - replaceText - (int startOffset, int endOffset, const QString &text) = 0 - - - - QAccessibleValueInterface - qaccessiblevalueinterface.html - - virtual - ~QAccessibleValueInterface - qaccessiblevalueinterface.html - dtor.QAccessibleValueInterface - () - - - virtual QVariant - currentValue - qaccessiblevalueinterface.html - currentValue - () const const = 0 - - - virtual void - setCurrentValue - qaccessiblevalueinterface.html - setCurrentValue - (const QVariant &value) = 0 - - - virtual QVariant - maximumValue - qaccessiblevalueinterface.html - maximumValue - () const const = 0 - - - virtual QVariant - minimumValue - qaccessiblevalueinterface.html - minimumValue - () const const = 0 - - - virtual QVariant - minimumStepSize - qaccessiblevalueinterface.html - minimumStepSize - () const const = 0 - - - - QAccessibleTableCellInterface - qaccessibletablecellinterface.html - - virtual - ~QAccessibleTableCellInterface - qaccessibletablecellinterface.html - dtor.QAccessibleTableCellInterface - () - - - virtual bool - isSelected - qaccessibletablecellinterface.html - isSelected - () const const = 0 - - - virtual QList<QAccessibleInterface *> - columnHeaderCells - qaccessibletablecellinterface.html - columnHeaderCells - () const const = 0 - - - virtual QList<QAccessibleInterface *> - rowHeaderCells - qaccessibletablecellinterface.html - rowHeaderCells - () const const = 0 - - - virtual int - columnIndex - qaccessibletablecellinterface.html - columnIndex - () const const = 0 - - - virtual int - rowIndex - qaccessibletablecellinterface.html - rowIndex - () const const = 0 - - - virtual int - columnExtent - qaccessibletablecellinterface.html - columnExtent - () const const = 0 - - - virtual int - rowExtent - qaccessibletablecellinterface.html - rowExtent - () const const = 0 - - - virtual QAccessibleInterface * - table - qaccessibletablecellinterface.html - table - () const const = 0 - - - - QAccessibleTableInterface - qaccessibletableinterface.html - - virtual - ~QAccessibleTableInterface - qaccessibletableinterface.html - dtor.QAccessibleTableInterface - () - - - virtual QAccessibleInterface * - caption - qaccessibletableinterface.html - caption - () const const = 0 - - - virtual QAccessibleInterface * - summary - qaccessibletableinterface.html - summary - () const const = 0 - - - virtual QAccessibleInterface * - cellAt - qaccessibletableinterface.html - cellAt - (int row, int column) const const = 0 - - - virtual int - selectedCellCount - qaccessibletableinterface.html - selectedCellCount - () const const = 0 - - - virtual QList<QAccessibleInterface *> - selectedCells - qaccessibletableinterface.html - selectedCells - () const const = 0 - - - virtual QString - columnDescription - qaccessibletableinterface.html - columnDescription - (int column) const const = 0 - - - virtual QString - rowDescription - qaccessibletableinterface.html - rowDescription - (int row) const const = 0 - - - virtual int - selectedColumnCount - qaccessibletableinterface.html - selectedColumnCount - () const const = 0 - - - virtual int - selectedRowCount - qaccessibletableinterface.html - selectedRowCount - () const const = 0 - - - virtual int - columnCount - qaccessibletableinterface.html - columnCount - () const const = 0 - - - virtual int - rowCount - qaccessibletableinterface.html - rowCount - () const const = 0 - - - virtual QList<int> - selectedColumns - qaccessibletableinterface.html - selectedColumns - () const const = 0 - - - virtual QList<int> - selectedRows - qaccessibletableinterface.html - selectedRows - () const const = 0 - - - virtual bool - isColumnSelected - qaccessibletableinterface.html - isColumnSelected - (int column) const const = 0 - - - virtual bool - isRowSelected - qaccessibletableinterface.html - isRowSelected - (int row) const const = 0 - - - virtual bool - selectRow - qaccessibletableinterface.html - selectRow - (int row) = 0 - - - virtual bool - selectColumn - qaccessibletableinterface.html - selectColumn - (int column) = 0 - - - virtual bool - unselectRow - qaccessibletableinterface.html - unselectRow - (int row) = 0 - - - virtual bool - unselectColumn - qaccessibletableinterface.html - unselectColumn - (int column) = 0 - - - virtual void - modelChange - qaccessibletableinterface.html - modelChange - (QAccessibleTableModelChangeEvent *event) = 0 - - - - QAccessibleActionInterface - qaccessibleactioninterface.html - - QString - tr - qaccessibleactioninterface.html - tr - (const char *sourceText, const char *disambiguation, int n) - - - QString - trUtf8 - qaccessibleactioninterface.html - trUtf8 - (const char *sourceText, const char *disambiguation, int n) - - - virtual - ~QAccessibleActionInterface - qaccessibleactioninterface.html - dtor.QAccessibleActionInterface - () - - - virtual QStringList - actionNames - qaccessibleactioninterface.html - actionNames - () const const = 0 - - - virtual QString - localizedActionName - qaccessibleactioninterface.html - localizedActionName - (const QString &actionName) const const - - - virtual QString - localizedActionDescription - qaccessibleactioninterface.html - localizedActionDescription - (const QString &actionName) const const - - - virtual void - doAction - qaccessibleactioninterface.html - doAction - (const QString &actionName) = 0 - - - virtual QStringList - keyBindingsForAction - qaccessibleactioninterface.html - keyBindingsForAction - (const QString &actionName) const const = 0 - - - const QString & - pressAction - qaccessibleactioninterface.html - pressAction - () - - - const QString & - increaseAction - qaccessibleactioninterface.html - increaseAction - () - - - const QString & - decreaseAction - qaccessibleactioninterface.html - decreaseAction - () - - - const QString & - showMenuAction - qaccessibleactioninterface.html - showMenuAction - () - - - const QString & - setFocusAction - qaccessibleactioninterface.html - setFocusAction - () - - - const QString & - toggleAction - qaccessibleactioninterface.html - toggleAction - () - - - QString - scrollLeftAction - qaccessibleactioninterface.html - scrollLeftAction - () - - - QString - scrollRightAction - qaccessibleactioninterface.html - scrollRightAction - () - - - QString - scrollUpAction - qaccessibleactioninterface.html - scrollUpAction - () - - - QString - scrollDownAction - qaccessibleactioninterface.html - scrollDownAction - () - - - QString - nextPageAction - qaccessibleactioninterface.html - nextPageAction - () - - - QString - previousPageAction - qaccessibleactioninterface.html - previousPageAction - () - - - - QAccessibleEvent - qaccessibleevent.html - - - QAccessibleEvent - qaccessibleevent.html - QAccessibleEvent - (QObject *object, QAccessible::Event type) - - - - QAccessibleEvent - qaccessibleevent.html - QAccessibleEvent-2 - (QAccessibleInterface *interface, QAccessible::Event type) - - - virtual - ~QAccessibleEvent - qaccessibleevent.html - dtor.QAccessibleEvent - () - - - QAccessible::Event - type - qaccessibleevent.html - type - () const const - - - QObject * - object - qaccessibleevent.html - object - () const const - - - void - setChild - qaccessibleevent.html - setChild - (int child) - - - int - child - qaccessibleevent.html - child - () const const - - - virtual QAccessibleInterface * - accessibleInterface - qaccessibleevent.html - accessibleInterface - () const const - - - - QAccessibleStateChangeEvent - qaccessiblestatechangeevent.html - QAccessibleEvent - - - QAccessibleStateChangeEvent - qaccessiblestatechangeevent.html - QAccessibleStateChangeEvent - (QObject *object, QAccessible::State state) - - - - QAccessibleStateChangeEvent - qaccessiblestatechangeevent.html - QAccessibleStateChangeEvent-1 - (QAccessibleInterface *iface, QAccessible::State state) - - - QAccessible::State - changedStates - qaccessiblestatechangeevent.html - changedStates - () const const - - - - QAccessibleTextCursorEvent - qaccessibletextcursorevent.html - QAccessibleEvent - - - QAccessibleTextCursorEvent - qaccessibletextcursorevent.html - QAccessibleTextCursorEvent - (QObject *object, int cursorPos) - - - - QAccessibleTextCursorEvent - qaccessibletextcursorevent.html - QAccessibleTextCursorEvent-1 - (QAccessibleInterface *iface, int cursorPos) - - - void - setCursorPosition - qaccessibletextcursorevent.html - setCursorPosition - (int position) - - - int - cursorPosition - qaccessibletextcursorevent.html - cursorPosition - () const const - - - - QAccessibleTextSelectionEvent - qaccessibletextselectionevent.html - QAccessibleTextCursorEvent - - - QAccessibleTextSelectionEvent - qaccessibletextselectionevent.html - QAccessibleTextSelectionEvent - (QObject *object, int start, int end) - - - - QAccessibleTextSelectionEvent - qaccessibletextselectionevent.html - QAccessibleTextSelectionEvent-1 - (QAccessibleInterface *iface, int start, int end) - - - void - setSelection - qaccessibletextselectionevent.html - setSelection - (int start, int end) - - - int - selectionStart - qaccessibletextselectionevent.html - selectionStart - () const const - - - int - selectionEnd - qaccessibletextselectionevent.html - selectionEnd - () const const - - - - QAccessibleTextInsertEvent - qaccessibletextinsertevent.html - QAccessibleTextCursorEvent - - - QAccessibleTextInsertEvent - qaccessibletextinsertevent.html - QAccessibleTextInsertEvent - (QObject *object, int position, const QString &text) - - - - QAccessibleTextInsertEvent - qaccessibletextinsertevent.html - QAccessibleTextInsertEvent-1 - (QAccessibleInterface *iface, int position, const QString &text) - - - QString - textInserted - qaccessibletextinsertevent.html - textInserted - () const const - - - int - changePosition - qaccessibletextinsertevent.html - changePosition - () const const - - - - QAccessibleTextRemoveEvent - qaccessibletextremoveevent.html - QAccessibleTextCursorEvent - - - QAccessibleTextRemoveEvent - qaccessibletextremoveevent.html - QAccessibleTextRemoveEvent - (QObject *object, int position, const QString &text) - - - - QAccessibleTextRemoveEvent - qaccessibletextremoveevent.html - QAccessibleTextRemoveEvent-1 - (QAccessibleInterface *iface, int position, const QString &text) - - - QString - textRemoved - qaccessibletextremoveevent.html - textRemoved - () const const - - - int - changePosition - qaccessibletextremoveevent.html - changePosition - () const const - - - - QAccessibleTextUpdateEvent - qaccessibletextupdateevent.html - QAccessibleTextCursorEvent - - - QAccessibleTextUpdateEvent - qaccessibletextupdateevent.html - QAccessibleTextUpdateEvent - (QObject *object, int position, const QString &oldText, const QString &text) - - - - QAccessibleTextUpdateEvent - qaccessibletextupdateevent.html - QAccessibleTextUpdateEvent-1 - (QAccessibleInterface *iface, int position, const QString &oldText, const QString &text) - - - QString - textRemoved - qaccessibletextupdateevent.html - textRemoved - () const const - - - QString - textInserted - qaccessibletextupdateevent.html - textInserted - () const const - - - int - changePosition - qaccessibletextupdateevent.html - changePosition - () const const - - - - QAccessibleValueChangeEvent - qaccessiblevaluechangeevent.html - QAccessibleEvent - - - QAccessibleValueChangeEvent - qaccessiblevaluechangeevent.html - QAccessibleValueChangeEvent - (QObject *object, const QVariant &value) - - - - QAccessibleValueChangeEvent - qaccessiblevaluechangeevent.html - QAccessibleValueChangeEvent-1 - (QAccessibleInterface *iface, const QVariant &val) - - - void - setValue - qaccessiblevaluechangeevent.html - setValue - (const QVariant &value) - - - QVariant - value - qaccessiblevaluechangeevent.html - value - () const const - - - - QAccessibleTableModelChangeEvent - qaccessibletablemodelchangeevent.html - QAccessibleEvent - - ModelChangeType - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - ModelReset - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - DataChanged - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - RowsInserted - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - ColumnsInserted - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - RowsRemoved - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - ColumnsRemoved - qaccessibletablemodelchangeevent.html - ModelChangeType-enum - - - - QAccessibleTableModelChangeEvent - qaccessibletablemodelchangeevent.html - QAccessibleTableModelChangeEvent - (QObject *object, QAccessibleTableModelChangeEvent::ModelChangeType changeType) - - - - QAccessibleTableModelChangeEvent - qaccessibletablemodelchangeevent.html - QAccessibleTableModelChangeEvent-1 - (QAccessibleInterface *iface, QAccessibleTableModelChangeEvent::ModelChangeType changeType) - - - void - setModelChangeType - qaccessibletablemodelchangeevent.html - setModelChangeType - (QAccessibleTableModelChangeEvent::ModelChangeType changeType) - - - QAccessibleTableModelChangeEvent::ModelChangeType - modelChangeType - qaccessibletablemodelchangeevent.html - modelChangeType - () const const - - - void - setFirstRow - qaccessibletablemodelchangeevent.html - setFirstRow - (int row) - - - void - setFirstColumn - qaccessibletablemodelchangeevent.html - setFirstColumn - (int column) - - - void - setLastRow - qaccessibletablemodelchangeevent.html - setLastRow - (int row) - - - void - setLastColumn - qaccessibletablemodelchangeevent.html - setLastColumn - (int column) - - - int - firstRow - qaccessibletablemodelchangeevent.html - firstRow - () const const - - - int - firstColumn - qaccessibletablemodelchangeevent.html - firstColumn - () const const - - - int - lastRow - qaccessibletablemodelchangeevent.html - lastRow - () const const - - - int - lastColumn - qaccessibletablemodelchangeevent.html - lastColumn - () const const - - - - QAccessibleObject - qaccessibleobject.html - QAccessibleInterface - - - QAccessibleObject - qaccessibleobject.html - QAccessibleObject - (QObject *object) - - - virtual bool - isValid - qaccessibleobject.html - isValid - () const const override - - - virtual QObject * - object - qaccessibleobject.html - object - () const const override - - - virtual QRect - rect - qaccessibleobject.html - rect - () const const override - - - virtual void - setText - qaccessibleobject.html - setText - (QAccessible::Text t, const QString &text) override - - - virtual QAccessibleInterface * - childAt - qaccessibleobject.html - childAt - (int x, int y) const const override - - - virtual - ~QAccessibleObject - qaccessibleobject.html - dtor.QAccessibleObject - () - - - - QAccessiblePlugin - qaccessibleplugin.html - QObject - - virtual const QMetaObject * - metaObject - qaccessibleplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qaccessibleplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qaccessibleplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qaccessibleplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qaccessibleplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QAccessiblePlugin - qaccessibleplugin.html - QAccessiblePlugin - (QObject *parent) - - - virtual - ~QAccessiblePlugin - qaccessibleplugin.html - dtor.QAccessiblePlugin - () - - - virtual QAccessibleInterface * - create - qaccessibleplugin.html - create - (const QString &key, QObject *object) = 0 - - - - QSurfaceFormat - qsurfaceformat.html - - void - qt_check_for_QGADGET_macro - qsurfaceformat.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qsurfaceformat.html - QtGadgetHelper-typedef - - - - FormatOption - qsurfaceformat.html - FormatOption-enum - - - StereoBuffers - qsurfaceformat.html - FormatOption-enum - - - DebugContext - qsurfaceformat.html - FormatOption-enum - - - DeprecatedFunctions - qsurfaceformat.html - FormatOption-enum - - - ResetNotification - qsurfaceformat.html - FormatOption-enum - - - FormatOptions - qsurfaceformat.html - FormatOption-enum - - - - SwapBehavior - qsurfaceformat.html - SwapBehavior-enum - - - DefaultSwapBehavior - qsurfaceformat.html - SwapBehavior-enum - - - SingleBuffer - qsurfaceformat.html - SwapBehavior-enum - - - DoubleBuffer - qsurfaceformat.html - SwapBehavior-enum - - - TripleBuffer - qsurfaceformat.html - SwapBehavior-enum - - - RenderableType - qsurfaceformat.html - RenderableType-enum - - - DefaultRenderableType - qsurfaceformat.html - RenderableType-enum - - - OpenGL - qsurfaceformat.html - RenderableType-enum - - - OpenGLES - qsurfaceformat.html - RenderableType-enum - - - OpenVG - qsurfaceformat.html - RenderableType-enum - - - OpenGLContextProfile - qsurfaceformat.html - OpenGLContextProfile-enum - - - NoProfile - qsurfaceformat.html - OpenGLContextProfile-enum - - - CoreProfile - qsurfaceformat.html - OpenGLContextProfile-enum - - - CompatibilityProfile - qsurfaceformat.html - OpenGLContextProfile-enum - - - ColorSpace - qsurfaceformat.html - ColorSpace-enum - - - DefaultColorSpace - qsurfaceformat.html - ColorSpace-enum - - - sRGBColorSpace - qsurfaceformat.html - ColorSpace-enum - - - - QSurfaceFormat - qsurfaceformat.html - QSurfaceFormat - () - - - - QSurfaceFormat - qsurfaceformat.html - QSurfaceFormat-1 - (QSurfaceFormat::FormatOptions options) - - - - QSurfaceFormat - qsurfaceformat.html - QSurfaceFormat-2 - (const QSurfaceFormat &other) - - - QSurfaceFormat & - operator= - qsurfaceformat.html - operator-eq - (const QSurfaceFormat &other) - - - - ~QSurfaceFormat - qsurfaceformat.html - dtor.QSurfaceFormat - () - - - void - setDepthBufferSize - qsurfaceformat.html - setDepthBufferSize - (int size) - - - int - depthBufferSize - qsurfaceformat.html - depthBufferSize - () const const - - - void - setStencilBufferSize - qsurfaceformat.html - setStencilBufferSize - (int size) - - - int - stencilBufferSize - qsurfaceformat.html - stencilBufferSize - () const const - - - void - setRedBufferSize - qsurfaceformat.html - setRedBufferSize - (int size) - - - int - redBufferSize - qsurfaceformat.html - redBufferSize - () const const - - - void - setGreenBufferSize - qsurfaceformat.html - setGreenBufferSize - (int size) - - - int - greenBufferSize - qsurfaceformat.html - greenBufferSize - () const const - - - void - setBlueBufferSize - qsurfaceformat.html - setBlueBufferSize - (int size) - - - int - blueBufferSize - qsurfaceformat.html - blueBufferSize - () const const - - - void - setAlphaBufferSize - qsurfaceformat.html - setAlphaBufferSize - (int size) - - - int - alphaBufferSize - qsurfaceformat.html - alphaBufferSize - () const const - - - void - setSamples - qsurfaceformat.html - setSamples - (int numSamples) - - - int - samples - qsurfaceformat.html - samples - () const const - - - void - setSwapBehavior - qsurfaceformat.html - setSwapBehavior - (QSurfaceFormat::SwapBehavior behavior) - - - QSurfaceFormat::SwapBehavior - swapBehavior - qsurfaceformat.html - swapBehavior - () const const - - - bool - hasAlpha - qsurfaceformat.html - hasAlpha - () const const - - - void - setProfile - qsurfaceformat.html - setProfile - (QSurfaceFormat::OpenGLContextProfile profile) - - - QSurfaceFormat::OpenGLContextProfile - profile - qsurfaceformat.html - profile - () const const - - - void - setRenderableType - qsurfaceformat.html - setRenderableType - (QSurfaceFormat::RenderableType type) - - - QSurfaceFormat::RenderableType - renderableType - qsurfaceformat.html - renderableType - () const const - - - void - setMajorVersion - qsurfaceformat.html - setMajorVersion - (int major) - - - int - majorVersion - qsurfaceformat.html - majorVersion - () const const - - - void - setMinorVersion - qsurfaceformat.html - setMinorVersion - (int minor) - - - int - minorVersion - qsurfaceformat.html - minorVersion - () const const - - - QPair<int, int> - version - qsurfaceformat.html - version - () const const - - - void - setVersion - qsurfaceformat.html - setVersion - (int major, int minor) - - - bool - stereo - qsurfaceformat.html - stereo - () const const - - - void - setStereo - qsurfaceformat.html - setStereo - (bool enable) - - - void - setOption - qsurfaceformat-obsolete.html - setOption-1 - (QSurfaceFormat::FormatOptions opt) - - - bool - testOption - qsurfaceformat-obsolete.html - testOption-1 - (QSurfaceFormat::FormatOptions opt) const const - - - void - setOptions - qsurfaceformat.html - setOptions - (QSurfaceFormat::FormatOptions options) - - - void - setOption - qsurfaceformat.html - setOption - (QSurfaceFormat::FormatOption option, bool on) - - - bool - testOption - qsurfaceformat.html - testOption - (QSurfaceFormat::FormatOption option) const const - - - QSurfaceFormat::FormatOptions - options - qsurfaceformat.html - options - () const const - - - int - swapInterval - qsurfaceformat.html - swapInterval - () const const - - - void - setSwapInterval - qsurfaceformat.html - setSwapInterval - (int interval) - - - QSurfaceFormat::ColorSpace - colorSpace - qsurfaceformat.html - colorSpace - () const const - - - void - setColorSpace - qsurfaceformat.html - setColorSpace - (QSurfaceFormat::ColorSpace colorSpace) - - - void - setDefaultFormat - qsurfaceformat.html - setDefaultFormat - (const QSurfaceFormat &format) - - - QSurfaceFormat - defaultFormat - qsurfaceformat.html - defaultFormat - () - - - - QSurface - qsurface.html - - void - qt_check_for_QGADGET_macro - qsurface.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qsurface.html - QtGadgetHelper-typedef - - - - SurfaceClass - qsurface.html - SurfaceClass-enum - - - Window - qsurface.html - SurfaceClass-enum - - - Offscreen - qsurface.html - SurfaceClass-enum - - - SurfaceType - qsurface.html - SurfaceType-enum - - - RasterSurface - qsurface.html - SurfaceType-enum - - - OpenGLSurface - qsurface.html - SurfaceType-enum - - - RasterGLSurface - qsurface.html - SurfaceType-enum - - - OpenVGSurface - qsurface.html - SurfaceType-enum - - - VulkanSurface - qsurface.html - SurfaceType-enum - - - MetalSurface - qsurface.html - SurfaceType-enum - - - virtual - ~QSurface - qsurface.html - dtor.QSurface - () - - - QSurface::SurfaceClass - surfaceClass - qsurface.html - surfaceClass - () const const - - - virtual QSurfaceFormat - format - qsurface.html - format - () const const = 0 - - - virtual QPlatformSurface * - surfaceHandle - qsurface.html - surfaceHandle - () const const = 0 - - - virtual QSurface::SurfaceType - surfaceType - qsurface.html - surfaceType - () const const = 0 - - - bool - supportsOpenGL - qsurface.html - supportsOpenGL - () const const - - - virtual QSize - size - qsurface.html - size - () const const = 0 - - - - QSurface - qsurface.html - QSurface - (QSurface::SurfaceClass type) - - - - QIcon - qicon.html - - Mode - qicon.html - Mode-enum - - - Normal - qicon.html - Mode-enum - - - Disabled - qicon.html - Mode-enum - - - Active - qicon.html - Mode-enum - - - Selected - qicon.html - Mode-enum - - - State - qicon.html - State-enum - - - On - qicon.html - State-enum - - - Off - qicon.html - State-enum - - - - QIcon - qicon.html - QIcon - () - - - - QIcon - qicon.html - QIcon-1 - (const QPixmap &pixmap) - - - - QIcon - qicon.html - QIcon-2 - (const QIcon &other) - - - - QIcon - qicon.html - QIcon-3 - (QIcon &&other) - - - - QIcon - qicon.html - QIcon-4 - (const QString &fileName) - - - - QIcon - qicon.html - QIcon-5 - (QIconEngine *engine) - - - - ~QIcon - qicon.html - dtor.QIcon - () - - - QIcon & - operator= - qicon.html - operator-eq - (const QIcon &other) - - - QIcon & - operator= - qicon.html - operator-eq-1 - (QIcon &&other) - - - void - swap - qicon.html - swap - (QIcon &other) - - - QVariant - operator QVariant - qicon.html - operator-QVariant - () const const - - - QPixmap - pixmap - qicon.html - pixmap - (const QSize &size, QIcon::Mode mode, QIcon::State state) const const - - - QPixmap - pixmap - qicon.html - pixmap-1 - (int w, int h, QIcon::Mode mode, QIcon::State state) const const - - - QPixmap - pixmap - qicon.html - pixmap-2 - (int extent, QIcon::Mode mode, QIcon::State state) const const - - - QPixmap - pixmap - qicon.html - pixmap-3 - (QWindow *window, const QSize &size, QIcon::Mode mode, QIcon::State state) const const - - - QSize - actualSize - qicon.html - actualSize - (const QSize &size, QIcon::Mode mode, QIcon::State state) const const - - - QSize - actualSize - qicon.html - actualSize-1 - (QWindow *window, const QSize &size, QIcon::Mode mode, QIcon::State state) const const - - - QString - name - qicon.html - name - () const const - - - void - paint - qicon.html - paint - (QPainter *painter, const QRect &rect, Qt::Alignment alignment, QIcon::Mode mode, QIcon::State state) const const - - - void - paint - qicon.html - paint-1 - (QPainter *painter, int x, int y, int w, int h, Qt::Alignment alignment, QIcon::Mode mode, QIcon::State state) const const - - - bool - isNull - qicon.html - isNull - () const const - - - int - serialNumber - qicon-obsolete.html - serialNumber - () const const - - - qint64 - cacheKey - qicon.html - cacheKey - () const const - - - void - addPixmap - qicon.html - addPixmap - (const QPixmap &pixmap, QIcon::Mode mode, QIcon::State state) - - - void - addFile - qicon.html - addFile - (const QString &fileName, const QSize &size, QIcon::Mode mode, QIcon::State state) - - - QList<QSize> - availableSizes - qicon.html - availableSizes - (QIcon::Mode mode, QIcon::State state) const const - - - void - setIsMask - qicon.html - setIsMask - (bool isMask) - - - bool - isMask - qicon.html - isMask - () const const - - - QIcon - fromTheme - qicon.html - fromTheme - (const QString &name) - - - QIcon - fromTheme - qicon.html - fromTheme-1 - (const QString &name, const QIcon &fallback) - - - bool - hasThemeIcon - qicon.html - hasThemeIcon - (const QString &name) - - - QStringList - themeSearchPaths - qicon.html - themeSearchPaths - () - - - void - setThemeSearchPaths - qicon.html - setThemeSearchPaths - (const QStringList &paths) - - - QStringList - fallbackSearchPaths - qicon.html - fallbackSearchPaths - () - - - void - setFallbackSearchPaths - qicon.html - setFallbackSearchPaths - (const QStringList &paths) - - - QString - themeName - qicon.html - themeName - () - - - void - setThemeName - qicon.html - setThemeName - (const QString &name) - - - QString - fallbackThemeName - qicon.html - fallbackThemeName - () - - - void - setFallbackThemeName - qicon.html - setFallbackThemeName - (const QString &name) - - - - QCursor - qcursor.html - - - QCursor - qcursor.html - QCursor - () - - - - QCursor - qcursor.html - QCursor-1 - (Qt::CursorShape shape) - - - - QCursor - qcursor.html - QCursor-2 - (const QBitmap &bitmap, const QBitmap &mask, int hotX, int hotY) - - - - QCursor - qcursor.html - QCursor-3 - (const QPixmap &pixmap, int hotX, int hotY) - - - - QCursor - qcursor.html - QCursor-4 - (const QCursor &c) - - - - ~QCursor - qcursor.html - dtor.QCursor - () - - - QCursor & - operator= - qcursor.html - operator-eq - (const QCursor &c) - - - - QCursor - qcursor.html - QCursor-5 - (QCursor &&other) - - - QCursor & - operator= - qcursor.html - operator-eq-1 - (QCursor &&other) - - - void - swap - qcursor.html - swap - (QCursor &other) - - - QVariant - operator QVariant - qcursor.html - operator-QVariant - () const const - - - Qt::CursorShape - shape - qcursor.html - shape - () const const - - - void - setShape - qcursor.html - setShape - (Qt::CursorShape shape) - - - const QBitmap * - bitmap - qcursor.html - bitmap - () const const - - - const QBitmap * - mask - qcursor.html - mask - () const const - - - QPixmap - pixmap - qcursor.html - pixmap - () const const - - - QPoint - hotSpot - qcursor.html - hotSpot - () const const - - - QPoint - pos - qcursor.html - pos - () - - - QPoint - pos - qcursor.html - pos-1 - (const QScreen *screen) - - - void - setPos - qcursor.html - setPos - (int x, int y) - - - void - setPos - qcursor.html - setPos-1 - (QScreen *screen, int x, int y) - - - void - setPos - qcursor.html - setPos-2 - (const QPoint &p) - - - void - setPos - qcursor.html - setPos-3 - (QScreen *screen, const QPoint &p) - - - - QWindow - qwindow.html - QObject - QSurface - - virtual const QMetaObject * - metaObject - qwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - title - qwindow.html - title-prop - - - - modality - qwindow.html - modality-prop - - - - flags - qwindow.html - flags-prop - - - - x - qwindow.html - x-prop - - - - y - qwindow.html - y-prop - - - - width - qwindow.html - width-prop - - - - height - qwindow.html - height-prop - - - - minimumWidth - qwindow.html - minimumWidth-prop - - - - minimumHeight - qwindow.html - minimumHeight-prop - - - - maximumWidth - qwindow.html - maximumWidth-prop - - - - maximumHeight - qwindow.html - maximumHeight-prop - - - - visible - qwindow.html - visible-prop - - - - active - qwindow.html - active-prop - - - - visibility - qwindow.html - visibility-prop - - - - contentOrientation - qwindow.html - contentOrientation-prop - - - - opacity - qwindow.html - opacity-prop - - - - Visibility - qwindow.html - Visibility-enum - - - Hidden - qwindow.html - Visibility-enum - - - AutomaticVisibility - qwindow.html - Visibility-enum - - - Windowed - qwindow.html - Visibility-enum - - - Minimized - qwindow.html - Visibility-enum - - - Maximized - qwindow.html - Visibility-enum - - - FullScreen - qwindow.html - Visibility-enum - - - AncestorMode - qwindow.html - AncestorMode-enum - - - ExcludeTransients - qwindow.html - AncestorMode-enum - - - IncludeTransients - qwindow.html - AncestorMode-enum - - - - QWindow - qwindow.html - QWindow - (QScreen *targetScreen) - - - - QWindow - qwindow.html - QWindow-1 - (QWindow *parent) - - - virtual - ~QWindow - qwindow.html - dtor.QWindow - () - - - void - setSurfaceType - qwindow.html - setSurfaceType - (QSurface::SurfaceType surfaceType) - - - virtual QSurface::SurfaceType - surfaceType - qwindow.html - surfaceType - () const const override - - - bool - isVisible - qwindow.html - visible-prop - () const const - - - QWindow::Visibility - visibility - qwindow.html - visibility-prop - () const const - - - void - setVisibility - qwindow.html - visibility-prop - (QWindow::Visibility v) - - - void - create - qwindow.html - create - () - - - WId - winId - qwindow.html - winId - () const const - - - QWindow * - parent - qwindow.html - parent - (QWindow::AncestorMode mode) const const - - - QWindow * - parent - qwindow.html - parent-1 - () const const - - - void - setParent - qwindow.html - setParent - (QWindow *parent) - - - bool - isTopLevel - qwindow.html - isTopLevel - () const const - - - bool - isModal - qwindow.html - isModal - () const const - - - Qt::WindowModality - modality - qwindow.html - modality-prop - () const const - - - void - setModality - qwindow.html - modality-prop - (Qt::WindowModality modality) - - - void - setFormat - qwindow.html - setFormat - (const QSurfaceFormat &format) - - - virtual QSurfaceFormat - format - qwindow.html - format - () const const override - - - QSurfaceFormat - requestedFormat - qwindow.html - requestedFormat - () const const - - - void - setFlags - qwindow.html - flags-prop - (Qt::WindowFlags flags) - - - Qt::WindowFlags - flags - qwindow.html - flags-prop - () const const - - - void - setFlag - qwindow.html - setFlag - (Qt::WindowType flag, bool on) - - - Qt::WindowType - type - qwindow.html - type - () const const - - - QString - title - qwindow.html - title-prop - () const const - - - void - setOpacity - qwindow.html - opacity-prop - (qreal level) - - - qreal - opacity - qwindow.html - opacity-prop - () const const - - - void - setMask - qwindow.html - setMask - (const QRegion &region) - - - QRegion - mask - qwindow.html - mask - () const const - - - bool - isActive - qwindow.html - isActive - () const const - - - void - reportContentOrientationChange - qwindow.html - contentOrientation-prop - (Qt::ScreenOrientation orientation) - - - Qt::ScreenOrientation - contentOrientation - qwindow.html - contentOrientation-prop - () const const - - - qreal - devicePixelRatio - qwindow.html - devicePixelRatio - () const const - - - Qt::WindowState - windowState - qwindow.html - windowState - () const const - - - Qt::WindowStates - windowStates - qwindow.html - windowStates - () const const - - - void - setWindowState - qwindow.html - setWindowState - (Qt::WindowState state) - - - void - setWindowStates - qwindow.html - setWindowStates - (Qt::WindowStates state) - - - void - setTransientParent - qwindow.html - setTransientParent - (QWindow *parent) - - - QWindow * - transientParent - qwindow.html - transientParent - () const const - - - bool - isAncestorOf - qwindow.html - isAncestorOf - (const QWindow *child, QWindow::AncestorMode mode) const const - - - bool - isExposed - qwindow.html - isExposed - () const const - - - int - minimumWidth - qwindow.html - minimumWidth-prop - () const const - - - int - minimumHeight - qwindow.html - minimumHeight-prop - () const const - - - int - maximumWidth - qwindow.html - maximumWidth-prop - () const const - - - int - maximumHeight - qwindow.html - maximumHeight-prop - () const const - - - QSize - minimumSize - qwindow.html - minimumSize - () const const - - - QSize - maximumSize - qwindow.html - maximumSize - () const const - - - QSize - baseSize - qwindow.html - baseSize - () const const - - - QSize - sizeIncrement - qwindow.html - sizeIncrement - () const const - - - void - setMinimumSize - qwindow.html - setMinimumSize - (const QSize &size) - - - void - setMaximumSize - qwindow.html - setMaximumSize - (const QSize &size) - - - void - setBaseSize - qwindow.html - setBaseSize - (const QSize &size) - - - void - setSizeIncrement - qwindow.html - setSizeIncrement - (const QSize &size) - - - QRect - geometry - qwindow.html - geometry - () const const - - - QMargins - frameMargins - qwindow.html - frameMargins - () const const - - - QRect - frameGeometry - qwindow.html - frameGeometry - () const const - - - QPoint - framePosition - qwindow.html - framePosition - () const const - - - void - setFramePosition - qwindow.html - setFramePosition - (const QPoint &point) - - - int - width - qwindow.html - width-prop - () const const - - - int - height - qwindow.html - height-prop - () const const - - - int - x - qwindow.html - x-prop - () const const - - - int - y - qwindow.html - y-prop - () const const - - - virtual QSize - size - qwindow.html - size - () const const override - - - QPoint - position - qwindow.html - position - () const const - - - void - setPosition - qwindow.html - setPosition - (const QPoint &pt) - - - void - setPosition - qwindow.html - setPosition-1 - (int posx, int posy) - - - void - resize - qwindow.html - resize - (const QSize &newSize) - - - void - resize - qwindow.html - resize-1 - (int w, int h) - - - void - setFilePath - qwindow.html - setFilePath - (const QString &filePath) - - - QString - filePath - qwindow.html - filePath - () const const - - - void - setIcon - qwindow.html - setIcon - (const QIcon &icon) - - - QIcon - icon - qwindow.html - icon - () const const - - - void - destroy - qwindow.html - destroy - () - - - bool - setKeyboardGrabEnabled - qwindow.html - setKeyboardGrabEnabled - (bool grab) - - - bool - setMouseGrabEnabled - qwindow.html - setMouseGrabEnabled - (bool grab) - - - QScreen * - screen - qwindow.html - screen - () const const - - - void - setScreen - qwindow.html - setScreen - (QScreen *newScreen) - - - virtual QObject * - focusObject - qwindow.html - focusObject - () const const - - - QPoint - mapToGlobal - qwindow.html - mapToGlobal - (const QPoint &pos) const const - - - QPoint - mapFromGlobal - qwindow.html - mapFromGlobal - (const QPoint &pos) const const - - - QCursor - cursor - qwindow.html - cursor - () const const - - - void - setCursor - qwindow.html - setCursor - (const QCursor &cursor) - - - void - unsetCursor - qwindow.html - unsetCursor - () - - - QWindow * - fromWinId - qwindow.html - fromWinId - (WId id) - - - void - setVulkanInstance - qwindow.html - setVulkanInstance - (QVulkanInstance *instance) - - - QVulkanInstance * - vulkanInstance - qwindow.html - vulkanInstance - () const const - - - void - requestActivate - qwindow.html - requestActivate - () - - - void - setVisible - qwindow.html - visible-prop - (bool visible) - - - void - show - qwindow.html - show - () - - - void - hide - qwindow.html - hide - () - - - void - showMinimized - qwindow.html - showMinimized - () - - - void - showMaximized - qwindow.html - showMaximized - () - - - void - showFullScreen - qwindow.html - showFullScreen - () - - - void - showNormal - qwindow.html - showNormal - () - - - bool - close - qwindow.html - close - () - - - void - raise - qwindow.html - raise - () - - - void - lower - qwindow.html - lower - () - - - void - setTitle - qwindow.html - title-prop - (const QString &) - - - void - setX - qwindow.html - x-prop - (int arg) - - - void - setY - qwindow.html - y-prop - (int arg) - - - void - setWidth - qwindow.html - width-prop - (int arg) - - - void - setHeight - qwindow.html - height-prop - (int arg) - - - void - setGeometry - qwindow.html - setGeometry - (int posx, int posy, int w, int h) - - - void - setGeometry - qwindow.html - setGeometry-1 - (const QRect &rect) - - - void - setMinimumWidth - qwindow.html - minimumWidth-prop - (int w) - - - void - setMinimumHeight - qwindow.html - minimumHeight-prop - (int h) - - - void - setMaximumWidth - qwindow.html - maximumWidth-prop - (int w) - - - void - setMaximumHeight - qwindow.html - maximumHeight-prop - (int h) - - - void - alert - qwindow.html - alert - (int msec) - - - void - requestUpdate - qwindow.html - requestUpdate - () - - - void - screenChanged - qwindow.html - screenChanged - (QScreen *screen) - - - void - modalityChanged - qwindow.html - modalityChanged - (Qt::WindowModality modality) - - - void - windowStateChanged - qwindow.html - windowStateChanged - (Qt::WindowState windowState) - - - void - windowTitleChanged - qwindow.html - title-prop - (const QString &title) - - - void - xChanged - qwindow.html - x-prop - (int arg) - - - void - yChanged - qwindow.html - y-prop - (int arg) - - - void - widthChanged - qwindow.html - width-prop - (int arg) - - - void - heightChanged - qwindow.html - height-prop - (int arg) - - - void - minimumWidthChanged - qwindow.html - minimumWidth-prop - (int arg) - - - void - minimumHeightChanged - qwindow.html - minimumHeight-prop - (int arg) - - - void - maximumWidthChanged - qwindow.html - maximumWidth-prop - (int arg) - - - void - maximumHeightChanged - qwindow.html - maximumHeight-prop - (int arg) - - - void - visibleChanged - qwindow.html - visible-prop - (bool arg) - - - void - visibilityChanged - qwindow.html - visibility-prop - (QWindow::Visibility visibility) - - - void - activeChanged - qwindow.html - active-prop - () - - - void - contentOrientationChanged - qwindow.html - contentOrientation-prop - (Qt::ScreenOrientation orientation) - - - void - focusObjectChanged - qwindow.html - focusObjectChanged - (QObject *object) - - - void - opacityChanged - qwindow.html - opacity-prop - (qreal opacity) - - - virtual void - exposeEvent - qwindow.html - exposeEvent - (QExposeEvent *ev) - - - virtual void - resizeEvent - qwindow.html - resizeEvent - (QResizeEvent *ev) - - - virtual void - moveEvent - qwindow.html - moveEvent - (QMoveEvent *ev) - - - virtual void - focusInEvent - qwindow.html - focusInEvent - (QFocusEvent *ev) - - - virtual void - focusOutEvent - qwindow.html - focusOutEvent - (QFocusEvent *ev) - - - virtual void - showEvent - qwindow.html - showEvent - (QShowEvent *ev) - - - virtual void - hideEvent - qwindow.html - hideEvent - (QHideEvent *ev) - - - virtual bool - event - qwindow.html - event - (QEvent *ev) override - - - virtual void - keyPressEvent - qwindow.html - keyPressEvent - (QKeyEvent *ev) - - - virtual void - keyReleaseEvent - qwindow.html - keyReleaseEvent - (QKeyEvent *ev) - - - virtual void - mousePressEvent - qwindow.html - mousePressEvent - (QMouseEvent *ev) - - - virtual void - mouseReleaseEvent - qwindow.html - mouseReleaseEvent - (QMouseEvent *ev) - - - virtual void - mouseDoubleClickEvent - qwindow.html - mouseDoubleClickEvent - (QMouseEvent *ev) - - - virtual void - mouseMoveEvent - qwindow.html - mouseMoveEvent - (QMouseEvent *ev) - - - virtual void - wheelEvent - qwindow.html - wheelEvent - (QWheelEvent *ev) - - - virtual void - touchEvent - qwindow.html - touchEvent - (QTouchEvent *ev) - - - virtual void - tabletEvent - qwindow.html - tabletEvent - (QTabletEvent *ev) - - - virtual bool - nativeEvent - qwindow.html - nativeEvent - (const QByteArray &eventType, void *message, long *result) - - - - QBackingStore - qbackingstore.html - - - QBackingStore - qbackingstore.html - QBackingStore - (QWindow *window) - - - - ~QBackingStore - qbackingstore.html - dtor.QBackingStore - () - - - QWindow * - window - qbackingstore.html - window - () const const - - - QPaintDevice * - paintDevice - qbackingstore.html - paintDevice - () - - - void - flush - qbackingstore.html - flush - (const QRegion &region, QWindow *window, const QPoint &offset) - - - void - resize - qbackingstore.html - resize - (const QSize &size) - - - QSize - size - qbackingstore.html - size - () const const - - - bool - scroll - qbackingstore.html - scroll - (const QRegion &area, int dx, int dy) - - - void - beginPaint - qbackingstore.html - beginPaint - (const QRegion &region) - - - void - endPaint - qbackingstore.html - endPaint - () - - - void - setStaticContents - qbackingstore.html - setStaticContents - (const QRegion &region) - - - QRegion - staticContents - qbackingstore.html - staticContents - () const const - - - bool - hasStaticContents - qbackingstore.html - hasStaticContents - () const const - - - QPlatformBackingStore * - handle - qbackingstore.html - handle - () const const - - - - QBitmap - qbitmap.html - QPixmap - - - QBitmap - qbitmap.html - QBitmap - () - - - - QBitmap - qbitmap.html - QBitmap-1 - (const QPixmap &pixmap) - - - - QBitmap - qbitmap.html - QBitmap-2 - (int width, int height) - - - - QBitmap - qbitmap.html - QBitmap-3 - (const QSize &size) - - - - QBitmap - qbitmap.html - QBitmap-4 - (const QString &fileName, const char *format) - - - - QBitmap - qbitmap.html - QBitmap-5 - (const QBitmap &other) - - - QBitmap & - operator= - qbitmap.html - operator-eq - (const QBitmap &other) - - - QBitmap & - operator= - qbitmap.html - operator-eq-1 - (QBitmap &&other) - - - virtual - ~QBitmap - qbitmap.html - dtor.QBitmap - () - - - QBitmap & - operator= - qbitmap.html - operator-eq-2 - (const QPixmap &pixmap) - - - void - swap - qbitmap.html - swap - (QBitmap &other) - - - QVariant - operator QVariant - qbitmap.html - operator-QVariant - () const const - - - void - clear - qbitmap.html - clear - () - - - QBitmap - fromImage - qbitmap.html - fromImage - (const QImage &image, Qt::ImageConversionFlags flags) - - - QBitmap - fromImage - qbitmap.html - fromImage-1 - (QImage &&image, Qt::ImageConversionFlags flags) - - - QBitmap - fromData - qbitmap.html - fromData - (const QSize &size, const uchar *bits, QImage::Format monoFormat) - - - QBitmap - transformed - qbitmap-obsolete.html - transformed-1 - (const QMatrix &matrix) const const - - - QBitmap - transformed - qbitmap.html - transformed - (const QTransform &matrix) const const - - - - QClipboard - qclipboard.html - QObject - - virtual const QMetaObject * - metaObject - qclipboard.html - metaObject - () const const - - - virtual void * - qt_metacast - qclipboard.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qclipboard.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qclipboard.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qclipboard.html - trUtf8 - (const char *s, const char *c, int n) - - - Mode - qclipboard.html - Mode-enum - - - Clipboard - qclipboard.html - Mode-enum - - - Selection - qclipboard.html - Mode-enum - - - FindBuffer - qclipboard.html - Mode-enum - - - LastMode - qclipboard.html - Mode-enum - - - void - clear - qclipboard.html - clear - (QClipboard::Mode mode) - - - bool - supportsSelection - qclipboard.html - supportsSelection - () const const - - - bool - supportsFindBuffer - qclipboard.html - supportsFindBuffer - () const const - - - bool - ownsSelection - qclipboard.html - ownsSelection - () const const - - - bool - ownsClipboard - qclipboard.html - ownsClipboard - () const const - - - bool - ownsFindBuffer - qclipboard.html - ownsFindBuffer - () const const - - - QString - text - qclipboard.html - text - (QClipboard::Mode mode) const const - - - QString - text - qclipboard.html - text-1 - (QString &subtype, QClipboard::Mode mode) const const - - - void - setText - qclipboard.html - setText - (const QString &text, QClipboard::Mode mode) - - - const QMimeData * - mimeData - qclipboard.html - mimeData - (QClipboard::Mode mode) const const - - - void - setMimeData - qclipboard.html - setMimeData - (QMimeData *src, QClipboard::Mode mode) - - - QImage - image - qclipboard.html - image - (QClipboard::Mode mode) const const - - - QPixmap - pixmap - qclipboard.html - pixmap - (QClipboard::Mode mode) const const - - - void - setImage - qclipboard.html - setImage - (const QImage &image, QClipboard::Mode mode) - - - void - setPixmap - qclipboard.html - setPixmap - (const QPixmap &pixmap, QClipboard::Mode mode) - - - void - changed - qclipboard.html - changed - (QClipboard::Mode mode) - - - void - selectionChanged - qclipboard.html - selectionChanged - () - - - void - findBufferChanged - qclipboard.html - findBufferChanged - () - - - void - dataChanged - qclipboard.html - dataChanged - () - - - - QDesktopServices - qdesktopservices.html - - bool - openUrl - qdesktopservices.html - openUrl - (const QUrl &url) - - - void - setUrlHandler - qdesktopservices.html - setUrlHandler - (const QString &scheme, QObject *receiver, const char *method) - - - void - unsetUrlHandler - qdesktopservices.html - unsetUrlHandler - (const QString &scheme) - - - StandardLocation - qdesktopservices.html - StandardLocation-enum - - - DesktopLocation - qdesktopservices.html - StandardLocation-enum - - - DocumentsLocation - qdesktopservices.html - StandardLocation-enum - - - FontsLocation - qdesktopservices.html - StandardLocation-enum - - - ApplicationsLocation - qdesktopservices.html - StandardLocation-enum - - - MusicLocation - qdesktopservices.html - StandardLocation-enum - - - MoviesLocation - qdesktopservices.html - StandardLocation-enum - - - PicturesLocation - qdesktopservices.html - StandardLocation-enum - - - TempLocation - qdesktopservices.html - StandardLocation-enum - - - HomeLocation - qdesktopservices.html - StandardLocation-enum - - - DataLocation - qdesktopservices.html - StandardLocation-enum - - - CacheLocation - qdesktopservices.html - StandardLocation-enum - - - QString - storageLocation - qdesktopservices-obsolete.html - storageLocation - (QDesktopServices::StandardLocation type) - - - QString - displayName - qdesktopservices-obsolete.html - displayName - (QDesktopServices::StandardLocation type) - - - - QDrag - qdrag.html - QObject - - virtual const QMetaObject * - metaObject - qdrag.html - metaObject - () const const - - - virtual void * - qt_metacast - qdrag.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdrag.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdrag.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdrag.html - trUtf8 - (const char *s, const char *c, int n) - - - - QDrag - qdrag.html - QDrag - (QObject *dragSource) - - - virtual - ~QDrag - qdrag.html - dtor.QDrag - () - - - void - setMimeData - qdrag.html - setMimeData - (QMimeData *data) - - - QMimeData * - mimeData - qdrag.html - mimeData - () const const - - - void - setPixmap - qdrag.html - setPixmap - (const QPixmap &pixmap) - - - QPixmap - pixmap - qdrag.html - pixmap - () const const - - - void - setHotSpot - qdrag.html - setHotSpot - (const QPoint &hotspot) - - - QPoint - hotSpot - qdrag.html - hotSpot - () const const - - - QObject * - source - qdrag.html - source - () const const - - - QObject * - target - qdrag.html - target - () const const - - - Qt::DropAction - start - qdrag-obsolete.html - start - (Qt::DropActions request) - - - Qt::DropAction - exec - qdrag.html - exec - (Qt::DropActions supportedActions) - - - Qt::DropAction - exec - qdrag.html - exec-1 - (Qt::DropActions supportedActions, Qt::DropAction defaultDropAction) - - - void - setDragCursor - qdrag.html - setDragCursor - (const QPixmap &cursor, Qt::DropAction action) - - - QPixmap - dragCursor - qdrag.html - dragCursor - (Qt::DropAction action) const const - - - Qt::DropActions - supportedActions - qdrag.html - supportedActions - () const const - - - Qt::DropAction - defaultAction - qdrag.html - defaultAction - () const const - - - void - cancel - qdrag.html - cancel - () - - - void - actionChanged - qdrag.html - actionChanged - (Qt::DropAction action) - - - void - targetChanged - qdrag.html - targetChanged - (QObject *newTarget) - - - - QFontInfo - qfontinfo.html - - - QFontInfo - qfontinfo.html - QFontInfo - (const QFont &font) - - - - QFontInfo - qfontinfo.html - QFontInfo-1 - (const QFontInfo &fi) - - - - ~QFontInfo - qfontinfo.html - dtor.QFontInfo - () - - - QFontInfo & - operator= - qfontinfo.html - operator-eq - (const QFontInfo &fi) - - - void - swap - qfontinfo.html - swap - (QFontInfo &other) - - - QString - family - qfontinfo.html - family - () const const - - - QString - styleName - qfontinfo.html - styleName - () const const - - - int - pixelSize - qfontinfo.html - pixelSize - () const const - - - int - pointSize - qfontinfo.html - pointSize - () const const - - - qreal - pointSizeF - qfontinfo.html - pointSizeF - () const const - - - bool - italic - qfontinfo.html - italic - () const const - - - QFont::Style - style - qfontinfo.html - style - () const const - - - int - weight - qfontinfo.html - weight - () const const - - - bool - bold - qfontinfo.html - bold - () const const - - - bool - fixedPitch - qfontinfo.html - fixedPitch - () const const - - - QFont::StyleHint - styleHint - qfontinfo.html - styleHint - () const const - - - bool - rawMode - qfontinfo-obsolete.html - rawMode - () const const - - - bool - exactMatch - qfontinfo.html - exactMatch - () const const - - - - QFontMetrics - qfontmetrics.html - - - QFontMetrics - qfontmetrics.html - QFontMetrics - (const QFont &font) - - - - QFontMetrics - qfontmetrics.html - QFontMetrics-1 - (const QFont &font, QPaintDevice *paintdevice) - - - - QFontMetrics - qfontmetrics.html - QFontMetrics-2 - (const QFontMetrics &fm) - - - - ~QFontMetrics - qfontmetrics.html - dtor.QFontMetrics - () - - - QFontMetrics & - operator= - qfontmetrics.html - operator-eq - (const QFontMetrics &fm) - - - QFontMetrics & - operator= - qfontmetrics.html - operator-eq-1 - (QFontMetrics &&other) - - - void - swap - qfontmetrics.html - swap - (QFontMetrics &other) - - - int - ascent - qfontmetrics.html - ascent - () const const - - - int - capHeight - qfontmetrics.html - capHeight - () const const - - - int - descent - qfontmetrics.html - descent - () const const - - - int - height - qfontmetrics.html - height - () const const - - - int - leading - qfontmetrics.html - leading - () const const - - - int - lineSpacing - qfontmetrics.html - lineSpacing - () const const - - - int - minLeftBearing - qfontmetrics.html - minLeftBearing - () const const - - - int - minRightBearing - qfontmetrics.html - minRightBearing - () const const - - - int - maxWidth - qfontmetrics.html - maxWidth - () const const - - - int - xHeight - qfontmetrics.html - xHeight - () const const - - - int - averageCharWidth - qfontmetrics.html - averageCharWidth - () const const - - - bool - inFont - qfontmetrics.html - inFont - (QChar ch) const const - - - bool - inFontUcs4 - qfontmetrics.html - inFontUcs4 - (uint ucs4) const const - - - int - leftBearing - qfontmetrics.html - leftBearing - (QChar ch) const const - - - int - rightBearing - qfontmetrics.html - rightBearing - (QChar ch) const const - - - int - width - qfontmetrics-obsolete.html - width - (const QString &text, int len) const const - - - int - width - qfontmetrics-obsolete.html - width-2 - (QChar ch) const const - - - int - horizontalAdvance - qfontmetrics.html - horizontalAdvance - (const QString &text, int len) const const - - - int - horizontalAdvance - qfontmetrics.html - horizontalAdvance-1 - (QChar ch) const const - - - int - charWidth - qfontmetrics-obsolete.html - charWidth - (const QString &text, int pos) const const - - - QRect - boundingRect - qfontmetrics.html - boundingRect - (QChar ch) const const - - - QRect - boundingRect - qfontmetrics.html - boundingRect-1 - (const QString &text) const const - - - QRect - boundingRect - qfontmetrics.html - boundingRect-2 - (const QRect &rect, int flags, const QString &text, int tabStops, int *tabArray) const const - - - QRect - boundingRect - qfontmetrics.html - boundingRect-3 - (int x, int y, int width, int height, int flags, const QString &text, int tabStops, int *tabArray) const const - - - QSize - size - qfontmetrics.html - size - (int flags, const QString &text, int tabStops, int *tabArray) const const - - - QRect - tightBoundingRect - qfontmetrics.html - tightBoundingRect - (const QString &text) const const - - - QString - elidedText - qfontmetrics.html - elidedText - (const QString &text, Qt::TextElideMode mode, int width, int flags) const const - - - int - underlinePos - qfontmetrics.html - underlinePos - () const const - - - int - overlinePos - qfontmetrics.html - overlinePos - () const const - - - int - strikeOutPos - qfontmetrics.html - strikeOutPos - () const const - - - int - lineWidth - qfontmetrics.html - lineWidth - () const const - - - bool - operator== - qfontmetrics.html - operator-eq-eq - (const QFontMetrics &other) const const - - - bool - operator!= - qfontmetrics.html - operator-not-eq - (const QFontMetrics &other) const const - - - - QFontMetricsF - qfontmetricsf.html - - - QFontMetricsF - qfontmetricsf.html - QFontMetricsF - (const QFont &font) - - - - QFontMetricsF - qfontmetricsf.html - QFontMetricsF-1 - (const QFont &font, QPaintDevice *paintdevice) - - - - QFontMetricsF - qfontmetricsf.html - QFontMetricsF-2 - (const QFontMetrics &fontMetrics) - - - - QFontMetricsF - qfontmetricsf.html - QFontMetricsF-3 - (const QFontMetricsF &fm) - - - - ~QFontMetricsF - qfontmetricsf.html - dtor.QFontMetricsF - () - - - QFontMetricsF & - operator= - qfontmetricsf.html - operator-eq - (const QFontMetricsF &fm) - - - QFontMetricsF & - operator= - qfontmetricsf.html - operator-eq-1 - (const QFontMetrics &other) - - - QFontMetricsF & - operator= - qfontmetricsf.html - operator-eq-2 - (QFontMetricsF &&other) - - - void - swap - qfontmetricsf.html - swap - (QFontMetricsF &other) - - - qreal - ascent - qfontmetricsf.html - ascent - () const const - - - qreal - capHeight - qfontmetricsf.html - capHeight - () const const - - - qreal - descent - qfontmetricsf.html - descent - () const const - - - qreal - height - qfontmetricsf.html - height - () const const - - - qreal - leading - qfontmetricsf.html - leading - () const const - - - qreal - lineSpacing - qfontmetricsf.html - lineSpacing - () const const - - - qreal - minLeftBearing - qfontmetricsf.html - minLeftBearing - () const const - - - qreal - minRightBearing - qfontmetricsf.html - minRightBearing - () const const - - - qreal - maxWidth - qfontmetricsf.html - maxWidth - () const const - - - qreal - xHeight - qfontmetricsf.html - xHeight - () const const - - - qreal - averageCharWidth - qfontmetricsf.html - averageCharWidth - () const const - - - bool - inFont - qfontmetricsf.html - inFont - (QChar ch) const const - - - bool - inFontUcs4 - qfontmetricsf.html - inFontUcs4 - (uint ch) const const - - - qreal - leftBearing - qfontmetricsf.html - leftBearing - (QChar ch) const const - - - qreal - rightBearing - qfontmetricsf.html - rightBearing - (QChar ch) const const - - - qreal - width - qfontmetricsf-obsolete.html - width - (const QString &text) const const - - - qreal - width - qfontmetricsf-obsolete.html - width-1 - (QChar ch) const const - - - qreal - horizontalAdvance - qfontmetricsf.html - horizontalAdvance - (const QString &text, int length) const const - - - qreal - horizontalAdvance - qfontmetricsf.html - horizontalAdvance-1 - (QChar ch) const const - - - QRectF - boundingRect - qfontmetricsf.html - boundingRect - (const QString &text) const const - - - QRectF - boundingRect - qfontmetricsf.html - boundingRect-1 - (QChar ch) const const - - - QRectF - boundingRect - qfontmetricsf.html - boundingRect-2 - (const QRectF &rect, int flags, const QString &text, int tabStops, int *tabArray) const const - - - QSizeF - size - qfontmetricsf.html - size - (int flags, const QString &text, int tabStops, int *tabArray) const const - - - QRectF - tightBoundingRect - qfontmetricsf.html - tightBoundingRect - (const QString &text) const const - - - QString - elidedText - qfontmetricsf.html - elidedText - (const QString &text, Qt::TextElideMode mode, qreal width, int flags) const const - - - qreal - underlinePos - qfontmetricsf.html - underlinePos - () const const - - - qreal - overlinePos - qfontmetricsf.html - overlinePos - () const const - - - qreal - strikeOutPos - qfontmetricsf.html - strikeOutPos - () const const - - - qreal - lineWidth - qfontmetricsf.html - lineWidth - () const const - - - bool - operator== - qfontmetricsf.html - operator-eq-eq - (const QFontMetricsF &other) const const - - - bool - operator!= - qfontmetricsf.html - operator-not-eq - (const QFontMetricsF &other) const const - - - - QGenericMatrix - qgenericmatrix.html - - - QGenericMatrix - qgenericmatrix.html - QGenericMatrix - () - - - - QGenericMatrix - qgenericmatrix.html - QGenericMatrix-2 - (const T *values) - - - const T & - operator() - qgenericmatrix.html - operator-28-29 - ()(int row, int column) const const - - - T & - operator() - qgenericmatrix.html - operator-28-29-1 - ()(int row, int column) - - - bool - isIdentity - qgenericmatrix.html - isIdentity - () const const - - - void - setToIdentity - qgenericmatrix.html - setToIdentity - () - - - void - fill - qgenericmatrix.html - fill - (T value) - - - QGenericMatrix<M, N, T> - transposed - qgenericmatrix.html - transposed - () const const - - - QGenericMatrix<N, M, T> & - operator+= - qgenericmatrix.html - operator-2b-eq - (const QGenericMatrix<N, M, T> &other) - - - QGenericMatrix<N, M, T> & - operator-= - qgenericmatrix.html - operator--eq - (const QGenericMatrix<N, M, T> &other) - - - QGenericMatrix<N, M, T> & - operator*= - qgenericmatrix.html - operator-2a-eq - (T factor) - - - QGenericMatrix<N, M, T> & - operator/= - qgenericmatrix.html - operator-2f-eq - (T divisor) - - - bool - operator== - qgenericmatrix.html - operator-eq-eq - (const QGenericMatrix<N, M, T> &other) const const - - - bool - operator!= - qgenericmatrix.html - operator-not-eq - (const QGenericMatrix<N, M, T> &other) const const - - - void - copyDataTo - qgenericmatrix.html - copyDataTo - (T *values) const const - - - T * - data - qgenericmatrix.html - data - () - - - const T * - data - qgenericmatrix.html - data-1 - () const const - - - const T * - constData - qgenericmatrix.html - constData - () const const - - - - QGenericPlugin - qgenericplugin.html - QObject - - virtual const QMetaObject * - metaObject - qgenericplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qgenericplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgenericplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgenericplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgenericplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QGenericPlugin - qgenericplugin.html - QGenericPlugin - (QObject *parent) - - - virtual - ~QGenericPlugin - qgenericplugin.html - dtor.QGenericPlugin - () - - - virtual QObject * - create - qgenericplugin.html - create - (const QString &key, const QString &specification) = 0 - - - - QGenericPluginFactory - qgenericpluginfactory.html - - QStringList - keys - qgenericpluginfactory.html - keys - () - - - QObject * - create - qgenericpluginfactory.html - create - (const QString &key, const QString &specification) - - - - QInputMethod - qinputmethod.html - QObject - - virtual const QMetaObject * - metaObject - qinputmethod.html - metaObject - () const const - - - virtual void * - qt_metacast - qinputmethod.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qinputmethod.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qinputmethod.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qinputmethod.html - trUtf8 - (const char *s, const char *c, int n) - - - cursorRectangle - qinputmethod.html - cursorRectangle-prop - - - - anchorRectangle - qinputmethod.html - anchorRectangle-prop - - - - keyboardRectangle - qinputmethod.html - keyboardRectangle-prop - - - - inputItemClipRectangle - qinputmethod.html - inputItemClipRectangle-prop - - - - visible - qinputmethod.html - visible-prop - - - - animating - qinputmethod.html - animating-prop - - - - locale - qinputmethod.html - locale-prop - - - - inputDirection - qinputmethod.html - inputDirection-prop - - - - QTransform - inputItemTransform - qinputmethod.html - inputItemTransform - () const const - - - void - setInputItemTransform - qinputmethod.html - setInputItemTransform - (const QTransform &transform) - - - QRectF - inputItemRectangle - qinputmethod.html - inputItemRectangle - () const const - - - void - setInputItemRectangle - qinputmethod.html - setInputItemRectangle - (const QRectF &rect) - - - QRectF - cursorRectangle - qinputmethod.html - cursorRectangle-prop - () const const - - - QRectF - anchorRectangle - qinputmethod.html - anchorRectangle-prop - () const const - - - QRectF - keyboardRectangle - qinputmethod.html - keyboardRectangle-prop - () const const - - - QRectF - inputItemClipRectangle - qinputmethod.html - inputItemClipRectangle-prop - () const const - - - Action - qinputmethod.html - Action-enum - - - Click - qinputmethod.html - Action-enum - - - ContextMenu - qinputmethod.html - Action-enum - - - bool - isVisible - qinputmethod.html - visible-prop - () const const - - - void - setVisible - qinputmethod.html - setVisible - (bool visible) - - - bool - isAnimating - qinputmethod.html - animating-prop - () const const - - - QLocale - locale - qinputmethod.html - locale-prop - () const const - - - Qt::LayoutDirection - inputDirection - qinputmethod.html - inputDirection-prop - () const const - - - QVariant - queryFocusObject - qinputmethod.html - queryFocusObject - (Qt::InputMethodQuery query, QVariant argument) - - - void - show - qinputmethod.html - show - () - - - void - hide - qinputmethod.html - hide - () - - - void - update - qinputmethod.html - update - (Qt::InputMethodQueries queries) - - - void - reset - qinputmethod.html - reset - () - - - void - commit - qinputmethod.html - commit - () - - - void - invokeAction - qinputmethod.html - invokeAction - (QInputMethod::Action a, int cursorPosition) - - - void - cursorRectangleChanged - qinputmethod.html - cursorRectangle-prop - () - - - void - anchorRectangleChanged - qinputmethod.html - anchorRectangle-prop - () - - - void - keyboardRectangleChanged - qinputmethod.html - keyboardRectangle-prop - () - - - void - inputItemClipRectangleChanged - qinputmethod.html - inputItemClipRectangle-prop - () - - - void - visibleChanged - qinputmethod.html - visible-prop - () - - - void - animatingChanged - qinputmethod.html - animating-prop - () - - - void - localeChanged - qinputmethod.html - locale-prop - () - - - void - inputDirectionChanged - qinputmethod.html - inputDirection-prop - (Qt::LayoutDirection newDirection) - - - - QGuiApplication - qguiapplication.html - QCoreApplication - - virtual const QMetaObject * - metaObject - qguiapplication.html - metaObject - () const const - - - virtual void * - qt_metacast - qguiapplication.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qguiapplication.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qguiapplication.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qguiapplication.html - trUtf8 - (const char *s, const char *c, int n) - - - windowIcon - qguiapplication.html - windowIcon-prop - - - - applicationDisplayName - qguiapplication.html - applicationDisplayName-prop - - - - desktopFileName - qguiapplication.html - desktopFileName-prop - - - - layoutDirection - qguiapplication.html - layoutDirection-prop - - - - platformName - qguiapplication.html - platformName-prop - - - - quitOnLastWindowClosed - qguiapplication.html - quitOnLastWindowClosed-prop - - - - primaryScreen - qguiapplication.html - primaryScreen-prop - - - - - QGuiApplication - qguiapplication.html - QGuiApplication - (int &argc, char **argv) - - - virtual - ~QGuiApplication - qguiapplication.html - dtor.QGuiApplication - () - - - void - setApplicationDisplayName - qguiapplication.html - applicationDisplayName-prop - (const QString &name) - - - QString - applicationDisplayName - qguiapplication.html - applicationDisplayName-prop - () - - - void - setDesktopFileName - qguiapplication.html - desktopFileName-prop - (const QString &name) - - - QString - desktopFileName - qguiapplication.html - desktopFileName-prop - () - - - QWindowList - allWindows - qguiapplication.html - allWindows - () - - - QWindowList - topLevelWindows - qguiapplication.html - topLevelWindows - () - - - QWindow * - topLevelAt - qguiapplication.html - topLevelAt - (const QPoint &pos) - - - void - setWindowIcon - qguiapplication.html - windowIcon-prop - (const QIcon &icon) - - - QIcon - windowIcon - qguiapplication.html - windowIcon-prop - () - - - QString - platformName - qguiapplication.html - platformName-prop - () - - - QWindow * - modalWindow - qguiapplication.html - modalWindow - () - - - QWindow * - focusWindow - qguiapplication.html - focusWindow - () - - - QObject * - focusObject - qguiapplication.html - focusObject - () - - - QScreen * - primaryScreen - qguiapplication.html - primaryScreen-prop - () - - - QList<QScreen *> - screens - qguiapplication.html - screens - () - - - QScreen * - screenAt - qguiapplication.html - screenAt - (const QPoint &point) - - - qreal - devicePixelRatio - qguiapplication.html - devicePixelRatio - () const const - - - QCursor * - overrideCursor - qguiapplication.html - overrideCursor - () - - - void - setOverrideCursor - qguiapplication.html - setOverrideCursor - (const QCursor &cursor) - - - void - changeOverrideCursor - qguiapplication.html - changeOverrideCursor - (const QCursor &cursor) - - - void - restoreOverrideCursor - qguiapplication.html - restoreOverrideCursor - () - - - QFont - font - qguiapplication.html - font - () - - - void - setFont - qguiapplication.html - setFont - (const QFont &font) - - - QClipboard * - clipboard - qguiapplication.html - clipboard - () - - - QPalette - palette - qguiapplication.html - palette - () - - - void - setPalette - qguiapplication.html - setPalette - (const QPalette &pal) - - - Qt::KeyboardModifiers - keyboardModifiers - qguiapplication.html - keyboardModifiers - () - - - Qt::KeyboardModifiers - queryKeyboardModifiers - qguiapplication.html - queryKeyboardModifiers - () - - - Qt::MouseButtons - mouseButtons - qguiapplication.html - mouseButtons - () - - - void - setLayoutDirection - qguiapplication.html - layoutDirection-prop - (Qt::LayoutDirection direction) - - - Qt::LayoutDirection - layoutDirection - qguiapplication.html - layoutDirection-prop - () - - - bool - isRightToLeft - qguiapplication.html - isRightToLeft - () - - - bool - isLeftToRight - qguiapplication.html - isLeftToRight - () - - - QStyleHints * - styleHints - qguiapplication.html - styleHints - () - - - void - setDesktopSettingsAware - qguiapplication.html - setDesktopSettingsAware - (bool on) - - - bool - desktopSettingsAware - qguiapplication.html - desktopSettingsAware - () - - - QInputMethod * - inputMethod - qguiapplication.html - inputMethod - () - - - QPlatformNativeInterface * - platformNativeInterface - qguiapplication.html - platformNativeInterface - () - - - QFunctionPointer - platformFunction - qguiapplication.html - platformFunction - (const QByteArray &function) - - - void - setQuitOnLastWindowClosed - qguiapplication.html - quitOnLastWindowClosed-prop - (bool quit) - - - bool - quitOnLastWindowClosed - qguiapplication.html - quitOnLastWindowClosed-prop - () - - - Qt::ApplicationState - applicationState - qguiapplication.html - applicationState - () - - - int - exec - qguiapplication.html - exec - () - - - virtual bool - notify - qguiapplication.html - notify - (QObject *object, QEvent *event) override - - - bool - isSessionRestored - qguiapplication.html - isSessionRestored - () const const - - - QString - sessionId - qguiapplication.html - sessionId - () const const - - - QString - sessionKey - qguiapplication.html - sessionKey - () const const - - - bool - isSavingSession - qguiapplication.html - isSavingSession - () const const - - - bool - isFallbackSessionManagementEnabled - qguiapplication.html - isFallbackSessionManagementEnabled - () - - - void - setFallbackSessionManagementEnabled - qguiapplication.html - setFallbackSessionManagementEnabled - (bool enabled) - - - void - sync - qguiapplication.html - sync - () - - - void - fontDatabaseChanged - qguiapplication.html - fontDatabaseChanged - () - - - void - screenAdded - qguiapplication.html - screenAdded - (QScreen *screen) - - - void - screenRemoved - qguiapplication.html - screenRemoved - (QScreen *screen) - - - void - primaryScreenChanged - qguiapplication.html - primaryScreen-prop - (QScreen *screen) - - - void - lastWindowClosed - qguiapplication.html - lastWindowClosed - () - - - void - focusObjectChanged - qguiapplication.html - focusObjectChanged - (QObject *focusObject) - - - void - focusWindowChanged - qguiapplication.html - focusWindowChanged - (QWindow *focusWindow) - - - void - applicationStateChanged - qguiapplication.html - applicationStateChanged - (Qt::ApplicationState state) - - - void - layoutDirectionChanged - qguiapplication.html - layoutDirection-prop - (Qt::LayoutDirection direction) - - - void - commitDataRequest - qguiapplication.html - commitDataRequest - (QSessionManager &manager) - - - void - saveStateRequest - qguiapplication.html - saveStateRequest - (QSessionManager &manager) - - - void - paletteChanged - qguiapplication.html - paletteChanged - (const QPalette &palette) - - - void - applicationDisplayNameChanged - qguiapplication.html - applicationDisplayName-prop - () - - - void - fontChanged - qguiapplication.html - fontChanged - (const QFont &font) - - - virtual bool - event - qguiapplication.html - event - (QEvent *e) override - - - - QIconEngine - qiconengine.html - - - QIconEngine - qiconengine.html - QIconEngine - () - - - virtual - ~QIconEngine - qiconengine.html - dtor.QIconEngine - () - - - virtual void - paint - qiconengine.html - paint - (QPainter *painter, const QRect &rect, QIcon::Mode mode, QIcon::State state) = 0 - - - virtual QSize - actualSize - qiconengine.html - actualSize - (const QSize &size, QIcon::Mode mode, QIcon::State state) - - - virtual QPixmap - pixmap - qiconengine.html - pixmap - (const QSize &size, QIcon::Mode mode, QIcon::State state) - - - virtual void - addPixmap - qiconengine.html - addPixmap - (const QPixmap &pixmap, QIcon::Mode mode, QIcon::State state) - - - virtual void - addFile - qiconengine.html - addFile - (const QString &fileName, const QSize &size, QIcon::Mode mode, QIcon::State state) - - - virtual QString - key - qiconengine.html - key - () const const - - - virtual QIconEngine * - clone - qiconengine.html - clone - () const const = 0 - - - virtual bool - read - qiconengine.html - read - (QDataStream &in) - - - virtual bool - write - qiconengine.html - write - (QDataStream &out) const const - - - IconEngineHook - qiconengine.html - IconEngineHook-enum - - - AvailableSizesHook - qiconengine.html - IconEngineHook-enum - - - IconNameHook - qiconengine.html - IconEngineHook-enum - - - IsNullHook - qiconengine.html - IconEngineHook-enum - - - ScaledPixmapHook - qiconengine.html - IconEngineHook-enum - - QIconEngine::AvailableSizesArgument - - virtual QList<QSize> - availableSizes - qiconengine.html - availableSizes - (QIcon::Mode mode, QIcon::State state) const const - - - virtual QString - iconName - qiconengine.html - iconName - () const const - - - bool - isNull - qiconengine.html - isNull - () const const - - - QPixmap - scaledPixmap - qiconengine.html - scaledPixmap - (const QSize &size, QIcon::Mode mode, QIcon::State state, qreal scale) - - QIconEngine::ScaledPixmapArgument - - virtual void - virtual_hook - qiconengine.html - virtual_hook - (int id, void *data) - - - - QIconEngine::AvailableSizesArgument - qiconengine-availablesizesargument.html - - - QIconEngine::ScaledPixmapArgument - qiconengine-scaledpixmapargument.html - - - QIconEnginePlugin - qiconengineplugin.html - QObject - - virtual const QMetaObject * - metaObject - qiconengineplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qiconengineplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qiconengineplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qiconengineplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qiconengineplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QIconEnginePlugin - qiconengineplugin.html - QIconEnginePlugin - (QObject *parent) - - - virtual - ~QIconEnginePlugin - qiconengineplugin.html - dtor.QIconEnginePlugin - () - - - virtual QIconEngine * - create - qiconengineplugin.html - create - (const QString &filename) = 0 - - - - QImageIOHandler - qimageiohandler.html - - - QImageIOHandler - qimageiohandler.html - QImageIOHandler - () - - - virtual - ~QImageIOHandler - qimageiohandler.html - dtor.QImageIOHandler - () - - - void - setDevice - qimageiohandler.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qimageiohandler.html - device - () const const - - - void - setFormat - qimageiohandler.html - setFormat - (const QByteArray &format) - - - void - setFormat - qimageiohandler.html - setFormat-1 - (const QByteArray &format) const const - - - QByteArray - format - qimageiohandler.html - format - () const const - - - virtual QByteArray - name - qimageiohandler-obsolete.html - name - () const const - - - virtual bool - canRead - qimageiohandler.html - canRead - () const const = 0 - - - virtual bool - read - qimageiohandler.html - read - (QImage *image) = 0 - - - virtual bool - write - qimageiohandler.html - write - (const QImage &image) - - - ImageOption - qimageiohandler.html - ImageOption-enum - - - Size - qimageiohandler.html - ImageOption-enum - - - ClipRect - qimageiohandler.html - ImageOption-enum - - - Description - qimageiohandler.html - ImageOption-enum - - - ScaledClipRect - qimageiohandler.html - ImageOption-enum - - - ScaledSize - qimageiohandler.html - ImageOption-enum - - - CompressionRatio - qimageiohandler.html - ImageOption-enum - - - Gamma - qimageiohandler.html - ImageOption-enum - - - Quality - qimageiohandler.html - ImageOption-enum - - - Name - qimageiohandler.html - ImageOption-enum - - - SubType - qimageiohandler.html - ImageOption-enum - - - IncrementalReading - qimageiohandler.html - ImageOption-enum - - - Endianness - qimageiohandler.html - ImageOption-enum - - - Animation - qimageiohandler.html - ImageOption-enum - - - BackgroundColor - qimageiohandler.html - ImageOption-enum - - - ImageFormat - qimageiohandler.html - ImageOption-enum - - - SupportedSubTypes - qimageiohandler.html - ImageOption-enum - - - OptimizedWrite - qimageiohandler.html - ImageOption-enum - - - ProgressiveScanWrite - qimageiohandler.html - ImageOption-enum - - - ImageTransformation - qimageiohandler.html - ImageOption-enum - - - TransformedByDefault - qimageiohandler.html - ImageOption-enum - - - Transformation - qimageiohandler.html - Transformation-enum - - - TransformationNone - qimageiohandler.html - Transformation-enum - - - TransformationMirror - qimageiohandler.html - Transformation-enum - - - TransformationFlip - qimageiohandler.html - Transformation-enum - - - TransformationRotate180 - qimageiohandler.html - Transformation-enum - - - TransformationRotate90 - qimageiohandler.html - Transformation-enum - - - TransformationMirrorAndRotate90 - qimageiohandler.html - Transformation-enum - - - TransformationFlipAndRotate90 - qimageiohandler.html - Transformation-enum - - - TransformationRotate270 - qimageiohandler.html - Transformation-enum - - - Transformations - qimageiohandler.html - Transformation-enum - - - - virtual QVariant - option - qimageiohandler.html - option - (QImageIOHandler::ImageOption option) const const - - - virtual void - setOption - qimageiohandler.html - setOption - (QImageIOHandler::ImageOption option, const QVariant &value) - - - virtual bool - supportsOption - qimageiohandler.html - supportsOption - (QImageIOHandler::ImageOption option) const const - - - virtual bool - jumpToNextImage - qimageiohandler.html - jumpToNextImage - () - - - virtual bool - jumpToImage - qimageiohandler.html - jumpToImage - (int imageNumber) - - - virtual int - loopCount - qimageiohandler.html - loopCount - () const const - - - virtual int - imageCount - qimageiohandler.html - imageCount - () const const - - - virtual int - nextImageDelay - qimageiohandler.html - nextImageDelay - () const const - - - virtual int - currentImageNumber - qimageiohandler.html - currentImageNumber - () const const - - - virtual QRect - currentImageRect - qimageiohandler.html - currentImageRect - () const const - - - - QImageIOPlugin - qimageioplugin.html - QObject - - virtual const QMetaObject * - metaObject - qimageioplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qimageioplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qimageioplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qimageioplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qimageioplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QImageIOPlugin - qimageioplugin.html - QImageIOPlugin - (QObject *parent) - - - virtual - ~QImageIOPlugin - qimageioplugin.html - dtor.QImageIOPlugin - () - - - Capability - qimageioplugin.html - Capability-enum - - - CanRead - qimageioplugin.html - Capability-enum - - - CanWrite - qimageioplugin.html - Capability-enum - - - CanReadIncremental - qimageioplugin.html - Capability-enum - - - Capabilities - qimageioplugin.html - Capability-enum - - - - virtual QImageIOPlugin::Capabilities - capabilities - qimageioplugin.html - capabilities - (QIODevice *device, const QByteArray &format) const const = 0 - - - virtual QImageIOHandler * - create - qimageioplugin.html - create - (QIODevice *device, const QByteArray &format) const const = 0 - - - - QImageReader - qimagereader.html - - QString - tr - qimagereader.html - tr - (const char *sourceText, const char *disambiguation, int n) - - - QString - trUtf8 - qimagereader.html - trUtf8 - (const char *sourceText, const char *disambiguation, int n) - - - ImageReaderError - qimagereader.html - ImageReaderError-enum - - - UnknownError - qimagereader.html - ImageReaderError-enum - - - FileNotFoundError - qimagereader.html - ImageReaderError-enum - - - DeviceError - qimagereader.html - ImageReaderError-enum - - - UnsupportedFormatError - qimagereader.html - ImageReaderError-enum - - - InvalidDataError - qimagereader.html - ImageReaderError-enum - - - - QImageReader - qimagereader.html - QImageReader - () - - - - QImageReader - qimagereader.html - QImageReader-1 - (QIODevice *device, const QByteArray &format) - - - - QImageReader - qimagereader.html - QImageReader-2 - (const QString &fileName, const QByteArray &format) - - - - ~QImageReader - qimagereader.html - dtor.QImageReader - () - - - void - setFormat - qimagereader.html - setFormat - (const QByteArray &format) - - - QByteArray - format - qimagereader.html - format - () const const - - - void - setAutoDetectImageFormat - qimagereader.html - setAutoDetectImageFormat - (bool enabled) - - - bool - autoDetectImageFormat - qimagereader.html - autoDetectImageFormat - () const const - - - void - setDecideFormatFromContent - qimagereader.html - setDecideFormatFromContent - (bool ignored) - - - bool - decideFormatFromContent - qimagereader.html - decideFormatFromContent - () const const - - - void - setDevice - qimagereader.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qimagereader.html - device - () const const - - - void - setFileName - qimagereader.html - setFileName - (const QString &fileName) - - - QString - fileName - qimagereader.html - fileName - () const const - - - QSize - size - qimagereader.html - size - () const const - - - QImage::Format - imageFormat - qimagereader.html - imageFormat - () const const - - - QStringList - textKeys - qimagereader.html - textKeys - () const const - - - QString - text - qimagereader.html - text - (const QString &key) const const - - - void - setClipRect - qimagereader.html - setClipRect - (const QRect &rect) - - - QRect - clipRect - qimagereader.html - clipRect - () const const - - - void - setScaledSize - qimagereader.html - setScaledSize - (const QSize &size) - - - QSize - scaledSize - qimagereader.html - scaledSize - () const const - - - void - setQuality - qimagereader.html - setQuality - (int quality) - - - int - quality - qimagereader.html - quality - () const const - - - void - setScaledClipRect - qimagereader.html - setScaledClipRect - (const QRect &rect) - - - QRect - scaledClipRect - qimagereader.html - scaledClipRect - () const const - - - void - setBackgroundColor - qimagereader.html - setBackgroundColor - (const QColor &color) - - - QColor - backgroundColor - qimagereader.html - backgroundColor - () const const - - - bool - supportsAnimation - qimagereader.html - supportsAnimation - () const const - - - QImageIOHandler::Transformations - transformation - qimagereader.html - transformation - () const const - - - void - setAutoTransform - qimagereader.html - setAutoTransform - (bool enabled) - - - bool - autoTransform - qimagereader.html - autoTransform - () const const - - - void - setGamma - qimagereader.html - setGamma - (float gamma) - - - float - gamma - qimagereader.html - gamma - () const const - - - QByteArray - subType - qimagereader.html - subType - () const const - - - QList<QByteArray> - supportedSubTypes - qimagereader.html - supportedSubTypes - () const const - - - bool - canRead - qimagereader.html - canRead - () const const - - - QImage - read - qimagereader.html - read - () - - - bool - read - qimagereader.html - read-1 - (QImage *image) - - - bool - jumpToNextImage - qimagereader.html - jumpToNextImage - () - - - bool - jumpToImage - qimagereader.html - jumpToImage - (int imageNumber) - - - int - loopCount - qimagereader.html - loopCount - () const const - - - int - imageCount - qimagereader.html - imageCount - () const const - - - int - nextImageDelay - qimagereader.html - nextImageDelay - () const const - - - int - currentImageNumber - qimagereader.html - currentImageNumber - () const const - - - QRect - currentImageRect - qimagereader.html - currentImageRect - () const const - - - QImageReader::ImageReaderError - error - qimagereader.html - error - () const const - - - QString - errorString - qimagereader.html - errorString - () const const - - - bool - supportsOption - qimagereader.html - supportsOption - (QImageIOHandler::ImageOption option) const const - - - QByteArray - imageFormat - qimagereader.html - imageFormat-1 - (const QString &fileName) - - - QByteArray - imageFormat - qimagereader.html - imageFormat-2 - (QIODevice *device) - - - QList<QByteArray> - supportedImageFormats - qimagereader.html - supportedImageFormats - () - - - QList<QByteArray> - supportedMimeTypes - qimagereader.html - supportedMimeTypes - () - - - QList<QByteArray> - imageFormatsForMimeType - qimagereader.html - imageFormatsForMimeType - (const QByteArray &mimeType) - - - - QImageWriter - qimagewriter.html - - QString - tr - qimagewriter.html - tr - (const char *sourceText, const char *disambiguation, int n) - - - QString - trUtf8 - qimagewriter.html - trUtf8 - (const char *sourceText, const char *disambiguation, int n) - - - ImageWriterError - qimagewriter.html - ImageWriterError-enum - - - UnknownError - qimagewriter.html - ImageWriterError-enum - - - DeviceError - qimagewriter.html - ImageWriterError-enum - - - UnsupportedFormatError - qimagewriter.html - ImageWriterError-enum - - - InvalidImageError - qimagewriter.html - ImageWriterError-enum - - - - QImageWriter - qimagewriter.html - QImageWriter - () - - - - QImageWriter - qimagewriter.html - QImageWriter-1 - (QIODevice *device, const QByteArray &format) - - - - QImageWriter - qimagewriter.html - QImageWriter-2 - (const QString &fileName, const QByteArray &format) - - - - ~QImageWriter - qimagewriter.html - dtor.QImageWriter - () - - - void - setFormat - qimagewriter.html - setFormat - (const QByteArray &format) - - - QByteArray - format - qimagewriter.html - format - () const const - - - void - setDevice - qimagewriter.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qimagewriter.html - device - () const const - - - void - setFileName - qimagewriter.html - setFileName - (const QString &fileName) - - - QString - fileName - qimagewriter.html - fileName - () const const - - - void - setQuality - qimagewriter.html - setQuality - (int quality) - - - int - quality - qimagewriter.html - quality - () const const - - - void - setCompression - qimagewriter.html - setCompression - (int compression) - - - int - compression - qimagewriter.html - compression - () const const - - - void - setGamma - qimagewriter.html - setGamma - (float gamma) - - - float - gamma - qimagewriter.html - gamma - () const const - - - void - setSubType - qimagewriter.html - setSubType - (const QByteArray &type) - - - QByteArray - subType - qimagewriter.html - subType - () const const - - - QList<QByteArray> - supportedSubTypes - qimagewriter.html - supportedSubTypes - () const const - - - void - setOptimizedWrite - qimagewriter.html - setOptimizedWrite - (bool optimize) - - - bool - optimizedWrite - qimagewriter.html - optimizedWrite - () const const - - - void - setProgressiveScanWrite - qimagewriter.html - setProgressiveScanWrite - (bool progressive) - - - bool - progressiveScanWrite - qimagewriter.html - progressiveScanWrite - () const const - - - QImageIOHandler::Transformations - transformation - qimagewriter.html - transformation - () const const - - - void - setTransformation - qimagewriter.html - setTransformation - (QImageIOHandler::Transformations transform) - - - void - setDescription - qimagewriter-obsolete.html - setDescription - (const QString &description) - - - QString - description - qimagewriter-obsolete.html - description - () const const - - - void - setText - qimagewriter.html - setText - (const QString &key, const QString &text) - - - bool - canWrite - qimagewriter.html - canWrite - () const const - - - bool - write - qimagewriter.html - write - (const QImage &image) - - - QImageWriter::ImageWriterError - error - qimagewriter.html - error - () const const - - - QString - errorString - qimagewriter.html - errorString - () const const - - - bool - supportsOption - qimagewriter.html - supportsOption - (QImageIOHandler::ImageOption option) const const - - - QList<QByteArray> - supportedImageFormats - qimagewriter.html - supportedImageFormats - () - - - QList<QByteArray> - supportedMimeTypes - qimagewriter.html - supportedMimeTypes - () - - - QList<QByteArray> - imageFormatsForMimeType - qimagewriter.html - imageFormatsForMimeType - (const QByteArray &mimeType) - - - - QVector3D - qvector3d.html - - - QVector3D - qvector3d.html - QVector3D - () - - - - QVector3D - qvector3d.html - QVector3D-2 - (float xpos, float ypos, float zpos) - - - - QVector3D - qvector3d.html - QVector3D-3 - (const QPoint &point) - - - - QVector3D - qvector3d.html - QVector3D-4 - (const QPointF &point) - - - - QVector3D - qvector3d.html - QVector3D-5 - (const QVector2D &vector) - - - - QVector3D - qvector3d.html - QVector3D-6 - (const QVector2D &vector, float zpos) - - - - QVector3D - qvector3d.html - QVector3D-7 - (const QVector4D &vector) - - - bool - isNull - qvector3d.html - isNull - () const const - - - float - x - qvector3d.html - x - () const const - - - float - y - qvector3d.html - y - () const const - - - float - z - qvector3d.html - z - () const const - - - void - setX - qvector3d.html - setX - (float x) - - - void - setY - qvector3d.html - setY - (float y) - - - void - setZ - qvector3d.html - setZ - (float z) - - - float & - operator[] - qvector3d.html - operator-5b-5d - (int i) - - - float - operator[] - qvector3d.html - operator-5b-5d-1 - (int i) const const - - - float - length - qvector3d.html - length - () const const - - - float - lengthSquared - qvector3d.html - lengthSquared - () const const - - - QVector3D - normalized - qvector3d.html - normalized - () const const - - - void - normalize - qvector3d.html - normalize - () - - - QVector3D & - operator+= - qvector3d.html - operator-2b-eq - (const QVector3D &vector) - - - QVector3D & - operator-= - qvector3d.html - operator--eq - (const QVector3D &vector) - - - QVector3D & - operator*= - qvector3d.html - operator-2a-eq - (float factor) - - - QVector3D & - operator*= - qvector3d.html - operator-2a-eq-1 - (const QVector3D &vector) - - - QVector3D & - operator/= - qvector3d.html - operator-2f-eq - (float divisor) - - - QVector3D & - operator/= - qvector3d.html - operator-2f-eq-1 - (const QVector3D &vector) - - - float - dotProduct - qvector3d.html - dotProduct - (const QVector3D &v1, const QVector3D &v2) - - - QVector3D - crossProduct - qvector3d.html - crossProduct - (const QVector3D &v1, const QVector3D &v2) - - - QVector3D - normal - qvector3d.html - normal - (const QVector3D &v1, const QVector3D &v2) - - - QVector3D - normal - qvector3d.html - normal-1 - (const QVector3D &v1, const QVector3D &v2, const QVector3D &v3) - - - QVector3D - project - qvector3d.html - project - (const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const const - - - QVector3D - unproject - qvector3d.html - unproject - (const QMatrix4x4 &modelView, const QMatrix4x4 &projection, const QRect &viewport) const const - - - float - distanceToPoint - qvector3d.html - distanceToPoint - (const QVector3D &point) const const - - - float - distanceToPlane - qvector3d.html - distanceToPlane - (const QVector3D &plane, const QVector3D &normal) const const - - - float - distanceToPlane - qvector3d.html - distanceToPlane-1 - (const QVector3D &plane1, const QVector3D &plane2, const QVector3D &plane3) const const - - - float - distanceToLine - qvector3d.html - distanceToLine - (const QVector3D &point, const QVector3D &direction) const const - - - QVector2D - toVector2D - qvector3d.html - toVector2D - () const const - - - QVector4D - toVector4D - qvector3d.html - toVector4D - () const const - - - QPoint - toPoint - qvector3d.html - toPoint - () const const - - - QPointF - toPointF - qvector3d.html - toPointF - () const const - - - QVariant - operator QVariant - qvector3d.html - operator-QVariant - () const const - - - - QVector4D - qvector4d.html - - - QVector4D - qvector4d.html - QVector4D - () - - - - QVector4D - qvector4d.html - QVector4D-2 - (float xpos, float ypos, float zpos, float wpos) - - - - QVector4D - qvector4d.html - QVector4D-3 - (const QPoint &point) - - - - QVector4D - qvector4d.html - QVector4D-4 - (const QPointF &point) - - - - QVector4D - qvector4d.html - QVector4D-5 - (const QVector2D &vector) - - - - QVector4D - qvector4d.html - QVector4D-6 - (const QVector2D &vector, float zpos, float wpos) - - - - QVector4D - qvector4d.html - QVector4D-7 - (const QVector3D &vector) - - - - QVector4D - qvector4d.html - QVector4D-8 - (const QVector3D &vector, float wpos) - - - bool - isNull - qvector4d.html - isNull - () const const - - - float - x - qvector4d.html - x - () const const - - - float - y - qvector4d.html - y - () const const - - - float - z - qvector4d.html - z - () const const - - - float - w - qvector4d.html - w - () const const - - - void - setX - qvector4d.html - setX - (float x) - - - void - setY - qvector4d.html - setY - (float y) - - - void - setZ - qvector4d.html - setZ - (float z) - - - void - setW - qvector4d.html - setW - (float w) - - - float & - operator[] - qvector4d.html - operator-5b-5d - (int i) - - - float - operator[] - qvector4d.html - operator-5b-5d-1 - (int i) const const - - - float - length - qvector4d.html - length - () const const - - - float - lengthSquared - qvector4d.html - lengthSquared - () const const - - - QVector4D - normalized - qvector4d.html - normalized - () const const - - - void - normalize - qvector4d.html - normalize - () - - - QVector4D & - operator+= - qvector4d.html - operator-2b-eq - (const QVector4D &vector) - - - QVector4D & - operator-= - qvector4d.html - operator--eq - (const QVector4D &vector) - - - QVector4D & - operator*= - qvector4d.html - operator-2a-eq - (float factor) - - - QVector4D & - operator*= - qvector4d.html - operator-2a-eq-1 - (const QVector4D &vector) - - - QVector4D & - operator/= - qvector4d.html - operator-2f-eq - (float divisor) - - - QVector4D & - operator/= - qvector4d.html - operator-2f-eq-1 - (const QVector4D &vector) - - - float - dotProduct - qvector4d.html - dotProduct - (const QVector4D &v1, const QVector4D &v2) - - - QVector2D - toVector2D - qvector4d.html - toVector2D - () const const - - - QVector2D - toVector2DAffine - qvector4d.html - toVector2DAffine - () const const - - - QVector3D - toVector3D - qvector4d.html - toVector3D - () const const - - - QVector3D - toVector3DAffine - qvector4d.html - toVector3DAffine - () const const - - - QPoint - toPoint - qvector4d.html - toPoint - () const const - - - QPointF - toPointF - qvector4d.html - toPointF - () const const - - - QVariant - operator QVariant - qvector4d.html - operator-QVariant - () const const - - - - QQuaternion - qquaternion.html - - - QQuaternion - qquaternion.html - QQuaternion - () - - - - QQuaternion - qquaternion.html - QQuaternion-2 - (float scalar, float xpos, float ypos, float zpos) - - - - QQuaternion - qquaternion.html - QQuaternion-3 - (float scalar, const QVector3D &vector) - - - - QQuaternion - qquaternion.html - QQuaternion-4 - (const QVector4D &vector) - - - bool - isNull - qquaternion.html - isNull - () const const - - - bool - isIdentity - qquaternion.html - isIdentity - () const const - - - QVector3D - vector - qquaternion.html - vector - () const const - - - void - setVector - qquaternion.html - setVector - (const QVector3D &vector) - - - void - setVector - qquaternion.html - setVector-1 - (float x, float y, float z) - - - float - x - qquaternion.html - x - () const const - - - float - y - qquaternion.html - y - () const const - - - float - z - qquaternion.html - z - () const const - - - float - scalar - qquaternion.html - scalar - () const const - - - void - setX - qquaternion.html - setX - (float x) - - - void - setY - qquaternion.html - setY - (float y) - - - void - setZ - qquaternion.html - setZ - (float z) - - - void - setScalar - qquaternion.html - setScalar - (float scalar) - - - float - dotProduct - qquaternion.html - dotProduct - (const QQuaternion &q1, const QQuaternion &q2) - - - float - length - qquaternion.html - length - () const const - - - float - lengthSquared - qquaternion.html - lengthSquared - () const const - - - QQuaternion - normalized - qquaternion.html - normalized - () const const - - - void - normalize - qquaternion.html - normalize - () - - - QQuaternion - inverted - qquaternion.html - inverted - () const const - - - QQuaternion - conjugated - qquaternion.html - conjugated - () const const - - - QQuaternion - conjugate - qquaternion-obsolete.html - conjugate - () const const - - - QVector3D - rotatedVector - qquaternion.html - rotatedVector - (const QVector3D &vector) const const - - - QQuaternion & - operator+= - qquaternion.html - operator-2b-eq - (const QQuaternion &quaternion) - - - QQuaternion & - operator-= - qquaternion.html - operator--eq - (const QQuaternion &quaternion) - - - QQuaternion & - operator*= - qquaternion.html - operator-2a-eq - (float factor) - - - QQuaternion & - operator*= - qquaternion.html - operator-2a-eq-1 - (const QQuaternion &quaternion) - - - QQuaternion & - operator/= - qquaternion.html - operator-2f-eq - (float divisor) - - - QVector4D - toVector4D - qquaternion.html - toVector4D - () const const - - - QVariant - operator QVariant - qquaternion.html - operator-QVariant - () const const - - - void - getAxisAndAngle - qquaternion.html - getAxisAndAngle-1 - (QVector3D *axis, float *angle) const const - - - QQuaternion - fromAxisAndAngle - qquaternion.html - fromAxisAndAngle - (const QVector3D &axis, float angle) - - - void - getAxisAndAngle - qquaternion.html - getAxisAndAngle - (float *x, float *y, float *z, float *angle) const const - - - QQuaternion - fromAxisAndAngle - qquaternion.html - fromAxisAndAngle-1 - (float x, float y, float z, float angle) - - - QVector3D - toEulerAngles - qquaternion.html - toEulerAngles - () const const - - - QQuaternion - fromEulerAngles - qquaternion.html - fromEulerAngles-1 - (const QVector3D &eulerAngles) - - - void - getEulerAngles - qquaternion.html - getEulerAngles - (float *pitch, float *yaw, float *roll) const const - - - QQuaternion - fromEulerAngles - qquaternion.html - fromEulerAngles - (float pitch, float yaw, float roll) - - - QMatrix3x3 - toRotationMatrix - qquaternion.html - toRotationMatrix - () const const - - - QQuaternion - fromRotationMatrix - qquaternion.html - fromRotationMatrix - (const QMatrix3x3 &rot3x3) - - - void - getAxes - qquaternion.html - getAxes - (QVector3D *xAxis, QVector3D *yAxis, QVector3D *zAxis) const const - - - QQuaternion - fromAxes - qquaternion.html - fromAxes - (const QVector3D &xAxis, const QVector3D &yAxis, const QVector3D &zAxis) - - - QQuaternion - fromDirection - qquaternion.html - fromDirection - (const QVector3D &direction, const QVector3D &up) - - - QQuaternion - rotationTo - qquaternion.html - rotationTo - (const QVector3D &from, const QVector3D &to) - - - QQuaternion - slerp - qquaternion.html - slerp - (const QQuaternion &q1, const QQuaternion &q2, float t) - - - QQuaternion - nlerp - qquaternion.html - nlerp - (const QQuaternion &q1, const QQuaternion &q2, float t) - - - - QMatrix4x4 - qmatrix4x4.html - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4 - () - - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4-2 - (const float *values) - - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4-3 - (float m11, float m12, float m13, float m14, float m21, float m22, float m23, float m24, float m31, float m32, float m33, float m34, float m41, float m42, float m43, float m44) - - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4-4 - (const QGenericMatrix<N, M, float> &matrix) - - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4-6 - (const QTransform &transform) - - - - QMatrix4x4 - qmatrix4x4.html - QMatrix4x4-7 - (const QMatrix &matrix) - - - const float & - operator() - qmatrix4x4.html - operator-28-29 - ()(int row, int column) const const - - - float & - operator() - qmatrix4x4.html - operator-28-29-1 - ()(int row, int column) - - - QVector4D - column - qmatrix4x4.html - column - (int index) const const - - - void - setColumn - qmatrix4x4.html - setColumn - (int index, const QVector4D &value) - - - QVector4D - row - qmatrix4x4.html - row - (int index) const const - - - void - setRow - qmatrix4x4.html - setRow - (int index, const QVector4D &value) - - - bool - isAffine - qmatrix4x4.html - isAffine - () const const - - - bool - isIdentity - qmatrix4x4.html - isIdentity - () const const - - - void - setToIdentity - qmatrix4x4.html - setToIdentity - () - - - void - fill - qmatrix4x4.html - fill - (float value) - - - double - determinant - qmatrix4x4.html - determinant - () const const - - - QMatrix4x4 - inverted - qmatrix4x4.html - inverted - (bool *invertible) const const - - - QMatrix4x4 - transposed - qmatrix4x4.html - transposed - () const const - - - QMatrix3x3 - normalMatrix - qmatrix4x4.html - normalMatrix - () const const - - - QMatrix4x4 & - operator+= - qmatrix4x4.html - operator-2b-eq - (const QMatrix4x4 &other) - - - QMatrix4x4 & - operator-= - qmatrix4x4.html - operator--eq - (const QMatrix4x4 &other) - - - QMatrix4x4 & - operator*= - qmatrix4x4.html - operator-2a-eq - (const QMatrix4x4 &other) - - - QMatrix4x4 & - operator*= - qmatrix4x4.html - operator-2a-eq-1 - (float factor) - - - QMatrix4x4 & - operator/= - qmatrix4x4.html - operator-2f-eq - (float divisor) - - - bool - operator== - qmatrix4x4.html - operator-eq-eq - (const QMatrix4x4 &other) const const - - - bool - operator!= - qmatrix4x4.html - operator-not-eq - (const QMatrix4x4 &other) const const - - - void - scale - qmatrix4x4.html - scale - (const QVector3D &vector) - - - void - translate - qmatrix4x4.html - translate - (const QVector3D &vector) - - - void - rotate - qmatrix4x4.html - rotate - (float angle, const QVector3D &vector) - - - void - scale - qmatrix4x4.html - scale-1 - (float x, float y) - - - void - scale - qmatrix4x4.html - scale-2 - (float x, float y, float z) - - - void - scale - qmatrix4x4.html - scale-3 - (float factor) - - - void - translate - qmatrix4x4.html - translate-1 - (float x, float y) - - - void - translate - qmatrix4x4.html - translate-2 - (float x, float y, float z) - - - void - rotate - qmatrix4x4.html - rotate-1 - (float angle, float x, float y, float z) - - - void - rotate - qmatrix4x4.html - rotate-2 - (const QQuaternion &quaternion) - - - void - ortho - qmatrix4x4.html - ortho-2 - (const QRect &rect) - - - void - ortho - qmatrix4x4.html - ortho-1 - (const QRectF &rect) - - - void - ortho - qmatrix4x4.html - ortho - (float left, float right, float bottom, float top, float nearPlane, float farPlane) - - - void - frustum - qmatrix4x4.html - frustum - (float left, float right, float bottom, float top, float nearPlane, float farPlane) - - - void - perspective - qmatrix4x4.html - perspective - (float verticalAngle, float aspectRatio, float nearPlane, float farPlane) - - - void - lookAt - qmatrix4x4.html - lookAt - (const QVector3D &eye, const QVector3D &center, const QVector3D &up) - - - void - viewport - qmatrix4x4.html - viewport-1 - (const QRectF &rect) - - - void - viewport - qmatrix4x4.html - viewport - (float left, float bottom, float width, float height, float nearPlane, float farPlane) - - - void - flipCoordinates - qmatrix4x4-obsolete.html - flipCoordinates - () - - - void - copyDataTo - qmatrix4x4.html - copyDataTo - (float *values) const const - - - QMatrix - toAffine - qmatrix4x4.html - toAffine - () const const - - - QTransform - toTransform - qmatrix4x4.html - toTransform - () const const - - - QTransform - toTransform - qmatrix4x4.html - toTransform-1 - (float distanceToPlane) const const - - - QPoint - map - qmatrix4x4.html - map - (const QPoint &point) const const - - - QPointF - map - qmatrix4x4.html - map-1 - (const QPointF &point) const const - - - QVector3D - map - qmatrix4x4.html - map-2 - (const QVector3D &point) const const - - - QVector3D - mapVector - qmatrix4x4.html - mapVector - (const QVector3D &vector) const const - - - QVector4D - map - qmatrix4x4.html - map-3 - (const QVector4D &point) const const - - - QRect - mapRect - qmatrix4x4.html - mapRect - (const QRect &rect) const const - - - QRectF - mapRect - qmatrix4x4.html - mapRect-1 - (const QRectF &rect) const const - - - QGenericMatrix<N, M, float> - toGenericMatrix - qmatrix4x4.html - toGenericMatrix - () const const - - - float * - data - qmatrix4x4.html - data - () - - - const float * - data - qmatrix4x4.html - data-1 - () const const - - - const float * - constData - qmatrix4x4.html - constData - () const const - - - void - optimize - qmatrix4x4.html - optimize - () - - - QVariant - operator QVariant - qmatrix4x4.html - operator-QVariant - () const const - - - - QMovie - qmovie.html - QObject - - virtual const QMetaObject * - metaObject - qmovie.html - metaObject - () const const - - - virtual void * - qt_metacast - qmovie.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmovie.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmovie.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmovie.html - trUtf8 - (const char *s, const char *c, int n) - - - speed - qmovie.html - speed-prop - - - - cacheMode - qmovie.html - cacheMode-prop - - - - MovieState - qmovie.html - MovieState-enum - - - NotRunning - qmovie.html - MovieState-enum - - - Paused - qmovie.html - MovieState-enum - - - Running - qmovie.html - MovieState-enum - - - CacheMode - qmovie.html - CacheMode-enum - - - CacheNone - qmovie.html - CacheMode-enum - - - CacheAll - qmovie.html - CacheMode-enum - - - - QMovie - qmovie.html - QMovie - (QObject *parent) - - - - QMovie - qmovie.html - QMovie-1 - (QIODevice *device, const QByteArray &format, QObject *parent) - - - - QMovie - qmovie.html - QMovie-2 - (const QString &fileName, const QByteArray &format, QObject *parent) - - - virtual - ~QMovie - qmovie.html - dtor.QMovie - () - - - QList<QByteArray> - supportedFormats - qmovie.html - supportedFormats - () - - - void - setDevice - qmovie.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qmovie.html - device - () const const - - - void - setFileName - qmovie.html - setFileName - (const QString &fileName) - - - QString - fileName - qmovie.html - fileName - () const const - - - void - setFormat - qmovie.html - setFormat - (const QByteArray &format) - - - QByteArray - format - qmovie.html - format - () const const - - - void - setBackgroundColor - qmovie.html - setBackgroundColor - (const QColor &color) - - - QColor - backgroundColor - qmovie.html - backgroundColor - () const const - - - QMovie::MovieState - state - qmovie.html - state - () const const - - - QRect - frameRect - qmovie.html - frameRect - () const const - - - QImage - currentImage - qmovie.html - currentImage - () const const - - - QPixmap - currentPixmap - qmovie.html - currentPixmap - () const const - - - bool - isValid - qmovie.html - isValid - () const const - - - QImageReader::ImageReaderError - lastError - qmovie.html - lastError - () const const - - - QString - lastErrorString - qmovie.html - lastErrorString - () const const - - - bool - jumpToFrame - qmovie.html - jumpToFrame - (int frameNumber) - - - int - loopCount - qmovie.html - loopCount - () const const - - - int - frameCount - qmovie.html - frameCount - () const const - - - int - nextFrameDelay - qmovie.html - nextFrameDelay - () const const - - - int - currentFrameNumber - qmovie.html - currentFrameNumber - () const const - - - int - speed - qmovie.html - speed-prop - () const const - - - QSize - scaledSize - qmovie.html - scaledSize - () - - - void - setScaledSize - qmovie.html - setScaledSize - (const QSize &size) - - - QMovie::CacheMode - cacheMode - qmovie.html - cacheMode-prop - () const const - - - void - setCacheMode - qmovie.html - cacheMode-prop - (QMovie::CacheMode mode) - - - void - started - qmovie.html - started - () - - - void - resized - qmovie.html - resized - (const QSize &size) - - - void - updated - qmovie.html - updated - (const QRect &rect) - - - void - stateChanged - qmovie.html - stateChanged - (QMovie::MovieState state) - - - void - error - qmovie.html - error - (QImageReader::ImageReaderError error) - - - void - finished - qmovie.html - finished - () - - - void - frameChanged - qmovie.html - frameChanged - (int frameNumber) - - - void - start - qmovie.html - start - () - - - bool - jumpToNextFrame - qmovie.html - jumpToNextFrame - () - - - void - setPaused - qmovie.html - setPaused - (bool paused) - - - void - stop - qmovie.html - stop - () - - - void - setSpeed - qmovie.html - speed-prop - (int percentSpeed) - - - - QOffscreenSurface - qoffscreensurface.html - QObject - QSurface - - virtual const QMetaObject * - metaObject - qoffscreensurface.html - metaObject - () const const - - - virtual void * - qt_metacast - qoffscreensurface.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qoffscreensurface.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qoffscreensurface.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qoffscreensurface.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOffscreenSurface - qoffscreensurface.html - QOffscreenSurface - (QScreen *targetScreen, QObject *parent) - - - - QOffscreenSurface - qoffscreensurface.html - QOffscreenSurface-1 - (QScreen *targetScreen) - - - virtual - ~QOffscreenSurface - qoffscreensurface.html - dtor.QOffscreenSurface - () - - - virtual QSurface::SurfaceType - surfaceType - qoffscreensurface.html - surfaceType - () const const override - - - void - create - qoffscreensurface.html - create - () - - - void - destroy - qoffscreensurface.html - destroy - () - - - bool - isValid - qoffscreensurface.html - isValid - () const const - - - void - setFormat - qoffscreensurface.html - setFormat - (const QSurfaceFormat &format) - - - virtual QSurfaceFormat - format - qoffscreensurface.html - format - () const const override - - - QSurfaceFormat - requestedFormat - qoffscreensurface.html - requestedFormat - () const const - - - virtual QSize - size - qoffscreensurface.html - size - () const const override - - - QScreen * - screen - qoffscreensurface.html - screen - () const const - - - void - setScreen - qoffscreensurface.html - setScreen - (QScreen *newScreen) - - - void * - nativeHandle - qoffscreensurface.html - nativeHandle - () const const - - - void - setNativeHandle - qoffscreensurface.html - setNativeHandle - (void *handle) - - - void - screenChanged - qoffscreensurface.html - screenChanged - (QScreen *screen) - - - - QOpenGLBuffer - qopenglbuffer.html - - Type - qopenglbuffer.html - Type-enum - - - VertexBuffer - qopenglbuffer.html - Type-enum - - - IndexBuffer - qopenglbuffer.html - Type-enum - - - PixelPackBuffer - qopenglbuffer.html - Type-enum - - - PixelUnpackBuffer - qopenglbuffer.html - Type-enum - - - - QOpenGLBuffer - qopenglbuffer.html - QOpenGLBuffer - () - - - - QOpenGLBuffer - qopenglbuffer.html - QOpenGLBuffer-1 - (QOpenGLBuffer::Type type) - - - - QOpenGLBuffer - qopenglbuffer.html - QOpenGLBuffer-2 - (const QOpenGLBuffer &other) - - - - ~QOpenGLBuffer - qopenglbuffer.html - dtor.QOpenGLBuffer - () - - - QOpenGLBuffer & - operator= - qopenglbuffer.html - operator-eq - (const QOpenGLBuffer &other) - - - UsagePattern - qopenglbuffer.html - UsagePattern-enum - - - StreamDraw - qopenglbuffer.html - UsagePattern-enum - - - StreamRead - qopenglbuffer.html - UsagePattern-enum - - - StreamCopy - qopenglbuffer.html - UsagePattern-enum - - - StaticDraw - qopenglbuffer.html - UsagePattern-enum - - - StaticRead - qopenglbuffer.html - UsagePattern-enum - - - StaticCopy - qopenglbuffer.html - UsagePattern-enum - - - DynamicDraw - qopenglbuffer.html - UsagePattern-enum - - - DynamicRead - qopenglbuffer.html - UsagePattern-enum - - - DynamicCopy - qopenglbuffer.html - UsagePattern-enum - - - Access - qopenglbuffer.html - Access-enum - - - ReadOnly - qopenglbuffer.html - Access-enum - - - WriteOnly - qopenglbuffer.html - Access-enum - - - ReadWrite - qopenglbuffer.html - Access-enum - - - RangeAccessFlag - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeRead - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeWrite - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeInvalidate - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeInvalidateBuffer - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeFlushExplicit - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeUnsynchronized - qopenglbuffer.html - RangeAccessFlag-enum - - - RangeAccessFlags - qopenglbuffer.html - RangeAccessFlag-enum - - - - QOpenGLBuffer::Type - type - qopenglbuffer.html - type - () const const - - - QOpenGLBuffer::UsagePattern - usagePattern - qopenglbuffer.html - usagePattern - () const const - - - void - setUsagePattern - qopenglbuffer.html - setUsagePattern - (QOpenGLBuffer::UsagePattern value) - - - bool - create - qopenglbuffer.html - create - () - - - bool - isCreated - qopenglbuffer.html - isCreated - () const const - - - void - destroy - qopenglbuffer.html - destroy - () - - - bool - bind - qopenglbuffer.html - bind - () - - - void - release - qopenglbuffer.html - release - () - - - void - release - qopenglbuffer.html - release-1 - (QOpenGLBuffer::Type type) - - - GLuint - bufferId - qopenglbuffer.html - bufferId - () const const - - - int - size - qopenglbuffer.html - size - () const const - - - bool - read - qopenglbuffer.html - read - (int offset, void *data, int count) - - - void - write - qopenglbuffer.html - write - (int offset, const void *data, int count) - - - void - allocate - qopenglbuffer.html - allocate - (const void *data, int count) - - - void - allocate - qopenglbuffer.html - allocate-1 - (int count) - - - void * - map - qopenglbuffer.html - map - (QOpenGLBuffer::Access access) - - - void * - mapRange - qopenglbuffer.html - mapRange - (int offset, int count, QOpenGLBuffer::RangeAccessFlags access) - - - bool - unmap - qopenglbuffer.html - unmap - () - - - - QAbstractOpenGLFunctions - qabstractopenglfunctions.html - - virtual - ~QAbstractOpenGLFunctions - qabstractopenglfunctions.html - dtor.QAbstractOpenGLFunctions - () - - - QAbstractOpenGLFunctionsPrivate * - d_func - qabstractopenglfunctions.html - d_func - () - - - const QAbstractOpenGLFunctionsPrivate * - d_func - qabstractopenglfunctions.html - d_func-1 - () const const - - - - QAbstractOpenGLFunctions - qabstractopenglfunctions.html - QAbstractOpenGLFunctions - () - - - - QOpenGLVersionProfile - qopenglversionprofile.html - - - QOpenGLVersionProfile - qopenglversionprofile.html - QOpenGLVersionProfile - () - - - - QOpenGLVersionProfile - qopenglversionprofile.html - QOpenGLVersionProfile-1 - (const QSurfaceFormat &format) - - - - QOpenGLVersionProfile - qopenglversionprofile.html - QOpenGLVersionProfile-2 - (const QOpenGLVersionProfile &other) - - - - ~QOpenGLVersionProfile - qopenglversionprofile.html - dtor.QOpenGLVersionProfile - () - - - QOpenGLVersionProfile & - operator= - qopenglversionprofile.html - operator-eq - (const QOpenGLVersionProfile &rhs) - - - QPair<int, int> - version - qopenglversionprofile.html - version - () const const - - - void - setVersion - qopenglversionprofile.html - setVersion - (int majorVersion, int minorVersion) - - - QSurfaceFormat::OpenGLContextProfile - profile - qopenglversionprofile.html - profile - () const const - - - void - setProfile - qopenglversionprofile.html - setProfile - (QSurfaceFormat::OpenGLContextProfile profile) - - - bool - hasProfiles - qopenglversionprofile.html - hasProfiles - () const const - - - bool - isLegacyVersion - qopenglversionprofile.html - isLegacyVersion - () const const - - - bool - isValid - qopenglversionprofile.html - isValid - () const const - - - - QOpenGLContextGroup - qopenglcontextgroup.html - QObject - - virtual const QMetaObject * - metaObject - qopenglcontextgroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglcontextgroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglcontextgroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglcontextgroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglcontextgroup.html - trUtf8 - (const char *s, const char *c, int n) - - - QList<QOpenGLContext *> - shares - qopenglcontextgroup.html - shares - () const const - - - QOpenGLContextGroup * - currentContextGroup - qopenglcontextgroup.html - currentContextGroup - () - - - - QOpenGLContext - qopenglcontext.html - QObject - - virtual const QMetaObject * - metaObject - qopenglcontext.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglcontext.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglcontext.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglcontext.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglcontext.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOpenGLContext - qopenglcontext.html - QOpenGLContext - (QObject *parent) - - - virtual - ~QOpenGLContext - qopenglcontext.html - dtor.QOpenGLContext - () - - - void - setFormat - qopenglcontext.html - setFormat - (const QSurfaceFormat &format) - - - void - setShareContext - qopenglcontext.html - setShareContext - (QOpenGLContext *shareContext) - - - void - setScreen - qopenglcontext.html - setScreen - (QScreen *screen) - - - void - setNativeHandle - qopenglcontext.html - setNativeHandle - (const QVariant &handle) - - - bool - create - qopenglcontext.html - create - () - - - bool - isValid - qopenglcontext.html - isValid - () const const - - - QSurfaceFormat - format - qopenglcontext.html - format - () const const - - - QOpenGLContext * - shareContext - qopenglcontext.html - shareContext - () const const - - - QOpenGLContextGroup * - shareGroup - qopenglcontext.html - shareGroup - () const const - - - QScreen * - screen - qopenglcontext.html - screen - () const const - - - QVariant - nativeHandle - qopenglcontext.html - nativeHandle - () const const - - - GLuint - defaultFramebufferObject - qopenglcontext.html - defaultFramebufferObject - () const const - - - bool - makeCurrent - qopenglcontext.html - makeCurrent - (QSurface *surface) - - - void - doneCurrent - qopenglcontext.html - doneCurrent - () - - - void - swapBuffers - qopenglcontext.html - swapBuffers - (QSurface *surface) - - - QFunctionPointer - getProcAddress - qopenglcontext.html - getProcAddress - (const QByteArray &procName) const const - - - QFunctionPointer - getProcAddress - qopenglcontext.html - getProcAddress-1 - (const char *procName) const const - - - QSurface * - surface - qopenglcontext.html - surface - () const const - - - QOpenGLContext * - currentContext - qopenglcontext.html - currentContext - () - - - bool - areSharing - qopenglcontext.html - areSharing - (QOpenGLContext *first, QOpenGLContext *second) - - - QOpenGLFunctions * - functions - qopenglcontext.html - functions - () const const - - - QOpenGLExtraFunctions * - extraFunctions - qopenglcontext.html - extraFunctions - () const const - - - QAbstractOpenGLFunctions * - versionFunctions - qopenglcontext.html - versionFunctions - (const QOpenGLVersionProfile &versionProfile) const const - - - TYPE * - versionFunctions - qopenglcontext.html - versionFunctions-1 - () const const - - - QSet<QByteArray> - extensions - qopenglcontext.html - extensions - () const const - - - bool - hasExtension - qopenglcontext.html - hasExtension - (const QByteArray &extension) const const - - - void * - openGLModuleHandle - qopenglcontext.html - openGLModuleHandle - () - - - OpenGLModuleType - qopenglcontext.html - OpenGLModuleType-enum - - - LibGL - qopenglcontext.html - OpenGLModuleType-enum - - - LibGLES - qopenglcontext.html - OpenGLModuleType-enum - - - QOpenGLContext::OpenGLModuleType - openGLModuleType - qopenglcontext.html - openGLModuleType - () - - - bool - isOpenGLES - qopenglcontext.html - isOpenGLES - () const const - - - bool - supportsThreadedOpenGL - qopenglcontext.html - supportsThreadedOpenGL - () - - - QOpenGLContext * - globalShareContext - qopenglcontext.html - globalShareContext - () - - - void - aboutToBeDestroyed - qopenglcontext.html - aboutToBeDestroyed - () - - - - QOpenGLDebugMessage - qopengldebugmessage.html - - Source - qopengldebugmessage.html - Source-enum - - - InvalidSource - qopengldebugmessage.html - Source-enum - - - APISource - qopengldebugmessage.html - Source-enum - - - WindowSystemSource - qopengldebugmessage.html - Source-enum - - - ShaderCompilerSource - qopengldebugmessage.html - Source-enum - - - ThirdPartySource - qopengldebugmessage.html - Source-enum - - - ApplicationSource - qopengldebugmessage.html - Source-enum - - - OtherSource - qopengldebugmessage.html - Source-enum - - - LastSource - qopengldebugmessage.html - Source-enum - - - AnySource - qopengldebugmessage.html - Source-enum - - - Sources - qopengldebugmessage.html - Source-enum - - - - Type - qopengldebugmessage.html - Type-enum - - - InvalidType - qopengldebugmessage.html - Type-enum - - - ErrorType - qopengldebugmessage.html - Type-enum - - - DeprecatedBehaviorType - qopengldebugmessage.html - Type-enum - - - UndefinedBehaviorType - qopengldebugmessage.html - Type-enum - - - PortabilityType - qopengldebugmessage.html - Type-enum - - - PerformanceType - qopengldebugmessage.html - Type-enum - - - OtherType - qopengldebugmessage.html - Type-enum - - - MarkerType - qopengldebugmessage.html - Type-enum - - - GroupPushType - qopengldebugmessage.html - Type-enum - - - GroupPopType - qopengldebugmessage.html - Type-enum - - - LastType - qopengldebugmessage.html - Type-enum - - - AnyType - qopengldebugmessage.html - Type-enum - - - Types - qopengldebugmessage.html - Type-enum - - - - Severity - qopengldebugmessage.html - Severity-enum - - - InvalidSeverity - qopengldebugmessage.html - Severity-enum - - - HighSeverity - qopengldebugmessage.html - Severity-enum - - - MediumSeverity - qopengldebugmessage.html - Severity-enum - - - LowSeverity - qopengldebugmessage.html - Severity-enum - - - NotificationSeverity - qopengldebugmessage.html - Severity-enum - - - LastSeverity - qopengldebugmessage.html - Severity-enum - - - AnySeverity - qopengldebugmessage.html - Severity-enum - - - Severities - qopengldebugmessage.html - Severity-enum - - - - - QOpenGLDebugMessage - qopengldebugmessage.html - QOpenGLDebugMessage - () - - - - QOpenGLDebugMessage - qopengldebugmessage.html - QOpenGLDebugMessage-1 - (const QOpenGLDebugMessage &debugMessage) - - - QOpenGLDebugMessage & - operator= - qopengldebugmessage.html - operator-eq - (const QOpenGLDebugMessage &debugMessage) - - - QOpenGLDebugMessage & - operator= - qopengldebugmessage.html - operator-eq-1 - (QOpenGLDebugMessage &&debugMessage) - - - - ~QOpenGLDebugMessage - qopengldebugmessage.html - dtor.QOpenGLDebugMessage - () - - - void - swap - qopengldebugmessage.html - swap - (QOpenGLDebugMessage &debugMessage) - - - QOpenGLDebugMessage::Source - source - qopengldebugmessage.html - source - () const const - - - QOpenGLDebugMessage::Type - type - qopengldebugmessage.html - type - () const const - - - QOpenGLDebugMessage::Severity - severity - qopengldebugmessage.html - severity - () const const - - - GLuint - id - qopengldebugmessage.html - id - () const const - - - QString - message - qopengldebugmessage.html - message - () const const - - - QOpenGLDebugMessage - createApplicationMessage - qopengldebugmessage.html - createApplicationMessage - (const QString &text, GLuint id, QOpenGLDebugMessage::Severity severity, QOpenGLDebugMessage::Type type) - - - QOpenGLDebugMessage - createThirdPartyMessage - qopengldebugmessage.html - createThirdPartyMessage - (const QString &text, GLuint id, QOpenGLDebugMessage::Severity severity, QOpenGLDebugMessage::Type type) - - - bool - operator== - qopengldebugmessage.html - operator-eq-eq - (const QOpenGLDebugMessage &debugMessage) const const - - - bool - operator!= - qopengldebugmessage.html - operator-not-eq - (const QOpenGLDebugMessage &debugMessage) const const - - - - QOpenGLDebugLogger - qopengldebuglogger.html - QObject - - virtual const QMetaObject * - metaObject - qopengldebuglogger.html - metaObject - () const const - - - virtual void * - qt_metacast - qopengldebuglogger.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopengldebuglogger.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopengldebuglogger.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopengldebuglogger.html - trUtf8 - (const char *s, const char *c, int n) - - - loggingMode - qopengldebuglogger.html - loggingMode-prop - - - - LoggingMode - qopengldebuglogger.html - LoggingMode-enum - - - AsynchronousLogging - qopengldebuglogger.html - LoggingMode-enum - - - SynchronousLogging - qopengldebuglogger.html - LoggingMode-enum - - - - QOpenGLDebugLogger - qopengldebuglogger.html - QOpenGLDebugLogger - (QObject *parent) - - - virtual - ~QOpenGLDebugLogger - qopengldebuglogger.html - dtor.QOpenGLDebugLogger - () - - - bool - initialize - qopengldebuglogger.html - initialize - () - - - bool - isLogging - qopengldebuglogger.html - isLogging - () const const - - - QOpenGLDebugLogger::LoggingMode - loggingMode - qopengldebuglogger.html - loggingMode - () const const - - - qint64 - maximumMessageLength - qopengldebuglogger.html - maximumMessageLength - () const const - - - void - pushGroup - qopengldebuglogger.html - pushGroup - (const QString &name, GLuint id, QOpenGLDebugMessage::Source source) - - - void - popGroup - qopengldebuglogger.html - popGroup - () - - - void - enableMessages - qopengldebuglogger.html - enableMessages - (QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities) - - - void - enableMessages - qopengldebuglogger.html - enableMessages-1 - (const QVector<GLuint> &ids, QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types) - - - void - disableMessages - qopengldebuglogger.html - disableMessages - (QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types, QOpenGLDebugMessage::Severities severities) - - - void - disableMessages - qopengldebuglogger.html - disableMessages-1 - (const QVector<GLuint> &ids, QOpenGLDebugMessage::Sources sources, QOpenGLDebugMessage::Types types) - - - QList<QOpenGLDebugMessage> - loggedMessages - qopengldebuglogger.html - loggedMessages - () const const - - - void - logMessage - qopengldebuglogger.html - logMessage - (const QOpenGLDebugMessage &debugMessage) - - - void - startLogging - qopengldebuglogger.html - startLogging - (QOpenGLDebugLogger::LoggingMode loggingMode) - - - void - stopLogging - qopengldebuglogger.html - stopLogging - () - - - void - messageLogged - qopengldebuglogger.html - messageLogged - (const QOpenGLDebugMessage &debugMessage) - - - - QOpenGLFunctions - qopenglfunctions.html - - - QOpenGLFunctions - qopenglfunctions.html - QOpenGLFunctions - () - - - - QOpenGLFunctions - qopenglfunctions.html - QOpenGLFunctions-1 - (QOpenGLContext *context) - - - - ~QOpenGLFunctions - qopenglfunctions.html - dtor.QOpenGLFunctions - () - - - OpenGLFeature - qopenglfunctions.html - OpenGLFeature-enum - - - Multitexture - qopenglfunctions.html - OpenGLFeature-enum - - - Shaders - qopenglfunctions.html - OpenGLFeature-enum - - - Buffers - qopenglfunctions.html - OpenGLFeature-enum - - - Framebuffers - qopenglfunctions.html - OpenGLFeature-enum - - - BlendColor - qopenglfunctions.html - OpenGLFeature-enum - - - BlendEquation - qopenglfunctions.html - OpenGLFeature-enum - - - BlendEquationSeparate - qopenglfunctions.html - OpenGLFeature-enum - - - BlendFuncSeparate - qopenglfunctions.html - OpenGLFeature-enum - - - BlendSubtract - qopenglfunctions.html - OpenGLFeature-enum - - - CompressedTextures - qopenglfunctions.html - OpenGLFeature-enum - - - Multisample - qopenglfunctions.html - OpenGLFeature-enum - - - StencilSeparate - qopenglfunctions.html - OpenGLFeature-enum - - - NPOTTextures - qopenglfunctions.html - OpenGLFeature-enum - - - NPOTTextureRepeat - qopenglfunctions.html - OpenGLFeature-enum - - - FixedFunctionPipeline - qopenglfunctions.html - OpenGLFeature-enum - - - TextureRGFormats - qopenglfunctions.html - OpenGLFeature-enum - - - MultipleRenderTargets - qopenglfunctions.html - OpenGLFeature-enum - - - BlendEquationAdvanced - qopenglfunctions.html - OpenGLFeature-enum - - - OpenGLFeatures - qopenglfunctions.html - OpenGLFeature-enum - - - - QOpenGLFunctions::OpenGLFeatures - openGLFeatures - qopenglfunctions.html - openGLFeatures - () const const - - - bool - hasOpenGLFeature - qopenglfunctions.html - hasOpenGLFeature - (QOpenGLFunctions::OpenGLFeature feature) const const - - - void - initializeOpenGLFunctions - qopenglfunctions.html - initializeOpenGLFunctions - () - - - void - initializeGLFunctions - qopenglfunctions-obsolete.html - initializeGLFunctions - () - - - void - glBindTexture - qopenglfunctions.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glBlendFunc - qopenglfunctions.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glClear - qopenglfunctions.html - glClear - (GLbitfield mask) - - - void - glClearColor - qopenglfunctions.html - glClearColor - (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) - - - void - glClearStencil - qopenglfunctions.html - glClearStencil - (GLint s) - - - void - glColorMask - qopenglfunctions.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glCopyTexImage2D - qopenglfunctions.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexSubImage2D - qopenglfunctions.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCullFace - qopenglfunctions.html - glCullFace - (GLenum mode) - - - void - glDeleteTextures - qopenglfunctions.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glDepthFunc - qopenglfunctions.html - glDepthFunc - (GLenum func) - - - void - glDepthMask - qopenglfunctions.html - glDepthMask - (GLboolean flag) - - - void - glDisable - qopenglfunctions.html - glDisable - (GLenum cap) - - - void - glDrawArrays - qopenglfunctions.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glDrawElements - qopenglfunctions.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glEnable - qopenglfunctions.html - glEnable - (GLenum cap) - - - void - glFinish - qopenglfunctions.html - glFinish - () - - - void - glFlush - qopenglfunctions.html - glFlush - () - - - void - glFrontFace - qopenglfunctions.html - glFrontFace - (GLenum mode) - - - void - glGenTextures - qopenglfunctions.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glGetBooleanv - qopenglfunctions.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - GLenum - glGetError - qopenglfunctions.html - glGetError - () - - - void - glGetFloatv - qopenglfunctions.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - void - glGetIntegerv - qopenglfunctions.html - glGetIntegerv - (GLenum pname, GLint *params) - - - const GLubyte * - glGetString - qopenglfunctions.html - glGetString - (GLenum name) - - - void - glGetTexParameterfv - qopenglfunctions.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glHint - qopenglfunctions.html - glHint - (GLenum target, GLenum mode) - - - GLboolean - glIsEnabled - qopenglfunctions.html - glIsEnabled - (GLenum cap) - - - GLboolean - glIsTexture - qopenglfunctions.html - glIsTexture - (GLuint texture) - - - void - glLineWidth - qopenglfunctions.html - glLineWidth - (GLfloat width) - - - void - glPixelStorei - qopenglfunctions.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPolygonOffset - qopenglfunctions.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glReadPixels - qopenglfunctions.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glScissor - qopenglfunctions.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glStencilFunc - qopenglfunctions.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glStencilMask - qopenglfunctions.html - glStencilMask - (GLuint mask) - - - void - glStencilOp - qopenglfunctions.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glTexImage2D - qopenglfunctions.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameterf - qopenglfunctions.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glTexParameterfv - qopenglfunctions.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameteri - qopenglfunctions.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameteriv - qopenglfunctions.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexSubImage2D - qopenglfunctions.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glViewport - qopenglfunctions.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glActiveTexture - qopenglfunctions.html - glActiveTexture - (GLenum texture) - - - void - glAttachShader - qopenglfunctions.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions.html - glBindAttribLocation - (GLuint program, GLuint index, const char *name) - - - void - glBindBuffer - qopenglfunctions.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glBindFramebuffer - qopenglfunctions.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - void - glBindRenderbuffer - qopenglfunctions.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - void - glBlendColor - qopenglfunctions.html - glBlendColor - (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) - - - void - glBlendEquation - qopenglfunctions.html - glBlendEquation - (GLenum mode) - - - void - glBlendEquationSeparate - qopenglfunctions.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendFuncSeparate - qopenglfunctions.html - glBlendFuncSeparate - (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBufferData - qopenglfunctions.html - glBufferData - (GLenum target, qopengl_GLsizeiptr size, const void *data, GLenum usage) - - - void - glBufferSubData - qopenglfunctions.html - glBufferSubData - (GLenum target, qopengl_GLintptr offset, qopengl_GLsizeiptr size, const void *data) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions.html - glCheckFramebufferStatus - (GLenum target) - - - void - glClearDepthf - qopenglfunctions.html - glClearDepthf - (GLclampf depth) - - - void - glCompileShader - qopenglfunctions.html - glCompileShader - (GLuint shader) - - - void - glCompressedTexImage2D - qopenglfunctions.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - GLuint - glCreateProgram - qopenglfunctions.html - glCreateProgram - () - - - GLuint - glCreateShader - qopenglfunctions.html - glCreateShader - (GLenum type) - - - void - glDeleteBuffers - qopenglfunctions.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glDeleteFramebuffers - qopenglfunctions.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glDeleteProgram - qopenglfunctions.html - glDeleteProgram - (GLuint program) - - - void - glDeleteRenderbuffers - qopenglfunctions.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glDeleteShader - qopenglfunctions.html - glDeleteShader - (GLuint shader) - - - void - glDepthRangef - qopenglfunctions.html - glDepthRangef - (GLclampf zNear, GLclampf zFar) - - - void - glDetachShader - qopenglfunctions.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDisableVertexAttribArray - qopenglfunctions.html - glDisableVertexAttribArray - (GLuint index) - - - void - glEnableVertexAttribArray - qopenglfunctions.html - glEnableVertexAttribArray - (GLuint index) - - - void - glFramebufferRenderbuffer - qopenglfunctions.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture2D - qopenglfunctions.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glGenBuffers - qopenglfunctions.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glGenerateMipmap - qopenglfunctions.html - glGenerateMipmap - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glGenRenderbuffers - qopenglfunctions.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glGetActiveAttrib - qopenglfunctions.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name) - - - void - glGetActiveUniform - qopenglfunctions.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, char *name) - - - void - glGetAttachedShaders - qopenglfunctions.html - glGetAttachedShaders - (GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) - - - GLint - glGetAttribLocation - qopenglfunctions.html - glGetAttribLocation - (GLuint program, const char *name) - - - void - glGetBufferParameteriv - qopenglfunctions.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glGetProgramiv - qopenglfunctions.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions.html - glGetProgramInfoLog - (GLuint program, GLsizei bufsize, GLsizei *length, char *infolog) - - - void - glGetRenderbufferParameteriv - qopenglfunctions.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetShaderiv - qopenglfunctions.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetShaderInfoLog - qopenglfunctions.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufsize, GLsizei *length, char *infolog) - - - void - glGetShaderPrecisionFormat - qopenglfunctions.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glGetShaderSource - qopenglfunctions.html - glGetShaderSource - (GLuint shader, GLsizei bufsize, GLsizei *length, char *source) - - - void - glGetUniformfv - qopenglfunctions.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - void - glGetUniformiv - qopenglfunctions.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - GLint - glGetUniformLocation - qopenglfunctions.html - glGetUniformLocation - (GLuint program, const char *name) - - - void - glGetVertexAttribfv - qopenglfunctions.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribiv - qopenglfunctions.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribPointerv - qopenglfunctions.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, void **pointer) - - - GLboolean - glIsBuffer - qopenglfunctions.html - glIsBuffer - (GLuint buffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions.html - glIsFramebuffer - (GLuint framebuffer) - - - GLboolean - glIsProgram - qopenglfunctions.html - glIsProgram - (GLuint program) - - - GLboolean - glIsRenderbuffer - qopenglfunctions.html - glIsRenderbuffer - (GLuint renderbuffer) - - - GLboolean - glIsShader - qopenglfunctions.html - glIsShader - (GLuint shader) - - - void - glLinkProgram - qopenglfunctions.html - glLinkProgram - (GLuint program) - - - void - glReleaseShaderCompiler - qopenglfunctions.html - glReleaseShaderCompiler - () - - - void - glRenderbufferStorage - qopenglfunctions.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glSampleCoverage - qopenglfunctions.html - glSampleCoverage - (GLclampf value, GLboolean invert) - - - void - glShaderBinary - qopenglfunctions.html - glShaderBinary - (GLint n, const GLuint *shaders, GLenum binaryformat, const void *binary, GLint length) - - - void - glShaderSource - qopenglfunctions.html - glShaderSource - (GLuint shader, GLsizei count, const char **string, const GLint *length) - - - void - glStencilFuncSeparate - qopenglfunctions.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilMaskSeparate - qopenglfunctions.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions.html - glStencilOpSeparate - (GLenum face, GLenum fail, GLenum zfail, GLenum zpass) - - - void - glUniform1f - qopenglfunctions.html - glUniform1f - (GLint location, GLfloat x) - - - void - glUniform1fv - qopenglfunctions.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform1i - qopenglfunctions.html - glUniform1i - (GLint location, GLint x) - - - void - glUniform1iv - qopenglfunctions.html - glUniform1iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform2f - qopenglfunctions.html - glUniform2f - (GLint location, GLfloat x, GLfloat y) - - - void - glUniform2fv - qopenglfunctions.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform2i - qopenglfunctions.html - glUniform2i - (GLint location, GLint x, GLint y) - - - void - glUniform2iv - qopenglfunctions.html - glUniform2iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform3f - qopenglfunctions.html - glUniform3f - (GLint location, GLfloat x, GLfloat y, GLfloat z) - - - void - glUniform3fv - qopenglfunctions.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform3i - qopenglfunctions.html - glUniform3i - (GLint location, GLint x, GLint y, GLint z) - - - void - glUniform3iv - qopenglfunctions.html - glUniform3iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform4f - qopenglfunctions.html - glUniform4f - (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glUniform4fv - qopenglfunctions.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform4i - qopenglfunctions.html - glUniform4i - (GLint location, GLint x, GLint y, GLint z, GLint w) - - - void - glUniform4iv - qopenglfunctions.html - glUniform4iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniformMatrix2fv - qopenglfunctions.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4fv - qopenglfunctions.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUseProgram - qopenglfunctions.html - glUseProgram - (GLuint program) - - - void - glValidateProgram - qopenglfunctions.html - glValidateProgram - (GLuint program) - - - void - glVertexAttrib1f - qopenglfunctions.html - glVertexAttrib1f - (GLuint indx, GLfloat x) - - - void - glVertexAttrib1fv - qopenglfunctions.html - glVertexAttrib1fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib2f - qopenglfunctions.html - glVertexAttrib2f - (GLuint indx, GLfloat x, GLfloat y) - - - void - glVertexAttrib2fv - qopenglfunctions.html - glVertexAttrib2fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib3f - qopenglfunctions.html - glVertexAttrib3f - (GLuint indx, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3fv - qopenglfunctions.html - glVertexAttrib3fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib4f - qopenglfunctions.html - glVertexAttrib4f - (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4fv - qopenglfunctions.html - glVertexAttrib4fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttribPointer - qopenglfunctions.html - glVertexAttribPointer - (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *ptr) - - - - QOpenGLExtraFunctions - qopenglextrafunctions.html - QOpenGLFunctions - - - QOpenGLExtraFunctions - qopenglextrafunctions.html - QOpenGLExtraFunctions - () - - - - QOpenGLExtraFunctions - qopenglextrafunctions.html - QOpenGLExtraFunctions-1 - (QOpenGLContext *context) - - - - ~QOpenGLExtraFunctions - qopenglextrafunctions.html - dtor.QOpenGLExtraFunctions - () - - - void - glReadBuffer - qopenglextrafunctions.html - glReadBuffer - (GLenum src) - - - void - glDrawRangeElements - qopenglextrafunctions.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) - - - void - glTexImage3D - qopenglextrafunctions.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexSubImage3D - qopenglextrafunctions.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glCopyTexSubImage3D - qopenglextrafunctions.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCompressedTexImage3D - qopenglextrafunctions.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage3D - qopenglextrafunctions.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glGenQueries - qopenglextrafunctions.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glDeleteQueries - qopenglextrafunctions.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - GLboolean - glIsQuery - qopenglextrafunctions.html - glIsQuery - (GLuint id) - - - void - glBeginQuery - qopenglextrafunctions.html - glBeginQuery - (GLenum target, GLuint id) - - - void - glEndQuery - qopenglextrafunctions.html - glEndQuery - (GLenum target) - - - void - glGetQueryiv - qopenglextrafunctions.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetQueryObjectuiv - qopenglextrafunctions.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - GLboolean - glUnmapBuffer - qopenglextrafunctions.html - glUnmapBuffer - (GLenum target) - - - void - glGetBufferPointerv - qopenglextrafunctions.html - glGetBufferPointerv - (GLenum target, GLenum pname, void **params) - - - void - glDrawBuffers - qopenglextrafunctions.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glUniformMatrix2x3fv - qopenglextrafunctions.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglextrafunctions.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglextrafunctions.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglextrafunctions.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglextrafunctions.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x3fv - qopenglextrafunctions.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glBlitFramebuffer - qopenglextrafunctions.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glRenderbufferStorageMultisample - qopenglextrafunctions.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glFramebufferTextureLayer - qopenglextrafunctions.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void * - glMapBufferRange - qopenglextrafunctions.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFlushMappedBufferRange - qopenglextrafunctions.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - void - glBindVertexArray - qopenglextrafunctions.html - glBindVertexArray - (GLuint array) - - - void - glDeleteVertexArrays - qopenglextrafunctions.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glGenVertexArrays - qopenglextrafunctions.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - GLboolean - glIsVertexArray - qopenglextrafunctions.html - glIsVertexArray - (GLuint array) - - - void - glGetIntegeri_v - qopenglextrafunctions.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glBeginTransformFeedback - qopenglextrafunctions.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - void - glEndTransformFeedback - qopenglextrafunctions.html - glEndTransformFeedback - () - - - void - glBindBufferRange - qopenglextrafunctions.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glBindBufferBase - qopenglextrafunctions.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glTransformFeedbackVaryings - qopenglextrafunctions.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glGetTransformFeedbackVarying - qopenglextrafunctions.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glVertexAttribIPointer - qopenglextrafunctions.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glGetVertexAttribIiv - qopenglextrafunctions.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribIuiv - qopenglextrafunctions.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glVertexAttribI4i - qopenglextrafunctions.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI4ui - qopenglextrafunctions.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI4iv - qopenglextrafunctions.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4uiv - qopenglextrafunctions.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glGetUniformuiv - qopenglextrafunctions.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - GLint - glGetFragDataLocation - qopenglextrafunctions.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glUniform1ui - qopenglextrafunctions.html - glUniform1ui - (GLint location, GLuint v0) - - - void - glUniform2ui - qopenglextrafunctions.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform3ui - qopenglextrafunctions.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform4ui - qopenglextrafunctions.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform1uiv - qopenglextrafunctions.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglextrafunctions.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglextrafunctions.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4uiv - qopenglextrafunctions.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glClearBufferiv - qopenglextrafunctions.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glClearBufferuiv - qopenglextrafunctions.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferfv - qopenglextrafunctions.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferfi - qopenglextrafunctions.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - const GLubyte * - glGetStringi - qopenglextrafunctions.html - glGetStringi - (GLenum name, GLuint index) - - - void - glCopyBufferSubData - qopenglextrafunctions.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glGetUniformIndices - qopenglextrafunctions.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glGetActiveUniformsiv - qopenglextrafunctions.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglextrafunctions.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglextrafunctions.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - void - glGetActiveUniformBlockName - qopenglextrafunctions.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glUniformBlockBinding - qopenglextrafunctions.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glDrawArraysInstanced - qopenglextrafunctions.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glDrawElementsInstanced - qopenglextrafunctions.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) - - - GLsync - glFenceSync - qopenglextrafunctions.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - GLboolean - glIsSync - qopenglextrafunctions.html - glIsSync - (GLsync sync) - - - void - glDeleteSync - qopenglextrafunctions.html - glDeleteSync - (GLsync sync) - - - GLenum - glClientWaitSync - qopenglextrafunctions.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glWaitSync - qopenglextrafunctions.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glGetInteger64v - qopenglextrafunctions.html - glGetInteger64v - (GLenum pname, GLint64 *data) - - - void - glGetSynciv - qopenglextrafunctions.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64i_v - qopenglextrafunctions.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glGetBufferParameteri64v - qopenglextrafunctions.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGenSamplers - qopenglextrafunctions.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - void - glDeleteSamplers - qopenglextrafunctions.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - GLboolean - glIsSampler - qopenglextrafunctions.html - glIsSampler - (GLuint sampler) - - - void - glBindSampler - qopenglextrafunctions.html - glBindSampler - (GLuint unit, GLuint sampler) - - - void - glSamplerParameteri - qopenglextrafunctions.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glSamplerParameteriv - qopenglextrafunctions.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterf - qopenglextrafunctions.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameterfv - qopenglextrafunctions.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glGetSamplerParameteriv - qopenglextrafunctions.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameterfv - qopenglextrafunctions.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glVertexAttribDivisor - qopenglextrafunctions.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glBindTransformFeedback - qopenglextrafunctions.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glDeleteTransformFeedbacks - qopenglextrafunctions.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glGenTransformFeedbacks - qopenglextrafunctions.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - GLboolean - glIsTransformFeedback - qopenglextrafunctions.html - glIsTransformFeedback - (GLuint id) - - - void - glPauseTransformFeedback - qopenglextrafunctions.html - glPauseTransformFeedback - () - - - void - glResumeTransformFeedback - qopenglextrafunctions.html - glResumeTransformFeedback - () - - - void - glGetProgramBinary - qopenglextrafunctions.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) - - - void - glProgramBinary - qopenglextrafunctions.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) - - - void - glProgramParameteri - qopenglextrafunctions.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glInvalidateFramebuffer - qopenglextrafunctions.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateSubFramebuffer - qopenglextrafunctions.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexStorage2D - qopenglextrafunctions.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage3D - qopenglextrafunctions.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformativ - qopenglextrafunctions.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDispatchCompute - qopenglextrafunctions.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glDispatchComputeIndirect - qopenglextrafunctions.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDrawArraysIndirect - qopenglextrafunctions.html - glDrawArraysIndirect - (GLenum mode, const void *indirect) - - - void - glDrawElementsIndirect - qopenglextrafunctions.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect) - - - void - glFramebufferParameteri - qopenglextrafunctions.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glGetFramebufferParameteriv - qopenglextrafunctions.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetProgramInterfaceiv - qopenglextrafunctions.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - GLuint - glGetProgramResourceIndex - qopenglextrafunctions.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceName - qopenglextrafunctions.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - void - glGetProgramResourceiv - qopenglextrafunctions.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - GLint - glGetProgramResourceLocation - qopenglextrafunctions.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glUseProgramStages - qopenglextrafunctions.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glActiveShaderProgram - qopenglextrafunctions.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - GLuint - glCreateShaderProgramv - qopenglextrafunctions.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glBindProgramPipeline - qopenglextrafunctions.html - glBindProgramPipeline - (GLuint pipeline) - - - void - glDeleteProgramPipelines - qopenglextrafunctions.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glGenProgramPipelines - qopenglextrafunctions.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - GLboolean - glIsProgramPipeline - qopenglextrafunctions.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGetProgramPipelineiv - qopenglextrafunctions.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - void - glProgramUniform1i - qopenglextrafunctions.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glProgramUniform2i - qopenglextrafunctions.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform3i - qopenglextrafunctions.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform4i - qopenglextrafunctions.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform1ui - qopenglextrafunctions.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform2ui - qopenglextrafunctions.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform3ui - qopenglextrafunctions.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform4ui - qopenglextrafunctions.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform1f - qopenglextrafunctions.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform2f - qopenglextrafunctions.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform3f - qopenglextrafunctions.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform4f - qopenglextrafunctions.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform1iv - qopenglextrafunctions.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2iv - qopenglextrafunctions.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3iv - qopenglextrafunctions.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4iv - qopenglextrafunctions.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1uiv - qopenglextrafunctions.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2uiv - qopenglextrafunctions.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3uiv - qopenglextrafunctions.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4uiv - qopenglextrafunctions.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1fv - qopenglextrafunctions.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2fv - qopenglextrafunctions.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3fv - qopenglextrafunctions.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4fv - qopenglextrafunctions.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglextrafunctions.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglextrafunctions.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4fv - qopenglextrafunctions.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglextrafunctions.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglextrafunctions.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglextrafunctions.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglextrafunctions.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglextrafunctions.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x3fv - qopenglextrafunctions.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glValidateProgramPipeline - qopenglextrafunctions.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glGetProgramPipelineInfoLog - qopenglextrafunctions.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glBindImageTexture - qopenglextrafunctions.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetBooleani_v - qopenglextrafunctions.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glMemoryBarrier - qopenglextrafunctions.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glMemoryBarrierByRegion - qopenglextrafunctions.html - glMemoryBarrierByRegion - (GLbitfield barriers) - - - void - glTexStorage2DMultisample - qopenglextrafunctions.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetMultisamplefv - qopenglextrafunctions.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glSampleMaski - qopenglextrafunctions.html - glSampleMaski - (GLuint maskNumber, GLbitfield mask) - - - void - glGetTexLevelParameteriv - qopenglextrafunctions.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglextrafunctions.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glBindVertexBuffer - qopenglextrafunctions.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glVertexAttribFormat - qopenglextrafunctions.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglextrafunctions.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribBinding - qopenglextrafunctions.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexBindingDivisor - qopenglextrafunctions.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glBlendBarrier - qopenglextrafunctions.html - glBlendBarrier - () - - - void - glCopyImageSubData - qopenglextrafunctions.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDebugMessageControl - qopenglextrafunctions.html - glDebugMessageControl - (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) - - - void - glDebugMessageInsert - qopenglextrafunctions.html - glDebugMessageInsert - (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) - - - void - glDebugMessageCallback - qopenglextrafunctions.html - glDebugMessageCallback - (GLDEBUGPROC callback, const void *userParam) - - - GLuint - glGetDebugMessageLog - qopenglextrafunctions.html - glGetDebugMessageLog - (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) - - - void - glPushDebugGroup - qopenglextrafunctions.html - glPushDebugGroup - (GLenum source, GLuint id, GLsizei length, const GLchar *message) - - - void - glPopDebugGroup - qopenglextrafunctions.html - glPopDebugGroup - () - - - void - glObjectLabel - qopenglextrafunctions.html - glObjectLabel - (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) - - - void - glGetObjectLabel - qopenglextrafunctions.html - glGetObjectLabel - (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectPtrLabel - qopenglextrafunctions.html - glObjectPtrLabel - (const void *ptr, GLsizei length, const GLchar *label) - - - void - glGetObjectPtrLabel - qopenglextrafunctions.html - glGetObjectPtrLabel - (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glGetPointerv - qopenglextrafunctions.html - glGetPointerv - (GLenum pname, void **params) - - - void - glEnablei - qopenglextrafunctions.html - glEnablei - (GLenum target, GLuint index) - - - void - glDisablei - qopenglextrafunctions.html - glDisablei - (GLenum target, GLuint index) - - - void - glBlendEquationi - qopenglextrafunctions.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glBlendEquationSeparatei - qopenglextrafunctions.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendFunci - qopenglextrafunctions.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendFuncSeparatei - qopenglextrafunctions.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glColorMaski - qopenglextrafunctions.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - GLboolean - glIsEnabledi - qopenglextrafunctions.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDrawElementsBaseVertex - qopenglextrafunctions.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglextrafunctions.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglextrafunctions.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) - - - void - glFramebufferTexture - qopenglextrafunctions.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glPrimitiveBoundingBox - qopenglextrafunctions.html - glPrimitiveBoundingBox - (GLfloat minX, GLfloat minY, GLfloat minZ, GLfloat minW, GLfloat maxX, GLfloat maxY, GLfloat maxZ, GLfloat maxW) - - - GLenum - glGetGraphicsResetStatus - qopenglextrafunctions.html - glGetGraphicsResetStatus - () - - - void - glReadnPixels - qopenglextrafunctions.html - glReadnPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) - - - void - glGetnUniformfv - qopenglextrafunctions.html - glGetnUniformfv - (GLuint program, GLint location, GLsizei bufSize, GLfloat *params) - - - void - glGetnUniformiv - qopenglextrafunctions.html - glGetnUniformiv - (GLuint program, GLint location, GLsizei bufSize, GLint *params) - - - void - glGetnUniformuiv - qopenglextrafunctions.html - glGetnUniformuiv - (GLuint program, GLint location, GLsizei bufSize, GLuint *params) - - - void - glMinSampleShading - qopenglextrafunctions.html - glMinSampleShading - (GLfloat value) - - - void - glPatchParameteri - qopenglextrafunctions.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glTexParameterIiv - qopenglextrafunctions.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameterIuiv - qopenglextrafunctions.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glGetTexParameterIiv - qopenglextrafunctions.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterIuiv - qopenglextrafunctions.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glSamplerParameterIiv - qopenglextrafunctions.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterIuiv - qopenglextrafunctions.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glGetSamplerParameterIiv - qopenglextrafunctions.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameterIuiv - qopenglextrafunctions.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glTexBuffer - qopenglextrafunctions.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glTexBufferRange - qopenglextrafunctions.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glTexStorage3DMultisample - qopenglextrafunctions.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - - Attachment - qopenglframebufferobject.html - Attachment-enum - - - NoAttachment - qopenglframebufferobject.html - Attachment-enum - - - CombinedDepthStencil - qopenglframebufferobject.html - Attachment-enum - - - Depth - qopenglframebufferobject.html - Attachment-enum - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject - (const QSize &size, GLenum target) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject-1 - (int width, int height, GLenum target) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject-2 - (const QSize &size, QOpenGLFramebufferObject::Attachment attachment, GLenum target, GLenum internalFormat) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject-3 - (int width, int height, QOpenGLFramebufferObject::Attachment attachment, GLenum target, GLenum internalFormat) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject-4 - (const QSize &size, const QOpenGLFramebufferObjectFormat &format) - - - - QOpenGLFramebufferObject - qopenglframebufferobject.html - QOpenGLFramebufferObject-5 - (int width, int height, const QOpenGLFramebufferObjectFormat &format) - - - virtual - ~QOpenGLFramebufferObject - qopenglframebufferobject.html - dtor.QOpenGLFramebufferObject - () - - - void - addColorAttachment - qopenglframebufferobject.html - addColorAttachment - (const QSize &size, GLenum internalFormat) - - - void - addColorAttachment - qopenglframebufferobject.html - addColorAttachment-1 - (int width, int height, GLenum internalFormat) - - - QOpenGLFramebufferObjectFormat - format - qopenglframebufferobject.html - format - () const const - - - bool - isValid - qopenglframebufferobject.html - isValid - () const const - - - bool - isBound - qopenglframebufferobject.html - isBound - () const const - - - bool - bind - qopenglframebufferobject.html - bind - () - - - bool - release - qopenglframebufferobject.html - release - () - - - int - width - qopenglframebufferobject.html - width - () const const - - - int - height - qopenglframebufferobject.html - height - () const const - - - GLuint - texture - qopenglframebufferobject.html - texture - () const const - - - QVector<GLuint> - textures - qopenglframebufferobject.html - textures - () const const - - - GLuint - takeTexture - qopenglframebufferobject.html - takeTexture - () - - - GLuint - takeTexture - qopenglframebufferobject.html - takeTexture-1 - (int colorAttachmentIndex) - - - QSize - size - qopenglframebufferobject.html - size - () const const - - - QVector<QSize> - sizes - qopenglframebufferobject.html - sizes - () const const - - - QImage - toImage - qopenglframebufferobject.html - toImage-1 - () const const - - - QImage - toImage - qopenglframebufferobject.html - toImage - (bool flipped) const const - - - QImage - toImage - qopenglframebufferobject.html - toImage-2 - (bool flipped, int colorAttachmentIndex) const const - - - QOpenGLFramebufferObject::Attachment - attachment - qopenglframebufferobject.html - attachment - () const const - - - void - setAttachment - qopenglframebufferobject.html - setAttachment - (QOpenGLFramebufferObject::Attachment attachment) - - - GLuint - handle - qopenglframebufferobject.html - handle - () const const - - - bool - bindDefault - qopenglframebufferobject.html - bindDefault - () - - - bool - hasOpenGLFramebufferObjects - qopenglframebufferobject.html - hasOpenGLFramebufferObjects - () - - - bool - hasOpenGLFramebufferBlit - qopenglframebufferobject.html - hasOpenGLFramebufferBlit - () - - - FramebufferRestorePolicy - qopenglframebufferobject.html - FramebufferRestorePolicy-enum - - - DontRestoreFramebufferBinding - qopenglframebufferobject.html - FramebufferRestorePolicy-enum - - - RestoreFramebufferBindingToDefault - qopenglframebufferobject.html - FramebufferRestorePolicy-enum - - - RestoreFrameBufferBinding - qopenglframebufferobject.html - FramebufferRestorePolicy-enum - - - void - blitFramebuffer - qopenglframebufferobject.html - blitFramebuffer - (QOpenGLFramebufferObject *target, const QRect &targetRect, QOpenGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter, int readColorAttachmentIndex, int drawColorAttachmentIndex, QOpenGLFramebufferObject::FramebufferRestorePolicy restorePolicy) - - - void - blitFramebuffer - qopenglframebufferobject.html - blitFramebuffer-1 - (QOpenGLFramebufferObject *target, const QRect &targetRect, QOpenGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter, int readColorAttachmentIndex, int drawColorAttachmentIndex) - - - void - blitFramebuffer - qopenglframebufferobject.html - blitFramebuffer-2 - (QOpenGLFramebufferObject *target, const QRect &targetRect, QOpenGLFramebufferObject *source, const QRect &sourceRect, GLbitfield buffers, GLenum filter) - - - void - blitFramebuffer - qopenglframebufferobject.html - blitFramebuffer-3 - (QOpenGLFramebufferObject *target, QOpenGLFramebufferObject *source, GLbitfield buffers, GLenum filter) - - - - QOpenGLFramebufferObjectFormat - qopenglframebufferobjectformat.html - - - QOpenGLFramebufferObjectFormat - qopenglframebufferobjectformat.html - QOpenGLFramebufferObjectFormat - () - - - - QOpenGLFramebufferObjectFormat - qopenglframebufferobjectformat.html - QOpenGLFramebufferObjectFormat-1 - (const QOpenGLFramebufferObjectFormat &other) - - - QOpenGLFramebufferObjectFormat & - operator= - qopenglframebufferobjectformat.html - operator-eq - (const QOpenGLFramebufferObjectFormat &other) - - - - ~QOpenGLFramebufferObjectFormat - qopenglframebufferobjectformat.html - dtor.QOpenGLFramebufferObjectFormat - () - - - void - setSamples - qopenglframebufferobjectformat.html - setSamples - (int samples) - - - int - samples - qopenglframebufferobjectformat.html - samples - () const const - - - void - setMipmap - qopenglframebufferobjectformat.html - setMipmap - (bool enabled) - - - bool - mipmap - qopenglframebufferobjectformat.html - mipmap - () const const - - - void - setAttachment - qopenglframebufferobjectformat.html - setAttachment - (QOpenGLFramebufferObject::Attachment attachment) - - - QOpenGLFramebufferObject::Attachment - attachment - qopenglframebufferobjectformat.html - attachment - () const const - - - void - setTextureTarget - qopenglframebufferobjectformat.html - setTextureTarget - (GLenum target) - - - GLenum - textureTarget - qopenglframebufferobjectformat.html - textureTarget - () const const - - - void - setInternalTextureFormat - qopenglframebufferobjectformat.html - setInternalTextureFormat - (GLenum internalTextureFormat) - - - GLenum - internalTextureFormat - qopenglframebufferobjectformat.html - internalTextureFormat - () const const - - - bool - operator== - qopenglframebufferobjectformat.html - operator-eq-eq - (const QOpenGLFramebufferObjectFormat &other) const const - - - bool - operator!= - qopenglframebufferobjectformat.html - operator-not-eq - (const QOpenGLFramebufferObjectFormat &other) const const - - - - QOpenGLPaintDevice - qopenglpaintdevice.html - QPaintDevice - - - QOpenGLPaintDevice - qopenglpaintdevice.html - QOpenGLPaintDevice - () - - - - QOpenGLPaintDevice - qopenglpaintdevice.html - QOpenGLPaintDevice-1 - (const QSize &size) - - - - QOpenGLPaintDevice - qopenglpaintdevice.html - QOpenGLPaintDevice-2 - (int width, int height) - - - virtual - ~QOpenGLPaintDevice - qopenglpaintdevice.html - dtor.QOpenGLPaintDevice - () - - - virtual QPaintEngine * - paintEngine - qopenglpaintdevice.html - paintEngine - () const const override - - - QOpenGLContext * - context - qopenglpaintdevice.html - context - () const const - - - QSize - size - qopenglpaintdevice.html - size - () const const - - - void - setSize - qopenglpaintdevice.html - setSize - (const QSize &size) - - - void - setDevicePixelRatio - qopenglpaintdevice.html - setDevicePixelRatio - (qreal devicePixelRatio) - - - qreal - dotsPerMeterX - qopenglpaintdevice.html - dotsPerMeterX - () const const - - - qreal - dotsPerMeterY - qopenglpaintdevice.html - dotsPerMeterY - () const const - - - void - setDotsPerMeterX - qopenglpaintdevice.html - setDotsPerMeterX - (qreal dpmx) - - - void - setDotsPerMeterY - qopenglpaintdevice.html - setDotsPerMeterY - (qreal dpmy) - - - void - setPaintFlipped - qopenglpaintdevice.html - setPaintFlipped - (bool flipped) - - - bool - paintFlipped - qopenglpaintdevice.html - paintFlipped - () const const - - - virtual void - ensureActiveTarget - qopenglpaintdevice.html - ensureActiveTarget - () - - - virtual int - metric - qopenglpaintdevice.html - metric - (QPaintDevice::PaintDeviceMetric metric) const const override - - - - QOpenGLPaintDevice - qopenglpaintdevice.html - QOpenGLPaintDevice-4 - (const QOpenGLPaintDevice &) - - - QOpenGLPaintDevice & - operator= - qopenglpaintdevice.html - operator-eq - (const QOpenGLPaintDevice &) - - - - QOpenGLPixelTransferOptions - qopenglpixeltransferoptions.html - - - QOpenGLPixelTransferOptions - qopenglpixeltransferoptions.html - QOpenGLPixelTransferOptions - () - - - - ~QOpenGLPixelTransferOptions - qopenglpixeltransferoptions.html - dtor.QOpenGLPixelTransferOptions - () - - - void - setAlignment - qopenglpixeltransferoptions.html - setAlignment - (int alignment) - - - int - alignment - qopenglpixeltransferoptions.html - alignment - () const const - - - void - setSkipImages - qopenglpixeltransferoptions.html - setSkipImages - (int skipImages) - - - int - skipImages - qopenglpixeltransferoptions.html - skipImages - () const const - - - void - setSkipRows - qopenglpixeltransferoptions.html - setSkipRows - (int skipRows) - - - int - skipRows - qopenglpixeltransferoptions.html - skipRows - () const const - - - void - setSkipPixels - qopenglpixeltransferoptions.html - setSkipPixels - (int skipPixels) - - - int - skipPixels - qopenglpixeltransferoptions.html - skipPixels - () const const - - - void - setImageHeight - qopenglpixeltransferoptions.html - setImageHeight - (int imageHeight) - - - int - imageHeight - qopenglpixeltransferoptions.html - imageHeight - () const const - - - void - setRowLength - qopenglpixeltransferoptions.html - setRowLength - (int rowLength) - - - int - rowLength - qopenglpixeltransferoptions.html - rowLength - () const const - - - void - setLeastSignificantByteFirst - qopenglpixeltransferoptions.html - setLeastSignificantByteFirst - (bool lsbFirst) - - - bool - isLeastSignificantBitFirst - qopenglpixeltransferoptions.html - isLeastSignificantBitFirst - () const const - - - void - setSwapBytesEnabled - qopenglpixeltransferoptions.html - setSwapBytesEnabled - (bool swapBytes) - - - bool - isSwapBytesEnabled - qopenglpixeltransferoptions.html - isSwapBytesEnabled - () const const - - - - QOpenGLShader - qopenglshader.html - QObject - - virtual const QMetaObject * - metaObject - qopenglshader.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglshader.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglshader.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglshader.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglshader.html - trUtf8 - (const char *s, const char *c, int n) - - - ShaderTypeBit - qopenglshader.html - ShaderTypeBit-enum - - - Vertex - qopenglshader.html - ShaderTypeBit-enum - - - Fragment - qopenglshader.html - ShaderTypeBit-enum - - - Geometry - qopenglshader.html - ShaderTypeBit-enum - - - TessellationControl - qopenglshader.html - ShaderTypeBit-enum - - - TessellationEvaluation - qopenglshader.html - ShaderTypeBit-enum - - - Compute - qopenglshader.html - ShaderTypeBit-enum - - - ShaderType - qopenglshader.html - ShaderTypeBit-enum - - - - - QOpenGLShader - qopenglshader.html - QOpenGLShader - (QOpenGLShader::ShaderType type, QObject *parent) - - - virtual - ~QOpenGLShader - qopenglshader.html - dtor.QOpenGLShader - () - - - QOpenGLShader::ShaderType - shaderType - qopenglshader.html - shaderType - () const const - - - bool - compileSourceCode - qopenglshader.html - compileSourceCode - (const char *source) - - - bool - compileSourceCode - qopenglshader.html - compileSourceCode-1 - (const QByteArray &source) - - - bool - compileSourceCode - qopenglshader.html - compileSourceCode-2 - (const QString &source) - - - bool - compileSourceFile - qopenglshader.html - compileSourceFile - (const QString &fileName) - - - QByteArray - sourceCode - qopenglshader.html - sourceCode - () const const - - - bool - isCompiled - qopenglshader.html - isCompiled - () const const - - - QString - log - qopenglshader.html - log - () const const - - - GLuint - shaderId - qopenglshader.html - shaderId - () const const - - - bool - hasOpenGLShaders - qopenglshader.html - hasOpenGLShaders - (QOpenGLShader::ShaderType type, QOpenGLContext *context) - - - - QOpenGLShaderProgram - qopenglshaderprogram.html - QObject - - virtual const QMetaObject * - metaObject - qopenglshaderprogram.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglshaderprogram.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglshaderprogram.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglshaderprogram.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglshaderprogram.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOpenGLShaderProgram - qopenglshaderprogram.html - QOpenGLShaderProgram - (QObject *parent) - - - virtual - ~QOpenGLShaderProgram - qopenglshaderprogram.html - dtor.QOpenGLShaderProgram - () - - - bool - addShader - qopenglshaderprogram.html - addShader - (QOpenGLShader *shader) - - - void - removeShader - qopenglshaderprogram.html - removeShader - (QOpenGLShader *shader) - - - QList<QOpenGLShader *> - shaders - qopenglshaderprogram.html - shaders - () const const - - - bool - addShaderFromSourceCode - qopenglshaderprogram.html - addShaderFromSourceCode - (QOpenGLShader::ShaderType type, const char *source) - - - bool - addShaderFromSourceCode - qopenglshaderprogram.html - addShaderFromSourceCode-1 - (QOpenGLShader::ShaderType type, const QByteArray &source) - - - bool - addShaderFromSourceCode - qopenglshaderprogram.html - addShaderFromSourceCode-2 - (QOpenGLShader::ShaderType type, const QString &source) - - - bool - addShaderFromSourceFile - qopenglshaderprogram.html - addShaderFromSourceFile - (QOpenGLShader::ShaderType type, const QString &fileName) - - - bool - addCacheableShaderFromSourceCode - qopenglshaderprogram.html - addCacheableShaderFromSourceCode - (QOpenGLShader::ShaderType type, const char *source) - - - bool - addCacheableShaderFromSourceCode - qopenglshaderprogram.html - addCacheableShaderFromSourceCode-1 - (QOpenGLShader::ShaderType type, const QByteArray &source) - - - bool - addCacheableShaderFromSourceCode - qopenglshaderprogram.html - addCacheableShaderFromSourceCode-2 - (QOpenGLShader::ShaderType type, const QString &source) - - - bool - addCacheableShaderFromSourceFile - qopenglshaderprogram.html - addCacheableShaderFromSourceFile - (QOpenGLShader::ShaderType type, const QString &fileName) - - - void - removeAllShaders - qopenglshaderprogram.html - removeAllShaders - () - - - virtual bool - link - qopenglshaderprogram.html - link - () - - - bool - isLinked - qopenglshaderprogram.html - isLinked - () const const - - - QString - log - qopenglshaderprogram.html - log - () const const - - - bool - bind - qopenglshaderprogram.html - bind - () - - - void - release - qopenglshaderprogram.html - release - () - - - bool - create - qopenglshaderprogram.html - create - () - - - GLuint - programId - qopenglshaderprogram.html - programId - () const const - - - int - maxGeometryOutputVertices - qopenglshaderprogram.html - maxGeometryOutputVertices - () const const - - - void - setPatchVertexCount - qopenglshaderprogram.html - setPatchVertexCount - (int count) - - - int - patchVertexCount - qopenglshaderprogram.html - patchVertexCount - () const const - - - void - setDefaultOuterTessellationLevels - qopenglshaderprogram.html - setDefaultOuterTessellationLevels - (const QVector<float> &levels) - - - QVector<float> - defaultOuterTessellationLevels - qopenglshaderprogram.html - defaultOuterTessellationLevels - () const const - - - void - setDefaultInnerTessellationLevels - qopenglshaderprogram.html - setDefaultInnerTessellationLevels - (const QVector<float> &levels) - - - QVector<float> - defaultInnerTessellationLevels - qopenglshaderprogram.html - defaultInnerTessellationLevels - () const const - - - void - bindAttributeLocation - qopenglshaderprogram.html - bindAttributeLocation - (const char *name, int location) - - - void - bindAttributeLocation - qopenglshaderprogram.html - bindAttributeLocation-1 - (const QByteArray &name, int location) - - - void - bindAttributeLocation - qopenglshaderprogram.html - bindAttributeLocation-2 - (const QString &name, int location) - - - int - attributeLocation - qopenglshaderprogram.html - attributeLocation - (const char *name) const const - - - int - attributeLocation - qopenglshaderprogram.html - attributeLocation-1 - (const QByteArray &name) const const - - - int - attributeLocation - qopenglshaderprogram.html - attributeLocation-2 - (const QString &name) const const - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue - (int location, GLfloat value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-1 - (int location, GLfloat x, GLfloat y) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-2 - (int location, GLfloat x, GLfloat y, GLfloat z) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-3 - (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-4 - (int location, const QVector2D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-5 - (int location, const QVector3D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-6 - (int location, const QVector4D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-7 - (int location, const QColor &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-8 - (int location, const GLfloat *values, int columns, int rows) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-9 - (const char *name, GLfloat value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-10 - (const char *name, GLfloat x, GLfloat y) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-11 - (const char *name, GLfloat x, GLfloat y, GLfloat z) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-12 - (const char *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-13 - (const char *name, const QVector2D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-14 - (const char *name, const QVector3D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-15 - (const char *name, const QVector4D &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-16 - (const char *name, const QColor &value) - - - void - setAttributeValue - qopenglshaderprogram.html - setAttributeValue-17 - (const char *name, const GLfloat *values, int columns, int rows) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray - (int location, const GLfloat *values, int tupleSize, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-1 - (int location, const QVector2D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-2 - (int location, const QVector3D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-3 - (int location, const QVector4D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-4 - (int location, GLenum type, const void *values, int tupleSize, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-5 - (const char *name, const GLfloat *values, int tupleSize, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-6 - (const char *name, const QVector2D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-7 - (const char *name, const QVector3D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-8 - (const char *name, const QVector4D *values, int stride) - - - void - setAttributeArray - qopenglshaderprogram.html - setAttributeArray-9 - (const char *name, GLenum type, const void *values, int tupleSize, int stride) - - - void - setAttributeBuffer - qopenglshaderprogram.html - setAttributeBuffer - (int location, GLenum type, int offset, int tupleSize, int stride) - - - void - setAttributeBuffer - qopenglshaderprogram.html - setAttributeBuffer-1 - (const char *name, GLenum type, int offset, int tupleSize, int stride) - - - void - enableAttributeArray - qopenglshaderprogram.html - enableAttributeArray - (int location) - - - void - enableAttributeArray - qopenglshaderprogram.html - enableAttributeArray-1 - (const char *name) - - - void - disableAttributeArray - qopenglshaderprogram.html - disableAttributeArray - (int location) - - - void - disableAttributeArray - qopenglshaderprogram.html - disableAttributeArray-1 - (const char *name) - - - int - uniformLocation - qopenglshaderprogram.html - uniformLocation - (const char *name) const const - - - int - uniformLocation - qopenglshaderprogram.html - uniformLocation-1 - (const QByteArray &name) const const - - - int - uniformLocation - qopenglshaderprogram.html - uniformLocation-2 - (const QString &name) const const - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue - (int location, GLfloat value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-1 - (int location, GLint value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-2 - (int location, GLuint value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-3 - (int location, GLfloat x, GLfloat y) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-4 - (int location, GLfloat x, GLfloat y, GLfloat z) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-5 - (int location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-6 - (int location, const QVector2D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-7 - (int location, const QVector3D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-8 - (int location, const QVector4D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-9 - (int location, const QColor &color) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-10 - (int location, const QPoint &point) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-11 - (int location, const QPointF &point) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-12 - (int location, const QSize &size) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-13 - (int location, const QSizeF &size) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-14 - (int location, const QMatrix2x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-15 - (int location, const QMatrix2x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-16 - (int location, const QMatrix2x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-17 - (int location, const QMatrix3x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-18 - (int location, const QMatrix3x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-19 - (int location, const QMatrix3x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-20 - (int location, const QMatrix4x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-21 - (int location, const QMatrix4x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-22 - (int location, const QMatrix4x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-23 - (int location, const GLfloat [2][2] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-24 - (int location, const GLfloat [3][3] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-25 - (int location, const GLfloat [4][4] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-26 - (int location, const QTransform &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-27 - (const char *name, GLfloat value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-28 - (const char *name, GLint value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-29 - (const char *name, GLuint value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-30 - (const char *name, GLfloat x, GLfloat y) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-31 - (const char *name, GLfloat x, GLfloat y, GLfloat z) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-32 - (const char *name, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-33 - (const char *name, const QVector2D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-34 - (const char *name, const QVector3D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-35 - (const char *name, const QVector4D &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-36 - (const char *name, const QColor &color) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-37 - (const char *name, const QPoint &point) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-38 - (const char *name, const QPointF &point) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-39 - (const char *name, const QSize &size) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-40 - (const char *name, const QSizeF &size) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-41 - (const char *name, const QMatrix2x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-42 - (const char *name, const QMatrix2x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-43 - (const char *name, const QMatrix2x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-44 - (const char *name, const QMatrix3x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-45 - (const char *name, const QMatrix3x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-46 - (const char *name, const QMatrix3x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-47 - (const char *name, const QMatrix4x2 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-48 - (const char *name, const QMatrix4x3 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-49 - (const char *name, const QMatrix4x4 &value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-50 - (const char *name, const GLfloat [2][2] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-51 - (const char *name, const GLfloat [3][3] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-52 - (const char *name, const GLfloat [4][4] value) - - - void - setUniformValue - qopenglshaderprogram.html - setUniformValue-53 - (const char *name, const QTransform &value) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray - (int location, const GLfloat *values, int count, int tupleSize) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-1 - (int location, const GLint *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-2 - (int location, const GLuint *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-3 - (int location, const QVector2D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-4 - (int location, const QVector3D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-5 - (int location, const QVector4D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-6 - (int location, const QMatrix2x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-7 - (int location, const QMatrix2x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-8 - (int location, const QMatrix2x4 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-9 - (int location, const QMatrix3x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-10 - (int location, const QMatrix3x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-11 - (int location, const QMatrix3x4 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-12 - (int location, const QMatrix4x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-13 - (int location, const QMatrix4x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-14 - (int location, const QMatrix4x4 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-15 - (const char *name, const GLfloat *values, int count, int tupleSize) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-16 - (const char *name, const GLint *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-17 - (const char *name, const GLuint *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-18 - (const char *name, const QVector2D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-19 - (const char *name, const QVector3D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-20 - (const char *name, const QVector4D *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-21 - (const char *name, const QMatrix2x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-22 - (const char *name, const QMatrix2x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-23 - (const char *name, const QMatrix2x4 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-24 - (const char *name, const QMatrix3x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-25 - (const char *name, const QMatrix3x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-26 - (const char *name, const QMatrix3x4 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-27 - (const char *name, const QMatrix4x2 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-28 - (const char *name, const QMatrix4x3 *values, int count) - - - void - setUniformValueArray - qopenglshaderprogram.html - setUniformValueArray-29 - (const char *name, const QMatrix4x4 *values, int count) - - - bool - hasOpenGLShaderPrograms - qopenglshaderprogram.html - hasOpenGLShaderPrograms - (QOpenGLContext *context) - - - - QOpenGLTexture - qopengltexture.html - - void - qt_check_for_QGADGET_macro - qopengltexture.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qopengltexture.html - QtGadgetHelper-typedef - - - - Target - qopengltexture.html - Target-enum - - - Target1D - qopengltexture.html - Target-enum - - - Target1DArray - qopengltexture.html - Target-enum - - - Target2D - qopengltexture.html - Target-enum - - - Target2DArray - qopengltexture.html - Target-enum - - - Target3D - qopengltexture.html - Target-enum - - - TargetCubeMap - qopengltexture.html - Target-enum - - - TargetCubeMapArray - qopengltexture.html - Target-enum - - - Target2DMultisample - qopengltexture.html - Target-enum - - - Target2DMultisampleArray - qopengltexture.html - Target-enum - - - TargetRectangle - qopengltexture.html - Target-enum - - - TargetBuffer - qopengltexture.html - Target-enum - - - BindingTarget - qopengltexture.html - BindingTarget-enum - - - BindingTarget1D - qopengltexture.html - BindingTarget-enum - - - BindingTarget1DArray - qopengltexture.html - BindingTarget-enum - - - BindingTarget2D - qopengltexture.html - BindingTarget-enum - - - BindingTarget2DArray - qopengltexture.html - BindingTarget-enum - - - BindingTarget3D - qopengltexture.html - BindingTarget-enum - - - BindingTargetCubeMap - qopengltexture.html - BindingTarget-enum - - - BindingTargetCubeMapArray - qopengltexture.html - BindingTarget-enum - - - BindingTarget2DMultisample - qopengltexture.html - BindingTarget-enum - - - BindingTarget2DMultisampleArray - qopengltexture.html - BindingTarget-enum - - - BindingTargetRectangle - qopengltexture.html - BindingTarget-enum - - - BindingTargetBuffer - qopengltexture.html - BindingTarget-enum - - - MipMapGeneration - qopengltexture.html - MipMapGeneration-enum - - - GenerateMipMaps - qopengltexture.html - MipMapGeneration-enum - - - DontGenerateMipMaps - qopengltexture.html - MipMapGeneration-enum - - - TextureUnitReset - qopengltexture.html - TextureUnitReset-enum - - - ResetTextureUnit - qopengltexture.html - TextureUnitReset-enum - - - DontResetTextureUnit - qopengltexture.html - TextureUnitReset-enum - - - TextureFormat - qopengltexture.html - TextureFormat-enum - - - NoFormat - qopengltexture.html - TextureFormat-enum - - - R8_UNorm - qopengltexture.html - TextureFormat-enum - - - RG8_UNorm - qopengltexture.html - TextureFormat-enum - - - RGB8_UNorm - qopengltexture.html - TextureFormat-enum - - - RGBA8_UNorm - qopengltexture.html - TextureFormat-enum - - - R16_UNorm - qopengltexture.html - TextureFormat-enum - - - RG16_UNorm - qopengltexture.html - TextureFormat-enum - - - RGB16_UNorm - qopengltexture.html - TextureFormat-enum - - - RGBA16_UNorm - qopengltexture.html - TextureFormat-enum - - - R8_SNorm - qopengltexture.html - TextureFormat-enum - - - RG8_SNorm - qopengltexture.html - TextureFormat-enum - - - RGB8_SNorm - qopengltexture.html - TextureFormat-enum - - - RGBA8_SNorm - qopengltexture.html - TextureFormat-enum - - - R16_SNorm - qopengltexture.html - TextureFormat-enum - - - RG16_SNorm - qopengltexture.html - TextureFormat-enum - - - RGB16_SNorm - qopengltexture.html - TextureFormat-enum - - - RGBA16_SNorm - qopengltexture.html - TextureFormat-enum - - - R8U - qopengltexture.html - TextureFormat-enum - - - RG8U - qopengltexture.html - TextureFormat-enum - - - RGB8U - qopengltexture.html - TextureFormat-enum - - - RGBA8U - qopengltexture.html - TextureFormat-enum - - - R16U - qopengltexture.html - TextureFormat-enum - - - RG16U - qopengltexture.html - TextureFormat-enum - - - RGB16U - qopengltexture.html - TextureFormat-enum - - - RGBA16U - qopengltexture.html - TextureFormat-enum - - - R32U - qopengltexture.html - TextureFormat-enum - - - RG32U - qopengltexture.html - TextureFormat-enum - - - RGB32U - qopengltexture.html - TextureFormat-enum - - - RGBA32U - qopengltexture.html - TextureFormat-enum - - - R8I - qopengltexture.html - TextureFormat-enum - - - RG8I - qopengltexture.html - TextureFormat-enum - - - RGB8I - qopengltexture.html - TextureFormat-enum - - - RGBA8I - qopengltexture.html - TextureFormat-enum - - - R16I - qopengltexture.html - TextureFormat-enum - - - RG16I - qopengltexture.html - TextureFormat-enum - - - RGB16I - qopengltexture.html - TextureFormat-enum - - - RGBA16I - qopengltexture.html - TextureFormat-enum - - - R32I - qopengltexture.html - TextureFormat-enum - - - RG32I - qopengltexture.html - TextureFormat-enum - - - RGB32I - qopengltexture.html - TextureFormat-enum - - - RGBA32I - qopengltexture.html - TextureFormat-enum - - - R16F - qopengltexture.html - TextureFormat-enum - - - RG16F - qopengltexture.html - TextureFormat-enum - - - RGB16F - qopengltexture.html - TextureFormat-enum - - - RGBA16F - qopengltexture.html - TextureFormat-enum - - - R32F - qopengltexture.html - TextureFormat-enum - - - RG32F - qopengltexture.html - TextureFormat-enum - - - RGB32F - qopengltexture.html - TextureFormat-enum - - - RGBA32F - qopengltexture.html - TextureFormat-enum - - - RGB9E5 - qopengltexture.html - TextureFormat-enum - - - RG11B10F - qopengltexture.html - TextureFormat-enum - - - RG3B2 - qopengltexture.html - TextureFormat-enum - - - R5G6B5 - qopengltexture.html - TextureFormat-enum - - - RGB5A1 - qopengltexture.html - TextureFormat-enum - - - RGBA4 - qopengltexture.html - TextureFormat-enum - - - RGB10A2 - qopengltexture.html - TextureFormat-enum - - - D16 - qopengltexture.html - TextureFormat-enum - - - D24 - qopengltexture.html - TextureFormat-enum - - - D24S8 - qopengltexture.html - TextureFormat-enum - - - D32 - qopengltexture.html - TextureFormat-enum - - - D32F - qopengltexture.html - TextureFormat-enum - - - D32FS8X24 - qopengltexture.html - TextureFormat-enum - - - S8 - qopengltexture.html - TextureFormat-enum - - - RGB_DXT1 - qopengltexture.html - TextureFormat-enum - - - RGBA_DXT1 - qopengltexture.html - TextureFormat-enum - - - RGBA_DXT3 - qopengltexture.html - TextureFormat-enum - - - RGBA_DXT5 - qopengltexture.html - TextureFormat-enum - - - R_ATI1N_UNorm - qopengltexture.html - TextureFormat-enum - - - R_ATI1N_SNorm - qopengltexture.html - TextureFormat-enum - - - RG_ATI2N_UNorm - qopengltexture.html - TextureFormat-enum - - - RG_ATI2N_SNorm - qopengltexture.html - TextureFormat-enum - - - RGB_BP_UNSIGNED_FLOAT - qopengltexture.html - TextureFormat-enum - - - RGB_BP_SIGNED_FLOAT - qopengltexture.html - TextureFormat-enum - - - RGB_BP_UNorm - qopengltexture.html - TextureFormat-enum - - - R11_EAC_UNorm - qopengltexture.html - TextureFormat-enum - - - R11_EAC_SNorm - qopengltexture.html - TextureFormat-enum - - - RG11_EAC_UNorm - qopengltexture.html - TextureFormat-enum - - - RG11_EAC_SNorm - qopengltexture.html - TextureFormat-enum - - - RGB8_ETC2 - qopengltexture.html - TextureFormat-enum - - - SRGB8_ETC2 - qopengltexture.html - TextureFormat-enum - - - RGB8_PunchThrough_Alpha1_ETC2 - qopengltexture.html - TextureFormat-enum - - - SRGB8_PunchThrough_Alpha1_ETC2 - qopengltexture.html - TextureFormat-enum - - - RGBA8_ETC2_EAC - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ETC2_EAC - qopengltexture.html - TextureFormat-enum - - - RGB8_ETC1 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_4x4 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_5x4 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_5x5 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_6x5 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_6x6 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_8x5 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_8x6 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_8x8 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_10x5 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_10x6 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_10x8 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_10x10 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_12x10 - qopengltexture.html - TextureFormat-enum - - - RGBA_ASTC_12x12 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_4x4 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_5x4 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_5x5 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_6x5 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_6x6 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_8x5 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_8x6 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_8x8 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_10x5 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_10x6 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_10x8 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_10x10 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_12x10 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8_ASTC_12x12 - qopengltexture.html - TextureFormat-enum - - - SRGB8 - qopengltexture.html - TextureFormat-enum - - - SRGB8_Alpha8 - qopengltexture.html - TextureFormat-enum - - - SRGB_DXT1 - qopengltexture.html - TextureFormat-enum - - - SRGB_Alpha_DXT1 - qopengltexture.html - TextureFormat-enum - - - SRGB_Alpha_DXT3 - qopengltexture.html - TextureFormat-enum - - - SRGB_Alpha_DXT5 - qopengltexture.html - TextureFormat-enum - - - SRGB_BP_UNorm - qopengltexture.html - TextureFormat-enum - - - DepthFormat - qopengltexture.html - TextureFormat-enum - - - AlphaFormat - qopengltexture.html - TextureFormat-enum - - - RGBFormat - qopengltexture.html - TextureFormat-enum - - - RGBAFormat - qopengltexture.html - TextureFormat-enum - - - LuminanceFormat - qopengltexture.html - TextureFormat-enum - - - LuminanceAlphaFormat - qopengltexture.html - TextureFormat-enum - - - CubeMapFace - qopengltexture.html - CubeMapFace-enum - - - CubeMapPositiveX - qopengltexture.html - CubeMapFace-enum - - - CubeMapNegativeX - qopengltexture.html - CubeMapFace-enum - - - CubeMapPositiveY - qopengltexture.html - CubeMapFace-enum - - - CubeMapNegativeY - qopengltexture.html - CubeMapFace-enum - - - CubeMapPositiveZ - qopengltexture.html - CubeMapFace-enum - - - CubeMapNegativeZ - qopengltexture.html - CubeMapFace-enum - - - PixelFormat - qopengltexture.html - PixelFormat-enum - - - NoSourceFormat - qopengltexture.html - PixelFormat-enum - - - Red - qopengltexture.html - PixelFormat-enum - - - RG - qopengltexture.html - PixelFormat-enum - - - RGB - qopengltexture.html - PixelFormat-enum - - - BGR - qopengltexture.html - PixelFormat-enum - - - RGBA - qopengltexture.html - PixelFormat-enum - - - BGRA - qopengltexture.html - PixelFormat-enum - - - Red_Integer - qopengltexture.html - PixelFormat-enum - - - RG_Integer - qopengltexture.html - PixelFormat-enum - - - RGB_Integer - qopengltexture.html - PixelFormat-enum - - - BGR_Integer - qopengltexture.html - PixelFormat-enum - - - RGBA_Integer - qopengltexture.html - PixelFormat-enum - - - BGRA_Integer - qopengltexture.html - PixelFormat-enum - - - Stencil - qopengltexture.html - PixelFormat-enum - - - Depth - qopengltexture.html - PixelFormat-enum - - - DepthStencil - qopengltexture.html - PixelFormat-enum - - - Alpha - qopengltexture.html - PixelFormat-enum - - - Luminance - qopengltexture.html - PixelFormat-enum - - - LuminanceAlpha - qopengltexture.html - PixelFormat-enum - - - PixelType - qopengltexture.html - PixelType-enum - - - NoPixelType - qopengltexture.html - PixelType-enum - - - Int8 - qopengltexture.html - PixelType-enum - - - UInt8 - qopengltexture.html - PixelType-enum - - - Int16 - qopengltexture.html - PixelType-enum - - - UInt16 - qopengltexture.html - PixelType-enum - - - Int32 - qopengltexture.html - PixelType-enum - - - UInt32 - qopengltexture.html - PixelType-enum - - - Float16 - qopengltexture.html - PixelType-enum - - - Float16OES - qopengltexture.html - PixelType-enum - - - Float32 - qopengltexture.html - PixelType-enum - - - UInt32_RGB9_E5 - qopengltexture.html - PixelType-enum - - - UInt32_RG11B10F - qopengltexture.html - PixelType-enum - - - UInt8_RG3B2 - qopengltexture.html - PixelType-enum - - - UInt8_RG3B2_Rev - qopengltexture.html - PixelType-enum - - - UInt16_RGB5A1 - qopengltexture.html - PixelType-enum - - - UInt16_RGB5A1_Rev - qopengltexture.html - PixelType-enum - - - UInt16_R5G6B5 - qopengltexture.html - PixelType-enum - - - UInt16_R5G6B5_Rev - qopengltexture.html - PixelType-enum - - - UInt16_RGBA4 - qopengltexture.html - PixelType-enum - - - UInt16_RGBA4_Rev - qopengltexture.html - PixelType-enum - - - UInt32_RGBA8 - qopengltexture.html - PixelType-enum - - - UInt32_RGBA8_Rev - qopengltexture.html - PixelType-enum - - - UInt32_RGB10A2 - qopengltexture.html - PixelType-enum - - - UInt32_RGB10A2_Rev - qopengltexture.html - PixelType-enum - - - UInt32_D24S8 - qopengltexture.html - PixelType-enum - - - Float32_D32_UInt32_S8_X24 - qopengltexture.html - PixelType-enum - - - SwizzleComponent - qopengltexture.html - SwizzleComponent-enum - - - SwizzleRed - qopengltexture.html - SwizzleComponent-enum - - - SwizzleGreen - qopengltexture.html - SwizzleComponent-enum - - - SwizzleBlue - qopengltexture.html - SwizzleComponent-enum - - - SwizzleAlpha - qopengltexture.html - SwizzleComponent-enum - - - SwizzleValue - qopengltexture.html - SwizzleValue-enum - - - RedValue - qopengltexture.html - SwizzleValue-enum - - - GreenValue - qopengltexture.html - SwizzleValue-enum - - - BlueValue - qopengltexture.html - SwizzleValue-enum - - - AlphaValue - qopengltexture.html - SwizzleValue-enum - - - ZeroValue - qopengltexture.html - SwizzleValue-enum - - - OneValue - qopengltexture.html - SwizzleValue-enum - - - WrapMode - qopengltexture.html - WrapMode-enum - - - Repeat - qopengltexture.html - WrapMode-enum - - - MirroredRepeat - qopengltexture.html - WrapMode-enum - - - ClampToEdge - qopengltexture.html - WrapMode-enum - - - ClampToBorder - qopengltexture.html - WrapMode-enum - - - CoordinateDirection - qopengltexture.html - CoordinateDirection-enum - - - DirectionS - qopengltexture.html - CoordinateDirection-enum - - - DirectionT - qopengltexture.html - CoordinateDirection-enum - - - DirectionR - qopengltexture.html - CoordinateDirection-enum - - - Feature - qopengltexture.html - Feature-enum - - - ImmutableStorage - qopengltexture.html - Feature-enum - - - ImmutableMultisampleStorage - qopengltexture.html - Feature-enum - - - TextureRectangle - qopengltexture.html - Feature-enum - - - TextureArrays - qopengltexture.html - Feature-enum - - - Texture3D - qopengltexture.html - Feature-enum - - - TextureMultisample - qopengltexture.html - Feature-enum - - - TextureBuffer - qopengltexture.html - Feature-enum - - - TextureCubeMapArrays - qopengltexture.html - Feature-enum - - - Swizzle - qopengltexture.html - Feature-enum - - - StencilTexturing - qopengltexture.html - Feature-enum - - - AnisotropicFiltering - qopengltexture.html - Feature-enum - - - NPOTTextures - qopengltexture.html - Feature-enum - - - NPOTTextureRepeat - qopengltexture.html - Feature-enum - - - Texture1D - qopengltexture.html - Feature-enum - - - TextureComparisonOperators - qopengltexture.html - Feature-enum - - - TextureMipMapLevel - qopengltexture.html - Feature-enum - - - Features - qopengltexture.html - Feature-enum - - - - - QOpenGLTexture - qopengltexture.html - QOpenGLTexture - (QOpenGLTexture::Target target) - - - - QOpenGLTexture - qopengltexture.html - QOpenGLTexture-1 - (const QImage &image, QOpenGLTexture::MipMapGeneration genMipMaps) - - - - ~QOpenGLTexture - qopengltexture.html - dtor.QOpenGLTexture - () - - - QOpenGLTexture::Target - target - qopengltexture.html - target - () const const - - - bool - create - qopengltexture.html - create - () - - - void - destroy - qopengltexture.html - destroy - () - - - bool - isCreated - qopengltexture.html - isCreated - () const const - - - GLuint - textureId - qopengltexture.html - textureId - () const const - - - void - bind - qopengltexture.html - bind - () - - - void - bind - qopengltexture.html - bind-1 - (uint unit, QOpenGLTexture::TextureUnitReset reset) - - - void - release - qopengltexture.html - release - () - - - void - release - qopengltexture.html - release-1 - (uint unit, QOpenGLTexture::TextureUnitReset reset) - - - bool - isBound - qopengltexture.html - isBound - () const const - - - bool - isBound - qopengltexture.html - isBound-1 - (uint unit) - - - GLuint - boundTextureId - qopengltexture.html - boundTextureId - (QOpenGLTexture::BindingTarget target) - - - GLuint - boundTextureId - qopengltexture.html - boundTextureId-1 - (uint unit, QOpenGLTexture::BindingTarget target) - - - void - setFormat - qopengltexture.html - setFormat - (QOpenGLTexture::TextureFormat format) - - - QOpenGLTexture::TextureFormat - format - qopengltexture.html - format - () const const - - - void - setSize - qopengltexture.html - setSize - (int width, int height, int depth) - - - int - width - qopengltexture.html - width - () const const - - - int - height - qopengltexture.html - height - () const const - - - int - depth - qopengltexture.html - depth - () const const - - - void - setMipLevels - qopengltexture.html - setMipLevels - (int levels) - - - int - mipLevels - qopengltexture.html - mipLevels - () const const - - - int - maximumMipLevels - qopengltexture.html - maximumMipLevels - () const const - - - void - setLayers - qopengltexture.html - setLayers - (int layers) - - - int - layers - qopengltexture.html - layers - () const const - - - int - faces - qopengltexture.html - faces - () const const - - - void - setSamples - qopengltexture.html - setSamples - (int samples) - - - int - samples - qopengltexture.html - samples - () const const - - - void - setFixedSamplePositions - qopengltexture.html - setFixedSamplePositions - (bool fixed) - - - bool - isFixedSamplePositions - qopengltexture.html - isFixedSamplePositions - () const const - - - void - allocateStorage - qopengltexture.html - allocateStorage - () - - - void - allocateStorage - qopengltexture.html - allocateStorage-1 - (QOpenGLTexture::PixelFormat pixelFormat, QOpenGLTexture::PixelType pixelType) - - - bool - isStorageAllocated - qopengltexture.html - isStorageAllocated - () const const - - - QOpenGLTexture * - createTextureView - qopengltexture.html - createTextureView - (QOpenGLTexture::Target target, QOpenGLTexture::TextureFormat viewFormat, int minimumMipmapLevel, int maximumMipmapLevel, int minimumLayer, int maximumLayer) const const - - - bool - isTextureView - qopengltexture.html - isTextureView - () const const - - - void - setData - qopengltexture-obsolete.html - setData-4 - (int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture-obsolete.html - setData-1 - (int mipLevel, int layer, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture-obsolete.html - setData-2 - (int mipLevel, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture-obsolete.html - setData-3 - (QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData - (int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData-5 - (int mipLevel, int layer, int layerCount, QOpenGLTexture::CubeMapFace cubeFace, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData-6 - (int mipLevel, int layer, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData-7 - (int mipLevel, QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData-8 - (QOpenGLTexture::PixelFormat sourceFormat, QOpenGLTexture::PixelType sourceType, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture-obsolete.html - setCompressedData-4 - (int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, int dataSize, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture-obsolete.html - setCompressedData-1 - (int mipLevel, int layer, int dataSize, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture-obsolete.html - setCompressedData-2 - (int mipLevel, int dataSize, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture-obsolete.html - setCompressedData-3 - (int dataSize, void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture.html - setCompressedData - (int mipLevel, int layer, QOpenGLTexture::CubeMapFace cubeFace, int dataSize, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture.html - setCompressedData-5 - (int mipLevel, int layer, int layerCount, QOpenGLTexture::CubeMapFace cubeFace, int dataSize, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture.html - setCompressedData-6 - (int mipLevel, int layer, int dataSize, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture.html - setCompressedData-7 - (int mipLevel, int dataSize, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setCompressedData - qopengltexture.html - setCompressedData-8 - (int dataSize, const void *data, const QOpenGLPixelTransferOptions *const options) - - - void - setData - qopengltexture.html - setData-9 - (const QImage &image, QOpenGLTexture::MipMapGeneration genMipMaps) - - - bool - hasFeature - qopengltexture.html - hasFeature - (QOpenGLTexture::Feature feature) - - - void - setMipBaseLevel - qopengltexture.html - setMipBaseLevel - (int baseLevel) - - - int - mipBaseLevel - qopengltexture.html - mipBaseLevel - () const const - - - void - setMipMaxLevel - qopengltexture.html - setMipMaxLevel - (int maxLevel) - - - int - mipMaxLevel - qopengltexture.html - mipMaxLevel - () const const - - - void - setMipLevelRange - qopengltexture.html - setMipLevelRange - (int baseLevel, int maxLevel) - - - QPair<int, int> - mipLevelRange - qopengltexture.html - mipLevelRange - () const const - - - void - setAutoMipMapGenerationEnabled - qopengltexture.html - setAutoMipMapGenerationEnabled - (bool enabled) - - - bool - isAutoMipMapGenerationEnabled - qopengltexture.html - isAutoMipMapGenerationEnabled - () const const - - - void - generateMipMaps - qopengltexture.html - generateMipMaps - () - - - void - generateMipMaps - qopengltexture.html - generateMipMaps-1 - (int baseLevel, bool resetBaseLevel) - - - void - setSwizzleMask - qopengltexture.html - setSwizzleMask - (QOpenGLTexture::SwizzleComponent component, QOpenGLTexture::SwizzleValue value) - - - void - setSwizzleMask - qopengltexture.html - setSwizzleMask-1 - (QOpenGLTexture::SwizzleValue r, QOpenGLTexture::SwizzleValue g, QOpenGLTexture::SwizzleValue b, QOpenGLTexture::SwizzleValue a) - - - QOpenGLTexture::SwizzleValue - swizzleMask - qopengltexture.html - swizzleMask - (QOpenGLTexture::SwizzleComponent component) const const - - - DepthStencilMode - qopengltexture.html - DepthStencilMode-enum - - - DepthMode - qopengltexture.html - DepthStencilMode-enum - - - StencilMode - qopengltexture.html - DepthStencilMode-enum - - - void - setDepthStencilMode - qopengltexture.html - setDepthStencilMode - (QOpenGLTexture::DepthStencilMode mode) - - - QOpenGLTexture::DepthStencilMode - depthStencilMode - qopengltexture.html - depthStencilMode - () const const - - - ComparisonFunction - qopengltexture.html - ComparisonFunction-enum - - - CompareLessEqual - qopengltexture.html - ComparisonFunction-enum - - - CompareGreaterEqual - qopengltexture.html - ComparisonFunction-enum - - - CompareLess - qopengltexture.html - ComparisonFunction-enum - - - CompareGreater - qopengltexture.html - ComparisonFunction-enum - - - CompareEqual - qopengltexture.html - ComparisonFunction-enum - - - CommpareNotEqual - qopengltexture.html - ComparisonFunction-enum - - - CompareAlways - qopengltexture.html - ComparisonFunction-enum - - - CompareNever - qopengltexture.html - ComparisonFunction-enum - - - void - setComparisonFunction - qopengltexture.html - setComparisonFunction - (QOpenGLTexture::ComparisonFunction function) - - - QOpenGLTexture::ComparisonFunction - comparisonFunction - qopengltexture.html - comparisonFunction - () const const - - - ComparisonMode - qopengltexture.html - ComparisonMode-enum - - - CompareRefToTexture - qopengltexture.html - ComparisonMode-enum - - - CompareNone - qopengltexture.html - ComparisonMode-enum - - - void - setComparisonMode - qopengltexture.html - setComparisonMode - (QOpenGLTexture::ComparisonMode mode) - - - QOpenGLTexture::ComparisonMode - comparisonMode - qopengltexture.html - comparisonMode - () const const - - - Filter - qopengltexture.html - Filter-enum - - - Nearest - qopengltexture.html - Filter-enum - - - Linear - qopengltexture.html - Filter-enum - - - NearestMipMapNearest - qopengltexture.html - Filter-enum - - - NearestMipMapLinear - qopengltexture.html - Filter-enum - - - LinearMipMapNearest - qopengltexture.html - Filter-enum - - - LinearMipMapLinear - qopengltexture.html - Filter-enum - - - void - setMinificationFilter - qopengltexture.html - setMinificationFilter - (QOpenGLTexture::Filter filter) - - - QOpenGLTexture::Filter - minificationFilter - qopengltexture.html - minificationFilter - () const const - - - void - setMagnificationFilter - qopengltexture.html - setMagnificationFilter - (QOpenGLTexture::Filter filter) - - - QOpenGLTexture::Filter - magnificationFilter - qopengltexture.html - magnificationFilter - () const const - - - void - setMinMagFilters - qopengltexture.html - setMinMagFilters - (QOpenGLTexture::Filter minificationFilter, QOpenGLTexture::Filter magnificationFilter) - - - QPair<QOpenGLTexture::Filter, QOpenGLTexture::Filter> - minMagFilters - qopengltexture.html - minMagFilters - () const const - - - void - setMaximumAnisotropy - qopengltexture.html - setMaximumAnisotropy - (float anisotropy) - - - float - maximumAnisotropy - qopengltexture.html - maximumAnisotropy - () const const - - - void - setWrapMode - qopengltexture.html - setWrapMode - (QOpenGLTexture::WrapMode mode) - - - void - setWrapMode - qopengltexture.html - setWrapMode-1 - (QOpenGLTexture::CoordinateDirection direction, QOpenGLTexture::WrapMode mode) - - - QOpenGLTexture::WrapMode - wrapMode - qopengltexture.html - wrapMode - (QOpenGLTexture::CoordinateDirection direction) const const - - - void - setBorderColor - qopengltexture.html - setBorderColor - (QColor color) - - - void - setBorderColor - qopengltexture.html - setBorderColor-1 - (float r, float g, float b, float a) - - - void - setBorderColor - qopengltexture.html - setBorderColor-2 - (int r, int g, int b, int a) - - - void - setBorderColor - qopengltexture.html - setBorderColor-3 - (uint r, uint g, uint b, uint a) - - - QColor - borderColor - qopengltexture.html - borderColor - () const const - - - void - borderColor - qopengltexture.html - borderColor-1 - (float *border) const const - - - void - borderColor - qopengltexture.html - borderColor-2 - (int *border) const const - - - void - borderColor - qopengltexture.html - borderColor-3 - (unsigned int *border) const const - - - void - setMinimumLevelOfDetail - qopengltexture.html - setMinimumLevelOfDetail - (float value) - - - float - minimumLevelOfDetail - qopengltexture.html - minimumLevelOfDetail - () const const - - - void - setMaximumLevelOfDetail - qopengltexture.html - setMaximumLevelOfDetail - (float value) - - - float - maximumLevelOfDetail - qopengltexture.html - maximumLevelOfDetail - () const const - - - void - setLevelOfDetailRange - qopengltexture.html - setLevelOfDetailRange - (float min, float max) - - - QPair<float, float> - levelOfDetailRange - qopengltexture.html - levelOfDetailRange - () const const - - - void - setLevelofDetailBias - qopengltexture.html - setLevelofDetailBias - (float bias) - - - float - levelofDetailBias - qopengltexture.html - levelofDetailBias - () const const - - - - QOpenGLTextureBlitter - qopengltextureblitter.html - - - QOpenGLTextureBlitter - qopengltextureblitter.html - QOpenGLTextureBlitter - () - - - - ~QOpenGLTextureBlitter - qopengltextureblitter.html - dtor.QOpenGLTextureBlitter - () - - - Origin - qopengltextureblitter.html - Origin-enum - - - OriginBottomLeft - qopengltextureblitter.html - Origin-enum - - - OriginTopLeft - qopengltextureblitter.html - Origin-enum - - - bool - create - qopengltextureblitter.html - create - () - - - bool - isCreated - qopengltextureblitter.html - isCreated - () const const - - - void - destroy - qopengltextureblitter.html - destroy - () - - - bool - supportsExternalOESTarget - qopengltextureblitter.html - supportsExternalOESTarget - () const const - - - void - bind - qopengltextureblitter.html - bind - (GLenum target) - - - void - release - qopengltextureblitter.html - release - () - - - void - setRedBlueSwizzle - qopengltextureblitter.html - setRedBlueSwizzle - (bool swizzle) - - - void - setOpacity - qopengltextureblitter.html - setOpacity - (float opacity) - - - void - blit - qopengltextureblitter.html - blit - (GLuint texture, const QMatrix4x4 &targetTransform, QOpenGLTextureBlitter::Origin sourceOrigin) - - - void - blit - qopengltextureblitter.html - blit-1 - (GLuint texture, const QMatrix4x4 &targetTransform, const QMatrix3x3 &sourceTransform) - - - QMatrix4x4 - targetTransform - qopengltextureblitter.html - targetTransform - (const QRectF &target, const QRect &viewport) - - - QMatrix3x3 - sourceTransform - qopengltextureblitter.html - sourceTransform - (const QRectF &subTexture, const QSize &textureSize, QOpenGLTextureBlitter::Origin origin) - - - - QOpenGLTimerQuery - qopengltimerquery.html - QObject - - virtual const QMetaObject * - metaObject - qopengltimerquery.html - metaObject - () const const - - - virtual void * - qt_metacast - qopengltimerquery.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopengltimerquery.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopengltimerquery.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopengltimerquery.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOpenGLTimerQuery - qopengltimerquery.html - QOpenGLTimerQuery - (QObject *parent) - - - virtual - ~QOpenGLTimerQuery - qopengltimerquery.html - dtor.QOpenGLTimerQuery - () - - - bool - create - qopengltimerquery.html - create - () - - - void - destroy - qopengltimerquery.html - destroy - () - - - bool - isCreated - qopengltimerquery.html - isCreated - () const const - - - GLuint - objectId - qopengltimerquery.html - objectId - () const const - - - void - begin - qopengltimerquery.html - begin - () - - - void - end - qopengltimerquery.html - end - () - - - GLuint64 - waitForTimestamp - qopengltimerquery.html - waitForTimestamp - () const const - - - void - recordTimestamp - qopengltimerquery.html - recordTimestamp - () - - - bool - isResultAvailable - qopengltimerquery.html - isResultAvailable - () const const - - - GLuint64 - waitForResult - qopengltimerquery.html - waitForResult - () const const - - - - QOpenGLTimeMonitor - qopengltimemonitor.html - QObject - - virtual const QMetaObject * - metaObject - qopengltimemonitor.html - metaObject - () const const - - - virtual void * - qt_metacast - qopengltimemonitor.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopengltimemonitor.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopengltimemonitor.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopengltimemonitor.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOpenGLTimeMonitor - qopengltimemonitor.html - QOpenGLTimeMonitor - (QObject *parent) - - - virtual - ~QOpenGLTimeMonitor - qopengltimemonitor.html - dtor.QOpenGLTimeMonitor - () - - - void - setSampleCount - qopengltimemonitor.html - setSampleCount - (int sampleCount) - - - int - sampleCount - qopengltimemonitor.html - sampleCount - () const const - - - bool - create - qopengltimemonitor.html - create - () - - - void - destroy - qopengltimemonitor.html - destroy - () - - - bool - isCreated - qopengltimemonitor.html - isCreated - () const const - - - QVector<GLuint> - objectIds - qopengltimemonitor.html - objectIds - () const const - - - int - recordSample - qopengltimemonitor.html - recordSample - () - - - bool - isResultAvailable - qopengltimemonitor.html - isResultAvailable - () const const - - - QVector<GLuint64> - waitForSamples - qopengltimemonitor.html - waitForSamples - () const const - - - QVector<GLuint64> - waitForIntervals - qopengltimemonitor.html - waitForIntervals - () const const - - - void - reset - qopengltimemonitor.html - reset - () - - - - QOpenGLVertexArrayObject - qopenglvertexarrayobject.html - QObject - - virtual const QMetaObject * - metaObject - qopenglvertexarrayobject.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglvertexarrayobject.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglvertexarrayobject.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglvertexarrayobject.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglvertexarrayobject.html - trUtf8 - (const char *s, const char *c, int n) - - - - QOpenGLVertexArrayObject - qopenglvertexarrayobject.html - QOpenGLVertexArrayObject - (QObject *parent) - - - virtual - ~QOpenGLVertexArrayObject - qopenglvertexarrayobject.html - dtor.QOpenGLVertexArrayObject - () - - - bool - create - qopenglvertexarrayobject.html - create - () - - - void - destroy - qopenglvertexarrayobject.html - destroy - () - - - bool - isCreated - qopenglvertexarrayobject.html - isCreated - () const const - - - GLuint - objectId - qopenglvertexarrayobject.html - objectId - () const const - - - void - bind - qopenglvertexarrayobject.html - bind - () - - - void - release - qopenglvertexarrayobject.html - release - () - - QOpenGLVertexArrayObject::Binder - - - QOpenGLVertexArrayObject::Binder - qopenglvertexarrayobject-binder.html - - - Binder - qopenglvertexarrayobject-binder.html - Binder - (QOpenGLVertexArrayObject *v) - - - - ~Binder - qopenglvertexarrayobject-binder.html - dtor.Binder - () - - - void - release - qopenglvertexarrayobject-binder.html - release - () - - - void - rebind - qopenglvertexarrayobject-binder.html - rebind - () - - - - QPaintDeviceWindow - qpaintdevicewindow.html - QWindow - QPaintDevice - - virtual const QMetaObject * - metaObject - qpaintdevicewindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qpaintdevicewindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpaintdevicewindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpaintdevicewindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpaintdevicewindow.html - trUtf8 - (const char *s, const char *c, int n) - - - void - update - qpaintdevicewindow.html - update - (const QRect &rect) - - - void - update - qpaintdevicewindow.html - update-1 - (const QRegion &region) - - - void - update - qpaintdevicewindow.html - update-2 - () - - - virtual void - paintEvent - qpaintdevicewindow.html - paintEvent - (QPaintEvent *event) - - - - QOpenGLWindow - qopenglwindow.html - QPaintDeviceWindow - - virtual const QMetaObject * - metaObject - qopenglwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - UpdateBehavior - qopenglwindow.html - UpdateBehavior-enum - - - NoPartialUpdate - qopenglwindow.html - UpdateBehavior-enum - - - PartialUpdateBlit - qopenglwindow.html - UpdateBehavior-enum - - - PartialUpdateBlend - qopenglwindow.html - UpdateBehavior-enum - - - - QOpenGLWindow - qopenglwindow.html - QOpenGLWindow - (QOpenGLWindow::UpdateBehavior updateBehavior, QWindow *parent) - - - - QOpenGLWindow - qopenglwindow.html - QOpenGLWindow-1 - (QOpenGLContext *shareContext, QOpenGLWindow::UpdateBehavior updateBehavior, QWindow *parent) - - - virtual - ~QOpenGLWindow - qopenglwindow.html - dtor.QOpenGLWindow - () - - - QOpenGLWindow::UpdateBehavior - updateBehavior - qopenglwindow.html - updateBehavior - () const const - - - bool - isValid - qopenglwindow.html - isValid - () const const - - - void - makeCurrent - qopenglwindow.html - makeCurrent - () - - - void - doneCurrent - qopenglwindow.html - doneCurrent - () - - - QOpenGLContext * - context - qopenglwindow.html - context - () const const - - - QOpenGLContext * - shareContext - qopenglwindow.html - shareContext - () const const - - - GLuint - defaultFramebufferObject - qopenglwindow.html - defaultFramebufferObject - () const const - - - QImage - grabFramebuffer - qopenglwindow.html - grabFramebuffer - () - - - void - frameSwapped - qopenglwindow.html - frameSwapped - () - - - virtual void - initializeGL - qopenglwindow.html - initializeGL - () - - - virtual void - resizeGL - qopenglwindow.html - resizeGL - (int w, int h) - - - virtual void - paintGL - qopenglwindow.html - paintGL - () - - - virtual void - paintUnderGL - qopenglwindow.html - paintUnderGL - () - - - virtual void - paintOverGL - qopenglwindow.html - paintOverGL - () - - - virtual void - paintEvent - qopenglwindow.html - paintEvent - (QPaintEvent *event) override - - - virtual void - resizeEvent - qopenglwindow.html - resizeEvent - (QResizeEvent *event) override - - - - QPageSize - qpagesize.html - - PageSizeId - qpagesize.html - PageSizeId-enum - - - A4 - qpagesize.html - PageSizeId-enum - - - B5 - qpagesize.html - PageSizeId-enum - - - Letter - qpagesize.html - PageSizeId-enum - - - Legal - qpagesize.html - PageSizeId-enum - - - Executive - qpagesize.html - PageSizeId-enum - - - A0 - qpagesize.html - PageSizeId-enum - - - A1 - qpagesize.html - PageSizeId-enum - - - A2 - qpagesize.html - PageSizeId-enum - - - A3 - qpagesize.html - PageSizeId-enum - - - A5 - qpagesize.html - PageSizeId-enum - - - A6 - qpagesize.html - PageSizeId-enum - - - A7 - qpagesize.html - PageSizeId-enum - - - A8 - qpagesize.html - PageSizeId-enum - - - A9 - qpagesize.html - PageSizeId-enum - - - B0 - qpagesize.html - PageSizeId-enum - - - B1 - qpagesize.html - PageSizeId-enum - - - B10 - qpagesize.html - PageSizeId-enum - - - B2 - qpagesize.html - PageSizeId-enum - - - B3 - qpagesize.html - PageSizeId-enum - - - B4 - qpagesize.html - PageSizeId-enum - - - B6 - qpagesize.html - PageSizeId-enum - - - B7 - qpagesize.html - PageSizeId-enum - - - B8 - qpagesize.html - PageSizeId-enum - - - B9 - qpagesize.html - PageSizeId-enum - - - C5E - qpagesize.html - PageSizeId-enum - - - Comm10E - qpagesize.html - PageSizeId-enum - - - DLE - qpagesize.html - PageSizeId-enum - - - Folio - qpagesize.html - PageSizeId-enum - - - Ledger - qpagesize.html - PageSizeId-enum - - - Tabloid - qpagesize.html - PageSizeId-enum - - - Custom - qpagesize.html - PageSizeId-enum - - - A10 - qpagesize.html - PageSizeId-enum - - - A3Extra - qpagesize.html - PageSizeId-enum - - - A4Extra - qpagesize.html - PageSizeId-enum - - - A4Plus - qpagesize.html - PageSizeId-enum - - - A4Small - qpagesize.html - PageSizeId-enum - - - A5Extra - qpagesize.html - PageSizeId-enum - - - B5Extra - qpagesize.html - PageSizeId-enum - - - JisB0 - qpagesize.html - PageSizeId-enum - - - JisB1 - qpagesize.html - PageSizeId-enum - - - JisB2 - qpagesize.html - PageSizeId-enum - - - JisB3 - qpagesize.html - PageSizeId-enum - - - JisB4 - qpagesize.html - PageSizeId-enum - - - JisB5 - qpagesize.html - PageSizeId-enum - - - JisB6 - qpagesize.html - PageSizeId-enum - - - JisB7 - qpagesize.html - PageSizeId-enum - - - JisB8 - qpagesize.html - PageSizeId-enum - - - JisB9 - qpagesize.html - PageSizeId-enum - - - JisB10 - qpagesize.html - PageSizeId-enum - - - AnsiC - qpagesize.html - PageSizeId-enum - - - AnsiD - qpagesize.html - PageSizeId-enum - - - AnsiE - qpagesize.html - PageSizeId-enum - - - LegalExtra - qpagesize.html - PageSizeId-enum - - - LetterExtra - qpagesize.html - PageSizeId-enum - - - LetterPlus - qpagesize.html - PageSizeId-enum - - - LetterSmall - qpagesize.html - PageSizeId-enum - - - TabloidExtra - qpagesize.html - PageSizeId-enum - - - ArchA - qpagesize.html - PageSizeId-enum - - - ArchB - qpagesize.html - PageSizeId-enum - - - ArchC - qpagesize.html - PageSizeId-enum - - - ArchD - qpagesize.html - PageSizeId-enum - - - ArchE - qpagesize.html - PageSizeId-enum - - - Imperial7x9 - qpagesize.html - PageSizeId-enum - - - Imperial8x10 - qpagesize.html - PageSizeId-enum - - - Imperial9x11 - qpagesize.html - PageSizeId-enum - - - Imperial9x12 - qpagesize.html - PageSizeId-enum - - - Imperial10x11 - qpagesize.html - PageSizeId-enum - - - Imperial10x13 - qpagesize.html - PageSizeId-enum - - - Imperial10x14 - qpagesize.html - PageSizeId-enum - - - Imperial12x11 - qpagesize.html - PageSizeId-enum - - - Imperial15x11 - qpagesize.html - PageSizeId-enum - - - ExecutiveStandard - qpagesize.html - PageSizeId-enum - - - Note - qpagesize.html - PageSizeId-enum - - - Quarto - qpagesize.html - PageSizeId-enum - - - Statement - qpagesize.html - PageSizeId-enum - - - SuperA - qpagesize.html - PageSizeId-enum - - - SuperB - qpagesize.html - PageSizeId-enum - - - Postcard - qpagesize.html - PageSizeId-enum - - - DoublePostcard - qpagesize.html - PageSizeId-enum - - - Prc16K - qpagesize.html - PageSizeId-enum - - - Prc32K - qpagesize.html - PageSizeId-enum - - - Prc32KBig - qpagesize.html - PageSizeId-enum - - - FanFoldUS - qpagesize.html - PageSizeId-enum - - - FanFoldGerman - qpagesize.html - PageSizeId-enum - - - FanFoldGermanLegal - qpagesize.html - PageSizeId-enum - - - EnvelopeB4 - qpagesize.html - PageSizeId-enum - - - EnvelopeB5 - qpagesize.html - PageSizeId-enum - - - EnvelopeB6 - qpagesize.html - PageSizeId-enum - - - EnvelopeC0 - qpagesize.html - PageSizeId-enum - - - EnvelopeC1 - qpagesize.html - PageSizeId-enum - - - EnvelopeC2 - qpagesize.html - PageSizeId-enum - - - EnvelopeC3 - qpagesize.html - PageSizeId-enum - - - EnvelopeC4 - qpagesize.html - PageSizeId-enum - - - EnvelopeC6 - qpagesize.html - PageSizeId-enum - - - EnvelopeC65 - qpagesize.html - PageSizeId-enum - - - EnvelopeC7 - qpagesize.html - PageSizeId-enum - - - Envelope9 - qpagesize.html - PageSizeId-enum - - - Envelope11 - qpagesize.html - PageSizeId-enum - - - Envelope12 - qpagesize.html - PageSizeId-enum - - - Envelope14 - qpagesize.html - PageSizeId-enum - - - EnvelopeMonarch - qpagesize.html - PageSizeId-enum - - - EnvelopePersonal - qpagesize.html - PageSizeId-enum - - - EnvelopeChou3 - qpagesize.html - PageSizeId-enum - - - EnvelopeChou4 - qpagesize.html - PageSizeId-enum - - - EnvelopeInvite - qpagesize.html - PageSizeId-enum - - - EnvelopeItalian - qpagesize.html - PageSizeId-enum - - - EnvelopeKaku2 - qpagesize.html - PageSizeId-enum - - - EnvelopeKaku3 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc1 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc2 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc3 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc4 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc5 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc6 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc7 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc8 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc9 - qpagesize.html - PageSizeId-enum - - - EnvelopePrc10 - qpagesize.html - PageSizeId-enum - - - EnvelopeYou4 - qpagesize.html - PageSizeId-enum - - - LastPageSize - qpagesize.html - PageSizeId-enum - - - NPageSize - qpagesize.html - PageSizeId-enum - - - NPaperSize - qpagesize.html - PageSizeId-enum - - - AnsiA - qpagesize.html - PageSizeId-enum - - - AnsiB - qpagesize.html - PageSizeId-enum - - - EnvelopeC5 - qpagesize.html - PageSizeId-enum - - - EnvelopeDL - qpagesize.html - PageSizeId-enum - - - Envelope10 - qpagesize.html - PageSizeId-enum - - - Unit - qpagesize.html - Unit-enum - - - Millimeter - qpagesize.html - Unit-enum - - - Point - qpagesize.html - Unit-enum - - - Inch - qpagesize.html - Unit-enum - - - Pica - qpagesize.html - Unit-enum - - - Didot - qpagesize.html - Unit-enum - - - Cicero - qpagesize.html - Unit-enum - - - SizeMatchPolicy - qpagesize.html - SizeMatchPolicy-enum - - - FuzzyMatch - qpagesize.html - SizeMatchPolicy-enum - - - FuzzyOrientationMatch - qpagesize.html - SizeMatchPolicy-enum - - - ExactMatch - qpagesize.html - SizeMatchPolicy-enum - - - - QPageSize - qpagesize.html - QPageSize - () - - - - QPageSize - qpagesize.html - QPageSize-1 - (QPageSize::PageSizeId pageSize) - - - - QPageSize - qpagesize.html - QPageSize-2 - (const QSize &pointSize, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) - - - - QPageSize - qpagesize.html - QPageSize-3 - (const QSizeF &size, QPageSize::Unit units, const QString &name, QPageSize::SizeMatchPolicy matchPolicy) - - - - QPageSize - qpagesize.html - QPageSize-4 - (const QPageSize &other) - - - QPageSize & - operator= - qpagesize.html - operator-eq - (QPageSize &&other) - - - QPageSize & - operator= - qpagesize.html - operator-eq-1 - (const QPageSize &other) - - - - ~QPageSize - qpagesize.html - dtor.QPageSize - () - - - void - swap - qpagesize.html - swap - (QPageSize &other) - - - bool - isEquivalentTo - qpagesize.html - isEquivalentTo - (const QPageSize &other) const const - - - bool - isValid - qpagesize.html - isValid - () const const - - - QString - key - qpagesize.html - key - () const const - - - QString - name - qpagesize.html - name - () const const - - - QPageSize::PageSizeId - id - qpagesize.html - id - () const const - - - int - windowsId - qpagesize.html - windowsId - () const const - - - QSizeF - definitionSize - qpagesize.html - definitionSize - () const const - - - QPageSize::Unit - definitionUnits - qpagesize.html - definitionUnits - () const const - - - QSizeF - size - qpagesize.html - size - (QPageSize::Unit units) const const - - - QSize - sizePoints - qpagesize.html - sizePoints - () const const - - - QSize - sizePixels - qpagesize.html - sizePixels - (int resolution) const const - - - QRectF - rect - qpagesize.html - rect - (QPageSize::Unit units) const const - - - QRect - rectPoints - qpagesize.html - rectPoints - () const const - - - QRect - rectPixels - qpagesize.html - rectPixels - (int resolution) const const - - - QString - key - qpagesize.html - key-1 - (QPageSize::PageSizeId pageSizeId) - - - QString - name - qpagesize.html - name-1 - (QPageSize::PageSizeId pageSizeId) - - - QPageSize::PageSizeId - id - qpagesize.html - id-1 - (const QSize &pointSize, QPageSize::SizeMatchPolicy matchPolicy) - - - QPageSize::PageSizeId - id - qpagesize.html - id-2 - (const QSizeF &size, QPageSize::Unit units, QPageSize::SizeMatchPolicy matchPolicy) - - - QPageSize::PageSizeId - id - qpagesize.html - id-3 - (int windowsId) - - - int - windowsId - qpagesize.html - windowsId-1 - (QPageSize::PageSizeId pageSizeId) - - - QSizeF - definitionSize - qpagesize.html - definitionSize-1 - (QPageSize::PageSizeId pageSizeId) - - - QPageSize::Unit - definitionUnits - qpagesize.html - definitionUnits-1 - (QPageSize::PageSizeId pageSizeId) - - - QSizeF - size - qpagesize.html - size-1 - (QPageSize::PageSizeId pageSizeId, QPageSize::Unit units) - - - QSize - sizePoints - qpagesize.html - sizePoints-1 - (QPageSize::PageSizeId pageSizeId) - - - QSize - sizePixels - qpagesize.html - sizePixels-1 - (QPageSize::PageSizeId pageSizeId, int resolution) - - - - QPageLayout - qpagelayout.html - - Unit - qpagelayout.html - Unit-enum - - - Millimeter - qpagelayout.html - Unit-enum - - - Point - qpagelayout.html - Unit-enum - - - Inch - qpagelayout.html - Unit-enum - - - Pica - qpagelayout.html - Unit-enum - - - Didot - qpagelayout.html - Unit-enum - - - Cicero - qpagelayout.html - Unit-enum - - - Orientation - qpagelayout.html - Orientation-enum - - - Portrait - qpagelayout.html - Orientation-enum - - - Landscape - qpagelayout.html - Orientation-enum - - - Mode - qpagelayout.html - Mode-enum - - - StandardMode - qpagelayout.html - Mode-enum - - - FullPageMode - qpagelayout.html - Mode-enum - - - - QPageLayout - qpagelayout.html - QPageLayout - () - - - - QPageLayout - qpagelayout.html - QPageLayout-1 - (const QPageSize &pageSize, QPageLayout::Orientation orientation, const QMarginsF &margins, QPageLayout::Unit units, const QMarginsF &minMargins) - - - - QPageLayout - qpagelayout.html - QPageLayout-2 - (const QPageLayout &other) - - - QPageLayout & - operator= - qpagelayout.html - operator-eq - (QPageLayout &&other) - - - QPageLayout & - operator= - qpagelayout.html - operator-eq-1 - (const QPageLayout &other) - - - - ~QPageLayout - qpagelayout.html - dtor.QPageLayout - () - - - void - swap - qpagelayout.html - swap - (QPageLayout &other) - - - bool - isEquivalentTo - qpagelayout.html - isEquivalentTo - (const QPageLayout &other) const const - - - bool - isValid - qpagelayout.html - isValid - () const const - - - void - setMode - qpagelayout.html - setMode - (QPageLayout::Mode mode) - - - QPageLayout::Mode - mode - qpagelayout.html - mode - () const const - - - void - setPageSize - qpagelayout.html - setPageSize - (const QPageSize &pageSize, const QMarginsF &minMargins) - - - QPageSize - pageSize - qpagelayout.html - pageSize - () const const - - - void - setOrientation - qpagelayout.html - setOrientation - (QPageLayout::Orientation orientation) - - - QPageLayout::Orientation - orientation - qpagelayout.html - orientation - () const const - - - void - setUnits - qpagelayout.html - setUnits - (QPageLayout::Unit units) - - - QPageLayout::Unit - units - qpagelayout.html - units - () const const - - - bool - setMargins - qpagelayout.html - setMargins - (const QMarginsF &margins) - - - bool - setLeftMargin - qpagelayout.html - setLeftMargin - (qreal leftMargin) - - - bool - setRightMargin - qpagelayout.html - setRightMargin - (qreal rightMargin) - - - bool - setTopMargin - qpagelayout.html - setTopMargin - (qreal topMargin) - - - bool - setBottomMargin - qpagelayout.html - setBottomMargin - (qreal bottomMargin) - - - QMarginsF - margins - qpagelayout.html - margins - () const const - - - QMarginsF - margins - qpagelayout.html - margins-1 - (QPageLayout::Unit units) const const - - - QMargins - marginsPoints - qpagelayout.html - marginsPoints - () const const - - - QMargins - marginsPixels - qpagelayout.html - marginsPixels - (int resolution) const const - - - void - setMinimumMargins - qpagelayout.html - setMinimumMargins - (const QMarginsF &minMargins) - - - QMarginsF - minimumMargins - qpagelayout.html - minimumMargins - () const const - - - QMarginsF - maximumMargins - qpagelayout.html - maximumMargins - () const const - - - QRectF - fullRect - qpagelayout.html - fullRect - () const const - - - QRectF - fullRect - qpagelayout.html - fullRect-1 - (QPageLayout::Unit units) const const - - - QRect - fullRectPoints - qpagelayout.html - fullRectPoints - () const const - - - QRect - fullRectPixels - qpagelayout.html - fullRectPixels - (int resolution) const const - - - QRectF - paintRect - qpagelayout.html - paintRect - () const const - - - QRectF - paintRect - qpagelayout.html - paintRect-1 - (QPageLayout::Unit units) const const - - - QRect - paintRectPoints - qpagelayout.html - paintRectPoints - () const const - - - QRect - paintRectPixels - qpagelayout.html - paintRectPixels - (int resolution) const const - - - - QPagedPaintDevice - qpagedpaintdevice.html - QPaintDevice - - - QPagedPaintDevice - qpagedpaintdevice-obsolete.html - QPagedPaintDevice - () - - - virtual - ~QPagedPaintDevice - qpagedpaintdevice.html - dtor.QPagedPaintDevice - () - - - virtual bool - newPage - qpagedpaintdevice.html - newPage - () = 0 - - - PageSize - qpagedpaintdevice.html - PageSize-enum - - - A4 - qpagedpaintdevice.html - PageSize-enum - - - B5 - qpagedpaintdevice.html - PageSize-enum - - - Letter - qpagedpaintdevice.html - PageSize-enum - - - Legal - qpagedpaintdevice.html - PageSize-enum - - - Executive - qpagedpaintdevice.html - PageSize-enum - - - A0 - qpagedpaintdevice.html - PageSize-enum - - - A1 - qpagedpaintdevice.html - PageSize-enum - - - A2 - qpagedpaintdevice.html - PageSize-enum - - - A3 - qpagedpaintdevice.html - PageSize-enum - - - A5 - qpagedpaintdevice.html - PageSize-enum - - - A6 - qpagedpaintdevice.html - PageSize-enum - - - A7 - qpagedpaintdevice.html - PageSize-enum - - - A8 - qpagedpaintdevice.html - PageSize-enum - - - A9 - qpagedpaintdevice.html - PageSize-enum - - - B0 - qpagedpaintdevice.html - PageSize-enum - - - B1 - qpagedpaintdevice.html - PageSize-enum - - - B10 - qpagedpaintdevice.html - PageSize-enum - - - B2 - qpagedpaintdevice.html - PageSize-enum - - - B3 - qpagedpaintdevice.html - PageSize-enum - - - B4 - qpagedpaintdevice.html - PageSize-enum - - - B6 - qpagedpaintdevice.html - PageSize-enum - - - B7 - qpagedpaintdevice.html - PageSize-enum - - - B8 - qpagedpaintdevice.html - PageSize-enum - - - B9 - qpagedpaintdevice.html - PageSize-enum - - - C5E - qpagedpaintdevice.html - PageSize-enum - - - Comm10E - qpagedpaintdevice.html - PageSize-enum - - - DLE - qpagedpaintdevice.html - PageSize-enum - - - Folio - qpagedpaintdevice.html - PageSize-enum - - - Ledger - qpagedpaintdevice.html - PageSize-enum - - - Tabloid - qpagedpaintdevice.html - PageSize-enum - - - Custom - qpagedpaintdevice.html - PageSize-enum - - - A10 - qpagedpaintdevice.html - PageSize-enum - - - A3Extra - qpagedpaintdevice.html - PageSize-enum - - - A4Extra - qpagedpaintdevice.html - PageSize-enum - - - A4Plus - qpagedpaintdevice.html - PageSize-enum - - - A4Small - qpagedpaintdevice.html - PageSize-enum - - - A5Extra - qpagedpaintdevice.html - PageSize-enum - - - B5Extra - qpagedpaintdevice.html - PageSize-enum - - - JisB0 - qpagedpaintdevice.html - PageSize-enum - - - JisB1 - qpagedpaintdevice.html - PageSize-enum - - - JisB2 - qpagedpaintdevice.html - PageSize-enum - - - JisB3 - qpagedpaintdevice.html - PageSize-enum - - - JisB4 - qpagedpaintdevice.html - PageSize-enum - - - JisB5 - qpagedpaintdevice.html - PageSize-enum - - - JisB6 - qpagedpaintdevice.html - PageSize-enum - - - JisB7 - qpagedpaintdevice.html - PageSize-enum - - - JisB8 - qpagedpaintdevice.html - PageSize-enum - - - JisB9 - qpagedpaintdevice.html - PageSize-enum - - - JisB10 - qpagedpaintdevice.html - PageSize-enum - - - AnsiC - qpagedpaintdevice.html - PageSize-enum - - - AnsiD - qpagedpaintdevice.html - PageSize-enum - - - AnsiE - qpagedpaintdevice.html - PageSize-enum - - - LegalExtra - qpagedpaintdevice.html - PageSize-enum - - - LetterExtra - qpagedpaintdevice.html - PageSize-enum - - - LetterPlus - qpagedpaintdevice.html - PageSize-enum - - - LetterSmall - qpagedpaintdevice.html - PageSize-enum - - - TabloidExtra - qpagedpaintdevice.html - PageSize-enum - - - ArchA - qpagedpaintdevice.html - PageSize-enum - - - ArchB - qpagedpaintdevice.html - PageSize-enum - - - ArchC - qpagedpaintdevice.html - PageSize-enum - - - ArchD - qpagedpaintdevice.html - PageSize-enum - - - ArchE - qpagedpaintdevice.html - PageSize-enum - - - Imperial7x9 - qpagedpaintdevice.html - PageSize-enum - - - Imperial8x10 - qpagedpaintdevice.html - PageSize-enum - - - Imperial9x11 - qpagedpaintdevice.html - PageSize-enum - - - Imperial9x12 - qpagedpaintdevice.html - PageSize-enum - - - Imperial10x11 - qpagedpaintdevice.html - PageSize-enum - - - Imperial10x13 - qpagedpaintdevice.html - PageSize-enum - - - Imperial10x14 - qpagedpaintdevice.html - PageSize-enum - - - Imperial12x11 - qpagedpaintdevice.html - PageSize-enum - - - Imperial15x11 - qpagedpaintdevice.html - PageSize-enum - - - ExecutiveStandard - qpagedpaintdevice.html - PageSize-enum - - - Note - qpagedpaintdevice.html - PageSize-enum - - - Quarto - qpagedpaintdevice.html - PageSize-enum - - - Statement - qpagedpaintdevice.html - PageSize-enum - - - SuperA - qpagedpaintdevice.html - PageSize-enum - - - SuperB - qpagedpaintdevice.html - PageSize-enum - - - Postcard - qpagedpaintdevice.html - PageSize-enum - - - DoublePostcard - qpagedpaintdevice.html - PageSize-enum - - - Prc16K - qpagedpaintdevice.html - PageSize-enum - - - Prc32K - qpagedpaintdevice.html - PageSize-enum - - - Prc32KBig - qpagedpaintdevice.html - PageSize-enum - - - FanFoldUS - qpagedpaintdevice.html - PageSize-enum - - - FanFoldGerman - qpagedpaintdevice.html - PageSize-enum - - - FanFoldGermanLegal - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeB4 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeB5 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeB6 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC0 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC1 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC2 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC3 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC4 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC6 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC65 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC7 - qpagedpaintdevice.html - PageSize-enum - - - Envelope9 - qpagedpaintdevice.html - PageSize-enum - - - Envelope11 - qpagedpaintdevice.html - PageSize-enum - - - Envelope12 - qpagedpaintdevice.html - PageSize-enum - - - Envelope14 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeMonarch - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePersonal - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeChou3 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeChou4 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeInvite - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeItalian - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeKaku2 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeKaku3 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc1 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc2 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc3 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc4 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc5 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc6 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc7 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc8 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc9 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopePrc10 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeYou4 - qpagedpaintdevice.html - PageSize-enum - - - LastPageSize - qpagedpaintdevice.html - PageSize-enum - - - NPageSize - qpagedpaintdevice.html - PageSize-enum - - - NPaperSize - qpagedpaintdevice.html - PageSize-enum - - - AnsiA - qpagedpaintdevice.html - PageSize-enum - - - AnsiB - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeC5 - qpagedpaintdevice.html - PageSize-enum - - - EnvelopeDL - qpagedpaintdevice.html - PageSize-enum - - - Envelope10 - qpagedpaintdevice.html - PageSize-enum - - - PdfVersion - qpagedpaintdevice.html - PdfVersion-enum - - - PdfVersion_1_4 - qpagedpaintdevice.html - PdfVersion-enum - - - PdfVersion_A1b - qpagedpaintdevice.html - PdfVersion-enum - - - PdfVersion_1_6 - qpagedpaintdevice.html - PdfVersion-enum - - - bool - setPageLayout - qpagedpaintdevice.html - setPageLayout - (const QPageLayout &newPageLayout) - - - bool - setPageSize - qpagedpaintdevice.html - setPageSize - (const QPageSize &pageSize) - - - bool - setPageOrientation - qpagedpaintdevice.html - setPageOrientation - (QPageLayout::Orientation orientation) - - - bool - setPageMargins - qpagedpaintdevice.html - setPageMargins - (const QMarginsF &margins) - - - bool - setPageMargins - qpagedpaintdevice.html - setPageMargins-1 - (const QMarginsF &margins, QPageLayout::Unit units) - - - QPageLayout - pageLayout - qpagedpaintdevice.html - pageLayout - () const const - - - virtual void - setPageSize - qpagedpaintdevice.html - setPageSize-1 - (QPagedPaintDevice::PageSize size) - - - QPagedPaintDevice::PageSize - pageSize - qpagedpaintdevice.html - pageSize - () const const - - - virtual void - setPageSizeMM - qpagedpaintdevice.html - setPageSizeMM - (const QSizeF &size) - - - QSizeF - pageSizeMM - qpagedpaintdevice.html - pageSizeMM - () const const - - QPagedPaintDevice::Margins - - virtual void - setMargins - qpagedpaintdevice.html - setMargins - (const QPagedPaintDevice::Margins &margins) - - - QPagedPaintDevice::Margins - margins - qpagedpaintdevice.html - margins - () const const - - - - QPagedPaintDevice::Margins - qpagedpaintdevice-margins.html - - - QPainter - qpainter.html - - void - qt_check_for_QGADGET_macro - qpainter.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qpainter.html - QtGadgetHelper-typedef - - - - RenderHint - qpainter.html - RenderHint-enum - - - Antialiasing - qpainter.html - RenderHint-enum - - - TextAntialiasing - qpainter.html - RenderHint-enum - - - SmoothPixmapTransform - qpainter.html - RenderHint-enum - - - HighQualityAntialiasing - qpainter.html - RenderHint-enum - - - NonCosmeticDefaultPen - qpainter.html - RenderHint-enum - - - Qt4CompatiblePainting - qpainter.html - RenderHint-enum - - - RenderHints - qpainter.html - RenderHint-enum - - - QPainter::PixmapFragment - - PixmapFragmentHint - qpainter.html - PixmapFragmentHint-enum - - - OpaqueHint - qpainter.html - PixmapFragmentHint-enum - - - PixmapFragmentHints - qpainter.html - PixmapFragmentHint-enum - - - - - QPainter - qpainter.html - QPainter - () - - - - QPainter - qpainter.html - QPainter-1 - (QPaintDevice *device) - - - - ~QPainter - qpainter.html - dtor.QPainter - () - - - QPaintDevice * - device - qpainter.html - device - () const const - - - bool - begin - qpainter.html - begin - (QPaintDevice *device) - - - bool - end - qpainter.html - end - () - - - bool - isActive - qpainter.html - isActive - () const const - - - void - initFrom - qpainter-obsolete.html - initFrom - (const QPaintDevice *device) - - - CompositionMode - qpainter.html - CompositionMode-enum - - - CompositionMode_SourceOver - qpainter.html - CompositionMode-enum - - - CompositionMode_DestinationOver - qpainter.html - CompositionMode-enum - - - CompositionMode_Clear - qpainter.html - CompositionMode-enum - - - CompositionMode_Source - qpainter.html - CompositionMode-enum - - - CompositionMode_Destination - qpainter.html - CompositionMode-enum - - - CompositionMode_SourceIn - qpainter.html - CompositionMode-enum - - - CompositionMode_DestinationIn - qpainter.html - CompositionMode-enum - - - CompositionMode_SourceOut - qpainter.html - CompositionMode-enum - - - CompositionMode_DestinationOut - qpainter.html - CompositionMode-enum - - - CompositionMode_SourceAtop - qpainter.html - CompositionMode-enum - - - CompositionMode_DestinationAtop - qpainter.html - CompositionMode-enum - - - CompositionMode_Xor - qpainter.html - CompositionMode-enum - - - CompositionMode_Plus - qpainter.html - CompositionMode-enum - - - CompositionMode_Multiply - qpainter.html - CompositionMode-enum - - - CompositionMode_Screen - qpainter.html - CompositionMode-enum - - - CompositionMode_Overlay - qpainter.html - CompositionMode-enum - - - CompositionMode_Darken - qpainter.html - CompositionMode-enum - - - CompositionMode_Lighten - qpainter.html - CompositionMode-enum - - - CompositionMode_ColorDodge - qpainter.html - CompositionMode-enum - - - CompositionMode_ColorBurn - qpainter.html - CompositionMode-enum - - - CompositionMode_HardLight - qpainter.html - CompositionMode-enum - - - CompositionMode_SoftLight - qpainter.html - CompositionMode-enum - - - CompositionMode_Difference - qpainter.html - CompositionMode-enum - - - CompositionMode_Exclusion - qpainter.html - CompositionMode-enum - - - RasterOp_SourceOrDestination - qpainter.html - CompositionMode-enum - - - RasterOp_SourceAndDestination - qpainter.html - CompositionMode-enum - - - RasterOp_SourceXorDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotSourceAndNotDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotSourceOrNotDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotSourceXorDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotSource - qpainter.html - CompositionMode-enum - - - RasterOp_NotSourceAndDestination - qpainter.html - CompositionMode-enum - - - RasterOp_SourceAndNotDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotSourceOrDestination - qpainter.html - CompositionMode-enum - - - RasterOp_SourceOrNotDestination - qpainter.html - CompositionMode-enum - - - RasterOp_ClearDestination - qpainter.html - CompositionMode-enum - - - RasterOp_SetDestination - qpainter.html - CompositionMode-enum - - - RasterOp_NotDestination - qpainter.html - CompositionMode-enum - - - void - setCompositionMode - qpainter.html - setCompositionMode - (QPainter::CompositionMode mode) - - - QPainter::CompositionMode - compositionMode - qpainter.html - compositionMode - () const const - - - const QFont & - font - qpainter.html - font - () const const - - - void - setFont - qpainter.html - setFont - (const QFont &font) - - - QFontMetrics - fontMetrics - qpainter.html - fontMetrics - () const const - - - QFontInfo - fontInfo - qpainter.html - fontInfo - () const const - - - void - setPen - qpainter.html - setPen-1 - (const QColor &color) - - - void - setPen - qpainter.html - setPen - (const QPen &pen) - - - void - setPen - qpainter.html - setPen-2 - (Qt::PenStyle style) - - - const QPen & - pen - qpainter.html - pen - () const const - - - void - setBrush - qpainter.html - setBrush - (const QBrush &brush) - - - void - setBrush - qpainter.html - setBrush-1 - (Qt::BrushStyle style) - - - const QBrush & - brush - qpainter.html - brush - () const const - - - void - setBackgroundMode - qpainter.html - setBackgroundMode - (Qt::BGMode mode) - - - Qt::BGMode - backgroundMode - qpainter.html - backgroundMode - () const const - - - QPoint - brushOrigin - qpainter.html - brushOrigin - () const const - - - void - setBrushOrigin - qpainter.html - setBrushOrigin-2 - (int x, int y) - - - void - setBrushOrigin - qpainter.html - setBrushOrigin-1 - (const QPoint &position) - - - void - setBrushOrigin - qpainter.html - setBrushOrigin - (const QPointF &position) - - - void - setBackground - qpainter.html - setBackground - (const QBrush &brush) - - - const QBrush & - background - qpainter.html - background - () const const - - - qreal - opacity - qpainter.html - opacity - () const const - - - void - setOpacity - qpainter.html - setOpacity - (qreal opacity) - - - QRegion - clipRegion - qpainter.html - clipRegion - () const const - - - QPainterPath - clipPath - qpainter.html - clipPath - () const const - - - void - setClipRect - qpainter.html - setClipRect - (const QRectF &rectangle, Qt::ClipOperation operation) - - - void - setClipRect - qpainter.html - setClipRect-1 - (const QRect &rectangle, Qt::ClipOperation operation) - - - void - setClipRect - qpainter.html - setClipRect-2 - (int x, int y, int width, int height, Qt::ClipOperation operation) - - - void - setClipRegion - qpainter.html - setClipRegion - (const QRegion &region, Qt::ClipOperation operation) - - - void - setClipPath - qpainter.html - setClipPath - (const QPainterPath &path, Qt::ClipOperation operation) - - - void - setClipping - qpainter.html - setClipping - (bool enable) - - - bool - hasClipping - qpainter.html - hasClipping - () const const - - - QRectF - clipBoundingRect - qpainter.html - clipBoundingRect - () const const - - - void - save - qpainter.html - save - () - - - void - restore - qpainter.html - restore - () - - - void - setMatrix - qpainter-obsolete.html - setMatrix - (const QMatrix &matrix, bool combine) - - - const QMatrix & - matrix - qpainter-obsolete.html - matrix - () const const - - - const QMatrix & - deviceMatrix - qpainter-obsolete.html - deviceMatrix - () const const - - - void - resetMatrix - qpainter-obsolete.html - resetMatrix - () - - - void - setTransform - qpainter.html - setTransform - (const QTransform &transform, bool combine) - - - const QTransform & - transform - qpainter.html - transform - () const const - - - const QTransform & - deviceTransform - qpainter.html - deviceTransform - () const const - - - void - resetTransform - qpainter.html - resetTransform - () - - - void - setWorldMatrix - qpainter-obsolete.html - setWorldMatrix - (const QMatrix &matrix, bool combine) - - - const QMatrix & - worldMatrix - qpainter-obsolete.html - worldMatrix - () const const - - - void - setWorldTransform - qpainter.html - setWorldTransform - (const QTransform &matrix, bool combine) - - - const QTransform & - worldTransform - qpainter.html - worldTransform - () const const - - - QMatrix - combinedMatrix - qpainter-obsolete.html - combinedMatrix - () const const - - - QTransform - combinedTransform - qpainter.html - combinedTransform - () const const - - - void - setMatrixEnabled - qpainter-obsolete.html - setMatrixEnabled - (bool enable) - - - bool - matrixEnabled - qpainter-obsolete.html - matrixEnabled - () const const - - - void - setWorldMatrixEnabled - qpainter.html - setWorldMatrixEnabled - (bool enable) - - - bool - worldMatrixEnabled - qpainter.html - worldMatrixEnabled - () const const - - - void - scale - qpainter.html - scale - (qreal sx, qreal sy) - - - void - shear - qpainter.html - shear - (qreal sh, qreal sv) - - - void - rotate - qpainter.html - rotate - (qreal angle) - - - void - translate - qpainter.html - translate - (const QPointF &offset) - - - void - translate - qpainter.html - translate-1 - (const QPoint &offset) - - - void - translate - qpainter.html - translate-2 - (qreal dx, qreal dy) - - - QRect - window - qpainter.html - window - () const const - - - void - setWindow - qpainter.html - setWindow - (const QRect &rectangle) - - - void - setWindow - qpainter.html - setWindow-1 - (int x, int y, int width, int height) - - - QRect - viewport - qpainter.html - viewport - () const const - - - void - setViewport - qpainter.html - setViewport - (const QRect &rectangle) - - - void - setViewport - qpainter.html - setViewport-1 - (int x, int y, int width, int height) - - - void - setViewTransformEnabled - qpainter.html - setViewTransformEnabled - (bool enable) - - - bool - viewTransformEnabled - qpainter.html - viewTransformEnabled - () const const - - - void - strokePath - qpainter.html - strokePath - (const QPainterPath &path, const QPen &pen) - - - void - fillPath - qpainter.html - fillPath - (const QPainterPath &path, const QBrush &brush) - - - void - drawPath - qpainter.html - drawPath - (const QPainterPath &path) - - - void - drawPoint - qpainter.html - drawPoint - (const QPointF &position) - - - void - drawPoint - qpainter.html - drawPoint-1 - (const QPoint &position) - - - void - drawPoint - qpainter.html - drawPoint-2 - (int x, int y) - - - void - drawPoints - qpainter.html - drawPoints - (const QPointF *points, int pointCount) - - - void - drawPoints - qpainter.html - drawPoints-1 - (const QPolygonF &points) - - - void - drawPoints - qpainter.html - drawPoints-2 - (const QPoint *points, int pointCount) - - - void - drawPoints - qpainter.html - drawPoints-3 - (const QPolygon &points) - - - void - drawLine - qpainter.html - drawLine - (const QLineF &line) - - - void - drawLine - qpainter.html - drawLine-1 - (const QLine &line) - - - void - drawLine - qpainter.html - drawLine-2 - (int x1, int y1, int x2, int y2) - - - void - drawLine - qpainter.html - drawLine-3 - (const QPoint &p1, const QPoint &p2) - - - void - drawLine - qpainter.html - drawLine-4 - (const QPointF &p1, const QPointF &p2) - - - void - drawLines - qpainter.html - drawLines - (const QLineF *lines, int lineCount) - - - void - drawLines - qpainter.html - drawLines-1 - (const QVector<QLineF> &lines) - - - void - drawLines - qpainter.html - drawLines-2 - (const QPointF *pointPairs, int lineCount) - - - void - drawLines - qpainter.html - drawLines-3 - (const QVector<QPointF> &pointPairs) - - - void - drawLines - qpainter.html - drawLines-4 - (const QLine *lines, int lineCount) - - - void - drawLines - qpainter.html - drawLines-5 - (const QVector<QLine> &lines) - - - void - drawLines - qpainter.html - drawLines-6 - (const QPoint *pointPairs, int lineCount) - - - void - drawLines - qpainter.html - drawLines-7 - (const QVector<QPoint> &pointPairs) - - - void - drawRect - qpainter.html - drawRect - (const QRectF &rectangle) - - - void - drawRect - qpainter.html - drawRect-1 - (int x, int y, int width, int height) - - - void - drawRect - qpainter.html - drawRect-2 - (const QRect &rectangle) - - - void - drawRects - qpainter.html - drawRects - (const QRectF *rectangles, int rectCount) - - - void - drawRects - qpainter.html - drawRects-1 - (const QVector<QRectF> &rectangles) - - - void - drawRects - qpainter.html - drawRects-2 - (const QRect *rectangles, int rectCount) - - - void - drawRects - qpainter.html - drawRects-3 - (const QVector<QRect> &rectangles) - - - void - drawEllipse - qpainter.html - drawEllipse - (const QRectF &rectangle) - - - void - drawEllipse - qpainter.html - drawEllipse-1 - (const QRect &rectangle) - - - void - drawEllipse - qpainter.html - drawEllipse-2 - (int x, int y, int width, int height) - - - void - drawEllipse - qpainter.html - drawEllipse-3 - (const QPointF &center, qreal rx, qreal ry) - - - void - drawEllipse - qpainter.html - drawEllipse-4 - (const QPoint &center, int rx, int ry) - - - void - drawPolyline - qpainter.html - drawPolyline - (const QPointF *points, int pointCount) - - - void - drawPolyline - qpainter.html - drawPolyline-1 - (const QPolygonF &points) - - - void - drawPolyline - qpainter.html - drawPolyline-2 - (const QPoint *points, int pointCount) - - - void - drawPolyline - qpainter.html - drawPolyline-3 - (const QPolygon &points) - - - void - drawPolygon - qpainter.html - drawPolygon - (const QPointF *points, int pointCount, Qt::FillRule fillRule) - - - void - drawPolygon - qpainter.html - drawPolygon-1 - (const QPolygonF &points, Qt::FillRule fillRule) - - - void - drawPolygon - qpainter.html - drawPolygon-2 - (const QPoint *points, int pointCount, Qt::FillRule fillRule) - - - void - drawPolygon - qpainter.html - drawPolygon-3 - (const QPolygon &points, Qt::FillRule fillRule) - - - void - drawConvexPolygon - qpainter.html - drawConvexPolygon - (const QPointF *points, int pointCount) - - - void - drawConvexPolygon - qpainter.html - drawConvexPolygon-1 - (const QPolygonF &polygon) - - - void - drawConvexPolygon - qpainter.html - drawConvexPolygon-2 - (const QPoint *points, int pointCount) - - - void - drawConvexPolygon - qpainter.html - drawConvexPolygon-3 - (const QPolygon &polygon) - - - void - drawArc - qpainter.html - drawArc - (const QRectF &rectangle, int startAngle, int spanAngle) - - - void - drawArc - qpainter.html - drawArc-1 - (const QRect &rectangle, int startAngle, int spanAngle) - - - void - drawArc - qpainter.html - drawArc-2 - (int x, int y, int width, int height, int startAngle, int spanAngle) - - - void - drawPie - qpainter.html - drawPie - (const QRectF &rectangle, int startAngle, int spanAngle) - - - void - drawPie - qpainter.html - drawPie-1 - (int x, int y, int width, int height, int startAngle, int spanAngle) - - - void - drawPie - qpainter.html - drawPie-2 - (const QRect &rectangle, int startAngle, int spanAngle) - - - void - drawChord - qpainter.html - drawChord - (const QRectF &rectangle, int startAngle, int spanAngle) - - - void - drawChord - qpainter.html - drawChord-1 - (int x, int y, int width, int height, int startAngle, int spanAngle) - - - void - drawChord - qpainter.html - drawChord-2 - (const QRect &rectangle, int startAngle, int spanAngle) - - - void - drawRoundedRect - qpainter.html - drawRoundedRect - (const QRectF &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) - - - void - drawRoundedRect - qpainter.html - drawRoundedRect-1 - (int x, int y, int w, int h, qreal xRadius, qreal yRadius, Qt::SizeMode mode) - - - void - drawRoundedRect - qpainter.html - drawRoundedRect-2 - (const QRect &rect, qreal xRadius, qreal yRadius, Qt::SizeMode mode) - - - void - drawRoundRect - qpainter-obsolete.html - drawRoundRect - (const QRectF &r, int xRnd, int yRnd) - - - void - drawRoundRect - qpainter-obsolete.html - drawRoundRect-1 - (int x, int y, int w, int h, int , int ) - - - void - drawRoundRect - qpainter-obsolete.html - drawRoundRect-2 - (const QRect &r, int xRnd, int yRnd) - - - void - drawTiledPixmap - qpainter.html - drawTiledPixmap - (const QRectF &rectangle, const QPixmap &pixmap, const QPointF &position) - - - void - drawTiledPixmap - qpainter.html - drawTiledPixmap-1 - (int x, int y, int width, int height, const QPixmap &pixmap, int sx, int sy) - - - void - drawTiledPixmap - qpainter.html - drawTiledPixmap-2 - (const QRect &rectangle, const QPixmap &pixmap, const QPoint &position) - - - void - drawPicture - qpainter.html - drawPicture - (const QPointF &point, const QPicture &picture) - - - void - drawPicture - qpainter.html - drawPicture-1 - (int x, int y, const QPicture &picture) - - - void - drawPicture - qpainter.html - drawPicture-2 - (const QPoint &point, const QPicture &picture) - - - void - drawPixmap - qpainter.html - drawPixmap - (const QRectF &target, const QPixmap &pixmap, const QRectF &source) - - - void - drawPixmap - qpainter.html - drawPixmap-1 - (const QRect &target, const QPixmap &pixmap, const QRect &source) - - - void - drawPixmap - qpainter.html - drawPixmap-2 - (int x, int y, int w, int h, const QPixmap &pixmap, int sx, int sy, int sw, int sh) - - - void - drawPixmap - qpainter.html - drawPixmap-3 - (int x, int y, const QPixmap &pixmap, int sx, int sy, int sw, int sh) - - - void - drawPixmap - qpainter.html - drawPixmap-4 - (const QPointF &point, const QPixmap &pixmap, const QRectF &source) - - - void - drawPixmap - qpainter.html - drawPixmap-5 - (const QPoint &point, const QPixmap &pixmap, const QRect &source) - - - void - drawPixmap - qpainter.html - drawPixmap-6 - (const QPointF &point, const QPixmap &pixmap) - - - void - drawPixmap - qpainter.html - drawPixmap-7 - (const QPoint &point, const QPixmap &pixmap) - - - void - drawPixmap - qpainter.html - drawPixmap-8 - (int x, int y, const QPixmap &pixmap) - - - void - drawPixmap - qpainter.html - drawPixmap-9 - (const QRect &rectangle, const QPixmap &pixmap) - - - void - drawPixmap - qpainter.html - drawPixmap-10 - (int x, int y, int width, int height, const QPixmap &pixmap) - - - void - drawPixmapFragments - qpainter.html - drawPixmapFragments - (const QPainter::PixmapFragment *fragments, int fragmentCount, const QPixmap &pixmap, QPainter::PixmapFragmentHints hints) - - - void - drawImage - qpainter.html - drawImage - (const QRectF &target, const QImage &image, const QRectF &source, Qt::ImageConversionFlags flags) - - - void - drawImage - qpainter.html - drawImage-1 - (const QRect &target, const QImage &image, const QRect &source, Qt::ImageConversionFlags flags) - - - void - drawImage - qpainter.html - drawImage-2 - (const QPointF &point, const QImage &image, const QRectF &source, Qt::ImageConversionFlags flags) - - - void - drawImage - qpainter.html - drawImage-3 - (const QPoint &point, const QImage &image, const QRect &source, Qt::ImageConversionFlags flags) - - - void - drawImage - qpainter.html - drawImage-4 - (const QRectF &rectangle, const QImage &image) - - - void - drawImage - qpainter.html - drawImage-5 - (const QRect &rectangle, const QImage &image) - - - void - drawImage - qpainter.html - drawImage-6 - (const QPointF &point, const QImage &image) - - - void - drawImage - qpainter.html - drawImage-7 - (const QPoint &point, const QImage &image) - - - void - drawImage - qpainter.html - drawImage-8 - (int x, int y, const QImage &image, int sx, int sy, int sw, int sh, Qt::ImageConversionFlags flags) - - - void - setLayoutDirection - qpainter.html - setLayoutDirection - (Qt::LayoutDirection direction) - - - Qt::LayoutDirection - layoutDirection - qpainter.html - layoutDirection - () const const - - - void - drawGlyphRun - qpainter.html - drawGlyphRun - (const QPointF &position, const QGlyphRun &glyphs) - - - void - drawStaticText - qpainter.html - drawStaticText - (const QPointF &topLeftPosition, const QStaticText &staticText) - - - void - drawStaticText - qpainter.html - drawStaticText-1 - (const QPoint &topLeftPosition, const QStaticText &staticText) - - - void - drawStaticText - qpainter.html - drawStaticText-2 - (int left, int top, const QStaticText &staticText) - - - void - drawText - qpainter.html - drawText - (const QPointF &position, const QString &text) - - - void - drawText - qpainter.html - drawText-1 - (const QPoint &position, const QString &text) - - - void - drawText - qpainter.html - drawText-2 - (int x, int y, const QString &text) - - - void - drawText - qpainter.html - drawText-4 - (const QRectF &rectangle, int flags, const QString &text, QRectF *boundingRect) - - - void - drawText - qpainter.html - drawText-5 - (const QRect &rectangle, int flags, const QString &text, QRect *boundingRect) - - - void - drawText - qpainter.html - drawText-6 - (int x, int y, int width, int height, int flags, const QString &text, QRect *boundingRect) - - - void - drawText - qpainter.html - drawText-7 - (const QRectF &rectangle, const QString &text, const QTextOption &option) - - - QRectF - boundingRect - qpainter.html - boundingRect - (const QRectF &rectangle, int flags, const QString &text) - - - QRect - boundingRect - qpainter.html - boundingRect-1 - (const QRect &rectangle, int flags, const QString &text) - - - QRect - boundingRect - qpainter.html - boundingRect-2 - (int x, int y, int w, int h, int flags, const QString &text) - - - QRectF - boundingRect - qpainter.html - boundingRect-3 - (const QRectF &rectangle, const QString &text, const QTextOption &option) - - - void - fillRect - qpainter.html - fillRect - (const QRectF &rectangle, const QBrush &brush) - - - void - fillRect - qpainter.html - fillRect-1 - (int x, int y, int width, int height, const QBrush &brush) - - - void - fillRect - qpainter.html - fillRect-2 - (const QRect &rectangle, const QBrush &brush) - - - void - fillRect - qpainter.html - fillRect-3 - (const QRectF &rectangle, const QColor &color) - - - void - fillRect - qpainter.html - fillRect-4 - (int x, int y, int width, int height, const QColor &color) - - - void - fillRect - qpainter.html - fillRect-5 - (const QRect &rectangle, const QColor &color) - - - void - fillRect - qpainter.html - fillRect-6 - (int x, int y, int width, int height, Qt::GlobalColor color) - - - void - fillRect - qpainter.html - fillRect-7 - (const QRect &rectangle, Qt::GlobalColor color) - - - void - fillRect - qpainter.html - fillRect-8 - (const QRectF &rectangle, Qt::GlobalColor color) - - - void - fillRect - qpainter.html - fillRect-9 - (int x, int y, int width, int height, Qt::BrushStyle style) - - - void - fillRect - qpainter.html - fillRect-10 - (const QRect &rectangle, Qt::BrushStyle style) - - - void - fillRect - qpainter.html - fillRect-11 - (const QRectF &rectangle, Qt::BrushStyle style) - - - void - fillRect - qpainter.html - fillRect-12 - (int x, int y, int width, int height, QGradient::Preset preset) - - - void - fillRect - qpainter.html - fillRect-13 - (const QRect &rectangle, QGradient::Preset preset) - - - void - fillRect - qpainter.html - fillRect-14 - (const QRectF &rectangle, QGradient::Preset preset) - - - void - eraseRect - qpainter.html - eraseRect - (const QRectF &rectangle) - - - void - eraseRect - qpainter.html - eraseRect-1 - (int x, int y, int width, int height) - - - void - eraseRect - qpainter.html - eraseRect-2 - (const QRect &rectangle) - - - void - setRenderHint - qpainter.html - setRenderHint - (QPainter::RenderHint hint, bool on) - - - void - setRenderHints - qpainter.html - setRenderHints - (QPainter::RenderHints hints, bool on) - - - QPainter::RenderHints - renderHints - qpainter.html - renderHints - () const const - - - bool - testRenderHint - qpainter.html - testRenderHint - (QPainter::RenderHint hint) const const - - - QPaintEngine * - paintEngine - qpainter.html - paintEngine - () const const - - - void - setRedirected - qpainter-obsolete.html - setRedirected - (const QPaintDevice *device, QPaintDevice *replacement, const QPoint &offset) - - - QPaintDevice * - redirected - qpainter-obsolete.html - redirected - (const QPaintDevice *device, QPoint *offset) - - - void - restoreRedirected - qpainter-obsolete.html - restoreRedirected - (const QPaintDevice *device) - - - void - beginNativePainting - qpainter.html - beginNativePainting - () - - - void - endNativePainting - qpainter.html - endNativePainting - () - - - - QPainter::PixmapFragment - qpainter-pixmapfragment.html - - PixmapFragment - create - qpainter-pixmapfragment.html - create - (const QPointF &pos, const QRectF &sourceRect, qreal scaleX, qreal scaleY, qreal rotation, qreal opacity) - - - - QTextItem - qtextitem.html - - RenderFlag - qtextitem.html - RenderFlag-enum - - - RightToLeft - qtextitem.html - RenderFlag-enum - - - Overline - qtextitem.html - RenderFlag-enum - - - Underline - qtextitem.html - RenderFlag-enum - - - StrikeOut - qtextitem.html - RenderFlag-enum - - - Dummy - qtextitem.html - RenderFlag-enum - - - RenderFlags - qtextitem.html - RenderFlag-enum - - - - qreal - descent - qtextitem.html - descent - () const const - - - qreal - ascent - qtextitem.html - ascent - () const const - - - qreal - width - qtextitem.html - width - () const const - - - QTextItem::RenderFlags - renderFlags - qtextitem.html - renderFlags - () const const - - - QString - text - qtextitem.html - text - () const const - - - QFont - font - qtextitem.html - font - () const const - - - - QPaintEngine - qpaintengine.html - - PaintEngineFeature - qpaintengine.html - PaintEngineFeature-enum - - - PrimitiveTransform - qpaintengine.html - PaintEngineFeature-enum - - - PatternTransform - qpaintengine.html - PaintEngineFeature-enum - - - PixmapTransform - qpaintengine.html - PaintEngineFeature-enum - - - PatternBrush - qpaintengine.html - PaintEngineFeature-enum - - - LinearGradientFill - qpaintengine.html - PaintEngineFeature-enum - - - RadialGradientFill - qpaintengine.html - PaintEngineFeature-enum - - - ConicalGradientFill - qpaintengine.html - PaintEngineFeature-enum - - - AlphaBlend - qpaintengine.html - PaintEngineFeature-enum - - - PorterDuff - qpaintengine.html - PaintEngineFeature-enum - - - PainterPaths - qpaintengine.html - PaintEngineFeature-enum - - - Antialiasing - qpaintengine.html - PaintEngineFeature-enum - - - BrushStroke - qpaintengine.html - PaintEngineFeature-enum - - - ConstantOpacity - qpaintengine.html - PaintEngineFeature-enum - - - MaskedBrush - qpaintengine.html - PaintEngineFeature-enum - - - PerspectiveTransform - qpaintengine.html - PaintEngineFeature-enum - - - BlendModes - qpaintengine.html - PaintEngineFeature-enum - - - ObjectBoundingModeGradients - qpaintengine.html - PaintEngineFeature-enum - - - RasterOpModes - qpaintengine.html - PaintEngineFeature-enum - - - PaintOutsidePaintEvent - qpaintengine.html - PaintEngineFeature-enum - - - AllFeatures - qpaintengine.html - PaintEngineFeature-enum - - - PaintEngineFeatures - qpaintengine.html - PaintEngineFeature-enum - - - - DirtyFlag - qpaintengine.html - DirtyFlag-enum - - - DirtyPen - qpaintengine.html - DirtyFlag-enum - - - DirtyBrush - qpaintengine.html - DirtyFlag-enum - - - DirtyBrushOrigin - qpaintengine.html - DirtyFlag-enum - - - DirtyFont - qpaintengine.html - DirtyFlag-enum - - - DirtyBackground - qpaintengine.html - DirtyFlag-enum - - - DirtyBackgroundMode - qpaintengine.html - DirtyFlag-enum - - - DirtyTransform - qpaintengine.html - DirtyFlag-enum - - - DirtyClipRegion - qpaintengine.html - DirtyFlag-enum - - - DirtyClipPath - qpaintengine.html - DirtyFlag-enum - - - DirtyHints - qpaintengine.html - DirtyFlag-enum - - - DirtyCompositionMode - qpaintengine.html - DirtyFlag-enum - - - DirtyClipEnabled - qpaintengine.html - DirtyFlag-enum - - - DirtyOpacity - qpaintengine.html - DirtyFlag-enum - - - AllDirty - qpaintengine.html - DirtyFlag-enum - - - DirtyFlags - qpaintengine.html - DirtyFlag-enum - - - - PolygonDrawMode - qpaintengine.html - PolygonDrawMode-enum - - - OddEvenMode - qpaintengine.html - PolygonDrawMode-enum - - - WindingMode - qpaintengine.html - PolygonDrawMode-enum - - - ConvexMode - qpaintengine.html - PolygonDrawMode-enum - - - PolylineMode - qpaintengine.html - PolygonDrawMode-enum - - - - QPaintEngine - qpaintengine.html - QPaintEngine - (QPaintEngine::PaintEngineFeatures caps) - - - virtual - ~QPaintEngine - qpaintengine.html - dtor.QPaintEngine - () - - - bool - isActive - qpaintengine.html - isActive - () const const - - - void - setActive - qpaintengine.html - setActive - (bool state) - - - virtual bool - begin - qpaintengine.html - begin - (QPaintDevice *pdev) = 0 - - - virtual bool - end - qpaintengine.html - end - () = 0 - - - virtual void - updateState - qpaintengine.html - updateState - (const QPaintEngineState &state) = 0 - - - virtual void - drawRects - qpaintengine.html - drawRects-1 - (const QRect *rects, int rectCount) - - - virtual void - drawRects - qpaintengine.html - drawRects - (const QRectF *rects, int rectCount) - - - virtual void - drawLines - qpaintengine.html - drawLines-1 - (const QLine *lines, int lineCount) - - - virtual void - drawLines - qpaintengine.html - drawLines - (const QLineF *lines, int lineCount) - - - virtual void - drawEllipse - qpaintengine.html - drawEllipse - (const QRectF &rect) - - - virtual void - drawEllipse - qpaintengine.html - drawEllipse-1 - (const QRect &rect) - - - virtual void - drawPath - qpaintengine.html - drawPath - (const QPainterPath &path) - - - virtual void - drawPoints - qpaintengine.html - drawPoints - (const QPointF *points, int pointCount) - - - virtual void - drawPoints - qpaintengine.html - drawPoints-1 - (const QPoint *points, int pointCount) - - - virtual void - drawPolygon - qpaintengine.html - drawPolygon - (const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode) - - - virtual void - drawPolygon - qpaintengine.html - drawPolygon-1 - (const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode) - - - virtual void - drawPixmap - qpaintengine.html - drawPixmap - (const QRectF &r, const QPixmap &pm, const QRectF &sr) = 0 - - - virtual void - drawTextItem - qpaintengine.html - drawTextItem - (const QPointF &p, const QTextItem &textItem) - - - virtual void - drawTiledPixmap - qpaintengine.html - drawTiledPixmap - (const QRectF &rect, const QPixmap &pixmap, const QPointF &p) - - - virtual void - drawImage - qpaintengine.html - drawImage - (const QRectF &rectangle, const QImage &image, const QRectF &sr, Qt::ImageConversionFlags flags) - - - QPaintDevice * - paintDevice - qpaintengine.html - paintDevice - () const const - - - Type - qpaintengine.html - Type-enum - - - X11 - qpaintengine.html - Type-enum - - - Windows - qpaintengine.html - Type-enum - - - QuickDraw - qpaintengine.html - Type-enum - - - CoreGraphics - qpaintengine.html - Type-enum - - - MacPrinter - qpaintengine.html - Type-enum - - - QWindowSystem - qpaintengine.html - Type-enum - - - PostScript - qpaintengine.html - Type-enum - - - OpenGL - qpaintengine.html - Type-enum - - - Picture - qpaintengine.html - Type-enum - - - SVG - qpaintengine.html - Type-enum - - - Raster - qpaintengine.html - Type-enum - - - Direct3D - qpaintengine.html - Type-enum - - - Pdf - qpaintengine.html - Type-enum - - - OpenVG - qpaintengine.html - Type-enum - - - OpenGL2 - qpaintengine.html - Type-enum - - - PaintBuffer - qpaintengine.html - Type-enum - - - Blitter - qpaintengine.html - Type-enum - - - Direct2D - qpaintengine.html - Type-enum - - - User - qpaintengine.html - Type-enum - - - MaxUser - qpaintengine.html - Type-enum - - - virtual QPaintEngine::Type - type - qpaintengine.html - type - () const const = 0 - - - bool - hasFeature - qpaintengine.html - hasFeature - (QPaintEngine::PaintEngineFeatures feature) const const - - - QPainter * - painter - qpaintengine.html - painter - () const const - - - - QPaintEngineState - qpaintenginestate.html - - QPaintEngine::DirtyFlags - state - qpaintenginestate.html - state - () const const - - - QPen - pen - qpaintenginestate.html - pen - () const const - - - QBrush - brush - qpaintenginestate.html - brush - () const const - - - QPointF - brushOrigin - qpaintenginestate.html - brushOrigin - () const const - - - QBrush - backgroundBrush - qpaintenginestate.html - backgroundBrush - () const const - - - Qt::BGMode - backgroundMode - qpaintenginestate.html - backgroundMode - () const const - - - QFont - font - qpaintenginestate.html - font - () const const - - - QMatrix - matrix - qpaintenginestate-obsolete.html - matrix - () const const - - - QTransform - transform - qpaintenginestate.html - transform - () const const - - - Qt::ClipOperation - clipOperation - qpaintenginestate.html - clipOperation - () const const - - - QRegion - clipRegion - qpaintenginestate.html - clipRegion - () const const - - - QPainterPath - clipPath - qpaintenginestate.html - clipPath - () const const - - - bool - isClipEnabled - qpaintenginestate.html - isClipEnabled - () const const - - - QPainter::RenderHints - renderHints - qpaintenginestate.html - renderHints - () const const - - - QPainter::CompositionMode - compositionMode - qpaintenginestate.html - compositionMode - () const const - - - qreal - opacity - qpaintenginestate.html - opacity - () const const - - - QPainter * - painter - qpaintenginestate.html - painter - () const const - - - bool - brushNeedsResolving - qpaintenginestate.html - brushNeedsResolving - () const const - - - bool - penNeedsResolving - qpaintenginestate.html - penNeedsResolving - () const const - - - - QPdfWriter - qpdfwriter.html - QObject - QPagedPaintDevice - - virtual const QMetaObject * - metaObject - qpdfwriter.html - metaObject - () const const - - - virtual void * - qt_metacast - qpdfwriter.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpdfwriter.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpdfwriter.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpdfwriter.html - trUtf8 - (const char *s, const char *c, int n) - - - - QPdfWriter - qpdfwriter.html - QPdfWriter - (const QString &filename) - - - - QPdfWriter - qpdfwriter.html - QPdfWriter-1 - (QIODevice *device) - - - virtual - ~QPdfWriter - qpdfwriter.html - dtor.QPdfWriter - () - - - void - setPdfVersion - qpdfwriter.html - setPdfVersion - (QPagedPaintDevice::PdfVersion version) - - - QPagedPaintDevice::PdfVersion - pdfVersion - qpdfwriter.html - pdfVersion - () const const - - - QString - title - qpdfwriter.html - title - () const const - - - void - setTitle - qpdfwriter.html - setTitle - (const QString &title) - - - QString - creator - qpdfwriter.html - creator - () const const - - - void - setCreator - qpdfwriter.html - setCreator - (const QString &creator) - - - virtual bool - newPage - qpdfwriter.html - newPage - () override - - - void - setResolution - qpdfwriter.html - setResolution - (int resolution) - - - int - resolution - qpdfwriter.html - resolution - () const const - - - bool - setPageLayout - qpdfwriter.html - setPageLayout - (const QPageLayout &newPageLayout) - - - bool - setPageSize - qpdfwriter.html - setPageSize - (const QPageSize &pageSize) - - - bool - setPageOrientation - qpdfwriter.html - setPageOrientation - (QPageLayout::Orientation orientation) - - - bool - setPageMargins - qpdfwriter.html - setPageMargins - (const QMarginsF &margins) - - - bool - setPageMargins - qpdfwriter.html - setPageMargins-1 - (const QMarginsF &margins, QPageLayout::Unit units) - - - QPageLayout - pageLayout - qpdfwriter.html - pageLayout - () const const - - - virtual void - setPageSize - qpdfwriter-obsolete.html - setPageSize-1 - (QPagedPaintDevice::PageSize size) override - - - virtual void - setPageSizeMM - qpdfwriter-obsolete.html - setPageSizeMM - (const QSizeF &size) override - - - virtual void - setMargins - qpdfwriter-obsolete.html - setMargins - (const QPagedPaintDevice::Margins &m) override - - - virtual QPaintEngine * - paintEngine - qpdfwriter.html - paintEngine - () const const override - - - - QPicture - qpicture.html - QPaintDevice - - - QPicture - qpicture.html - QPicture - (int formatVersion) - - - - QPicture - qpicture.html - QPicture-1 - (const QPicture &pic) - - - virtual - ~QPicture - qpicture.html - dtor.QPicture - () - - - bool - isNull - qpicture.html - isNull - () const const - - - uint - size - qpicture.html - size - () const const - - - const char * - data - qpicture.html - data - () const const - - - virtual void - setData - qpicture.html - setData - (const char *data, uint size) - - - bool - play - qpicture.html - play - (QPainter *painter) - - - bool - load - qpicture.html - load-1 - (QIODevice *dev, const char *format) - - - bool - load - qpicture.html - load - (const QString &fileName, const char *format) - - - bool - save - qpicture.html - save-1 - (QIODevice *dev, const char *format) - - - bool - save - qpicture.html - save - (const QString &fileName, const char *format) - - - QRect - boundingRect - qpicture.html - boundingRect - () const const - - - void - setBoundingRect - qpicture.html - setBoundingRect - (const QRect &r) - - - QPicture & - operator= - qpicture.html - operator-eq - (const QPicture &p) - - - QPicture & - operator= - qpicture.html - operator-eq-1 - (QPicture &&other) - - - void - swap - qpicture.html - swap - (QPicture &other) - - - const char * - pictureFormat - qpicture-obsolete.html - pictureFormat - (const QString &fileName) - - - QList<QByteArray> - inputFormats - qpicture-obsolete.html - inputFormats - () - - - QList<QByteArray> - outputFormats - qpicture-obsolete.html - outputFormats - () - - - QStringList - inputFormatList - qpicture-obsolete.html - inputFormatList - () - - - QStringList - outputFormatList - qpicture-obsolete.html - outputFormatList - () - - - - QPictureIO - qpictureio.html - - - QPictureIO - qpictureio.html - QPictureIO - () - - - - QPictureIO - qpictureio.html - QPictureIO-1 - (QIODevice *ioDevice, const char *format) - - - - QPictureIO - qpictureio.html - QPictureIO-2 - (const QString &fileName, const char *format) - - - - ~QPictureIO - qpictureio.html - dtor.QPictureIO - () - - - const QPicture & - picture - qpictureio.html - picture - () const const - - - int - status - qpictureio.html - status - () const const - - - const char * - format - qpictureio.html - format - () const const - - - QIODevice * - ioDevice - qpictureio.html - ioDevice - () const const - - - QString - fileName - qpictureio.html - fileName - () const const - - - int - quality - qpictureio.html - quality - () const const - - - QString - description - qpictureio.html - description - () const const - - - const char * - parameters - qpictureio.html - parameters - () const const - - - float - gamma - qpictureio.html - gamma - () const const - - - void - setPicture - qpictureio.html - setPicture - (const QPicture &picture) - - - void - setStatus - qpictureio.html - setStatus - (int status) - - - void - setFormat - qpictureio.html - setFormat - (const char *format) - - - void - setIODevice - qpictureio.html - setIODevice - (QIODevice *ioDevice) - - - void - setFileName - qpictureio.html - setFileName - (const QString &fileName) - - - void - setQuality - qpictureio.html - setQuality - (int q) - - - void - setDescription - qpictureio.html - setDescription - (const QString &description) - - - void - setParameters - qpictureio.html - setParameters - (const char *parameters) - - - void - setGamma - qpictureio.html - setGamma - (float gamma) - - - bool - read - qpictureio.html - read - () - - - bool - write - qpictureio.html - write - () - - - QByteArray - pictureFormat - qpictureio.html - pictureFormat - (const QString &fileName) - - - QByteArray - pictureFormat - qpictureio.html - pictureFormat-1 - (QIODevice *d) - - - QList<QByteArray> - inputFormats - qpictureio.html - inputFormats - () - - - QList<QByteArray> - outputFormats - qpictureio.html - outputFormats - () - - - void - defineIOHandler - qpictureio.html - defineIOHandler - (const char *format, const char *header, const char *flags, picture_io_handler readPicture, picture_io_handler writePicture) - - - - QPictureFormatPlugin - qpictureformatplugin.html - QObject - - virtual const QMetaObject * - metaObject - qpictureformatplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qpictureformatplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpictureformatplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpictureformatplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpictureformatplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QPictureFormatPlugin - qpictureformatplugin.html - QPictureFormatPlugin - (QObject *parent) - - - virtual - ~QPictureFormatPlugin - qpictureformatplugin.html - dtor.QPictureFormatPlugin - () - - - virtual bool - loadPicture - qpictureformatplugin.html - loadPicture - (const QString &format, const QString &fileName, QPicture *picture) - - - virtual bool - savePicture - qpictureformatplugin.html - savePicture - (const QString &format, const QString &fileName, const QPicture &picture) - - - virtual bool - installIOHandler - qpictureformatplugin.html - installIOHandler - (const QString &format) = 0 - - - - QPixmapCache - qpixmapcache.html - QPixmapCache::Key - - int - cacheLimit - qpixmapcache.html - cacheLimit - () - - - void - setCacheLimit - qpixmapcache.html - setCacheLimit - (int n) - - - QPixmap * - find - qpixmapcache-obsolete.html - find-2 - (const QString &key) - - - bool - find - qpixmapcache-obsolete.html - find-1 - (const QString &key, QPixmap &pixmap) - - - bool - find - qpixmapcache.html - find - (const QString &key, QPixmap *pixmap) - - - bool - find - qpixmapcache.html - find-3 - (const QPixmapCache::Key &key, QPixmap *pixmap) - - - bool - insert - qpixmapcache.html - insert - (const QString &key, const QPixmap &pixmap) - - - QPixmapCache::Key - insert - qpixmapcache.html - insert-1 - (const QPixmap &pixmap) - - - bool - replace - qpixmapcache.html - replace - (const QPixmapCache::Key &key, const QPixmap &pixmap) - - - void - remove - qpixmapcache.html - remove - (const QString &key) - - - void - remove - qpixmapcache.html - remove-1 - (const QPixmapCache::Key &key) - - - void - clear - qpixmapcache.html - clear - () - - QPixmapCache::KeyData - - - QPixmapCache::Key - qpixmapcache-key.html - - - Key - qpixmapcache-key.html - Key - () - - - - ~Key - qpixmapcache-key.html - dtor.Key - () - - - bool - isValid - qpixmapcache-key.html - isValid - () const const - - - - QPixmapCache::KeyData - qpixmapcache-keydata.html - - - QRasterWindow - qrasterwindow.html - QPaintDeviceWindow - - virtual const QMetaObject * - metaObject - qrasterwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qrasterwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qrasterwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qrasterwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qrasterwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - - QRasterWindow - qrasterwindow.html - QRasterWindow - (QWindow *parent) - - - virtual - ~QRasterWindow - qrasterwindow.html - dtor.QRasterWindow - () - - - - QScreen - qscreen.html - QObject - - virtual const QMetaObject * - metaObject - qscreen.html - metaObject - () const const - - - virtual void * - qt_metacast - qscreen.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qscreen.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qscreen.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qscreen.html - trUtf8 - (const char *s, const char *c, int n) - - - name - qscreen.html - name-prop - - - - manufacturer - qscreen.html - manufacturer-prop - - - - model - qscreen.html - model-prop - - - - serialNumber - qscreen.html - serialNumber-prop - - - - depth - qscreen.html - depth-prop - - - - size - qscreen.html - size-prop - - - - availableSize - qscreen.html - availableSize-prop - - - - virtualSize - qscreen.html - virtualSize-prop - - - - availableVirtualSize - qscreen.html - availableVirtualSize-prop - - - - geometry - qscreen.html - geometry-prop - - - - availableGeometry - qscreen.html - availableGeometry-prop - - - - virtualGeometry - qscreen.html - virtualGeometry-prop - - - - availableVirtualGeometry - qscreen.html - availableVirtualGeometry-prop - - - - physicalSize - qscreen.html - physicalSize-prop - - - - physicalDotsPerInchX - qscreen.html - physicalDotsPerInchX-prop - - - - physicalDotsPerInchY - qscreen.html - physicalDotsPerInchY-prop - - - - physicalDotsPerInch - qscreen.html - physicalDotsPerInch-prop - - - - logicalDotsPerInchX - qscreen.html - logicalDotsPerInchX-prop - - - - logicalDotsPerInchY - qscreen.html - logicalDotsPerInchY-prop - - - - logicalDotsPerInch - qscreen.html - logicalDotsPerInch-prop - - - - devicePixelRatio - qscreen.html - devicePixelRatio-prop - - - - primaryOrientation - qscreen.html - primaryOrientation-prop - - - - orientation - qscreen.html - orientation-prop - - - - nativeOrientation - qscreen.html - nativeOrientation-prop - - - - refreshRate - qscreen.html - refreshRate-prop - - - - virtual - ~QScreen - qscreen.html - dtor.QScreen - () - - - QPlatformScreen * - handle - qscreen.html - handle - () const const - - - QString - name - qscreen.html - name-prop - () const const - - - QString - manufacturer - qscreen.html - manufacturer-prop - () const const - - - QString - model - qscreen.html - model-prop - () const const - - - QString - serialNumber - qscreen.html - serialNumber-prop - () const const - - - int - depth - qscreen.html - depth-prop - () const const - - - QSize - size - qscreen.html - size-prop - () const const - - - QRect - geometry - qscreen.html - geometry-prop - () const const - - - QSizeF - physicalSize - qscreen.html - physicalSize-prop - () const const - - - qreal - physicalDotsPerInchX - qscreen.html - physicalDotsPerInchX-prop - () const const - - - qreal - physicalDotsPerInchY - qscreen.html - physicalDotsPerInchY-prop - () const const - - - qreal - physicalDotsPerInch - qscreen.html - physicalDotsPerInch-prop - () const const - - - qreal - logicalDotsPerInchX - qscreen.html - logicalDotsPerInchX-prop - () const const - - - qreal - logicalDotsPerInchY - qscreen.html - logicalDotsPerInchY-prop - () const const - - - qreal - logicalDotsPerInch - qscreen.html - logicalDotsPerInch-prop - () const const - - - qreal - devicePixelRatio - qscreen.html - devicePixelRatio-prop - () const const - - - QSize - availableSize - qscreen.html - availableSize-prop - () const const - - - QRect - availableGeometry - qscreen.html - availableGeometry-prop - () const const - - - QList<QScreen *> - virtualSiblings - qscreen.html - virtualSiblings - () const const - - - QSize - virtualSize - qscreen.html - virtualSize-prop - () const const - - - QRect - virtualGeometry - qscreen.html - virtualGeometry-prop - () const const - - - QSize - availableVirtualSize - qscreen.html - availableVirtualSize-prop - () const const - - - QRect - availableVirtualGeometry - qscreen.html - availableVirtualGeometry-prop - () const const - - - Qt::ScreenOrientation - primaryOrientation - qscreen.html - primaryOrientation-prop - () const const - - - Qt::ScreenOrientation - orientation - qscreen.html - orientation-prop - () const const - - - Qt::ScreenOrientation - nativeOrientation - qscreen.html - nativeOrientation-prop - () const const - - - Qt::ScreenOrientations - orientationUpdateMask - qscreen.html - orientationUpdateMask - () const const - - - void - setOrientationUpdateMask - qscreen.html - setOrientationUpdateMask - (Qt::ScreenOrientations mask) - - - int - angleBetween - qscreen.html - angleBetween - (Qt::ScreenOrientation a, Qt::ScreenOrientation b) const const - - - QTransform - transformBetween - qscreen.html - transformBetween - (Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &target) const const - - - QRect - mapBetween - qscreen.html - mapBetween - (Qt::ScreenOrientation a, Qt::ScreenOrientation b, const QRect &rect) const const - - - bool - isPortrait - qscreen.html - isPortrait - (Qt::ScreenOrientation o) const const - - - bool - isLandscape - qscreen.html - isLandscape - (Qt::ScreenOrientation o) const const - - - QPixmap - grabWindow - qscreen.html - grabWindow - (WId window, int x, int y, int width, int height) - - - qreal - refreshRate - qscreen.html - refreshRate-prop - () const const - - - void - geometryChanged - qscreen.html - geometryChanged - (const QRect &geometry) - - - void - availableGeometryChanged - qscreen.html - availableGeometryChanged - (const QRect &geometry) - - - void - physicalSizeChanged - qscreen.html - physicalSize-prop - (const QSizeF &size) - - - void - physicalDotsPerInchChanged - qscreen.html - physicalDotsPerInchChanged - (qreal dpi) - - - void - logicalDotsPerInchChanged - qscreen.html - logicalDotsPerInchChanged - (qreal dpi) - - - void - virtualGeometryChanged - qscreen.html - virtualGeometryChanged - (const QRect &rect) - - - void - primaryOrientationChanged - qscreen.html - primaryOrientationChanged - (Qt::ScreenOrientation orientation) - - - void - orientationChanged - qscreen.html - orientationChanged - (Qt::ScreenOrientation orientation) - - - void - refreshRateChanged - qscreen.html - refreshRate-prop - (qreal refreshRate) - - - - QSessionManager - qsessionmanager.html - QObject - - virtual const QMetaObject * - metaObject - qsessionmanager.html - metaObject - () const const - - - virtual void * - qt_metacast - qsessionmanager.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsessionmanager.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsessionmanager.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsessionmanager.html - trUtf8 - (const char *s, const char *c, int n) - - - QString - sessionId - qsessionmanager.html - sessionId - () const const - - - QString - sessionKey - qsessionmanager.html - sessionKey - () const const - - - bool - allowsInteraction - qsessionmanager.html - allowsInteraction - () - - - bool - allowsErrorInteraction - qsessionmanager.html - allowsErrorInteraction - () - - - void - release - qsessionmanager.html - release - () - - - void - cancel - qsessionmanager.html - cancel - () - - - RestartHint - qsessionmanager.html - RestartHint-enum - - - RestartIfRunning - qsessionmanager.html - RestartHint-enum - - - RestartAnyway - qsessionmanager.html - RestartHint-enum - - - RestartImmediately - qsessionmanager.html - RestartHint-enum - - - RestartNever - qsessionmanager.html - RestartHint-enum - - - void - setRestartHint - qsessionmanager.html - setRestartHint - (QSessionManager::RestartHint hint) - - - QSessionManager::RestartHint - restartHint - qsessionmanager.html - restartHint - () const const - - - void - setRestartCommand - qsessionmanager.html - setRestartCommand - (const QStringList &command) - - - QStringList - restartCommand - qsessionmanager.html - restartCommand - () const const - - - void - setDiscardCommand - qsessionmanager.html - setDiscardCommand - (const QStringList &command) - - - QStringList - discardCommand - qsessionmanager.html - discardCommand - () const const - - - void - setManagerProperty - qsessionmanager.html - setManagerProperty-1 - (const QString &name, const QString &value) - - - void - setManagerProperty - qsessionmanager.html - setManagerProperty - (const QString &name, const QStringList &value) - - - bool - isPhase2 - qsessionmanager.html - isPhase2 - () const const - - - void - requestPhase2 - qsessionmanager.html - requestPhase2 - () - - - - QStandardItem - qstandarditem.html - - - QStandardItem - qstandarditem.html - QStandardItem - () - - - - QStandardItem - qstandarditem.html - QStandardItem-1 - (const QString &text) - - - - QStandardItem - qstandarditem.html - QStandardItem-2 - (const QIcon &icon, const QString &text) - - - - QStandardItem - qstandarditem.html - QStandardItem-3 - (int rows, int columns) - - - virtual - ~QStandardItem - qstandarditem.html - dtor.QStandardItem - () - - - virtual QVariant - data - qstandarditem.html - data - (int role) const const - - - virtual void - setData - qstandarditem.html - setData - (const QVariant &value, int role) - - - void - clearData - qstandarditem.html - clearData - () - - - QString - text - qstandarditem.html - text - () const const - - - void - setText - qstandarditem.html - setText - (const QString &text) - - - QIcon - icon - qstandarditem.html - icon - () const const - - - void - setIcon - qstandarditem.html - setIcon - (const QIcon &icon) - - - QString - toolTip - qstandarditem.html - toolTip - () const const - - - void - setToolTip - qstandarditem.html - setToolTip - (const QString &toolTip) - - - QString - statusTip - qstandarditem.html - statusTip - () const const - - - void - setStatusTip - qstandarditem.html - setStatusTip - (const QString &statusTip) - - - QString - whatsThis - qstandarditem.html - whatsThis - () const const - - - void - setWhatsThis - qstandarditem.html - setWhatsThis - (const QString &whatsThis) - - - QSize - sizeHint - qstandarditem.html - sizeHint - () const const - - - void - setSizeHint - qstandarditem.html - setSizeHint - (const QSize &size) - - - QFont - font - qstandarditem.html - font - () const const - - - void - setFont - qstandarditem.html - setFont - (const QFont &font) - - - Qt::Alignment - textAlignment - qstandarditem.html - textAlignment - () const const - - - void - setTextAlignment - qstandarditem.html - setTextAlignment - (Qt::Alignment alignment) - - - QBrush - background - qstandarditem.html - background - () const const - - - void - setBackground - qstandarditem.html - setBackground - (const QBrush &brush) - - - QBrush - foreground - qstandarditem.html - foreground - () const const - - - void - setForeground - qstandarditem.html - setForeground - (const QBrush &brush) - - - Qt::CheckState - checkState - qstandarditem.html - checkState - () const const - - - void - setCheckState - qstandarditem.html - setCheckState - (Qt::CheckState state) - - - QString - accessibleText - qstandarditem.html - accessibleText - () const const - - - void - setAccessibleText - qstandarditem.html - setAccessibleText - (const QString &accessibleText) - - - QString - accessibleDescription - qstandarditem.html - accessibleDescription - () const const - - - void - setAccessibleDescription - qstandarditem.html - setAccessibleDescription - (const QString &accessibleDescription) - - - Qt::ItemFlags - flags - qstandarditem.html - flags - () const const - - - void - setFlags - qstandarditem.html - setFlags - (Qt::ItemFlags flags) - - - bool - isEnabled - qstandarditem.html - isEnabled - () const const - - - void - setEnabled - qstandarditem.html - setEnabled - (bool enabled) - - - bool - isEditable - qstandarditem.html - isEditable - () const const - - - void - setEditable - qstandarditem.html - setEditable - (bool editable) - - - bool - isSelectable - qstandarditem.html - isSelectable - () const const - - - void - setSelectable - qstandarditem.html - setSelectable - (bool selectable) - - - bool - isCheckable - qstandarditem.html - isCheckable - () const const - - - void - setCheckable - qstandarditem.html - setCheckable - (bool checkable) - - - bool - isAutoTristate - qstandarditem.html - isAutoTristate - () const const - - - void - setAutoTristate - qstandarditem.html - setAutoTristate - (bool tristate) - - - bool - isUserTristate - qstandarditem.html - isUserTristate - () const const - - - void - setUserTristate - qstandarditem.html - setUserTristate - (bool tristate) - - - bool - isTristate - qstandarditem-obsolete.html - isTristate - () const const - - - void - setTristate - qstandarditem-obsolete.html - setTristate - (bool tristate) - - - bool - isDragEnabled - qstandarditem.html - isDragEnabled - () const const - - - void - setDragEnabled - qstandarditem.html - setDragEnabled - (bool dragEnabled) - - - bool - isDropEnabled - qstandarditem.html - isDropEnabled - () const const - - - void - setDropEnabled - qstandarditem.html - setDropEnabled - (bool dropEnabled) - - - QStandardItem * - parent - qstandarditem.html - parent - () const const - - - int - row - qstandarditem.html - row - () const const - - - int - column - qstandarditem.html - column - () const const - - - QModelIndex - index - qstandarditem.html - index - () const const - - - QStandardItemModel * - model - qstandarditem.html - model - () const const - - - int - rowCount - qstandarditem.html - rowCount - () const const - - - void - setRowCount - qstandarditem.html - setRowCount - (int rows) - - - int - columnCount - qstandarditem.html - columnCount - () const const - - - void - setColumnCount - qstandarditem.html - setColumnCount - (int columns) - - - bool - hasChildren - qstandarditem.html - hasChildren - () const const - - - QStandardItem * - child - qstandarditem.html - child - (int row, int column) const const - - - void - setChild - qstandarditem.html - setChild - (int row, int column, QStandardItem *item) - - - void - setChild - qstandarditem.html - setChild-1 - (int row, QStandardItem *item) - - - void - insertRow - qstandarditem.html - insertRow - (int row, const QList<QStandardItem *> &items) - - - void - insertColumn - qstandarditem.html - insertColumn - (int column, const QList<QStandardItem *> &items) - - - void - insertRows - qstandarditem.html - insertRows - (int row, const QList<QStandardItem *> &items) - - - void - insertRows - qstandarditem.html - insertRows-1 - (int row, int count) - - - void - insertColumns - qstandarditem.html - insertColumns - (int column, int count) - - - void - removeRow - qstandarditem.html - removeRow - (int row) - - - void - removeColumn - qstandarditem.html - removeColumn - (int column) - - - void - removeRows - qstandarditem.html - removeRows - (int row, int count) - - - void - removeColumns - qstandarditem.html - removeColumns - (int column, int count) - - - void - appendRow - qstandarditem.html - appendRow - (const QList<QStandardItem *> &items) - - - void - appendRows - qstandarditem.html - appendRows - (const QList<QStandardItem *> &items) - - - void - appendColumn - qstandarditem.html - appendColumn - (const QList<QStandardItem *> &items) - - - void - insertRow - qstandarditem.html - insertRow-1 - (int row, QStandardItem *item) - - - void - appendRow - qstandarditem.html - appendRow-1 - (QStandardItem *item) - - - QStandardItem * - takeChild - qstandarditem.html - takeChild - (int row, int column) - - - QList<QStandardItem *> - takeRow - qstandarditem.html - takeRow - (int row) - - - QList<QStandardItem *> - takeColumn - qstandarditem.html - takeColumn - (int column) - - - void - sortChildren - qstandarditem.html - sortChildren - (int column, Qt::SortOrder order) - - - virtual QStandardItem * - clone - qstandarditem.html - clone - () const const - - - ItemType - qstandarditem.html - ItemType-enum - - - Type - qstandarditem.html - ItemType-enum - - - UserType - qstandarditem.html - ItemType-enum - - - virtual int - type - qstandarditem.html - type - () const const - - - virtual void - read - qstandarditem.html - read - (QDataStream &in) - - - virtual void - write - qstandarditem.html - write - (QDataStream &out) const const - - - virtual bool - operator< - qstandarditem.html - operator-lt - (const QStandardItem &other) const const - - - - QStandardItem - qstandarditem.html - QStandardItem-4 - (const QStandardItem &other) - - - QStandardItem & - operator= - qstandarditem.html - operator-eq - (const QStandardItem &other) - - - void - emitDataChanged - qstandarditem.html - emitDataChanged - () - - - - QStandardItemModel - qstandarditemmodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qstandarditemmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qstandarditemmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstandarditemmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstandarditemmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstandarditemmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - sortRole - qstandarditemmodel.html - sortRole-prop - - - - - QStandardItemModel - qstandarditemmodel.html - QStandardItemModel - (QObject *parent) - - - - QStandardItemModel - qstandarditemmodel.html - QStandardItemModel-1 - (int rows, int columns, QObject *parent) - - - virtual - ~QStandardItemModel - qstandarditemmodel.html - dtor.QStandardItemModel - () - - - void - setItemRoleNames - qstandarditemmodel.html - setItemRoleNames - (const QHash<int, QByteArray> &roleNames) - - - virtual QModelIndex - index - qstandarditemmodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - parent - qstandarditemmodel.html - parent - (const QModelIndex &child) const const override - - - virtual int - rowCount - qstandarditemmodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual int - columnCount - qstandarditemmodel.html - columnCount - (const QModelIndex &parent) const const override - - - virtual bool - hasChildren - qstandarditemmodel.html - hasChildren - (const QModelIndex &parent) const const override - - - virtual QModelIndex - sibling - qstandarditemmodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual QVariant - data - qstandarditemmodel.html - data - (const QModelIndex &index, int role) const const override - - - virtual bool - setData - qstandarditemmodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) override - - - bool - clearItemData - qstandarditemmodel.html - clearItemData - (const QModelIndex &index) - - - virtual QVariant - headerData - qstandarditemmodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual bool - setHeaderData - qstandarditemmodel.html - setHeaderData - (int section, Qt::Orientation orientation, const QVariant &value, int role) override - - - virtual bool - insertRows - qstandarditemmodel.html - insertRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - insertColumns - qstandarditemmodel.html - insertColumns - (int column, int count, const QModelIndex &parent) override - - - virtual bool - removeRows - qstandarditemmodel.html - removeRows - (int row, int count, const QModelIndex &parent) override - - - virtual bool - removeColumns - qstandarditemmodel.html - removeColumns - (int column, int count, const QModelIndex &parent) override - - - virtual Qt::ItemFlags - flags - qstandarditemmodel.html - flags - (const QModelIndex &index) const const override - - - virtual Qt::DropActions - supportedDropActions - qstandarditemmodel.html - supportedDropActions - () const const override - - - virtual QMap<int, QVariant> - itemData - qstandarditemmodel.html - itemData - (const QModelIndex &index) const const override - - - virtual bool - setItemData - qstandarditemmodel.html - setItemData - (const QModelIndex &index, const QMap<int, QVariant> &roles) override - - - void - clear - qstandarditemmodel.html - clear - () - - - virtual void - sort - qstandarditemmodel.html - sort - (int column, Qt::SortOrder order) override - - - QStandardItem * - itemFromIndex - qstandarditemmodel.html - itemFromIndex - (const QModelIndex &index) const const - - - QModelIndex - indexFromItem - qstandarditemmodel.html - indexFromItem - (const QStandardItem *item) const const - - - QStandardItem * - item - qstandarditemmodel.html - item - (int row, int column) const const - - - void - setItem - qstandarditemmodel.html - setItem - (int row, int column, QStandardItem *item) - - - void - setItem - qstandarditemmodel.html - setItem-1 - (int row, QStandardItem *item) - - - QStandardItem * - invisibleRootItem - qstandarditemmodel.html - invisibleRootItem - () const const - - - QStandardItem * - horizontalHeaderItem - qstandarditemmodel.html - horizontalHeaderItem - (int column) const const - - - void - setHorizontalHeaderItem - qstandarditemmodel.html - setHorizontalHeaderItem - (int column, QStandardItem *item) - - - QStandardItem * - verticalHeaderItem - qstandarditemmodel.html - verticalHeaderItem - (int row) const const - - - void - setVerticalHeaderItem - qstandarditemmodel.html - setVerticalHeaderItem - (int row, QStandardItem *item) - - - void - setHorizontalHeaderLabels - qstandarditemmodel.html - setHorizontalHeaderLabels - (const QStringList &labels) - - - void - setVerticalHeaderLabels - qstandarditemmodel.html - setVerticalHeaderLabels - (const QStringList &labels) - - - void - setRowCount - qstandarditemmodel.html - setRowCount - (int rows) - - - void - setColumnCount - qstandarditemmodel.html - setColumnCount - (int columns) - - - void - appendRow - qstandarditemmodel.html - appendRow - (const QList<QStandardItem *> &items) - - - void - appendColumn - qstandarditemmodel.html - appendColumn - (const QList<QStandardItem *> &items) - - - void - appendRow - qstandarditemmodel.html - appendRow-1 - (QStandardItem *item) - - - void - insertRow - qstandarditemmodel.html - insertRow - (int row, const QList<QStandardItem *> &items) - - - void - insertColumn - qstandarditemmodel.html - insertColumn - (int column, const QList<QStandardItem *> &items) - - - void - insertRow - qstandarditemmodel.html - insertRow-1 - (int row, QStandardItem *item) - - - bool - insertRow - qstandarditemmodel.html - insertRow-2 - (int row, const QModelIndex &parent) - - - bool - insertColumn - qstandarditemmodel.html - insertColumn-1 - (int column, const QModelIndex &parent) - - - QStandardItem * - takeItem - qstandarditemmodel.html - takeItem - (int row, int column) - - - QList<QStandardItem *> - takeRow - qstandarditemmodel.html - takeRow - (int row) - - - QList<QStandardItem *> - takeColumn - qstandarditemmodel.html - takeColumn - (int column) - - - QStandardItem * - takeHorizontalHeaderItem - qstandarditemmodel.html - takeHorizontalHeaderItem - (int column) - - - QStandardItem * - takeVerticalHeaderItem - qstandarditemmodel.html - takeVerticalHeaderItem - (int row) - - - const QStandardItem * - itemPrototype - qstandarditemmodel.html - itemPrototype - () const const - - - void - setItemPrototype - qstandarditemmodel.html - setItemPrototype - (const QStandardItem *item) - - - QList<QStandardItem *> - findItems - qstandarditemmodel.html - findItems - (const QString &text, Qt::MatchFlags flags, int column) const const - - - int - sortRole - qstandarditemmodel.html - sortRole-prop - () const const - - - void - setSortRole - qstandarditemmodel.html - sortRole-prop - (int role) - - - virtual QStringList - mimeTypes - qstandarditemmodel.html - mimeTypes - () const const override - - - virtual QMimeData * - mimeData - qstandarditemmodel.html - mimeData - (const QModelIndexList &indexes) const const override - - - virtual bool - dropMimeData - qstandarditemmodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - void - itemChanged - qstandarditemmodel.html - itemChanged - (QStandardItem *item) - - - - QStaticText - qstatictext.html - - PerformanceHint - qstatictext.html - PerformanceHint-enum - - - ModerateCaching - qstatictext.html - PerformanceHint-enum - - - AggressiveCaching - qstatictext.html - PerformanceHint-enum - - - - QStaticText - qstatictext.html - QStaticText - () - - - - QStaticText - qstatictext.html - QStaticText-1 - (const QString &text) - - - - QStaticText - qstatictext.html - QStaticText-2 - (const QStaticText &other) - - - QStaticText & - operator= - qstatictext.html - operator-eq - (QStaticText &&other) - - - QStaticText & - operator= - qstatictext.html - operator-eq-1 - (const QStaticText &other) - - - - ~QStaticText - qstatictext.html - dtor.QStaticText - () - - - void - swap - qstatictext.html - swap - (QStaticText &other) - - - void - setText - qstatictext.html - setText - (const QString &text) - - - QString - text - qstatictext.html - text - () const const - - - void - setTextFormat - qstatictext.html - setTextFormat - (Qt::TextFormat textFormat) - - - Qt::TextFormat - textFormat - qstatictext.html - textFormat - () const const - - - void - setTextWidth - qstatictext.html - setTextWidth - (qreal textWidth) - - - qreal - textWidth - qstatictext.html - textWidth - () const const - - - void - setTextOption - qstatictext.html - setTextOption - (const QTextOption &textOption) - - - QTextOption - textOption - qstatictext.html - textOption - () const const - - - QSizeF - size - qstatictext.html - size - () const const - - - void - prepare - qstatictext.html - prepare - (const QTransform &matrix, const QFont &font) - - - void - setPerformanceHint - qstatictext.html - setPerformanceHint - (QStaticText::PerformanceHint performanceHint) - - - QStaticText::PerformanceHint - performanceHint - qstatictext.html - performanceHint - () const const - - - bool - operator== - qstatictext.html - operator-eq-eq - (const QStaticText &other) const const - - - bool - operator!= - qstatictext.html - operator-not-eq - (const QStaticText &other) const const - - - - QStyleHints - qstylehints.html - QObject - - virtual const QMetaObject * - metaObject - qstylehints.html - metaObject - () const const - - - virtual void * - qt_metacast - qstylehints.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstylehints.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstylehints.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstylehints.html - trUtf8 - (const char *s, const char *c, int n) - - - cursorFlashTime - qstylehints.html - cursorFlashTime-prop - - - - fontSmoothingGamma - qstylehints.html - fontSmoothingGamma-prop - - - - keyboardAutoRepeatRate - qstylehints.html - keyboardAutoRepeatRate-prop - - - - keyboardInputInterval - qstylehints.html - keyboardInputInterval-prop - - - - mouseDoubleClickInterval - qstylehints.html - mouseDoubleClickInterval-prop - - - - mousePressAndHoldInterval - qstylehints.html - mousePressAndHoldInterval-prop - - - - passwordMaskCharacter - qstylehints.html - passwordMaskCharacter-prop - - - - passwordMaskDelay - qstylehints.html - passwordMaskDelay-prop - - - - setFocusOnTouchRelease - qstylehints.html - setFocusOnTouchRelease-prop - - - - showIsFullScreen - qstylehints.html - showIsFullScreen-prop - - - - showIsMaximized - qstylehints.html - showIsMaximized-prop - - - - showShortcutsInContextMenus - qstylehints.html - showShortcutsInContextMenus-prop - - - - startDragDistance - qstylehints.html - startDragDistance-prop - - - - startDragTime - qstylehints.html - startDragTime-prop - - - - startDragVelocity - qstylehints.html - startDragVelocity-prop - - - - useRtlExtensions - qstylehints.html - useRtlExtensions-prop - - - - tabFocusBehavior - qstylehints.html - tabFocusBehavior-prop - - - - singleClickActivation - qstylehints.html - singleClickActivation-prop - - - - useHoverEffects - qstylehints.html - useHoverEffects-prop - - - - wheelScrollLines - qstylehints.html - wheelScrollLines-prop - - - - mouseQuickSelectionThreshold - qstylehints.html - mouseQuickSelectionThreshold-prop - - - - int - mouseDoubleClickInterval - qstylehints.html - mouseDoubleClickInterval-prop - () const const - - - int - mousePressAndHoldInterval - qstylehints.html - mousePressAndHoldInterval-prop - () const const - - - int - startDragDistance - qstylehints.html - startDragDistance-prop - () const const - - - int - startDragTime - qstylehints.html - startDragTime-prop - () const const - - - int - startDragVelocity - qstylehints.html - startDragVelocity-prop - () const const - - - int - keyboardInputInterval - qstylehints.html - keyboardInputInterval-prop - () const const - - - int - keyboardAutoRepeatRate - qstylehints.html - keyboardAutoRepeatRate-prop - () const const - - - int - cursorFlashTime - qstylehints.html - cursorFlashTime-prop - () const const - - - bool - showIsFullScreen - qstylehints.html - showIsFullScreen-prop - () const const - - - bool - showIsMaximized - qstylehints.html - showIsMaximized-prop - () const const - - - bool - showShortcutsInContextMenus - qstylehints.html - showShortcutsInContextMenus-prop - () const const - - - int - passwordMaskDelay - qstylehints.html - passwordMaskDelay-prop - () const const - - - QChar - passwordMaskCharacter - qstylehints.html - passwordMaskCharacter-prop - () const const - - - qreal - fontSmoothingGamma - qstylehints.html - fontSmoothingGamma-prop - () const const - - - bool - useRtlExtensions - qstylehints.html - useRtlExtensions-prop - () const const - - - bool - setFocusOnTouchRelease - qstylehints.html - setFocusOnTouchRelease-prop - () const const - - - Qt::TabFocusBehavior - tabFocusBehavior - qstylehints.html - tabFocusBehavior-prop - () const const - - - bool - singleClickActivation - qstylehints.html - singleClickActivation-prop - () const const - - - bool - useHoverEffects - qstylehints.html - useHoverEffects-prop - () const const - - - void - setUseHoverEffects - qstylehints.html - useHoverEffects-prop - (bool useHoverEffects) - - - int - wheelScrollLines - qstylehints.html - wheelScrollLines-prop - () const const - - - int - mouseQuickSelectionThreshold - qstylehints.html - mouseQuickSelectionThreshold-prop - () const const - - - void - cursorFlashTimeChanged - qstylehints.html - cursorFlashTime-prop - (int cursorFlashTime) - - - void - keyboardInputIntervalChanged - qstylehints.html - keyboardInputInterval-prop - (int keyboardInputInterval) - - - void - mouseDoubleClickIntervalChanged - qstylehints.html - mouseDoubleClickInterval-prop - (int mouseDoubleClickInterval) - - - void - mousePressAndHoldIntervalChanged - qstylehints.html - mousePressAndHoldInterval-prop - (int mousePressAndHoldInterval) - - - void - startDragDistanceChanged - qstylehints.html - startDragDistance-prop - (int startDragDistance) - - - void - startDragTimeChanged - qstylehints.html - startDragTime-prop - (int startDragTime) - - - void - tabFocusBehaviorChanged - qstylehints.html - tabFocusBehavior-prop - (Qt::TabFocusBehavior tabFocusBehavior) - - - void - useHoverEffectsChanged - qstylehints.html - useHoverEffects-prop - (bool useHoverEffects) - - - void - wheelScrollLinesChanged - qstylehints.html - wheelScrollLines-prop - (int scrollLines) - - - void - mouseQuickSelectionThresholdChanged - qstylehints.html - mouseQuickSelectionThreshold-prop - (int threshold) - - - - QTextObject - qtextobject.html - QObject - - virtual const QMetaObject * - metaObject - qtextobject.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextobject.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextobject.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextobject.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextobject.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTextObject - qtextobject.html - QTextObject - (QTextDocument *document) - - - virtual - ~QTextObject - qtextobject.html - dtor.QTextObject - () - - - void - setFormat - qtextobject.html - setFormat - (const QTextFormat &format) - - - QTextFormat - format - qtextobject.html - format - () const const - - - int - formatIndex - qtextobject.html - formatIndex - () const const - - - QTextDocument * - document - qtextobject.html - document - () const const - - - int - objectIndex - qtextobject.html - objectIndex - () const const - - - - QTextBlockGroup - qtextblockgroup.html - QTextObject - - virtual const QMetaObject * - metaObject - qtextblockgroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextblockgroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextblockgroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextblockgroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextblockgroup.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTextBlockGroup - qtextblockgroup.html - QTextBlockGroup - (QTextDocument *document) - - - virtual - ~QTextBlockGroup - qtextblockgroup.html - dtor.QTextBlockGroup - () - - - virtual void - blockInserted - qtextblockgroup.html - blockInserted - (const QTextBlock &block) - - - virtual void - blockRemoved - qtextblockgroup.html - blockRemoved - (const QTextBlock &block) - - - virtual void - blockFormatChanged - qtextblockgroup.html - blockFormatChanged - (const QTextBlock &block) - - - QList<QTextBlock> - blockList - qtextblockgroup.html - blockList - () const const - - - - QTextFrame - qtextframe.html - QTextObject - - virtual const QMetaObject * - metaObject - qtextframe.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextframe.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextframe.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextframe.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextframe.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTextFrame - qtextframe.html - QTextFrame - (QTextDocument *document) - - - virtual - ~QTextFrame - qtextframe.html - dtor.QTextFrame - () - - - void - setFrameFormat - qtextframe.html - setFrameFormat - (const QTextFrameFormat &format) - - - QTextFrameFormat - frameFormat - qtextframe.html - frameFormat - () const const - - - QTextCursor - firstCursorPosition - qtextframe.html - firstCursorPosition - () const const - - - QTextCursor - lastCursorPosition - qtextframe.html - lastCursorPosition - () const const - - - int - firstPosition - qtextframe.html - firstPosition - () const const - - - int - lastPosition - qtextframe.html - lastPosition - () const const - - - QList<QTextFrame *> - childFrames - qtextframe.html - childFrames - () const const - - - QTextFrame * - parentFrame - qtextframe.html - parentFrame - () const const - - QTextFrame::iterator - - Iterator - qtextframe.html - Iterator-typedef - - - - QTextFrame::iterator - begin - qtextframe.html - begin - () const const - - - QTextFrame::iterator - end - qtextframe.html - end - () const const - - - - QTextFrame::iterator - qtextframe-iterator.html - - - iterator - qtextframe-iterator.html - iterator - () - - - - iterator - qtextframe-iterator.html - iterator-2 - (const iterator &other) - - - iterator & - operator= - qtextframe-iterator.html - operator-eq - (const iterator &other) - - - - iterator - qtextframe-iterator.html - iterator-3 - (iterator &&other) - - - iterator & - operator= - qtextframe-iterator.html - operator-eq-1 - (iterator &&other) - - - QTextFrame * - parentFrame - qtextframe-iterator.html - parentFrame - () const const - - - QTextFrame * - currentFrame - qtextframe-iterator.html - currentFrame - () const const - - - QTextBlock - currentBlock - qtextframe-iterator.html - currentBlock - () const const - - - bool - atEnd - qtextframe-iterator.html - atEnd - () const const - - - bool - operator== - qtextframe-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qtextframe-iterator.html - operator-not-eq - (const iterator &other) const const - - - iterator & - operator++ - qtextframe-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qtextframe-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qtextframe-iterator.html - operator-- - () - - - iterator - operator-- - qtextframe-iterator.html - operator---1 - (int ) - - - - QTextBlockUserData - qtextblockuserdata.html - - virtual - ~QTextBlockUserData - qtextblockuserdata.html - dtor.QTextBlockUserData - () - - - - QTextBlock - qtextblock.html - - - QTextBlock - qtextblock.html - QTextBlock - (const QTextBlock &other) - - - QTextBlock & - operator= - qtextblock.html - operator-eq - (const QTextBlock &other) - - - bool - isValid - qtextblock.html - isValid - () const const - - - bool - operator== - qtextblock.html - operator-eq-eq - (const QTextBlock &other) const const - - - bool - operator!= - qtextblock.html - operator-not-eq - (const QTextBlock &other) const const - - - bool - operator< - qtextblock.html - operator-lt - (const QTextBlock &other) const const - - - int - position - qtextblock.html - position - () const const - - - int - length - qtextblock.html - length - () const const - - - bool - contains - qtextblock.html - contains - (int position) const const - - - QTextLayout * - layout - qtextblock.html - layout - () const const - - - void - clearLayout - qtextblock.html - clearLayout - () - - - QTextBlockFormat - blockFormat - qtextblock.html - blockFormat - () const const - - - int - blockFormatIndex - qtextblock.html - blockFormatIndex - () const const - - - QTextCharFormat - charFormat - qtextblock.html - charFormat - () const const - - - int - charFormatIndex - qtextblock.html - charFormatIndex - () const const - - - Qt::LayoutDirection - textDirection - qtextblock.html - textDirection - () const const - - - QString - text - qtextblock.html - text - () const const - - - QVector<QTextLayout::FormatRange> - textFormats - qtextblock.html - textFormats - () const const - - - const QTextDocument * - document - qtextblock.html - document - () const const - - - QTextList * - textList - qtextblock.html - textList - () const const - - - QTextBlockUserData * - userData - qtextblock.html - userData - () const const - - - void - setUserData - qtextblock.html - setUserData - (QTextBlockUserData *data) - - - int - userState - qtextblock.html - userState - () const const - - - void - setUserState - qtextblock.html - setUserState - (int state) - - - int - revision - qtextblock.html - revision - () const const - - - void - setRevision - qtextblock.html - setRevision - (int rev) - - - bool - isVisible - qtextblock.html - isVisible - () const const - - - void - setVisible - qtextblock.html - setVisible - (bool visible) - - - int - blockNumber - qtextblock.html - blockNumber - () const const - - - int - firstLineNumber - qtextblock.html - firstLineNumber - () const const - - - void - setLineCount - qtextblock.html - setLineCount - (int count) - - - int - lineCount - qtextblock.html - lineCount - () const const - - QTextBlock::iterator - - Iterator - qtextblock.html - Iterator-typedef - - - - QTextBlock::iterator - begin - qtextblock.html - begin - () const const - - - QTextBlock::iterator - end - qtextblock.html - end - () const const - - - QTextBlock - next - qtextblock.html - next - () const const - - - QTextBlock - previous - qtextblock.html - previous - () const const - - - - QTextBlock::iterator - qtextblock-iterator.html - - - iterator - qtextblock-iterator.html - iterator - () - - - - iterator - qtextblock-iterator.html - iterator-2 - (const iterator &other) - - - QTextFragment - fragment - qtextblock-iterator.html - fragment - () const const - - - bool - atEnd - qtextblock-iterator.html - atEnd - () const const - - - bool - operator== - qtextblock-iterator.html - operator-eq-eq - (const iterator &other) const const - - - bool - operator!= - qtextblock-iterator.html - operator-not-eq - (const iterator &other) const const - - - iterator & - operator++ - qtextblock-iterator.html - operator-2b-2b - () - - - iterator - operator++ - qtextblock-iterator.html - operator-2b-2b-1 - (int ) - - - iterator & - operator-- - qtextblock-iterator.html - operator-- - () - - - iterator - operator-- - qtextblock-iterator.html - operator---1 - (int ) - - - - QTextFragment - qtextfragment.html - - - QTextFragment - qtextfragment.html - QTextFragment - () - - - - QTextFragment - qtextfragment.html - QTextFragment-2 - (const QTextFragment &other) - - - QTextFragment & - operator= - qtextfragment.html - operator-eq - (const QTextFragment &other) - - - bool - isValid - qtextfragment.html - isValid - () const const - - - bool - operator== - qtextfragment.html - operator-eq-eq - (const QTextFragment &other) const const - - - bool - operator!= - qtextfragment.html - operator-not-eq - (const QTextFragment &other) const const - - - bool - operator< - qtextfragment.html - operator-lt - (const QTextFragment &other) const const - - - int - position - qtextfragment.html - position - () const const - - - int - length - qtextfragment.html - length - () const const - - - bool - contains - qtextfragment.html - contains - (int position) const const - - - QTextCharFormat - charFormat - qtextfragment.html - charFormat - () const const - - - int - charFormatIndex - qtextfragment.html - charFormatIndex - () const const - - - QString - text - qtextfragment.html - text - () const const - - - QList<QGlyphRun> - glyphRuns - qtextfragment.html - glyphRuns - (int pos, int len) const const - - - - QSyntaxHighlighter - qsyntaxhighlighter.html - QObject - - virtual const QMetaObject * - metaObject - qsyntaxhighlighter.html - metaObject - () const const - - - virtual void * - qt_metacast - qsyntaxhighlighter.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsyntaxhighlighter.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsyntaxhighlighter.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsyntaxhighlighter.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSyntaxHighlighter - qsyntaxhighlighter.html - QSyntaxHighlighter - (QObject *parent) - - - - QSyntaxHighlighter - qsyntaxhighlighter.html - QSyntaxHighlighter-1 - (QTextDocument *parent) - - - virtual - ~QSyntaxHighlighter - qsyntaxhighlighter.html - dtor.QSyntaxHighlighter - () - - - void - setDocument - qsyntaxhighlighter.html - setDocument - (QTextDocument *doc) - - - QTextDocument * - document - qsyntaxhighlighter.html - document - () const const - - - void - rehighlight - qsyntaxhighlighter.html - rehighlight - () - - - void - rehighlightBlock - qsyntaxhighlighter.html - rehighlightBlock - (const QTextBlock &block) - - - virtual void - highlightBlock - qsyntaxhighlighter.html - highlightBlock - (const QString &text) = 0 - - - void - setFormat - qsyntaxhighlighter.html - setFormat - (int start, int count, const QTextCharFormat &format) - - - void - setFormat - qsyntaxhighlighter.html - setFormat-1 - (int start, int count, const QColor &color) - - - void - setFormat - qsyntaxhighlighter.html - setFormat-2 - (int start, int count, const QFont &font) - - - QTextCharFormat - format - qsyntaxhighlighter.html - format - (int position) const const - - - int - previousBlockState - qsyntaxhighlighter.html - previousBlockState - () const const - - - int - currentBlockState - qsyntaxhighlighter.html - currentBlockState - () const const - - - void - setCurrentBlockState - qsyntaxhighlighter.html - setCurrentBlockState - (int newState) - - - void - setCurrentBlockUserData - qsyntaxhighlighter.html - setCurrentBlockUserData - (QTextBlockUserData *data) - - - QTextBlockUserData * - currentBlockUserData - qsyntaxhighlighter.html - currentBlockUserData - () const const - - - QTextBlock - currentBlock - qsyntaxhighlighter.html - currentBlock - () const const - - - - QTextDocumentFragment - qtextdocumentfragment.html - - - QTextDocumentFragment - qtextdocumentfragment.html - QTextDocumentFragment - () - - - - QTextDocumentFragment - qtextdocumentfragment.html - QTextDocumentFragment-1 - (const QTextDocument *document) - - - - QTextDocumentFragment - qtextdocumentfragment.html - QTextDocumentFragment-2 - (const QTextCursor &cursor) - - - - QTextDocumentFragment - qtextdocumentfragment.html - QTextDocumentFragment-3 - (const QTextDocumentFragment &other) - - - QTextDocumentFragment & - operator= - qtextdocumentfragment.html - operator-eq - (const QTextDocumentFragment &other) - - - - ~QTextDocumentFragment - qtextdocumentfragment.html - dtor.QTextDocumentFragment - () - - - bool - isEmpty - qtextdocumentfragment.html - isEmpty - () const const - - - QString - toPlainText - qtextdocumentfragment.html - toPlainText - () const const - - - QString - toHtml - qtextdocumentfragment.html - toHtml - (const QByteArray &encoding) const const - - - QTextDocumentFragment - fromPlainText - qtextdocumentfragment.html - fromPlainText - (const QString &plainText) - - - QTextDocumentFragment - fromHtml - qtextdocumentfragment.html - fromHtml - (const QString &text) - - - QTextDocumentFragment - fromHtml - qtextdocumentfragment.html - fromHtml-1 - (const QString &text, const QTextDocument *resourceProvider) - - - - QTextDocumentWriter - qtextdocumentwriter.html - - - QTextDocumentWriter - qtextdocumentwriter.html - QTextDocumentWriter - () - - - - QTextDocumentWriter - qtextdocumentwriter.html - QTextDocumentWriter-1 - (QIODevice *device, const QByteArray &format) - - - - QTextDocumentWriter - qtextdocumentwriter.html - QTextDocumentWriter-2 - (const QString &fileName, const QByteArray &format) - - - - ~QTextDocumentWriter - qtextdocumentwriter.html - dtor.QTextDocumentWriter - () - - - void - setFormat - qtextdocumentwriter.html - setFormat - (const QByteArray &format) - - - QByteArray - format - qtextdocumentwriter.html - format - () const const - - - void - setDevice - qtextdocumentwriter.html - setDevice - (QIODevice *device) - - - QIODevice * - device - qtextdocumentwriter.html - device - () const const - - - void - setFileName - qtextdocumentwriter.html - setFileName - (const QString &fileName) - - - QString - fileName - qtextdocumentwriter.html - fileName - () const const - - - bool - write - qtextdocumentwriter.html - write - (const QTextDocument *document) - - - bool - write - qtextdocumentwriter.html - write-1 - (const QTextDocumentFragment &fragment) - - - void - setCodec - qtextdocumentwriter.html - setCodec - (QTextCodec *codec) - - - QTextCodec * - codec - qtextdocumentwriter.html - codec - () const const - - - QList<QByteArray> - supportedDocumentFormats - qtextdocumentwriter.html - supportedDocumentFormats - () - - - - QTextList - qtextlist.html - QTextBlockGroup - - virtual const QMetaObject * - metaObject - qtextlist.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextlist.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextlist.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextlist.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextlist.html - trUtf8 - (const char *s, const char *c, int n) - - - int - count - qtextlist.html - count - () const const - - - bool - isEmpty - qtextlist-obsolete.html - isEmpty - () const const - - - QTextBlock - item - qtextlist.html - item - (int i) const const - - - int - itemNumber - qtextlist.html - itemNumber - (const QTextBlock &block) const const - - - QString - itemText - qtextlist.html - itemText - (const QTextBlock &block) const const - - - void - removeItem - qtextlist.html - removeItem - (int i) - - - void - remove - qtextlist.html - remove - (const QTextBlock &block) - - - void - add - qtextlist.html - add - (const QTextBlock &block) - - - void - setFormat - qtextlist.html - setFormat - (const QTextListFormat &format) - - - QTextListFormat - format - qtextlist.html - format - () const const - - - - QTextTableCell - qtexttablecell.html - - - QTextTableCell - qtexttablecell.html - QTextTableCell - () - - - - ~QTextTableCell - qtexttablecell.html - dtor.QTextTableCell - () - - - - QTextTableCell - qtexttablecell.html - QTextTableCell-1 - (const QTextTableCell &other) - - - QTextTableCell & - operator= - qtexttablecell.html - operator-eq - (const QTextTableCell &other) - - - void - setFormat - qtexttablecell.html - setFormat - (const QTextCharFormat &format) - - - QTextCharFormat - format - qtexttablecell.html - format - () const const - - - int - row - qtexttablecell.html - row - () const const - - - int - column - qtexttablecell.html - column - () const const - - - int - rowSpan - qtexttablecell.html - rowSpan - () const const - - - int - columnSpan - qtexttablecell.html - columnSpan - () const const - - - bool - isValid - qtexttablecell.html - isValid - () const const - - - QTextCursor - firstCursorPosition - qtexttablecell.html - firstCursorPosition - () const const - - - QTextCursor - lastCursorPosition - qtexttablecell.html - lastCursorPosition - () const const - - - bool - operator== - qtexttablecell.html - operator-eq-eq - (const QTextTableCell &other) const const - - - bool - operator!= - qtexttablecell.html - operator-not-eq - (const QTextTableCell &other) const const - - - QTextFrame::iterator - begin - qtexttablecell.html - begin - () const const - - - QTextFrame::iterator - end - qtexttablecell.html - end - () const const - - - int - tableCellFormatIndex - qtexttablecell.html - tableCellFormatIndex - () const const - - - - QTextTable - qtexttable.html - QTextFrame - - virtual const QMetaObject * - metaObject - qtexttable.html - metaObject - () const const - - - virtual void * - qt_metacast - qtexttable.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtexttable.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtexttable.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtexttable.html - trUtf8 - (const char *s, const char *c, int n) - - - void - resize - qtexttable.html - resize - (int rows, int columns) - - - void - insertRows - qtexttable.html - insertRows - (int index, int rows) - - - void - insertColumns - qtexttable.html - insertColumns - (int index, int columns) - - - void - appendRows - qtexttable.html - appendRows - (int count) - - - void - appendColumns - qtexttable.html - appendColumns - (int count) - - - void - removeRows - qtexttable.html - removeRows - (int index, int rows) - - - void - removeColumns - qtexttable.html - removeColumns - (int index, int columns) - - - void - mergeCells - qtexttable.html - mergeCells - (int row, int column, int numRows, int numCols) - - - void - mergeCells - qtexttable.html - mergeCells-1 - (const QTextCursor &cursor) - - - void - splitCell - qtexttable.html - splitCell - (int row, int column, int numRows, int numCols) - - - int - rows - qtexttable.html - rows - () const const - - - int - columns - qtexttable.html - columns - () const const - - - QTextTableCell - cellAt - qtexttable.html - cellAt - (int row, int column) const const - - - QTextTableCell - cellAt - qtexttable.html - cellAt-1 - (int position) const const - - - QTextTableCell - cellAt - qtexttable.html - cellAt-2 - (const QTextCursor &cursor) const const - - - QTextCursor - rowStart - qtexttable.html - rowStart - (const QTextCursor &cursor) const const - - - QTextCursor - rowEnd - qtexttable.html - rowEnd - (const QTextCursor &cursor) const const - - - void - setFormat - qtexttable.html - setFormat - (const QTextTableFormat &format) - - - QTextTableFormat - format - qtexttable.html - format - () const const - - - - QValidator - qvalidator.html - QObject - - virtual const QMetaObject * - metaObject - qvalidator.html - metaObject - () const const - - - virtual void * - qt_metacast - qvalidator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qvalidator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qvalidator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qvalidator.html - trUtf8 - (const char *s, const char *c, int n) - - - - QValidator - qvalidator.html - QValidator - (QObject *parent) - - - virtual - ~QValidator - qvalidator.html - dtor.QValidator - () - - - State - qvalidator.html - State-enum - - - Invalid - qvalidator.html - State-enum - - - Intermediate - qvalidator.html - State-enum - - - Acceptable - qvalidator.html - State-enum - - - void - setLocale - qvalidator.html - setLocale - (const QLocale &locale) - - - QLocale - locale - qvalidator.html - locale - () const const - - - virtual QValidator::State - validate - qvalidator.html - validate - (QString &input, int &pos) const const = 0 - - - virtual void - fixup - qvalidator.html - fixup - (QString &input) const const - - - void - changed - qvalidator.html - changed - () - - - - QIntValidator - qintvalidator.html - QValidator - - virtual const QMetaObject * - metaObject - qintvalidator.html - metaObject - () const const - - - virtual void * - qt_metacast - qintvalidator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qintvalidator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qintvalidator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qintvalidator.html - trUtf8 - (const char *s, const char *c, int n) - - - bottom - qintvalidator.html - bottom-prop - - - - top - qintvalidator.html - top-prop - - - - - QIntValidator - qintvalidator.html - QIntValidator - (QObject *parent) - - - - QIntValidator - qintvalidator.html - QIntValidator-1 - (int minimum, int maximum, QObject *parent) - - - virtual - ~QIntValidator - qintvalidator.html - dtor.QIntValidator - () - - - virtual QValidator::State - validate - qintvalidator.html - validate - (QString &input, int &pos) const const override - - - virtual void - fixup - qintvalidator.html - fixup - (QString &input) const const override - - - void - setBottom - qintvalidator.html - bottom-prop - (int ) - - - void - setTop - qintvalidator.html - top-prop - (int ) - - - virtual void - setRange - qintvalidator.html - setRange - (int bottom, int top) - - - int - bottom - qintvalidator.html - bottom-prop - () const const - - - int - top - qintvalidator.html - top-prop - () const const - - - - QDoubleValidator - qdoublevalidator.html - QValidator - - virtual const QMetaObject * - metaObject - qdoublevalidator.html - metaObject - () const const - - - virtual void * - qt_metacast - qdoublevalidator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdoublevalidator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdoublevalidator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdoublevalidator.html - trUtf8 - (const char *s, const char *c, int n) - - - bottom - qdoublevalidator.html - bottom-prop - - - - top - qdoublevalidator.html - top-prop - - - - decimals - qdoublevalidator.html - decimals-prop - - - - notation - qdoublevalidator.html - notation-prop - - - - - QDoubleValidator - qdoublevalidator.html - QDoubleValidator - (QObject *parent) - - - - QDoubleValidator - qdoublevalidator.html - QDoubleValidator-1 - (double bottom, double top, int decimals, QObject *parent) - - - virtual - ~QDoubleValidator - qdoublevalidator.html - dtor.QDoubleValidator - () - - - Notation - qdoublevalidator.html - Notation-enum - - - StandardNotation - qdoublevalidator.html - Notation-enum - - - ScientificNotation - qdoublevalidator.html - Notation-enum - - - virtual QValidator::State - validate - qdoublevalidator.html - validate - (QString &input, int &pos) const const override - - - virtual void - setRange - qdoublevalidator.html - setRange - (double minimum, double maximum, int decimals) - - - void - setBottom - qdoublevalidator.html - bottom-prop - (double ) - - - void - setTop - qdoublevalidator.html - top-prop - (double ) - - - void - setDecimals - qdoublevalidator.html - decimals-prop - (int ) - - - void - setNotation - qdoublevalidator.html - notation-prop - (QDoubleValidator::Notation ) - - - double - bottom - qdoublevalidator.html - bottom-prop - () const const - - - double - top - qdoublevalidator.html - top-prop - () const const - - - int - decimals - qdoublevalidator.html - decimals-prop - () const const - - - QDoubleValidator::Notation - notation - qdoublevalidator.html - notation-prop - () const const - - - - QRegExpValidator - qregexpvalidator.html - QValidator - - virtual const QMetaObject * - metaObject - qregexpvalidator.html - metaObject - () const const - - - virtual void * - qt_metacast - qregexpvalidator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qregexpvalidator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qregexpvalidator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qregexpvalidator.html - trUtf8 - (const char *s, const char *c, int n) - - - regExp - qregexpvalidator.html - regExp-prop - - - - - QRegExpValidator - qregexpvalidator.html - QRegExpValidator - (QObject *parent) - - - - QRegExpValidator - qregexpvalidator.html - QRegExpValidator-1 - (const QRegExp &rx, QObject *parent) - - - virtual - ~QRegExpValidator - qregexpvalidator.html - dtor.QRegExpValidator - () - - - virtual QValidator::State - validate - qregexpvalidator.html - validate - (QString &input, int &pos) const const override - - - void - setRegExp - qregexpvalidator.html - regExp-prop - (const QRegExp &rx) - - - const QRegExp & - regExp - qregexpvalidator.html - regExp-prop - () const const - - - - QRegularExpressionValidator - qregularexpressionvalidator.html - QValidator - - virtual const QMetaObject * - metaObject - qregularexpressionvalidator.html - metaObject - () const const - - - virtual void * - qt_metacast - qregularexpressionvalidator.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qregularexpressionvalidator.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qregularexpressionvalidator.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qregularexpressionvalidator.html - trUtf8 - (const char *s, const char *c, int n) - - - regularExpression - qregularexpressionvalidator.html - regularExpression-prop - - - - - QRegularExpressionValidator - qregularexpressionvalidator.html - QRegularExpressionValidator - (QObject *parent) - - - - QRegularExpressionValidator - qregularexpressionvalidator.html - QRegularExpressionValidator-1 - (const QRegularExpression &re, QObject *parent) - - - virtual - ~QRegularExpressionValidator - qregularexpressionvalidator.html - dtor.QRegularExpressionValidator - () - - - virtual QValidator::State - validate - qregularexpressionvalidator.html - validate - (QString &input, int &pos) const const override - - - QRegularExpression - regularExpression - qregularexpressionvalidator.html - regularExpression-prop - () const const - - - void - setRegularExpression - qregularexpressionvalidator.html - regularExpression-prop - (const QRegularExpression &re) - - - void - regularExpressionChanged - qregularexpressionvalidator.html - regularExpression-prop - (const QRegularExpression &re) - - - - QRasterPaintEngine - qrasterpaintengine.html - QPaintEngineEx - - - QRasterPaintEngine - qrasterpaintengine.html - QRasterPaintEngine - (QPaintDevice *device) - - - virtual - ~QRasterPaintEngine - qrasterpaintengine.html - dtor.QRasterPaintEngine - () - - - virtual bool - begin - qrasterpaintengine.html - begin - (QPaintDevice *device) override - - - virtual bool - end - qrasterpaintengine.html - end - () override - - - virtual void - drawPolygon - qrasterpaintengine.html - drawPolygon - (const QPointF *points, int pointCount, QPaintEngine::PolygonDrawMode mode) override - - - virtual void - drawPolygon - qrasterpaintengine.html - drawPolygon-1 - (const QPoint *points, int pointCount, QPaintEngine::PolygonDrawMode mode) override - - - virtual void - drawEllipse - qrasterpaintengine.html - drawEllipse - (const QRectF &rect) override - - - virtual void - fillRect - qrasterpaintengine.html - fillRect - (const QRectF &r, const QBrush &brush) override - - - virtual void - fillRect - qrasterpaintengine.html - fillRect-1 - (const QRectF &r, const QColor &color) override - - - virtual void - drawRects - qrasterpaintengine.html - drawRects - (const QRect *rects, int rectCount) override - - - virtual void - drawRects - qrasterpaintengine.html - drawRects-1 - (const QRectF *rects, int rectCount) override - - - virtual void - drawPixmap - qrasterpaintengine.html - drawPixmap - (const QRectF &r, const QPixmap &pixmap, const QRectF &sr) override - - - virtual void - drawImage - qrasterpaintengine.html - drawImage - (const QRectF &r, const QImage &img, const QRectF &sr, Qt::ImageConversionFlags flags) override - - - virtual void - drawTiledPixmap - qrasterpaintengine.html - drawTiledPixmap - (const QRectF &r, const QPixmap &pixmap, const QPointF &sr) override - - - virtual void - drawTextItem - qrasterpaintengine.html - drawTextItem - (const QPointF &p, const QTextItem &textItem) override - - - virtual void - drawLines - qrasterpaintengine.html - drawLines - (const QLine *lines, int lineCount) override - - - virtual void - drawLines - qrasterpaintengine.html - drawLines-1 - (const QLineF *lines, int lineCount) override - - - virtual void - drawPoints - qrasterpaintengine.html - drawPoints - (const QPointF *points, int pointCount) override - - - virtual void - drawPoints - qrasterpaintengine.html - drawPoints-1 - (const QPoint *points, int pointCount) override - - - virtual void - drawStaticTextItem - qrasterpaintengine.html - drawStaticTextItem - (QStaticTextItem *textItem) override - - - virtual QPaintEngine::Type - type - qrasterpaintengine.html - type - () const const override - - - virtual bool - shouldDrawCachedGlyphs - qrasterpaintengine.html - shouldDrawCachedGlyphs - (QFontEngine *fontEngine, const QTransform &m) const const override - - - - QVulkanLayer - qvulkanlayer.html - - - QVulkanExtension - qvulkanextension.html - - - QVulkanInfoVector - qvulkaninfovector.html - QVector - - bool - contains - qvulkaninfovector.html - contains - (const QByteArray &name) const const - - - bool - contains - qvulkaninfovector.html - contains-1 - (const QByteArray &name, int minVersion) const const - - - - QVulkanInstance - qvulkaninstance.html - - - QVulkanInstance - qvulkaninstance.html - QVulkanInstance - () - - - - ~QVulkanInstance - qvulkaninstance.html - dtor.QVulkanInstance - () - - - Flag - qvulkaninstance.html - Flag-enum - - - NoDebugOutputRedirect - qvulkaninstance.html - Flag-enum - - - Flags - qvulkaninstance.html - Flag-enum - - - - QVulkanInfoVector<QVulkanLayer> - supportedLayers - qvulkaninstance.html - supportedLayers - () - - - QVulkanInfoVector<QVulkanExtension> - supportedExtensions - qvulkaninstance.html - supportedExtensions - () - - - void - setVkInstance - qvulkaninstance.html - setVkInstance - (int existingVkInstance) - - - void - setFlags - qvulkaninstance.html - setFlags - (QVulkanInstance::Flags flags) - - - void - setLayers - qvulkaninstance.html - setLayers - (const QByteArrayList &layers) - - - void - setExtensions - qvulkaninstance.html - setExtensions - (const QByteArrayList &extensions) - - - void - setApiVersion - qvulkaninstance.html - setApiVersion - (const QVersionNumber &vulkanVersion) - - - bool - create - qvulkaninstance.html - create - () - - - void - destroy - qvulkaninstance.html - destroy - () - - - bool - isValid - qvulkaninstance.html - isValid - () const const - - - int - errorCode - qvulkaninstance.html - errorCode - () const const - - - int - vkInstance - qvulkaninstance.html - vkInstance - () const const - - - QVulkanInstance::Flags - flags - qvulkaninstance.html - flags - () const const - - - QByteArrayList - layers - qvulkaninstance.html - layers - () const const - - - QByteArrayList - extensions - qvulkaninstance.html - extensions - () const const - - - QVersionNumber - apiVersion - qvulkaninstance.html - apiVersion - () const const - - - PFN_vkVoidFunction - getInstanceProcAddr - qvulkaninstance.html - getInstanceProcAddr - (const char *name) - - - QVulkanFunctions * - functions - qvulkaninstance.html - functions - () const const - - - QVulkanDeviceFunctions * - deviceFunctions - qvulkaninstance.html - deviceFunctions - (int device) - - - void - resetDeviceFunctions - qvulkaninstance.html - resetDeviceFunctions - (int device) - - - VkSurfaceKHR - surfaceForWindow - qvulkaninstance.html - surfaceForWindow - (QWindow *window) - - - bool - supportsPresent - qvulkaninstance.html - supportsPresent - (int physicalDevice, uint32_t queueFamilyIndex, QWindow *window) - - - void - presentQueued - qvulkaninstance.html - presentQueued - (QWindow *window) - - - - QVulkanWindowRenderer - qvulkanwindowrenderer.html - - virtual - ~QVulkanWindowRenderer - qvulkanwindowrenderer.html - dtor.QVulkanWindowRenderer - () - - - virtual void - preInitResources - qvulkanwindowrenderer.html - preInitResources - () - - - virtual void - initResources - qvulkanwindowrenderer.html - initResources - () - - - virtual void - initSwapChainResources - qvulkanwindowrenderer.html - initSwapChainResources - () - - - virtual void - releaseSwapChainResources - qvulkanwindowrenderer.html - releaseSwapChainResources - () - - - virtual void - releaseResources - qvulkanwindowrenderer.html - releaseResources - () - - - virtual void - startNextFrame - qvulkanwindowrenderer.html - startNextFrame - () = 0 - - - virtual void - physicalDeviceLost - qvulkanwindowrenderer.html - physicalDeviceLost - () - - - virtual void - logicalDeviceLost - qvulkanwindowrenderer.html - logicalDeviceLost - () - - - - QVulkanWindow - qvulkanwindow.html - QWindow - - virtual const QMetaObject * - metaObject - qvulkanwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qvulkanwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qvulkanwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qvulkanwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qvulkanwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - Flag - qvulkanwindow.html - Flag-enum - - - PersistentResources - qvulkanwindow.html - Flag-enum - - - Flags - qvulkanwindow.html - Flag-enum - - - - - QVulkanWindow - qvulkanwindow.html - QVulkanWindow - (QWindow *parent) - - - virtual - ~QVulkanWindow - qvulkanwindow.html - dtor.QVulkanWindow - () - - - void - setFlags - qvulkanwindow.html - setFlags - (QVulkanWindow::Flags flags) - - - QVulkanWindow::Flags - flags - qvulkanwindow.html - flags - () const const - - - int - availablePhysicalDevices - qvulkanwindow.html - availablePhysicalDevices - () - - - void - setPhysicalDeviceIndex - qvulkanwindow.html - setPhysicalDeviceIndex - (int idx) - - - QVulkanInfoVector<QVulkanExtension> - supportedDeviceExtensions - qvulkanwindow.html - supportedDeviceExtensions - () - - - void - setDeviceExtensions - qvulkanwindow.html - setDeviceExtensions - (const QByteArrayList &extensions) - - - void - setPreferredColorFormats - qvulkanwindow.html - setPreferredColorFormats - (const int &formats) - - - QVector<int> - supportedSampleCounts - qvulkanwindow.html - supportedSampleCounts - () - - - void - setSampleCount - qvulkanwindow.html - setSampleCount - (int sampleCount) - - - bool - isValid - qvulkanwindow.html - isValid - () const const - - - virtual QVulkanWindowRenderer * - createRenderer - qvulkanwindow.html - createRenderer - () - - - void - frameReady - qvulkanwindow.html - frameReady - () - - - int - physicalDevice - qvulkanwindow.html - physicalDevice - () const const - - - const int * - physicalDeviceProperties - qvulkanwindow.html - physicalDeviceProperties - () const const - - - int - device - qvulkanwindow.html - device - () const const - - - int - graphicsQueue - qvulkanwindow.html - graphicsQueue - () const const - - - int - graphicsCommandPool - qvulkanwindow.html - graphicsCommandPool - () const const - - - uint32_t - hostVisibleMemoryIndex - qvulkanwindow.html - hostVisibleMemoryIndex - () const const - - - uint32_t - deviceLocalMemoryIndex - qvulkanwindow.html - deviceLocalMemoryIndex - () const const - - - int - defaultRenderPass - qvulkanwindow.html - defaultRenderPass - () const const - - - int - colorFormat - qvulkanwindow.html - colorFormat - () const const - - - int - depthStencilFormat - qvulkanwindow.html - depthStencilFormat - () const const - - - QSize - swapChainImageSize - qvulkanwindow.html - swapChainImageSize - () const const - - - int - currentCommandBuffer - qvulkanwindow.html - currentCommandBuffer - () const const - - - int - currentFramebuffer - qvulkanwindow.html - currentFramebuffer - () const const - - - int - currentFrame - qvulkanwindow.html - currentFrame - () const const - - - int - concurrentFrameCount - qvulkanwindow.html - concurrentFrameCount - () const const - - - int - swapChainImageCount - qvulkanwindow.html - swapChainImageCount - () const const - - - int - currentSwapChainImageIndex - qvulkanwindow.html - currentSwapChainImageIndex - () const const - - - VkImage - swapChainImage - qvulkanwindow.html - swapChainImage - (int idx) const const - - - VkImageView - swapChainImageView - qvulkanwindow.html - swapChainImageView - (int idx) const const - - - VkImage - depthStencilImage - qvulkanwindow.html - depthStencilImage - () const const - - - VkImageView - depthStencilImageView - qvulkanwindow.html - depthStencilImageView - () const const - - - int - sampleCountFlagBits - qvulkanwindow.html - sampleCountFlagBits - () const const - - - VkImage - msaaColorImage - qvulkanwindow.html - msaaColorImage - (int idx) const const - - - VkImageView - msaaColorImageView - qvulkanwindow.html - msaaColorImageView - (int idx) const const - - - bool - supportsGrab - qvulkanwindow.html - supportsGrab - () const const - - - QImage - grab - qvulkanwindow.html - grab - () - - - QMatrix4x4 - clipCorrectionMatrix - qvulkanwindow.html - clipCorrectionMatrix - () - - - void - frameGrabbed - qvulkanwindow.html - frameGrabbed - (const QImage &image) - - - - QSupportedWritingSystems - qsupportedwritingsystems.html - - - QSupportedWritingSystems - qsupportedwritingsystems.html - QSupportedWritingSystems - () - - - - QSupportedWritingSystems - qsupportedwritingsystems.html - QSupportedWritingSystems-1 - (const QSupportedWritingSystems &other) - - - QSupportedWritingSystems & - operator= - qsupportedwritingsystems.html - operator-eq - (const QSupportedWritingSystems &other) - - - - ~QSupportedWritingSystems - qsupportedwritingsystems.html - dtor.QSupportedWritingSystems - () - - - void - setSupported - qsupportedwritingsystems.html - setSupported - (QFontDatabase::WritingSystem writingSystem, bool support) - - - bool - supported - qsupportedwritingsystems.html - supported - (QFontDatabase::WritingSystem writingSystem) const const - - - - QOpenGLFunctions_1_0 - qopenglfunctions-1-0.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_0 - qopenglfunctions-1-0.html - QOpenGLFunctions_1_0 - () - - - virtual - ~QOpenGLFunctions_1_0 - qopenglfunctions-1-0.html - dtor.QOpenGLFunctions_1_0 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-0.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-0.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-0.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-0.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-0.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-0.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-0.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-0.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-0.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-0.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-0.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-0.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-0.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-0.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-0.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-0.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-0.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-0.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-0.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-0.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-0.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-0.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-0.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-0.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-0.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-0.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-0.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-0.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-0.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-0.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-0.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-0.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-0.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-0.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-0.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-0.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-0.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-0.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-0.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-0.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-0.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-0.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-0.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-0.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-0.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-0.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-0.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-0.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-0.html - glCullFace - (GLenum mode) - - - void - glTranslatef - qopenglfunctions-1-0.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-0.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-0.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-0.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-0.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-0.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-0.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-0.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-0.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-0.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-0.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-0.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-0.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-0.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-0.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-0.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-0.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-0.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-0.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-0.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-0.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-0.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-0.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-0.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-0.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-0.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-0.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-0.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-0.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-0.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-0.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-0.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-0.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-0.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-0.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-0.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-0.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-0.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-0.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-0.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-0.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-0.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-0.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-0.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-0.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-0.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-0.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-0.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-0.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-0.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-0.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-0.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-0.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-0.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-0.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-0.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-0.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-0.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-0.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-0.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-0.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-0.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-0.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-0.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-0.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-0.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-0.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-0.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-0.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-0.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-0.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-0.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-0.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-0.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-0.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-0.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-0.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-0.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-0.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-0.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-0.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-0.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-0.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-0.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-0.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-0.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-0.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-0.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-0.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-0.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-0.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-0.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-0.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-0.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-0.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-0.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-0.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-0.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-0.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-0.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-0.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-0.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-0.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-0.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-0.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-0.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-0.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-0.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-0.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-0.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-0.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-0.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-0.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-0.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-0.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-0.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-0.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-0.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-0.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-0.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-0.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-0.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-0.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-0.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-0.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-0.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-0.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-0.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-0.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-0.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-0.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-0.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-0.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-0.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-0.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-0.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-0.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-0.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-0.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-0.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-0.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-0.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-0.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-0.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-0.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-0.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-0.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-0.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-0.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-0.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-0.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-0.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-0.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-0.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-0.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-0.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-0.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-0.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-0.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-0.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-0.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-0.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-0.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-0.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-0.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-0.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-0.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-0.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-0.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-0.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-0.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-0.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-0.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-0.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-0.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-0.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-0.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-0.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-0.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-0.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-0.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-0.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-0.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-0.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-0.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-0.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-0.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-0.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-0.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-0.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-0.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-0.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-0.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-0.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-0.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-0.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-0.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-0.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-0.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-0.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-0.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-0.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-0.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-0.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-0.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-0.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-0.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-0.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-0.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-0.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-0.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-0.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-0.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-0.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-0.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-0.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-0.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-0.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-0.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-0.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-0.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-0.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-0.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-0.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-0.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-0.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-0.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-0.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-0.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-0.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-0.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-0.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-0.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-0.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-0.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-0.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-0.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-0.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-0.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-0.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-0.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-0.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-0.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-0.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-0.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-0.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-0.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-0.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-0.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-0.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-0.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-0.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-0.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-0.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-0.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-0.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-0.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-0.html - glNewList - (GLuint list, GLenum mode) - - - - QOpenGLFunctions_3_2_Core - qopenglfunctions-3-2-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_2_Core - qopenglfunctions-3-2-core.html - QOpenGLFunctions_3_2_Core - () - - - virtual - ~QOpenGLFunctions_3_2_Core - qopenglfunctions-3-2-core.html - dtor.QOpenGLFunctions_3_2_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-2-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-2-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-2-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-2-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-2-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-2-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-2-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-2-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-2-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-2-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-2-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-2-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-2-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-2-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-2-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-2-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-2-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-2-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-2-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-2-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-2-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-2-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-2-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-2-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-2-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-2-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-2-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-2-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-2-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-2-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-2-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-2-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-2-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-2-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-2-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-2-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-2-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-2-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-2-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-2-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-2-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-2-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-2-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-2-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-2-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-2-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-2-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-2-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-2-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-2-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-2-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-2-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-2-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-2-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-2-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-2-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-2-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-2-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-2-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-2-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-2-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-2-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-2-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-2-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-2-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-2-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-2-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-2-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-2-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-2-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-2-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-2-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-2-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-2-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-2-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-2-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-2-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-2-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-2-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-2-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-2-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-2-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-2-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-2-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-2-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-2-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-2-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-2-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-2-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-2-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-2-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-2-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-2-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-2-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-2-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-2-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-2-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-2-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-2-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-2-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-2-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-2-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-2-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-2-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-2-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-2-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-2-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-2-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-2-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-2-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-2-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-2-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-2-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-2-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-2-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-2-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-2-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-2-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-2-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-2-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-2-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-2-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-2-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-2-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-2-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-2-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-2-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-2-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-2-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-2-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-2-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-2-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-2-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-2-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-2-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-2-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-2-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-2-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-2-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-2-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-2-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-2-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-2-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-2-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-2-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-2-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-2-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-2-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-2-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-2-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-2-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-2-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-2-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-2-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-2-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-2-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-2-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-2-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-2-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-2-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-2-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-2-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-2-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-2-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-2-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-2-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-2-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-2-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-2-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-2-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-2-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-2-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-2-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-2-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-2-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-2-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-2-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-2-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-2-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-2-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-2-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-2-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-2-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-2-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-2-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-2-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-2-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-2-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-2-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-2-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-2-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-2-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-2-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-2-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-2-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-2-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-2-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-2-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-2-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-2-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-2-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-2-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-2-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-2-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-2-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-2-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-2-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-2-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-2-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-2-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-2-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-2-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-2-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-2-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-2-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-2-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-2-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-2-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-2-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-2-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-2-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-2-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-2-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-2-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-2-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-2-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-2-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-2-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-2-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-2-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-2-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-2-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-2-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-3-2-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-3-2-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-3-2-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-3-2-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-3-2-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-3-2-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-3-2-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-3-2-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-3-2-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-3-2-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-3-2-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-3-2-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-3-2-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-3-2-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-3-2-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-3-2-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-3-2-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-3-2-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-3-2-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-3-2-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-3-2-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-3-2-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-3-2-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-3-2-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-3-2-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-3-2-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-3-2-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-3-2-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-3-2-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-3-2-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-3-2-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - - QOpenGLFunctions_1_1 - qopenglfunctions-1-1.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_1 - qopenglfunctions-1-1.html - QOpenGLFunctions_1_1 - () - - - virtual - ~QOpenGLFunctions_1_1 - qopenglfunctions-1-1.html - dtor.QOpenGLFunctions_1_1 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-1.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-1.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-1.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-1.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-1.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-1.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-1.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-1.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-1.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-1.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-1.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-1.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-1.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-1.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-1.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-1.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-1.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-1.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-1.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-1.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-1.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-1.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-1.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-1.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-1.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-1.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-1.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-1.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-1.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-1.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-1.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-1.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-1.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-1.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-1.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-1.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-1.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-1.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-1.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-1.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-1.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-1.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-1.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-1.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-1.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-1.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-1.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-1.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-1.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-1-1.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-1-1.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-1-1.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-1-1.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-1-1.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-1-1.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-1-1.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-1-1.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-1-1.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-1-1.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-1-1.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-1-1.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-1-1.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-1-1.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-1-1.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-1-1.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glTranslatef - qopenglfunctions-1-1.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-1.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-1.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-1.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-1.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-1.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-1.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-1.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-1.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-1.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-1.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-1.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-1.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-1.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-1.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-1.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-1.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-1.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-1.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-1.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-1.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-1.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-1.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-1.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-1.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-1.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-1.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-1.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-1.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-1.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-1.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-1.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-1.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-1.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-1.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-1.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-1.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-1.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-1.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-1.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-1.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-1.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-1.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-1.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-1.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-1.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-1.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-1.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-1.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-1.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-1.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-1.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-1.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-1.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-1.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-1.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-1.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-1.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-1.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-1.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-1.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-1.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-1.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-1.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-1.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-1.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-1.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-1.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-1.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-1.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-1.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-1.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-1.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-1.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-1.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-1.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-1.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-1.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-1.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-1.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-1.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-1.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-1.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-1.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-1.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-1.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-1.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-1.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-1.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-1.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-1.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-1.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-1.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-1.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-1.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-1.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-1.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-1.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-1.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-1.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-1.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-1.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-1.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-1.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-1.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-1.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-1.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-1.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-1.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-1.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-1.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-1.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-1.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-1.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-1.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-1.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-1.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-1.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-1.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-1.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-1.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-1.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-1.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-1.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-1.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-1.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-1.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-1.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-1.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-1.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-1.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-1.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-1.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-1.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-1.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-1.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-1.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-1.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-1.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-1.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-1.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-1.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-1.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-1.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-1.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-1.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-1.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-1.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-1.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-1.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-1.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-1.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-1.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-1.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-1.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-1.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-1.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-1.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-1.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-1.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-1.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-1.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-1.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-1.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-1.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-1.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-1.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-1.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-1.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-1.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-1.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-1.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-1.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-1.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-1.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-1.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-1.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-1.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-1.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-1.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-1.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-1.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-1.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-1.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-1.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-1.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-1.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-1.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-1.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-1.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-1.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-1.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-1.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-1.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-1.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-1.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-1.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-1.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-1.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-1.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-1.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-1.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-1.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-1.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-1.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-1.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-1.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-1.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-1.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-1.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-1.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-1.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-1.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-1.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-1.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-1.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-1.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-1.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-1.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-1.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-1.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-1.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-1.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-1.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-1.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-1.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-1.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-1.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-1.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-1.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-1.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-1.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-1.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-1.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-1.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-1.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-1.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-1.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-1.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-1.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-1.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-1.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-1.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-1.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-1.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-1.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-1.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-1.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-1.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-1.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-1.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-1.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-1.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-1.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-1.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-1.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-1.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-1.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-1-1.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-1-1.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-1-1.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-1-1.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-1-1.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-1-1.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-1-1.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-1-1.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-1-1.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-1-1.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-1-1.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-1-1.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-1-1.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-1-1.html - glArrayElement - (GLint i) - - - - QOpenGLFunctions_1_2 - qopenglfunctions-1-2.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_2 - qopenglfunctions-1-2.html - QOpenGLFunctions_1_2 - () - - - virtual - ~QOpenGLFunctions_1_2 - qopenglfunctions-1-2.html - dtor.QOpenGLFunctions_1_2 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-2.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-2.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-2.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-2.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-2.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-2.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-2.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-2.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-2.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-2.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-2.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-2.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-2.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-2.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-2.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-2.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-2.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-2.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-2.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-2.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-2.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-2.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-2.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-2.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-2.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-2.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-2.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-2.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-2.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-2.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-2.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-2.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-2.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-2.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-2.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-2.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-2.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-2.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-2.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-2.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-2.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-2.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-2.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-2.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-2.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-2.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-2.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-2.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-2.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-1-2.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-1-2.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-1-2.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-1-2.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-1-2.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-1-2.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-1-2.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-1-2.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-1-2.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-1-2.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-1-2.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-1-2.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-1-2.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-1-2.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-1-2.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-1-2.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-1-2.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-1-2.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-1-2.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-1-2.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-1-2.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-1-2.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glTranslatef - qopenglfunctions-1-2.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-2.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-2.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-2.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-2.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-2.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-2.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-2.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-2.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-2.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-2.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-2.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-2.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-2.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-2.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-2.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-2.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-2.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-2.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-2.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-2.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-2.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-2.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-2.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-2.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-2.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-2.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-2.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-2.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-2.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-2.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-2.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-2.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-2.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-2.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-2.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-2.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-2.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-2.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-2.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-2.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-2.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-2.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-2.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-2.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-2.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-2.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-2.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-2.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-2.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-2.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-2.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-2.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-2.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-2.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-2.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-2.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-2.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-2.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-2.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-2.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-2.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-2.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-2.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-2.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-2.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-2.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-2.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-2.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-2.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-2.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-2.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-2.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-2.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-2.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-2.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-2.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-2.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-2.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-2.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-2.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-2.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-2.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-2.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-2.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-2.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-2.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-2.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-2.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-2.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-2.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-2.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-2.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-2.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-2.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-2.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-2.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-2.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-2.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-2.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-2.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-2.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-2.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-2.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-2.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-2.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-2.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-2.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-2.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-2.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-2.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-2.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-2.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-2.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-2.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-2.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-2.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-2.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-2.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-2.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-2.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-2.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-2.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-2.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-2.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-2.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-2.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-2.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-2.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-2.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-2.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-2.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-2.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-2.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-2.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-2.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-2.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-2.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-2.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-2.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-2.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-2.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-2.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-2.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-2.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-2.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-2.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-2.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-2.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-2.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-2.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-2.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-2.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-2.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-2.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-2.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-2.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-2.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-2.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-2.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-2.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-2.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-2.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-2.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-2.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-2.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-2.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-2.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-2.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-2.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-2.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-2.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-2.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-2.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-2.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-2.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-2.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-2.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-2.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-2.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-2.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-2.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-2.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-2.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-2.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-2.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-2.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-2.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-2.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-2.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-2.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-2.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-2.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-2.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-2.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-2.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-2.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-2.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-2.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-2.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-2.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-2.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-2.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-2.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-2.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-2.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-2.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-2.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-2.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-2.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-2.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-2.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-2.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-2.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-2.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-2.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-2.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-2.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-2.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-2.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-2.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-2.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-2.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-2.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-2.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-2.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-2.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-2.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-2.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-2.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-2.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-2.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-2.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-2.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-2.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-2.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-2.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-2.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-2.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-2.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-2.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-2.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-2.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-2.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-2.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-2.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-2.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-2.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-2.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-2.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-2.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-2.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-2.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-2.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-2.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-2.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-2.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-2.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-1-2.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-1-2.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-1-2.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-1-2.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-1-2.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-1-2.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-1-2.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-1-2.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-1-2.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-1-2.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-1-2.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-1-2.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-1-2.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-1-2.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-1-2.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-1-2.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-1-2.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-1-2.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-1-2.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-1-2.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-1-2.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-1-2.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-1-2.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-1-2.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-1-2.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-1-2.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-1-2.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-1-2.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-1-2.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-1-2.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-1-2.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-1-2.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-1-2.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-1-2.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-1-2.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-1-2.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-1-2.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-1-2.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-1-2.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-1-2.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-1-2.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-1-2.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-1-2.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-1-2.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-1-2.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-1-2.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - - QOpenGLFunctions_1_3 - qopenglfunctions-1-3.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_3 - qopenglfunctions-1-3.html - QOpenGLFunctions_1_3 - () - - - virtual - ~QOpenGLFunctions_1_3 - qopenglfunctions-1-3.html - dtor.QOpenGLFunctions_1_3 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-3.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-3.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-3.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-3.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-3.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-3.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-3.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-3.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-3.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-3.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-3.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-3.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-3.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-3.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-3.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-3.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-3.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-3.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-3.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-3.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-3.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-3.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-3.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-3.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-3.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-3.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-3.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-3.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-3.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-3.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-3.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-3.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-3.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-3.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-3.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-3.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-3.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-3.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-3.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-3.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-3.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-3.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-3.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-3.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-3.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-3.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-3.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-3.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-3.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-1-3.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-1-3.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-1-3.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-1-3.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-1-3.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-1-3.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-1-3.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-1-3.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-1-3.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-1-3.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-1-3.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-1-3.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-1-3.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-1-3.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-1-3.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-1-3.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-1-3.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-1-3.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-1-3.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-1-3.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-1-3.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-1-3.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-1-3.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-1-3.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-1-3.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-1-3.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-1-3.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-1-3.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-1-3.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-1-3.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-1-3.html - glActiveTexture - (GLenum texture) - - - void - glTranslatef - qopenglfunctions-1-3.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-3.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-3.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-3.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-3.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-3.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-3.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-3.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-3.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-3.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-3.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-3.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-3.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-3.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-3.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-3.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-3.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-3.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-3.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-3.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-3.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-3.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-3.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-3.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-3.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-3.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-3.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-3.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-3.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-3.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-3.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-3.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-3.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-3.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-3.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-3.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-3.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-3.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-3.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-3.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-3.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-3.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-3.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-3.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-3.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-3.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-3.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-3.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-3.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-3.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-3.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-3.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-3.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-3.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-3.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-3.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-3.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-3.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-3.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-3.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-3.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-3.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-3.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-3.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-3.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-3.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-3.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-3.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-3.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-3.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-3.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-3.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-3.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-3.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-3.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-3.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-3.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-3.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-3.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-3.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-3.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-3.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-3.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-3.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-3.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-3.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-3.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-3.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-3.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-3.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-3.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-3.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-3.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-3.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-3.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-3.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-3.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-3.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-3.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-3.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-3.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-3.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-3.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-3.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-3.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-3.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-3.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-3.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-3.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-3.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-3.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-3.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-3.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-3.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-3.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-3.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-3.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-3.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-3.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-3.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-3.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-3.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-3.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-3.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-3.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-3.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-3.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-3.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-3.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-3.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-3.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-3.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-3.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-3.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-3.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-3.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-3.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-3.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-3.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-3.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-3.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-3.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-3.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-3.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-3.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-3.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-3.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-3.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-3.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-3.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-3.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-3.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-3.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-3.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-3.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-3.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-3.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-3.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-3.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-3.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-3.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-3.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-3.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-3.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-3.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-3.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-3.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-3.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-3.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-3.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-3.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-3.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-3.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-3.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-3.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-3.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-3.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-3.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-3.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-3.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-3.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-3.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-3.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-3.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-3.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-3.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-3.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-3.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-3.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-3.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-3.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-3.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-3.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-3.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-3.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-3.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-3.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-3.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-3.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-3.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-3.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-3.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-3.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-3.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-3.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-3.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-3.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-3.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-3.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-3.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-3.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-3.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-3.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-3.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-3.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-3.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-3.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-3.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-3.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-3.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-3.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-3.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-3.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-3.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-3.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-3.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-3.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-3.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-3.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-3.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-3.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-3.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-3.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-3.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-3.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-3.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-3.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-3.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-3.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-3.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-3.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-3.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-3.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-3.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-3.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-3.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-3.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-3.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-3.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-3.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-3.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-3.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-3.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-3.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-3.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-3.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-3.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-3.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-1-3.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-1-3.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-1-3.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-1-3.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-1-3.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-1-3.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-1-3.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-1-3.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-1-3.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-1-3.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-1-3.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-1-3.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-1-3.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-1-3.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-1-3.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-1-3.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-1-3.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-1-3.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-1-3.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-1-3.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-1-3.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-1-3.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-1-3.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-1-3.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-1-3.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-1-3.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-1-3.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-1-3.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-1-3.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-1-3.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-1-3.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-1-3.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-1-3.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-1-3.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-1-3.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-1-3.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-1-3.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-1-3.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-1-3.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-1-3.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-1-3.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-1-3.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-1-3.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-1-3.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-1-3.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-1-3.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-1-3.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-1-3.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-1-3.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-1-3.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-1-3.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-1-3.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-1-3.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-1-3.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-1-3.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-1-3.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-1-3.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-1-3.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-1-3.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-1-3.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-1-3.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-1-3.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-1-3.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-1-3.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-1-3.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-1-3.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-1-3.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-1-3.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-1-3.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-1-3.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-1-3.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-1-3.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-1-3.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-1-3.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-1-3.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-1-3.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-1-3.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-1-3.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-1-3.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-1-3.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-1-3.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-1-3.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-1-3.html - glClientActiveTexture - (GLenum texture) - - - - QOpenGLFunctions_1_4 - qopenglfunctions-1-4.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_4 - qopenglfunctions-1-4.html - QOpenGLFunctions_1_4 - () - - - virtual - ~QOpenGLFunctions_1_4 - qopenglfunctions-1-4.html - dtor.QOpenGLFunctions_1_4 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-4.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-4.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-4.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-4.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-4.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-4.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-4.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-4.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-4.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-4.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-4.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-4.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-4.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-4.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-4.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-4.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-4.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-4.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-4.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-4.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-4.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-4.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-4.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-4.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-4.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-4.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-4.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-4.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-4.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-4.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-4.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-4.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-4.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-4.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-4.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-4.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-4.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-4.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-4.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-4.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-4.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-4.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-4.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-4.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-4.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-4.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-4.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-4.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-4.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-1-4.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-1-4.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-1-4.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-1-4.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-1-4.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-1-4.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-1-4.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-1-4.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-1-4.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-1-4.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-1-4.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-1-4.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-1-4.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-1-4.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-1-4.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-1-4.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-1-4.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-1-4.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-1-4.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-1-4.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-1-4.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-1-4.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-1-4.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-1-4.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-1-4.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-1-4.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-1-4.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-1-4.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-1-4.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-1-4.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-1-4.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-1-4.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-1-4.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-1-4.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-1-4.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-1-4.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-1-4.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-1-4.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glTranslatef - qopenglfunctions-1-4.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-4.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-4.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-4.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-4.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-4.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-4.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-4.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-4.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-4.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-4.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-4.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-4.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-4.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-4.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-4.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-4.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-4.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-4.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-4.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-4.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-4.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-4.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-4.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-4.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-4.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-4.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-4.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-4.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-4.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-4.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-4.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-4.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-4.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-4.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-4.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-4.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-4.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-4.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-4.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-4.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-4.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-4.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-4.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-4.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-4.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-4.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-4.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-4.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-4.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-4.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-4.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-4.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-4.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-4.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-4.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-4.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-4.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-4.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-4.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-4.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-4.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-4.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-4.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-4.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-4.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-4.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-4.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-4.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-4.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-4.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-4.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-4.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-4.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-4.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-4.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-4.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-4.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-4.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-4.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-4.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-4.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-4.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-4.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-4.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-4.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-4.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-4.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-4.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-4.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-4.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-4.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-4.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-4.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-4.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-4.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-4.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-4.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-4.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-4.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-4.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-4.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-4.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-4.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-4.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-4.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-4.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-4.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-4.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-4.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-4.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-4.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-4.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-4.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-4.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-4.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-4.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-4.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-4.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-4.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-4.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-4.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-4.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-4.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-4.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-4.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-4.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-4.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-4.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-4.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-4.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-4.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-4.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-4.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-4.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-4.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-4.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-4.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-4.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-4.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-4.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-4.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-4.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-4.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-4.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-4.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-4.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-4.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-4.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-4.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-4.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-4.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-4.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-4.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-4.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-4.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-4.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-4.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-4.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-4.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-4.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-4.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-4.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-4.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-4.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-4.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-4.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-4.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-4.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-4.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-4.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-4.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-4.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-4.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-4.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-4.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-4.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-4.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-4.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-4.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-4.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-4.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-4.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-4.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-4.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-4.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-4.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-4.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-4.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-4.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-4.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-4.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-4.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-4.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-4.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-4.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-4.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-4.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-4.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-4.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-4.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-4.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-4.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-4.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-4.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-4.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-4.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-4.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-4.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-4.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-4.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-4.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-4.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-4.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-4.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-4.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-4.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-4.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-4.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-4.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-4.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-4.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-4.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-4.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-4.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-4.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-4.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-4.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-4.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-4.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-4.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-4.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-4.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-4.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-4.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-4.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-4.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-4.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-4.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-4.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-4.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-4.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-4.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-4.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-4.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-4.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-4.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-4.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-4.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-4.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-4.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-4.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-4.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-4.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-4.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-4.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-4.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-4.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-1-4.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-1-4.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-1-4.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-1-4.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-1-4.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-1-4.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-1-4.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-1-4.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-1-4.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-1-4.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-1-4.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-1-4.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-1-4.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-1-4.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-1-4.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-1-4.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-1-4.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-1-4.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-1-4.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-1-4.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-1-4.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-1-4.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-1-4.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-1-4.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-1-4.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-1-4.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-1-4.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-1-4.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-1-4.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-1-4.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-1-4.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-1-4.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-1-4.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-1-4.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-1-4.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-1-4.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-1-4.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-1-4.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-1-4.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-1-4.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-1-4.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-1-4.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-1-4.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-1-4.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-1-4.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-1-4.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-1-4.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-1-4.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-1-4.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-1-4.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-1-4.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-1-4.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-1-4.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-1-4.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-1-4.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-1-4.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-1-4.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-1-4.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-1-4.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-1-4.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-1-4.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-1-4.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-1-4.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-1-4.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-1-4.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-1-4.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-1-4.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-1-4.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-1-4.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-1-4.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-1-4.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-1-4.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-1-4.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-1-4.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-1-4.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-1-4.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-1-4.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-1-4.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-1-4.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-1-4.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-1-4.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-1-4.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-1-4.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-1-4.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-1-4.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-1-4.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-1-4.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-1-4.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-1-4.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-1-4.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-1-4.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-1-4.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-1-4.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-1-4.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-1-4.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-1-4.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-1-4.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-1-4.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-1-4.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-1-4.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-1-4.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-1-4.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-1-4.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-1-4.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-1-4.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-1-4.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-1-4.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-1-4.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-1-4.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-1-4.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-1-4.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-1-4.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-1-4.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-1-4.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-1-4.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-1-4.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-1-4.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-1-4.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-1-4.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-1-4.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-1-4.html - glFogCoordf - (GLfloat coord) - - - - QOpenGLFunctions_1_5 - qopenglfunctions-1-5.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_1_5 - qopenglfunctions-1-5.html - QOpenGLFunctions_1_5 - () - - - virtual - ~QOpenGLFunctions_1_5 - qopenglfunctions-1-5.html - dtor.QOpenGLFunctions_1_5 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-1-5.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-1-5.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-1-5.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-1-5.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-1-5.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-1-5.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-1-5.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-1-5.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-1-5.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-1-5.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-1-5.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-1-5.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-1-5.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-1-5.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-1-5.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-1-5.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-1-5.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-1-5.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-1-5.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-1-5.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-1-5.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-1-5.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-1-5.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-1-5.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-1-5.html - glFlush - () - - - void - glFinish - qopenglfunctions-1-5.html - glFinish - () - - - void - glEnable - qopenglfunctions-1-5.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-1-5.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-1-5.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-1-5.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-1-5.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-1-5.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-1-5.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-1-5.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-1-5.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-1-5.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-1-5.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-1-5.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-1-5.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-1-5.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-1-5.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-1-5.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-1-5.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-1-5.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-1-5.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-1-5.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-1-5.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-1-5.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-1-5.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-1-5.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-1-5.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-1-5.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-1-5.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-1-5.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-1-5.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-1-5.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-1-5.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-1-5.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-1-5.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-1-5.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-1-5.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-1-5.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-1-5.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-1-5.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-1-5.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-1-5.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-1-5.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-1-5.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-1-5.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-1-5.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-1-5.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-1-5.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-1-5.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-1-5.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-1-5.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-1-5.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-1-5.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-1-5.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-1-5.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-1-5.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-1-5.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-1-5.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-1-5.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-1-5.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-1-5.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-1-5.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-1-5.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-1-5.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-1-5.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-1-5.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-1-5.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-1-5.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-1-5.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-1-5.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-1-5.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-1-5.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-1-5.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-1-5.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-1-5.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-1-5.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-1-5.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-1-5.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-1-5.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-1-5.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-1-5.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-1-5.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glTranslatef - qopenglfunctions-1-5.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-1-5.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-1-5.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-1-5.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-1-5.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-1-5.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-1-5.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-1-5.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-1-5.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-1-5.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-1-5.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-1-5.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-1-5.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-1-5.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-1-5.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-1-5.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-1-5.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-1-5.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-1-5.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-1-5.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-1-5.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-1-5.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-1-5.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-1-5.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-1-5.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-1-5.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-1-5.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-1-5.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-1-5.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-1-5.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-1-5.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-1-5.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-1-5.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-1-5.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-1-5.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-1-5.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-1-5.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-1-5.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-1-5.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-1-5.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-1-5.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-1-5.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-1-5.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-1-5.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-1-5.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-1-5.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-1-5.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-1-5.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-1-5.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-1-5.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-1-5.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-1-5.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-1-5.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-1-5.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-1-5.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-1-5.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-1-5.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-1-5.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-1-5.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-1-5.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-1-5.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-1-5.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-1-5.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-1-5.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-1-5.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-1-5.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-1-5.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-1-5.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-1-5.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-1-5.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-1-5.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-1-5.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-1-5.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-1-5.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-1-5.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-1-5.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-1-5.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-1-5.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-1-5.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-1-5.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-1-5.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-1-5.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-1-5.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-1-5.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-1-5.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-1-5.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-1-5.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-1-5.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-1-5.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-1-5.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-1-5.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-1-5.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-1-5.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-1-5.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-1-5.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-1-5.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-1-5.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-1-5.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-1-5.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-1-5.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-1-5.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-1-5.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-1-5.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-1-5.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-1-5.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-1-5.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-1-5.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-1-5.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-1-5.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-1-5.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-1-5.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-1-5.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-1-5.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-1-5.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-1-5.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-1-5.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-1-5.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-1-5.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-1-5.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-1-5.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-1-5.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-1-5.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-1-5.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-1-5.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-1-5.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-1-5.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-1-5.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-1-5.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-1-5.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-1-5.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-1-5.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-1-5.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-1-5.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-1-5.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-1-5.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-1-5.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-1-5.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-1-5.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-1-5.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-1-5.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-1-5.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-1-5.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-1-5.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-1-5.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-1-5.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-1-5.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-1-5.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-1-5.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-1-5.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-1-5.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-1-5.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-1-5.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-1-5.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-1-5.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-1-5.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-1-5.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-1-5.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-1-5.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-1-5.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-1-5.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-1-5.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-1-5.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-1-5.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-1-5.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-1-5.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-1-5.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-1-5.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-1-5.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-1-5.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-1-5.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-1-5.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-1-5.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-1-5.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-1-5.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-1-5.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-1-5.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-1-5.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-1-5.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-1-5.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-1-5.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-1-5.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-1-5.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-1-5.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-1-5.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-1-5.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-1-5.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-1-5.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-1-5.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-1-5.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-1-5.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-1-5.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-1-5.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-1-5.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-1-5.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-1-5.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-1-5.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-1-5.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-1-5.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-1-5.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-1-5.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-1-5.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-1-5.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-1-5.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-1-5.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-1-5.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-1-5.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-1-5.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-1-5.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-1-5.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-1-5.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-1-5.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-1-5.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-1-5.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-1-5.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-1-5.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-1-5.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-1-5.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-1-5.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-1-5.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-1-5.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-1-5.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-1-5.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-1-5.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-1-5.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-1-5.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-1-5.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-1-5.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-1-5.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-1-5.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-1-5.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-1-5.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-1-5.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-1-5.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-1-5.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-1-5.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-1-5.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-1-5.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-1-5.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-1-5.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-1-5.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-1-5.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-1-5.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-1-5.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-1-5.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-1-5.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-1-5.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-1-5.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-1-5.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-1-5.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-1-5.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-1-5.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-1-5.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-1-5.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-1-5.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-1-5.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-1-5.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-1-5.html - glEndList - () - - - void - glNewList - qopenglfunctions-1-5.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-1-5.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-1-5.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-1-5.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-1-5.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-1-5.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-1-5.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-1-5.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-1-5.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-1-5.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-1-5.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-1-5.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-1-5.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-1-5.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-1-5.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-1-5.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-1-5.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-1-5.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-1-5.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-1-5.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-1-5.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-1-5.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-1-5.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-1-5.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-1-5.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-1-5.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-1-5.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-1-5.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-1-5.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-1-5.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-1-5.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-1-5.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-1-5.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-1-5.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-1-5.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-1-5.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-1-5.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-1-5.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-1-5.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-1-5.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-1-5.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-1-5.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-1-5.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-1-5.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-1-5.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-1-5.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-1-5.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-1-5.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-1-5.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-1-5.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-1-5.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-1-5.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-1-5.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-1-5.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-1-5.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-1-5.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-1-5.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-1-5.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-1-5.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-1-5.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-1-5.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-1-5.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-1-5.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-1-5.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-1-5.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-1-5.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-1-5.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-1-5.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-1-5.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-1-5.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-1-5.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-1-5.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-1-5.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-1-5.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-1-5.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-1-5.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-1-5.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-1-5.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-1-5.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-1-5.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-1-5.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-1-5.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-1-5.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-1-5.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-1-5.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-1-5.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-1-5.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-1-5.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-1-5.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-1-5.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-1-5.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-1-5.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-1-5.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-1-5.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-1-5.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-1-5.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-1-5.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-1-5.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-1-5.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-1-5.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-1-5.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-1-5.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-1-5.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-1-5.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-1-5.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-1-5.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-1-5.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-1-5.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-1-5.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-1-5.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-1-5.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-1-5.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-1-5.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-1-5.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-1-5.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-1-5.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-1-5.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-1-5.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-1-5.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-1-5.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-1-5.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-1-5.html - glFogCoordf - (GLfloat coord) - - - - QOpenGLFunctions_2_0 - qopenglfunctions-2-0.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_2_0 - qopenglfunctions-2-0.html - QOpenGLFunctions_2_0 - () - - - virtual - ~QOpenGLFunctions_2_0 - qopenglfunctions-2-0.html - dtor.QOpenGLFunctions_2_0 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-2-0.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-2-0.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-2-0.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-2-0.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-2-0.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-2-0.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-2-0.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-2-0.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-2-0.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-2-0.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-2-0.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-2-0.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-2-0.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-2-0.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-2-0.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-2-0.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-2-0.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-2-0.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-2-0.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-2-0.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-2-0.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-2-0.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-2-0.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-2-0.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-2-0.html - glFlush - () - - - void - glFinish - qopenglfunctions-2-0.html - glFinish - () - - - void - glEnable - qopenglfunctions-2-0.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-2-0.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-2-0.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-2-0.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-2-0.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-2-0.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-2-0.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-2-0.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-2-0.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-2-0.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-2-0.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-2-0.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-2-0.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-2-0.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-2-0.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-2-0.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-2-0.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-2-0.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-2-0.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-2-0.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-2-0.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-2-0.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-2-0.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-2-0.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-2-0.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-2-0.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-2-0.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-2-0.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-2-0.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-2-0.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-2-0.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-2-0.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-2-0.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-2-0.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-2-0.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-2-0.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-2-0.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-2-0.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-2-0.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-2-0.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-2-0.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-2-0.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-2-0.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-2-0.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-2-0.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-2-0.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-2-0.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-2-0.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-2-0.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-2-0.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-2-0.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-2-0.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-2-0.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-2-0.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-2-0.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-2-0.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-2-0.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-2-0.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-2-0.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-2-0.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-2-0.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-2-0.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-2-0.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-2-0.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-2-0.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-2-0.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-2-0.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-2-0.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-2-0.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-2-0.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-2-0.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-2-0.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-2-0.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-2-0.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-2-0.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-2-0.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-2-0.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-2-0.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-2-0.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-2-0.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-2-0.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-2-0.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-2-0.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-2-0.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-2-0.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-2-0.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-2-0.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-2-0.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-2-0.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-2-0.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-2-0.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-2-0.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-2-0.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-2-0.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-2-0.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-2-0.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-2-0.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-2-0.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-2-0.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-2-0.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-2-0.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-2-0.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-2-0.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-2-0.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-2-0.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-2-0.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-2-0.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-2-0.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-2-0.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-2-0.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-2-0.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-2-0.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-2-0.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-2-0.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-2-0.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-2-0.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-2-0.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-2-0.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-2-0.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-2-0.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-2-0.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-2-0.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-2-0.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-2-0.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-2-0.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-2-0.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-2-0.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-2-0.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-2-0.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-2-0.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-2-0.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-2-0.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-2-0.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-2-0.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-2-0.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-2-0.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-2-0.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glTranslatef - qopenglfunctions-2-0.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-2-0.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-2-0.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-2-0.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-2-0.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-2-0.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-2-0.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-2-0.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-2-0.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-2-0.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-2-0.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-2-0.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-2-0.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-2-0.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-2-0.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-2-0.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-2-0.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-2-0.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-2-0.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-2-0.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-2-0.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-2-0.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-2-0.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-2-0.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-2-0.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-2-0.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-2-0.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-2-0.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-2-0.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-2-0.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-2-0.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-2-0.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-2-0.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-2-0.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-2-0.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-2-0.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-2-0.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-2-0.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-2-0.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-2-0.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-2-0.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-2-0.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-2-0.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-2-0.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-2-0.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-2-0.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-2-0.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-2-0.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-2-0.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-2-0.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-2-0.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-2-0.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-2-0.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-2-0.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-2-0.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-2-0.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-2-0.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-2-0.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-2-0.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-2-0.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-2-0.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-2-0.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-2-0.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-2-0.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-2-0.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-2-0.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-2-0.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-2-0.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-2-0.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-2-0.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-2-0.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-2-0.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-2-0.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-2-0.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-2-0.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-2-0.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-2-0.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-2-0.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-2-0.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-2-0.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-2-0.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-2-0.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-2-0.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-2-0.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-2-0.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-2-0.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-2-0.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-2-0.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-2-0.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-2-0.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-2-0.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-2-0.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-2-0.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-2-0.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-2-0.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-2-0.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-2-0.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-2-0.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-2-0.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-2-0.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-2-0.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-2-0.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-2-0.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-2-0.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-2-0.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-2-0.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-2-0.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-2-0.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-2-0.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-2-0.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-2-0.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-2-0.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-2-0.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-2-0.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-2-0.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-2-0.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-2-0.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-2-0.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-2-0.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-2-0.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-2-0.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-2-0.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-2-0.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-2-0.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-2-0.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-2-0.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-2-0.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-2-0.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-2-0.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-2-0.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-2-0.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-2-0.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-2-0.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-2-0.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-2-0.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-2-0.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-2-0.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-2-0.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-2-0.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-2-0.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-2-0.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-2-0.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-2-0.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-2-0.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-2-0.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-2-0.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-2-0.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-2-0.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-2-0.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-2-0.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-2-0.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-2-0.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-2-0.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-2-0.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-2-0.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-2-0.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-2-0.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-2-0.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-2-0.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-2-0.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-2-0.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-2-0.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-2-0.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-2-0.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-2-0.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-2-0.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-2-0.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-2-0.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-2-0.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-2-0.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-2-0.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-2-0.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-2-0.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-2-0.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-2-0.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-2-0.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-2-0.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-2-0.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-2-0.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-2-0.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-2-0.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-2-0.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-2-0.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-2-0.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-2-0.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-2-0.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-2-0.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-2-0.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-2-0.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-2-0.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-2-0.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-2-0.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-2-0.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-2-0.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-2-0.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-2-0.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-2-0.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-2-0.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-2-0.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-2-0.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-2-0.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-2-0.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-2-0.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-2-0.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-2-0.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-2-0.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-2-0.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-2-0.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-2-0.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-2-0.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-2-0.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-2-0.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-2-0.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-2-0.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-2-0.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-2-0.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-2-0.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-2-0.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-2-0.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-2-0.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-2-0.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-2-0.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-2-0.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-2-0.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-2-0.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-2-0.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-2-0.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-2-0.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-2-0.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-2-0.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-2-0.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-2-0.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-2-0.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-2-0.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-2-0.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-2-0.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-2-0.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-2-0.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-2-0.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-2-0.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-2-0.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-2-0.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-2-0.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-2-0.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-2-0.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-2-0.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-2-0.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-2-0.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-2-0.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-2-0.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-2-0.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-2-0.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-2-0.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-2-0.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-2-0.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-2-0.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-2-0.html - glEndList - () - - - void - glNewList - qopenglfunctions-2-0.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-2-0.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-2-0.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-2-0.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-2-0.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-2-0.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-2-0.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-2-0.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-2-0.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-2-0.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-2-0.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-2-0.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-2-0.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-2-0.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-2-0.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-2-0.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-2-0.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-2-0.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-2-0.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-2-0.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-2-0.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-2-0.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-2-0.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-2-0.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-2-0.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-2-0.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-2-0.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-2-0.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-2-0.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-2-0.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-2-0.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-2-0.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-2-0.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-2-0.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-2-0.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-2-0.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-2-0.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-2-0.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-2-0.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-2-0.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-2-0.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-2-0.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-2-0.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-2-0.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-2-0.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-2-0.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-2-0.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-2-0.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-2-0.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-2-0.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-2-0.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-2-0.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-2-0.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-2-0.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-2-0.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-2-0.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-2-0.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-2-0.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-2-0.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-2-0.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-2-0.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-2-0.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-2-0.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-2-0.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-2-0.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-2-0.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-2-0.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-2-0.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-2-0.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-2-0.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-2-0.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-2-0.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-2-0.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-2-0.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-2-0.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-2-0.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-2-0.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-2-0.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-2-0.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-2-0.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-2-0.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-2-0.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-2-0.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-2-0.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-2-0.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-2-0.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-2-0.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-2-0.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-2-0.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-2-0.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-2-0.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-2-0.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-2-0.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-2-0.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-2-0.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-2-0.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-2-0.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-2-0.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-2-0.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-2-0.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-2-0.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-2-0.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-2-0.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-2-0.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-2-0.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-2-0.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-2-0.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-2-0.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-2-0.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-2-0.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-2-0.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-2-0.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-2-0.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-2-0.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-2-0.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-2-0.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-2-0.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-2-0.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-2-0.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-2-0.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-2-0.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-2-0.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-2-0.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-2-0.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-2-0.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-2-0.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-2-0.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-2-0.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-2-0.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-2-0.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-2-0.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-2-0.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-2-0.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-2-0.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-2-0.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-2-0.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-2-0.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-2-0.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-2-0.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-2-0.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-2-0.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-2-0.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-2-0.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-2-0.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-2-0.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-2-0.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-2-0.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-2-0.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-2-0.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-2-0.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-2-0.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-2-0.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-2-0.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-2-0.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-2-0.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-2-0.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-2-0.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-2-0.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - - QOpenGLFunctions_2_1 - qopenglfunctions-2-1.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_2_1 - qopenglfunctions-2-1.html - QOpenGLFunctions_2_1 - () - - - virtual - ~QOpenGLFunctions_2_1 - qopenglfunctions-2-1.html - dtor.QOpenGLFunctions_2_1 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-2-1.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-2-1.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-2-1.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-2-1.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-2-1.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-2-1.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-2-1.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-2-1.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-2-1.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-2-1.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-2-1.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-2-1.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-2-1.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-2-1.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-2-1.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-2-1.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-2-1.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-2-1.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-2-1.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-2-1.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-2-1.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-2-1.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-2-1.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-2-1.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-2-1.html - glFlush - () - - - void - glFinish - qopenglfunctions-2-1.html - glFinish - () - - - void - glEnable - qopenglfunctions-2-1.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-2-1.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-2-1.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-2-1.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-2-1.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-2-1.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-2-1.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-2-1.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-2-1.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-2-1.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-2-1.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-2-1.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-2-1.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-2-1.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-2-1.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-2-1.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-2-1.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-2-1.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-2-1.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-2-1.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-2-1.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-2-1.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-2-1.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-2-1.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-2-1.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-2-1.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-2-1.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-2-1.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-2-1.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-2-1.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-2-1.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-2-1.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-2-1.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-2-1.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-2-1.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-2-1.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-2-1.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-2-1.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-2-1.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-2-1.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-2-1.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-2-1.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-2-1.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-2-1.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-2-1.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-2-1.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-2-1.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-2-1.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-2-1.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-2-1.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-2-1.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-2-1.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-2-1.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-2-1.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-2-1.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-2-1.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-2-1.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-2-1.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-2-1.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-2-1.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-2-1.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-2-1.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-2-1.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-2-1.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-2-1.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-2-1.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-2-1.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-2-1.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-2-1.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-2-1.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-2-1.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-2-1.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-2-1.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-2-1.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-2-1.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-2-1.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-2-1.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-2-1.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-2-1.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-2-1.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-2-1.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-2-1.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-2-1.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-2-1.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-2-1.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-2-1.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-2-1.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-2-1.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-2-1.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-2-1.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-2-1.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-2-1.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-2-1.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-2-1.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-2-1.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-2-1.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-2-1.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-2-1.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-2-1.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-2-1.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-2-1.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-2-1.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-2-1.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-2-1.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-2-1.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-2-1.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-2-1.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-2-1.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-2-1.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-2-1.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-2-1.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-2-1.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-2-1.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-2-1.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-2-1.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-2-1.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-2-1.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-2-1.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-2-1.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-2-1.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-2-1.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-2-1.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-2-1.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-2-1.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-2-1.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-2-1.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-2-1.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-2-1.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-2-1.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-2-1.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-2-1.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-2-1.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-2-1.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-2-1.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-2-1.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-2-1.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-2-1.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-2-1.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-2-1.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-2-1.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-2-1.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-2-1.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-2-1.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glTranslatef - qopenglfunctions-2-1.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-2-1.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-2-1.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-2-1.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-2-1.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-2-1.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-2-1.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-2-1.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-2-1.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-2-1.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-2-1.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-2-1.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-2-1.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-2-1.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-2-1.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-2-1.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-2-1.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-2-1.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-2-1.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-2-1.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-2-1.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-2-1.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-2-1.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-2-1.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-2-1.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-2-1.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-2-1.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-2-1.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-2-1.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-2-1.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-2-1.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-2-1.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-2-1.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-2-1.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-2-1.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-2-1.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-2-1.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-2-1.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-2-1.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-2-1.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-2-1.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-2-1.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-2-1.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-2-1.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-2-1.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-2-1.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-2-1.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-2-1.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-2-1.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-2-1.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-2-1.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-2-1.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-2-1.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-2-1.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-2-1.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-2-1.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-2-1.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-2-1.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-2-1.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-2-1.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-2-1.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-2-1.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-2-1.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-2-1.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-2-1.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-2-1.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-2-1.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-2-1.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-2-1.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-2-1.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-2-1.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-2-1.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-2-1.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-2-1.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-2-1.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-2-1.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-2-1.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-2-1.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-2-1.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-2-1.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-2-1.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-2-1.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-2-1.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-2-1.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-2-1.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-2-1.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-2-1.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-2-1.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-2-1.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-2-1.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-2-1.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-2-1.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-2-1.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-2-1.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-2-1.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-2-1.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-2-1.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-2-1.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-2-1.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-2-1.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-2-1.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-2-1.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-2-1.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-2-1.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-2-1.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-2-1.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-2-1.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-2-1.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-2-1.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-2-1.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-2-1.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-2-1.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-2-1.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-2-1.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-2-1.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-2-1.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-2-1.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-2-1.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-2-1.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-2-1.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-2-1.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-2-1.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-2-1.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-2-1.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-2-1.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-2-1.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-2-1.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-2-1.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-2-1.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-2-1.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-2-1.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-2-1.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-2-1.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-2-1.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-2-1.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-2-1.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-2-1.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-2-1.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-2-1.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-2-1.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-2-1.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-2-1.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-2-1.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-2-1.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-2-1.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-2-1.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-2-1.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-2-1.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-2-1.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-2-1.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-2-1.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-2-1.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-2-1.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-2-1.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-2-1.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-2-1.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-2-1.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-2-1.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-2-1.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-2-1.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-2-1.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-2-1.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-2-1.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-2-1.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-2-1.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-2-1.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-2-1.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-2-1.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-2-1.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-2-1.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-2-1.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-2-1.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-2-1.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-2-1.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-2-1.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-2-1.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-2-1.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-2-1.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-2-1.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-2-1.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-2-1.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-2-1.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-2-1.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-2-1.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-2-1.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-2-1.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-2-1.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-2-1.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-2-1.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-2-1.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-2-1.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-2-1.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-2-1.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-2-1.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-2-1.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-2-1.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-2-1.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-2-1.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-2-1.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-2-1.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-2-1.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-2-1.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-2-1.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-2-1.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-2-1.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-2-1.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-2-1.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-2-1.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-2-1.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-2-1.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-2-1.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-2-1.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-2-1.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-2-1.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-2-1.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-2-1.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-2-1.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-2-1.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-2-1.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-2-1.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-2-1.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-2-1.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-2-1.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-2-1.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-2-1.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-2-1.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-2-1.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-2-1.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-2-1.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-2-1.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-2-1.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-2-1.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-2-1.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-2-1.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-2-1.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-2-1.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-2-1.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-2-1.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-2-1.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-2-1.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-2-1.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-2-1.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-2-1.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-2-1.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-2-1.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-2-1.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-2-1.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-2-1.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-2-1.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-2-1.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-2-1.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-2-1.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-2-1.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-2-1.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-2-1.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-2-1.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-2-1.html - glEndList - () - - - void - glNewList - qopenglfunctions-2-1.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-2-1.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-2-1.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-2-1.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-2-1.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-2-1.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-2-1.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-2-1.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-2-1.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-2-1.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-2-1.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-2-1.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-2-1.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-2-1.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-2-1.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-2-1.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-2-1.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-2-1.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-2-1.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-2-1.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-2-1.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-2-1.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-2-1.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-2-1.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-2-1.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-2-1.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-2-1.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-2-1.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-2-1.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-2-1.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-2-1.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-2-1.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-2-1.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-2-1.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-2-1.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-2-1.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-2-1.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-2-1.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-2-1.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-2-1.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-2-1.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-2-1.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-2-1.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-2-1.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-2-1.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-2-1.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-2-1.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-2-1.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-2-1.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-2-1.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-2-1.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-2-1.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-2-1.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-2-1.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-2-1.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-2-1.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-2-1.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-2-1.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-2-1.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-2-1.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-2-1.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-2-1.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-2-1.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-2-1.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-2-1.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-2-1.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-2-1.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-2-1.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-2-1.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-2-1.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-2-1.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-2-1.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-2-1.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-2-1.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-2-1.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-2-1.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-2-1.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-2-1.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-2-1.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-2-1.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-2-1.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-2-1.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-2-1.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-2-1.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-2-1.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-2-1.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-2-1.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-2-1.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-2-1.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-2-1.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-2-1.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-2-1.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-2-1.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-2-1.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-2-1.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-2-1.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-2-1.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-2-1.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-2-1.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-2-1.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-2-1.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-2-1.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-2-1.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-2-1.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-2-1.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-2-1.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-2-1.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-2-1.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-2-1.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-2-1.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-2-1.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-2-1.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-2-1.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-2-1.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-2-1.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-2-1.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-2-1.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-2-1.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-2-1.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-2-1.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-2-1.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-2-1.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-2-1.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-2-1.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-2-1.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-2-1.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-2-1.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-2-1.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-2-1.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-2-1.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-2-1.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-2-1.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-2-1.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-2-1.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-2-1.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-2-1.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-2-1.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-2-1.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-2-1.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-2-1.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-2-1.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-2-1.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-2-1.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-2-1.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-2-1.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-2-1.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-2-1.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-2-1.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-2-1.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-2-1.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-2-1.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-2-1.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-2-1.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-2-1.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-2-1.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-2-1.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-2-1.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-2-1.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - - QOpenGLFunctions_3_0 - qopenglfunctions-3-0.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_0 - qopenglfunctions-3-0.html - QOpenGLFunctions_3_0 - () - - - virtual - ~QOpenGLFunctions_3_0 - qopenglfunctions-3-0.html - dtor.QOpenGLFunctions_3_0 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-0.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-0.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-0.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-0.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-0.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-0.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-0.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-0.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-0.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-0.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-0.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-0.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-0.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-0.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-0.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-0.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-0.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-0.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-0.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-0.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-0.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-0.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-0.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-0.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-0.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-0.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-0.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-0.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-0.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-0.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-0.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-0.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-0.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-0.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-0.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-0.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-0.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-0.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-0.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-0.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-0.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-0.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-0.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-0.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-0.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-0.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-0.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-0.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-0.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-0.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-0.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-0.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-0.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-0.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-0.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-0.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-0.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-0.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-0.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-0.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-0.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-0.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-0.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-0.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-0.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-0.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-0.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-0.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-0.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-0.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-0.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-0.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-0.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-0.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-0.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-0.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-0.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-0.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-0.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-0.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-0.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-0.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-0.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-0.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-0.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-0.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-0.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-0.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-0.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-0.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-0.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-0.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-0.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-0.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-0.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-0.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-0.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-0.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-0.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-0.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-0.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-0.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-0.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-0.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-0.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-0.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-0.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-0.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-0.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-0.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-0.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-0.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-0.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-0.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-0.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-0.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-0.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-0.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-0.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-0.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-0.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-0.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-0.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-0.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-0.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-0.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-0.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-0.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-0.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-0.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-0.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-0.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-0.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-0.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-0.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-0.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-0.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-0.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-0.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-0.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-0.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-0.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-0.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-0.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-0.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-0.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-0.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-0.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-0.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-0.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-0.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-0.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-0.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-0.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-0.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-0.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-0.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-0.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-0.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-0.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-0.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-0.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-0.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-0.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-0.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-0.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-0.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-0.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-0.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-0.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-0.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-0.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-0.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-0.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-0.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-0.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-0.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-0.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-0.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-0.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-0.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-0.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-0.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-0.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-0.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-0.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-0.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-0.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-0.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-0.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-0.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-0.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-0.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-0.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-0.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-0.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-0.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-0.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-0.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-0.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-0.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-0.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-0.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-0.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-0.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-0.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-0.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-0.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-0.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-0.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-0.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-0.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-0.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-0.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-0.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-0.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-0.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-0.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-0.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-0.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-0.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-0.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-0.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-0.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-0.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-0.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-0.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-0.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-0.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-0.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-0.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-0.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-0.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glTranslatef - qopenglfunctions-3-0.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-3-0.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-3-0.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-3-0.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-3-0.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-3-0.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-3-0.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-3-0.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-3-0.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-3-0.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-3-0.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-3-0.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-3-0.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-3-0.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-3-0.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-3-0.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-3-0.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-3-0.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-3-0.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-3-0.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-3-0.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-3-0.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-3-0.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-3-0.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-3-0.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-3-0.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-3-0.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-3-0.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-3-0.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-3-0.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-3-0.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-3-0.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-3-0.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-3-0.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-3-0.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-3-0.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-3-0.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-3-0.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-3-0.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-3-0.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-3-0.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-3-0.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-3-0.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-3-0.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-3-0.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-3-0.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-3-0.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-3-0.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-3-0.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-3-0.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-3-0.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-3-0.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-3-0.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-3-0.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-3-0.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-3-0.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-3-0.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-3-0.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-3-0.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-3-0.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-3-0.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-3-0.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-3-0.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-3-0.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-3-0.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-3-0.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-3-0.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-3-0.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-3-0.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-3-0.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-3-0.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-3-0.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-3-0.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-3-0.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-3-0.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-3-0.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-3-0.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-3-0.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-3-0.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-3-0.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-3-0.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-3-0.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-3-0.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-3-0.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-3-0.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-3-0.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-3-0.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-3-0.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-3-0.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-3-0.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-3-0.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-3-0.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-3-0.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-3-0.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-3-0.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-3-0.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-3-0.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-3-0.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-3-0.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-3-0.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-3-0.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-3-0.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-3-0.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-3-0.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-3-0.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-3-0.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-3-0.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-3-0.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-3-0.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-3-0.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-3-0.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-3-0.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-3-0.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-3-0.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-3-0.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-3-0.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-3-0.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-3-0.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-3-0.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-3-0.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-3-0.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-3-0.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-3-0.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-3-0.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-3-0.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-3-0.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-3-0.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-3-0.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-3-0.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-3-0.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-3-0.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-3-0.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-3-0.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-3-0.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-3-0.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-3-0.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-3-0.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-3-0.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-3-0.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-3-0.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-3-0.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-3-0.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-3-0.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-3-0.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-3-0.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-3-0.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-3-0.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-3-0.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-3-0.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-3-0.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-3-0.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-3-0.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-3-0.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-3-0.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-3-0.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-3-0.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-3-0.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-3-0.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-3-0.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-3-0.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-3-0.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-3-0.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-3-0.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-3-0.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-3-0.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-3-0.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-3-0.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-3-0.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-3-0.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-3-0.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-3-0.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-3-0.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-3-0.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-3-0.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-3-0.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-3-0.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-3-0.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-3-0.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-3-0.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-3-0.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-3-0.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-3-0.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-3-0.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-3-0.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-3-0.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-3-0.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-3-0.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-3-0.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-3-0.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-3-0.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-3-0.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-3-0.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-3-0.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-3-0.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-3-0.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-3-0.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-3-0.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-3-0.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-3-0.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-3-0.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-3-0.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-3-0.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-3-0.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-3-0.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-3-0.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-3-0.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-3-0.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-3-0.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-3-0.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-3-0.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-3-0.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-3-0.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-3-0.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-3-0.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-3-0.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-3-0.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-3-0.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-3-0.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-3-0.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-3-0.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-3-0.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-3-0.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-3-0.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-3-0.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-3-0.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-3-0.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-3-0.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-3-0.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-3-0.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-3-0.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-3-0.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-3-0.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-3-0.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-3-0.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-3-0.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-3-0.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-3-0.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-3-0.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-3-0.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-3-0.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-3-0.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-3-0.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-3-0.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-3-0.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-3-0.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-3-0.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-3-0.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-3-0.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-3-0.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-3-0.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-3-0.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-3-0.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-3-0.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-3-0.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-3-0.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-3-0.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-3-0.html - glEndList - () - - - void - glNewList - qopenglfunctions-3-0.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-3-0.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-3-0.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-3-0.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-3-0.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-3-0.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-3-0.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-3-0.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-3-0.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-3-0.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-3-0.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-3-0.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-3-0.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-3-0.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-3-0.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-3-0.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-3-0.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-3-0.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-3-0.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-3-0.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-3-0.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-3-0.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-3-0.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-3-0.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-3-0.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-3-0.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-3-0.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-3-0.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-3-0.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-3-0.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-3-0.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-3-0.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-3-0.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-3-0.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-3-0.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-3-0.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-3-0.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-3-0.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-3-0.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-3-0.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-3-0.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-3-0.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-3-0.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-3-0.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-3-0.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-3-0.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-3-0.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-3-0.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-3-0.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-3-0.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-3-0.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-3-0.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-3-0.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-3-0.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-3-0.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-3-0.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-3-0.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-3-0.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-3-0.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-3-0.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-3-0.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-3-0.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-3-0.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-3-0.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-3-0.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-3-0.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-3-0.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-3-0.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-3-0.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-3-0.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-3-0.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-3-0.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-3-0.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-3-0.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-3-0.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-3-0.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-3-0.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-3-0.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-3-0.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-3-0.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-3-0.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-3-0.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-3-0.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-3-0.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-3-0.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-3-0.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-3-0.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-3-0.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-3-0.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-3-0.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-3-0.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-3-0.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-3-0.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-3-0.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-3-0.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-3-0.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-3-0.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-3-0.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-3-0.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-3-0.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-3-0.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-3-0.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-3-0.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-3-0.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-3-0.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-3-0.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-3-0.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-3-0.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-3-0.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-3-0.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-3-0.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-3-0.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-3-0.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-3-0.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-3-0.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-3-0.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-3-0.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-3-0.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-3-0.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-3-0.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-3-0.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-3-0.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-3-0.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-3-0.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-3-0.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-3-0.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-3-0.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-3-0.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-3-0.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-3-0.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-3-0.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-3-0.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-3-0.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-3-0.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-3-0.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-3-0.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-3-0.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-3-0.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-3-0.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-3-0.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-3-0.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-3-0.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-3-0.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-3-0.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-3-0.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-3-0.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-3-0.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-3-0.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-3-0.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-3-0.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-3-0.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-3-0.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-3-0.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-3-0.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-3-0.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-3-0.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-3-0.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-3-0.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-3-0.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-3-0.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-3-0.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-3-0.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-3-0.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-3-0.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-3-0.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-3-0.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-3-0.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-3-0.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-3-0.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-3-0.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-3-0.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-3-0.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-3-0.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-3-0.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-3-0.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-3-0.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-3-0.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-3-0.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_3_1 - qopenglfunctions-3-1.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_1 - qopenglfunctions-3-1.html - QOpenGLFunctions_3_1 - () - - - virtual - ~QOpenGLFunctions_3_1 - qopenglfunctions-3-1.html - dtor.QOpenGLFunctions_3_1 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-1.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-1.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-1.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-1.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-1.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-1.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-1.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-1.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-1.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-1.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-1.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-1.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-1.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-1.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-1.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-1.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-1.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-1.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-1.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-1.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-1.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-1.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-1.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-1.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-1.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-1.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-1.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-1.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-1.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-1.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-1.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-1.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-1.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-1.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-1.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-1.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-1.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-1.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-1.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-1.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-1.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-1.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-1.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-1.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-1.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-1.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-1.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-1.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-1.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-1.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-1.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-1.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-1.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-1.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-1.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-1.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-1.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-1.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-1.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-1.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-1.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-1.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-1.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-1.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-1.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-1.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-1.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-1.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-1.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-1.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-1.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-1.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-1.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-1.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-1.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-1.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-1.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-1.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-1.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-1.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-1.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-1.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-1.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-1.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-1.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-1.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-1.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-1.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-1.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-1.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-1.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-1.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-1.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-1.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-1.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-1.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-1.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-1.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-1.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-1.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-1.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-1.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-1.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-1.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-1.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-1.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-1.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-1.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-1.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-1.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-1.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-1.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-1.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-1.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-1.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-1.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-1.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-1.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-1.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-1.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-1.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-1.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-1.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-1.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-1.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-1.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-1.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-1.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-1.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-1.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-1.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-1.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-1.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-1.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-1.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-1.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-1.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-1.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-1.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-1.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-1.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-1.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-1.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-1.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-1.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-1.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-1.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-1.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-1.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-1.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-1.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-1.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-1.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-1.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-1.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-1.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-1.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-1.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-1.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-1.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-1.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-1.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-1.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-1.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-1.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-1.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-1.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-1.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-1.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-1.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-1.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-1.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-1.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-1.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-1.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-1.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-1.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-1.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-1.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-1.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-1.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-1.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-1.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-1.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-1.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-1.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-1.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-1.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-1.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-1.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-1.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-1.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-1.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-1.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-1.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-1.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-1.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-1.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-1.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-1.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-1.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-1.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-1.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-1.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-1.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-1.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-1.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-1.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-1.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-1.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-1.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-1.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-1.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-1.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-1.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-1.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-1.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-1.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-1.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-1.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-1.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-1.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-1.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-1.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-1.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-1.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-1.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-1.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-1.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-1.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-1.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-1.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-1.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-3-1.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-3-1.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-3-1.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-3-1.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-3-1.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-3-1.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-3-1.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-3-1.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-3-1.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-3-1.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-3-1.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-3-1.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - - QOpenGLFunctions_3_2_Compatibility - qopenglfunctions-3-2-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_2_Compatibility - qopenglfunctions-3-2-compatibility.html - QOpenGLFunctions_3_2_Compatibility - () - - - virtual - ~QOpenGLFunctions_3_2_Compatibility - qopenglfunctions-3-2-compatibility.html - dtor.QOpenGLFunctions_3_2_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-2-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-2-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-2-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-2-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-2-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-2-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-2-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-2-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-2-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-2-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-2-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-2-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-2-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-2-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-2-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-2-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-2-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-2-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-2-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-2-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-2-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-2-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-2-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-2-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-2-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-2-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-2-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-2-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-2-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-2-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-2-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-2-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-2-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-2-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-2-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-2-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-2-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-2-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-2-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-2-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-2-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-2-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-2-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-2-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-2-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-2-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-2-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-2-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-2-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-2-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-2-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-2-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-2-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-2-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-2-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-2-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-2-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-2-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-2-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-2-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-2-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-2-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-2-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-2-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-2-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-2-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-2-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-2-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-2-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-2-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-2-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-2-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-2-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-2-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-2-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-2-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-2-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-2-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-2-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-2-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-2-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-2-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-2-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-2-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-2-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-2-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-2-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-2-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-2-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-2-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-2-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-2-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-2-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-2-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-2-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-2-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-2-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-2-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-2-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-2-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-2-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-2-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-2-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-2-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-2-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-2-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-2-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-2-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-2-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-2-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-2-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-2-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-2-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-2-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-2-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-2-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-2-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-2-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-2-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-2-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-2-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-2-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-2-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-2-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-2-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-2-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-2-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-2-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-2-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-2-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-2-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-2-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-2-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-2-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-2-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-2-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-2-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-2-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-2-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-2-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-2-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-2-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-2-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-2-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-2-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-2-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-2-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-2-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-2-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-2-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-2-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-2-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-2-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-2-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-2-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-2-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-2-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-2-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-2-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-2-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-2-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-2-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-2-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-2-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-2-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-2-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-2-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-2-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-2-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-2-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-2-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-2-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-2-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-2-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-2-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-2-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-2-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-2-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-2-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-2-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-2-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-2-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-2-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-2-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-2-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-2-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-2-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-2-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-2-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-2-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-2-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-2-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-2-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-2-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-2-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-2-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-2-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-2-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-2-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-2-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-2-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-2-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-2-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-2-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-2-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-2-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-2-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-2-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-2-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-2-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-2-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-2-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-2-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-2-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-2-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-2-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-2-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-2-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-2-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-2-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-3-2-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-3-2-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-3-2-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-3-2-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-3-2-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-3-2-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-3-2-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-3-2-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-3-2-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-3-2-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-3-2-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-3-2-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-3-2-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-3-2-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-3-2-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-3-2-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-3-2-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-3-2-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-3-2-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-3-2-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-3-2-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-3-2-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-3-2-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-3-2-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-3-2-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-3-2-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-3-2-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-3-2-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-3-2-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-3-2-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-3-2-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glTranslatef - qopenglfunctions-3-2-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-3-2-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-3-2-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-3-2-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-3-2-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-3-2-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-3-2-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-3-2-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-3-2-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-3-2-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-3-2-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-3-2-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-3-2-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-3-2-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-3-2-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-3-2-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-3-2-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-3-2-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-3-2-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-3-2-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-3-2-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-3-2-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-3-2-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-3-2-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-3-2-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-3-2-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-3-2-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-3-2-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-3-2-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-3-2-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-3-2-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-3-2-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-3-2-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-3-2-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-3-2-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-3-2-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-3-2-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-3-2-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-3-2-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-3-2-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-3-2-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-3-2-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-3-2-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-3-2-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-3-2-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-3-2-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-3-2-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-3-2-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-3-2-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-3-2-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-3-2-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-3-2-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-3-2-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-3-2-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-3-2-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-3-2-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-3-2-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-3-2-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-3-2-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-3-2-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-3-2-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-3-2-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-3-2-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-3-2-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-3-2-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-3-2-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-3-2-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-3-2-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-3-2-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-3-2-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-3-2-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-3-2-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-3-2-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-3-2-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-3-2-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-3-2-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-3-2-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-3-2-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-3-2-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-3-2-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-3-2-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-3-2-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-3-2-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-3-2-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-3-2-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-3-2-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-3-2-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-3-2-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-3-2-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-3-2-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-3-2-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-3-2-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-3-2-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-3-2-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-3-2-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-3-2-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-3-2-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-3-2-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-3-2-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-3-2-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-3-2-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-3-2-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-3-2-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-3-2-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-3-2-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-3-2-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-3-2-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-3-2-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-3-2-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-3-2-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-3-2-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-3-2-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-3-2-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-3-2-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-3-2-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-3-2-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-3-2-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-3-2-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-3-2-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-3-2-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-3-2-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-3-2-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-3-2-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-3-2-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-3-2-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-3-2-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-3-2-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-3-2-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-3-2-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-3-2-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-3-2-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-3-2-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-3-2-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-3-2-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-3-2-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-3-2-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-3-2-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-3-2-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-3-2-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-3-2-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-3-2-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-3-2-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-3-2-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-3-2-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-3-2-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-3-2-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-3-2-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-3-2-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-3-2-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-3-2-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-3-2-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-3-2-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-3-2-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-3-2-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-3-2-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-3-2-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-3-2-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-3-2-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-3-2-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-3-2-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-3-2-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-3-2-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-3-2-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-3-2-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-3-2-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-3-2-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-3-2-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-3-2-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-3-2-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-3-2-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-3-2-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-3-2-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-3-2-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-3-2-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-3-2-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-3-2-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-3-2-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-3-2-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-3-2-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-3-2-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-3-2-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-3-2-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-3-2-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-3-2-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-3-2-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-3-2-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-3-2-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-3-2-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-3-2-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-3-2-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-3-2-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-3-2-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-3-2-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-3-2-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-3-2-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-3-2-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-3-2-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-3-2-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-3-2-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-3-2-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-3-2-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-3-2-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-3-2-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-3-2-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-3-2-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-3-2-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-3-2-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-3-2-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-3-2-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-3-2-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-3-2-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-3-2-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-3-2-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-3-2-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-3-2-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-3-2-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-3-2-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-3-2-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-3-2-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-3-2-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-3-2-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-3-2-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-3-2-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-3-2-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-3-2-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-3-2-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-3-2-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-3-2-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-3-2-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-3-2-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-3-2-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-3-2-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-3-2-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-3-2-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-3-2-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-3-2-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-3-2-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-3-2-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-3-2-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-3-2-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-3-2-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-3-2-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-3-2-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-3-2-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-3-2-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-3-2-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-3-2-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-3-2-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-3-2-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-3-2-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-3-2-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-3-2-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-3-2-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-3-2-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-3-2-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-3-2-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-3-2-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-3-2-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-3-2-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-3-2-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-3-2-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-3-2-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-3-2-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-3-2-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-3-2-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-3-2-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-3-2-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-3-2-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-3-2-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-3-2-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-3-2-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-3-2-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-3-2-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-3-2-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-3-2-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-3-2-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-3-2-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-3-2-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-3-2-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-3-2-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-3-2-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-3-2-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-3-2-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-3-2-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-3-2-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-3-2-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-3-2-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-3-2-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-3-2-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-3-2-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-3-2-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-3-2-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-3-2-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-3-2-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-3-2-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-3-2-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-3-2-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-3-2-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-3-2-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-3-2-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-3-2-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-3-2-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-3-2-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-3-2-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-3-2-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-3-2-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-3-2-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-3-2-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-3-2-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-3-2-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-3-2-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-3-2-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-3-2-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-3-2-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-3-2-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-3-2-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-3-2-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-3-2-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-3-2-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-3-2-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-3-2-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-3-2-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-3-2-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-3-2-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-3-2-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-3-2-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-3-2-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-3-2-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-3-2-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-3-2-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-3-2-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-3-2-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-3-2-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-3-2-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-3-2-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-3-2-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-3-2-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-3-2-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-3-2-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-3-2-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-3-2-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-3-2-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-3-2-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-3-2-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_3_3_Compatibility - qopenglfunctions-3-3-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_3_Compatibility - qopenglfunctions-3-3-compatibility.html - QOpenGLFunctions_3_3_Compatibility - () - - - virtual - ~QOpenGLFunctions_3_3_Compatibility - qopenglfunctions-3-3-compatibility.html - dtor.QOpenGLFunctions_3_3_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-3-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-3-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-3-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-3-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-3-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-3-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-3-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-3-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-3-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-3-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-3-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-3-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-3-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-3-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-3-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-3-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-3-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-3-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-3-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-3-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-3-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-3-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-3-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-3-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-3-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-3-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-3-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-3-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-3-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-3-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-3-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-3-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-3-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-3-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-3-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-3-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-3-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-3-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-3-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-3-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-3-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-3-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-3-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-3-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-3-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-3-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-3-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-3-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-3-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-3-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-3-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-3-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-3-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-3-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-3-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-3-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-3-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-3-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-3-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-3-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-3-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-3-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-3-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-3-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-3-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-3-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-3-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-3-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-3-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-3-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-3-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-3-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-3-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-3-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-3-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-3-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-3-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-3-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-3-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-3-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-3-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-3-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-3-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-3-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-3-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-3-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-3-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-3-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-3-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-3-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-3-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-3-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-3-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-3-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-3-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-3-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-3-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-3-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-3-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-3-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-3-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-3-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-3-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-3-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-3-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-3-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-3-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-3-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-3-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-3-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-3-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-3-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-3-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-3-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-3-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-3-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-3-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-3-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-3-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-3-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-3-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-3-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-3-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-3-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-3-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-3-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-3-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-3-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-3-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-3-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-3-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-3-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-3-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-3-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-3-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-3-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-3-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-3-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-3-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-3-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-3-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-3-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-3-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-3-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-3-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-3-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-3-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-3-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-3-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-3-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-3-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-3-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-3-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-3-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-3-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-3-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-3-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-3-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-3-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-3-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-3-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-3-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-3-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-3-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-3-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-3-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-3-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-3-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-3-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-3-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-3-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-3-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-3-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-3-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-3-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-3-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-3-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-3-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-3-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-3-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-3-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-3-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-3-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-3-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-3-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-3-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-3-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-3-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-3-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-3-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-3-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-3-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-3-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-3-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-3-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-3-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-3-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-3-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-3-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-3-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-3-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-3-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-3-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-3-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-3-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-3-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-3-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-3-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-3-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-3-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-3-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-3-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-3-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-3-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-3-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-3-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-3-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-3-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-3-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-3-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-3-3-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-3-3-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-3-3-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-3-3-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-3-3-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-3-3-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-3-3-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-3-3-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-3-3-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-3-3-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-3-3-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-3-3-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-3-3-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-3-3-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-3-3-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-3-3-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-3-3-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-3-3-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-3-3-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-3-3-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-3-3-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-3-3-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-3-3-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-3-3-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-3-3-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-3-3-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-3-3-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-3-3-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-3-3-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-3-3-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-3-3-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-3-3-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-3-3-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-3-3-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-3-3-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-3-3-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-3-3-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-3-3-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-3-3-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-3-3-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-3-3-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-3-3-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-3-3-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-3-3-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-3-3-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-3-3-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-3-3-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-3-3-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-3-3-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-3-3-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-3-3-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-3-3-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-3-3-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-3-3-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-3-3-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-3-3-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-3-3-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-3-3-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-3-3-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-3-3-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-3-3-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-3-3-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-3-3-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-3-3-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-3-3-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-3-3-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-3-3-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-3-3-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-3-3-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-3-3-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-3-3-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-3-3-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-3-3-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-3-3-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glTranslatef - qopenglfunctions-3-3-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-3-3-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-3-3-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-3-3-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-3-3-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-3-3-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-3-3-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-3-3-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-3-3-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-3-3-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-3-3-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-3-3-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-3-3-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-3-3-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-3-3-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-3-3-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-3-3-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-3-3-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-3-3-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-3-3-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-3-3-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-3-3-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-3-3-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-3-3-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-3-3-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-3-3-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-3-3-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-3-3-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-3-3-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-3-3-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-3-3-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-3-3-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-3-3-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-3-3-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-3-3-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-3-3-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-3-3-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-3-3-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-3-3-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-3-3-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-3-3-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-3-3-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-3-3-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-3-3-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-3-3-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-3-3-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-3-3-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-3-3-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-3-3-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-3-3-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-3-3-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-3-3-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-3-3-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-3-3-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-3-3-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-3-3-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-3-3-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-3-3-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-3-3-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-3-3-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-3-3-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-3-3-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-3-3-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-3-3-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-3-3-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-3-3-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-3-3-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-3-3-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-3-3-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-3-3-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-3-3-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-3-3-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-3-3-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-3-3-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-3-3-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-3-3-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-3-3-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-3-3-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-3-3-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-3-3-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-3-3-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-3-3-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-3-3-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-3-3-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-3-3-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-3-3-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-3-3-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-3-3-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-3-3-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-3-3-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-3-3-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-3-3-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-3-3-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-3-3-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-3-3-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-3-3-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-3-3-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-3-3-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-3-3-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-3-3-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-3-3-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-3-3-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-3-3-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-3-3-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-3-3-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-3-3-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-3-3-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-3-3-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-3-3-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-3-3-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-3-3-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-3-3-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-3-3-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-3-3-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-3-3-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-3-3-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-3-3-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-3-3-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-3-3-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-3-3-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-3-3-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-3-3-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-3-3-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-3-3-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-3-3-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-3-3-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-3-3-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-3-3-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-3-3-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-3-3-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-3-3-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-3-3-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-3-3-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-3-3-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-3-3-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-3-3-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-3-3-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-3-3-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-3-3-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-3-3-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-3-3-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-3-3-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-3-3-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-3-3-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-3-3-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-3-3-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-3-3-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-3-3-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-3-3-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-3-3-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-3-3-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-3-3-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-3-3-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-3-3-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-3-3-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-3-3-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-3-3-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-3-3-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-3-3-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-3-3-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-3-3-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-3-3-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-3-3-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-3-3-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-3-3-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-3-3-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-3-3-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-3-3-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-3-3-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-3-3-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-3-3-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-3-3-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-3-3-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-3-3-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-3-3-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-3-3-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-3-3-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-3-3-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-3-3-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-3-3-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-3-3-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-3-3-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-3-3-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-3-3-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-3-3-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-3-3-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-3-3-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-3-3-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-3-3-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-3-3-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-3-3-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-3-3-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-3-3-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-3-3-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-3-3-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-3-3-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-3-3-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-3-3-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-3-3-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-3-3-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-3-3-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-3-3-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-3-3-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-3-3-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-3-3-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-3-3-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-3-3-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-3-3-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-3-3-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-3-3-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-3-3-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-3-3-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-3-3-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-3-3-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-3-3-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-3-3-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-3-3-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-3-3-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-3-3-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-3-3-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-3-3-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-3-3-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-3-3-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-3-3-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-3-3-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-3-3-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-3-3-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-3-3-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-3-3-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-3-3-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-3-3-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-3-3-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-3-3-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-3-3-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-3-3-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-3-3-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-3-3-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-3-3-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-3-3-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-3-3-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-3-3-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-3-3-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-3-3-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-3-3-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-3-3-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-3-3-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-3-3-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-3-3-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-3-3-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-3-3-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-3-3-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-3-3-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-3-3-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-3-3-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-3-3-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-3-3-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-3-3-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-3-3-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-3-3-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-3-3-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-3-3-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-3-3-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-3-3-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-3-3-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-3-3-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-3-3-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-3-3-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-3-3-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-3-3-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-3-3-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-3-3-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-3-3-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-3-3-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-3-3-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-3-3-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-3-3-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-3-3-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-3-3-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-3-3-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-3-3-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-3-3-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-3-3-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-3-3-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-3-3-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-3-3-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-3-3-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-3-3-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-3-3-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-3-3-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-3-3-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-3-3-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-3-3-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-3-3-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-3-3-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-3-3-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-3-3-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-3-3-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-3-3-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-3-3-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-3-3-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-3-3-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-3-3-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-3-3-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-3-3-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-3-3-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-3-3-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-3-3-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-3-3-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-3-3-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-3-3-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-3-3-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-3-3-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-3-3-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-3-3-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-3-3-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-3-3-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-3-3-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-3-3-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-3-3-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-3-3-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-3-3-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-3-3-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-3-3-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-3-3-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-3-3-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-3-3-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-3-3-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-3-3-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-3-3-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-3-3-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-3-3-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-3-3-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-3-3-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-3-3-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-3-3-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-3-3-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-3-3-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-3-3-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-3-3-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-3-3-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-3-3-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-3-3-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_3_3_Core - qopenglfunctions-3-3-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_3_3_Core - qopenglfunctions-3-3-core.html - QOpenGLFunctions_3_3_Core - () - - - virtual - ~QOpenGLFunctions_3_3_Core - qopenglfunctions-3-3-core.html - dtor.QOpenGLFunctions_3_3_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-3-3-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-3-3-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-3-3-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-3-3-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-3-3-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-3-3-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-3-3-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-3-3-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-3-3-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-3-3-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-3-3-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-3-3-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-3-3-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-3-3-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-3-3-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-3-3-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-3-3-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-3-3-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-3-3-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-3-3-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-3-3-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-3-3-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-3-3-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-3-3-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-3-3-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-3-3-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-3-3-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-3-3-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-3-3-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-3-3-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-3-3-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-3-3-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-3-3-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-3-3-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-3-3-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-3-3-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-3-3-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-3-3-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-3-3-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-3-3-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-3-3-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-3-3-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-3-3-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-3-3-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-3-3-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-3-3-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-3-3-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-3-3-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-3-3-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-3-3-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-3-3-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-3-3-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-3-3-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-3-3-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-3-3-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-3-3-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-3-3-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-3-3-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-3-3-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-3-3-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-3-3-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-3-3-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-3-3-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-3-3-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-3-3-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-3-3-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-3-3-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-3-3-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-3-3-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-3-3-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-3-3-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-3-3-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-3-3-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-3-3-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-3-3-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-3-3-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-3-3-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-3-3-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-3-3-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-3-3-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-3-3-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-3-3-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-3-3-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-3-3-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-3-3-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-3-3-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-3-3-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-3-3-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-3-3-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-3-3-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-3-3-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-3-3-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-3-3-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-3-3-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-3-3-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-3-3-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-3-3-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-3-3-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-3-3-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-3-3-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-3-3-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-3-3-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-3-3-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-3-3-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-3-3-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-3-3-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-3-3-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-3-3-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-3-3-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-3-3-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-3-3-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-3-3-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-3-3-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-3-3-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-3-3-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-3-3-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-3-3-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-3-3-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-3-3-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-3-3-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-3-3-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-3-3-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-3-3-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-3-3-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-3-3-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-3-3-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-3-3-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-3-3-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-3-3-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-3-3-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-3-3-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-3-3-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-3-3-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-3-3-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-3-3-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-3-3-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-3-3-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-3-3-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-3-3-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-3-3-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-3-3-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-3-3-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-3-3-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-3-3-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-3-3-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-3-3-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-3-3-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-3-3-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-3-3-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-3-3-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-3-3-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-3-3-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-3-3-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-3-3-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-3-3-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-3-3-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-3-3-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-3-3-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-3-3-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-3-3-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-3-3-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-3-3-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-3-3-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-3-3-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-3-3-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-3-3-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-3-3-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-3-3-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-3-3-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-3-3-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-3-3-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-3-3-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-3-3-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-3-3-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-3-3-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-3-3-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-3-3-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-3-3-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-3-3-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-3-3-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-3-3-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-3-3-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-3-3-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-3-3-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-3-3-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-3-3-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-3-3-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-3-3-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-3-3-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-3-3-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-3-3-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-3-3-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-3-3-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-3-3-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-3-3-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-3-3-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-3-3-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-3-3-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-3-3-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-3-3-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-3-3-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-3-3-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-3-3-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-3-3-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-3-3-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-3-3-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-3-3-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-3-3-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-3-3-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-3-3-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-3-3-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-3-3-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-3-3-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-3-3-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-3-3-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-3-3-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-3-3-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-3-3-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-3-3-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-3-3-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-3-3-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-3-3-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-3-3-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-3-3-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-3-3-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-3-3-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-3-3-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-3-3-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-3-3-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-3-3-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-3-3-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-3-3-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-3-3-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-3-3-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-3-3-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-3-3-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-3-3-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-3-3-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-3-3-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-3-3-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-3-3-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-3-3-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-3-3-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-3-3-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-3-3-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-3-3-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-3-3-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-3-3-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-3-3-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-3-3-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-3-3-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-3-3-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-3-3-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-3-3-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-3-3-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-3-3-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-3-3-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-3-3-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-3-3-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-3-3-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-3-3-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-3-3-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-3-3-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-3-3-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-3-3-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-3-3-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-3-3-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-3-3-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-3-3-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-3-3-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-3-3-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-3-3-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-3-3-core.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-3-3-core.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-3-3-core.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-3-3-core.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-3-3-core.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-3-3-core.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-3-3-core.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-3-3-core.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-3-3-core.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-3-3-core.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-3-3-core.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-3-3-core.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-3-3-core.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-3-3-core.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-3-3-core.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-3-3-core.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-3-3-core.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-3-3-core.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-3-3-core.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-3-3-core.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-3-3-core.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-3-3-core.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-3-3-core.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-3-3-core.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-3-3-core.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-3-3-core.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-3-3-core.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-3-3-core.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-3-3-core.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-3-3-core.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-3-3-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-3-3-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-3-3-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-3-3-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-3-3-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-3-3-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-3-3-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-3-3-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-3-3-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-3-3-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-3-3-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-3-3-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-3-3-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-3-3-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-3-3-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-3-3-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-3-3-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-3-3-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-3-3-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-3-3-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - - QOpenGLFunctions_4_0_Compatibility - qopenglfunctions-4-0-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_0_Compatibility - qopenglfunctions-4-0-compatibility.html - QOpenGLFunctions_4_0_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_0_Compatibility - qopenglfunctions-4-0-compatibility.html - dtor.QOpenGLFunctions_4_0_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-0-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-0-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-0-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-0-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-0-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-0-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-0-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-0-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-0-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-0-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-0-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-0-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-0-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-0-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-0-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-0-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-0-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-0-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-0-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-0-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-0-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-0-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-0-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-0-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-0-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-0-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-0-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-0-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-0-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-0-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-0-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-0-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-0-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-0-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-0-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-0-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-0-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-0-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-0-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-0-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-0-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-0-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-0-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-0-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-0-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-0-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-0-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-0-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-0-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-0-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-0-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-0-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-0-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-0-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-0-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-0-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-0-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-0-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-0-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-0-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-0-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-0-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-0-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-0-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-0-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-0-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-0-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-0-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-0-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-0-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-0-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-0-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-0-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-0-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-0-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-0-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-0-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-0-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-0-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-0-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-0-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-0-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-0-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-0-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-0-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-0-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-0-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-0-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-0-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-0-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-0-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-0-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-0-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-0-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-0-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-0-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-0-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-0-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-0-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-0-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-0-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-0-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-0-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-0-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-0-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-0-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-0-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-0-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-0-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-0-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-0-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-0-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-0-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-0-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-0-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-0-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-0-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-0-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-0-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-0-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-0-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-0-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-0-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-0-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-0-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-0-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-0-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-0-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-0-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-0-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-0-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-0-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-0-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-0-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-0-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-0-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-0-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-0-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-0-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-0-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-0-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-0-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-0-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-0-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-0-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-0-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-0-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-0-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-0-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-0-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-0-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-0-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-0-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-0-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-0-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-0-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-0-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-0-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-0-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-0-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-0-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-0-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-0-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-0-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-0-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-0-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-0-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-0-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-0-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-0-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-0-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-0-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-0-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-0-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-0-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-0-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-0-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-0-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-0-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-0-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-0-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-0-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-0-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-0-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-0-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-0-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-0-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-0-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-0-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-0-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-0-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-0-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-0-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-0-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-0-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-0-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-0-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-0-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-0-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-0-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-0-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-0-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-0-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-0-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-0-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-0-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-0-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-0-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-0-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-0-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-0-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-0-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-0-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-0-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-0-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-0-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-0-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-0-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-0-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-0-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-0-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-0-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-0-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-0-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-0-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-0-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-0-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-0-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-0-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-0-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-0-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-0-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-0-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-0-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-0-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-0-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-0-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-0-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-0-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-0-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-0-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-0-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-0-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-0-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-0-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-0-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-0-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-0-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-0-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-0-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-0-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-0-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-0-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-0-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-0-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-0-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-0-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-0-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-0-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-0-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-0-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-0-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-0-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-0-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-0-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-0-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-0-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-0-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-0-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-0-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-0-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-0-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-0-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-0-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-0-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-0-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-0-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-0-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-0-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-0-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-0-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-0-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-0-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-0-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-0-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-0-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-0-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-0-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-0-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-0-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-0-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-0-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-0-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-0-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-0-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-0-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-0-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-0-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-0-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-0-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-0-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-0-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-0-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-0-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-0-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-0-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-0-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-0-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-0-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-0-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-0-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-0-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-0-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-0-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-0-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-0-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-0-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-0-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-0-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-0-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-0-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-0-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-0-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-0-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-0-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-0-compatibility.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-0-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-0-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-0-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-0-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-0-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glTranslatef - qopenglfunctions-4-0-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-0-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-0-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-0-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-0-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-0-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-0-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-0-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-0-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-0-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-0-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-0-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-0-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-0-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-0-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-0-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-0-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-0-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-0-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-0-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-0-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-0-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-0-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-0-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-0-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-0-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-0-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-0-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-0-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-0-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-0-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-0-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-0-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-0-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-0-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-4-0-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-0-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-0-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-0-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-0-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-0-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-0-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-0-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-0-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-0-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-0-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-0-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-0-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-0-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-0-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-0-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-0-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-0-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-0-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-0-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-0-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-0-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-0-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-0-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-0-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-0-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-0-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-0-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-0-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-0-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-0-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-0-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-0-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-0-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-0-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-0-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-0-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-0-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-0-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-0-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-0-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-0-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-0-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-0-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-0-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-0-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-0-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-0-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-0-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-0-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-0-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-0-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-0-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-0-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-0-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-0-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-0-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-0-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-0-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-0-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-0-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-0-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-0-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-0-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-0-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-0-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-0-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-0-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-0-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-0-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-0-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-0-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-0-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-0-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-0-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-0-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-0-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-0-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-0-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-0-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-0-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-0-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-0-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-0-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-0-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-0-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-0-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-0-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-0-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-0-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-0-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-0-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-0-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-0-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-0-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-0-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-0-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-0-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-0-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-0-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-0-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-0-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-0-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-0-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-0-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-0-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-0-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-0-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-0-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-0-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-0-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-0-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-0-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-0-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-0-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-0-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-0-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-0-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-0-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-0-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-0-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-0-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-0-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-0-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-0-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-0-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-0-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-0-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-0-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-0-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-0-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-0-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-0-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-0-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-0-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-0-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-0-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-0-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-0-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-0-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-0-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-0-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-0-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-0-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-0-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-0-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-0-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-0-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-0-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-0-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-0-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-0-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-0-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-0-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-0-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-0-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-0-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-0-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-0-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-0-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-0-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-0-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-0-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-0-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-0-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-0-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-0-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-0-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-0-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-0-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-0-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-0-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-0-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-0-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-0-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-0-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-0-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-0-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-0-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-0-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-0-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-0-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-0-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-0-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-0-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-0-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-0-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-0-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-0-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-0-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-0-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-0-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-0-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-0-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-0-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-0-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-0-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-0-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-0-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-0-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-0-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-0-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-0-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-0-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-0-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-0-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-0-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-0-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-0-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-0-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-0-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-0-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-0-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-0-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-0-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-0-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-0-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-0-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-0-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-0-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-4-0-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-0-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-0-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-0-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-0-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-4-0-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-0-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-0-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-0-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-4-0-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-0-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-4-0-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-4-0-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-0-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-4-0-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-0-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-4-0-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-4-0-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-4-0-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-4-0-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-4-0-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-0-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-0-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-4-0-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-0-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-0-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-4-0-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-4-0-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-4-0-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-0-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-0-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-4-0-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-0-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-0-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-4-0-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-0-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-0-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-4-0-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-4-0-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-4-0-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-4-0-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-4-0-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-0-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-0-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-4-0-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-4-0-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-4-0-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-4-0-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-4-0-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-0-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-0-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-0-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-0-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-0-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-0-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-0-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-0-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-0-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-0-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-0-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-0-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-0-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-0-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-0-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-0-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-0-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-0-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-0-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-0-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-0-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-0-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-0-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-0-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-0-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-0-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-0-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-0-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-0-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-0-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-0-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-0-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-0-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-0-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-0-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-0-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-0-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-0-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_4_0_Core - qopenglfunctions-4-0-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_0_Core - qopenglfunctions-4-0-core.html - QOpenGLFunctions_4_0_Core - () - - - virtual - ~QOpenGLFunctions_4_0_Core - qopenglfunctions-4-0-core.html - dtor.QOpenGLFunctions_4_0_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-0-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-0-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-0-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-0-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-0-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-0-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-0-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-0-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-0-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-0-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-0-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-0-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-0-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-0-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-0-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-0-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-0-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-0-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-0-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-0-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-0-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-0-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-0-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-0-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-0-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-0-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-0-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-0-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-0-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-0-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-0-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-0-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-0-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-0-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-0-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-0-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-0-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-0-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-0-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-0-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-0-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-0-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-0-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-0-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-0-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-0-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-0-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-0-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-0-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-0-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-0-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-0-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-0-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-0-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-0-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-0-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-0-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-0-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-0-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-0-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-0-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-0-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-0-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-0-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-0-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-0-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-0-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-0-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-0-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-0-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-0-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-0-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-0-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-0-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-0-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-0-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-0-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-0-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-0-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-0-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-0-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-0-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-0-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-0-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-0-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-0-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-0-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-0-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-0-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-0-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-0-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-0-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-0-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-0-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-0-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-0-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-0-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-0-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-0-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-0-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-0-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-0-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-0-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-0-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-0-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-0-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-0-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-0-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-0-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-0-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-0-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-0-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-0-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-0-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-0-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-0-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-0-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-0-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-0-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-0-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-0-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-0-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-0-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-0-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-0-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-0-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-0-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-0-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-0-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-0-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-0-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-0-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-0-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-0-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-0-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-0-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-0-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-0-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-0-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-0-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-0-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-0-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-0-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-0-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-0-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-0-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-0-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-0-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-0-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-0-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-0-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-0-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-0-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-0-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-0-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-0-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-0-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-0-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-0-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-0-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-0-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-0-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-0-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-0-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-0-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-0-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-0-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-0-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-0-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-0-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-0-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-0-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-0-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-0-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-0-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-0-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-0-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-0-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-0-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-0-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-0-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-0-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-0-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-0-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-0-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-0-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-0-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-0-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-0-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-0-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-0-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-0-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-0-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-0-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-0-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-0-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-0-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-0-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-0-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-0-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-0-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-0-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-0-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-0-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-0-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-0-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-0-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-0-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-0-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-0-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-0-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-0-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-0-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-0-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-0-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-0-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-0-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-0-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-0-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-0-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-0-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-0-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-0-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-0-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-0-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-0-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-0-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-0-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-0-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-0-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-0-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-0-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-0-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-0-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-0-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-0-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-0-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-0-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-0-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-0-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-0-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-0-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-0-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-0-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-0-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-0-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-0-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-0-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-0-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-0-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-0-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-0-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-0-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-0-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-0-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-0-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-0-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-0-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-0-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-0-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-0-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-0-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-0-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-0-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-0-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-0-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-0-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-0-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-0-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-0-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-0-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-0-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-0-core.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-0-core.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-0-core.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-0-core.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-0-core.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-0-core.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-0-core.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-0-core.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-0-core.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-0-core.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-0-core.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-0-core.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-0-core.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-0-core.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-0-core.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-0-core.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-0-core.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-0-core.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-0-core.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-0-core.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-0-core.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-0-core.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-0-core.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-0-core.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-0-core.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-0-core.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-0-core.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-0-core.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-0-core.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-0-core.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-0-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-0-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-0-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-0-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-0-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-0-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-0-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-0-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-0-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-0-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-0-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-0-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-0-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-0-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-0-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-0-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-0-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-0-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-0-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-0-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-0-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-0-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-0-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-0-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-0-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-0-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-0-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-0-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-0-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-0-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-0-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-0-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-0-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-0-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-0-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-0-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-0-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-0-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-0-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-0-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-0-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-0-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-0-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-0-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-0-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-0-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-0-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-0-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-0-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-0-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-0-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-0-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-0-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-0-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-0-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-0-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-0-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-0-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-0-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-0-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-0-core.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-0-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-0-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-0-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-0-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-0-core.html - glMinSampleShading - (GLfloat value) - - - - QOpenGLFunctions_4_1_Compatibility - qopenglfunctions-4-1-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_1_Compatibility - qopenglfunctions-4-1-compatibility.html - QOpenGLFunctions_4_1_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_1_Compatibility - qopenglfunctions-4-1-compatibility.html - dtor.QOpenGLFunctions_4_1_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-1-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-1-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-1-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-1-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-1-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-1-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-1-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-1-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-1-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-1-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-1-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-1-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-1-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-1-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-1-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-1-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-1-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-1-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-1-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-1-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-1-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-1-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-1-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-1-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-1-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-1-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-1-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-1-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-1-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-1-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-1-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-1-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-1-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-1-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-1-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-1-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-1-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-1-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-1-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-1-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-1-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-1-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-1-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-1-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-1-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-1-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-1-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-1-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-1-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-1-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-1-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-1-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-1-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-1-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-1-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-1-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-1-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-1-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-1-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-1-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-1-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-1-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-1-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-1-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-1-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-1-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-1-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-1-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-1-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-1-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-1-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-1-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-1-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-1-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-1-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-1-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-1-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-1-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-1-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-1-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-1-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-1-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-1-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-1-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-1-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-1-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-1-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-1-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-1-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-1-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-1-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-1-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-1-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-1-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-1-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-1-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-1-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-1-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-1-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-1-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-1-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-1-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-1-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-1-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-1-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-1-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-1-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-1-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-1-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-1-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-1-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-1-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-1-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-1-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-1-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-1-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-1-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-1-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-1-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-1-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-1-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-1-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-1-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-1-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-1-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-1-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-1-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-1-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-1-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-1-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-1-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-1-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-1-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-1-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-1-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-1-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-1-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-1-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-1-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-1-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-1-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-1-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-1-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-1-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-1-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-1-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-1-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-1-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-1-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-1-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-1-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-1-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-1-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-1-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-1-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-1-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-1-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-1-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-1-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-1-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-1-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-1-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-1-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-1-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-1-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-1-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-1-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-1-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-1-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-1-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-1-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-1-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-1-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-1-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-1-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-1-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-1-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-1-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-1-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-1-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-1-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-1-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-1-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-1-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-1-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-1-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-1-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-1-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-1-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-1-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-1-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-1-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-1-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-1-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-1-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-1-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-1-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-1-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-1-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-1-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-1-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-1-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-1-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-1-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-1-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-1-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-1-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-1-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-1-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-1-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-1-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-1-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-1-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-1-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-1-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-1-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-1-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-1-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-1-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-1-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-1-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-1-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-1-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-1-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-1-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-1-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-1-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-1-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-1-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-1-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-1-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-1-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-1-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-1-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-1-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-1-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-1-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-1-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-1-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-1-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-1-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-1-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-1-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-1-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-1-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-1-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-1-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-1-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-1-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-1-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-1-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-1-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-1-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-1-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-1-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-1-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-1-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-1-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-1-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-1-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-1-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-1-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-1-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-1-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-1-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-1-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-1-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-1-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-1-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-1-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-1-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-1-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-1-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-1-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-1-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-1-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-1-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-1-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-1-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-1-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-1-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-1-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-1-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-1-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-1-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-1-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-1-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-1-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-1-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-1-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-1-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-1-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-1-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-1-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-1-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-1-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-1-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-1-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-1-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-1-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-1-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-1-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-1-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-1-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-1-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-1-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-1-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-1-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-1-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-1-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-1-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-1-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-1-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-1-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-1-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-1-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-1-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-1-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-1-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-1-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-1-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-1-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-1-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-1-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-1-compatibility.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-1-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-1-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-1-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-1-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-1-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-1-compatibility.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-1-compatibility.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-1-compatibility.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-1-compatibility.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-1-compatibility.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-1-compatibility.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-1-compatibility.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-1-compatibility.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-1-compatibility.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-1-compatibility.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-1-compatibility.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-1-compatibility.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-1-compatibility.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-1-compatibility.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-1-compatibility.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-1-compatibility.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-1-compatibility.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-1-compatibility.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-1-compatibility.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-1-compatibility.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-1-compatibility.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-1-compatibility.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-1-compatibility.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-1-compatibility.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-1-compatibility.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-1-compatibility.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-1-compatibility.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-1-compatibility.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-1-compatibility.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-1-compatibility.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-1-compatibility.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-1-compatibility.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-1-compatibility.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-1-compatibility.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-1-compatibility.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-1-compatibility.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-1-compatibility.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-1-compatibility.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-1-compatibility.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-1-compatibility.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-1-compatibility.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-1-compatibility.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-1-compatibility.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-1-compatibility.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-1-compatibility.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-1-compatibility.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-1-compatibility.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-1-compatibility.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-1-compatibility.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-1-compatibility.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-1-compatibility.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-1-compatibility.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-1-compatibility.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-1-compatibility.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-1-compatibility.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-1-compatibility.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-1-compatibility.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-1-compatibility.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-1-compatibility.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-1-compatibility.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-1-compatibility.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-1-compatibility.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-1-compatibility.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-1-compatibility.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-1-compatibility.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-1-compatibility.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-1-compatibility.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-1-compatibility.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-1-compatibility.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-1-compatibility.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-1-compatibility.html - glReleaseShaderCompiler - () - - - void - glTranslatef - qopenglfunctions-4-1-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-1-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-1-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-1-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-1-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-1-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-1-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-1-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-1-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-1-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-1-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-1-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-1-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-1-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-1-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-1-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-1-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-1-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-1-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-1-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-1-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-1-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-1-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-1-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-1-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-1-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-1-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-1-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-1-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-1-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-1-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-1-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-1-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-1-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-1-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-4-1-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-1-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-1-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-1-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-1-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-1-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-1-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-1-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-1-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-1-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-1-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-1-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-1-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-1-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-1-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-1-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-1-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-1-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-1-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-1-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-1-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-1-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-1-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-1-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-1-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-1-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-1-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-1-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-1-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-1-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-1-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-1-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-1-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-1-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-1-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-1-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-1-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-1-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-1-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-1-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-1-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-1-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-1-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-1-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-1-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-1-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-1-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-1-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-1-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-1-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-1-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-1-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-1-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-1-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-1-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-1-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-1-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-1-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-1-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-1-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-1-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-1-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-1-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-1-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-1-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-1-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-1-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-1-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-1-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-1-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-1-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-1-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-1-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-1-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-1-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-1-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-1-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-1-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-1-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-1-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-1-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-1-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-1-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-1-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-1-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-1-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-1-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-1-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-1-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-1-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-1-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-1-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-1-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-1-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-1-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-1-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-1-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-1-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-1-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-1-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-1-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-1-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-1-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-1-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-1-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-1-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-1-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-1-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-1-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-1-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-1-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-1-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-1-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-1-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-1-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-1-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-1-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-1-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-1-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-1-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-1-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-1-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-1-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-1-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-1-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-1-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-1-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-1-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-1-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-1-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-1-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-1-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-1-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-1-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-1-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-1-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-1-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-1-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-1-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-1-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-1-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-1-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-1-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-1-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-1-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-1-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-1-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-1-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-1-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-1-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-1-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-1-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-1-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-1-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-1-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-1-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-1-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-1-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-1-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-1-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-1-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-1-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-1-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-1-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-1-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-1-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-1-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-1-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-1-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-1-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-1-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-1-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-1-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-1-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-1-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-1-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-1-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-1-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-1-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-1-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-1-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-1-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-1-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-1-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-1-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-1-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-1-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-1-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-1-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-1-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-1-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-1-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-1-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-1-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-1-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-1-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-1-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-1-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-1-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-1-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-1-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-1-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-1-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-1-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-1-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-1-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-1-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-1-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-1-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-1-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-1-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-1-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-1-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-1-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-1-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-1-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-1-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-1-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-1-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-1-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-4-1-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-1-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-1-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-1-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-1-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-4-1-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-1-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-1-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-1-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-4-1-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-1-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-4-1-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-4-1-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-1-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-4-1-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-1-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-4-1-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-4-1-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-4-1-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-4-1-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-4-1-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-1-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-1-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-4-1-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-1-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-1-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-4-1-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-4-1-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-4-1-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-1-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-1-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-4-1-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-1-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-1-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-4-1-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-1-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-1-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-4-1-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-4-1-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-4-1-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-4-1-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-4-1-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-1-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-1-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-4-1-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-4-1-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-4-1-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-4-1-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-4-1-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-1-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-1-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-1-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-1-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-1-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-1-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-1-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-1-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-1-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-1-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-1-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-1-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-1-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-1-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-1-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-1-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-1-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-1-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-1-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-1-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-1-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-1-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-1-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-1-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-1-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-1-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-1-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-1-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-1-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-1-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-1-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-1-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-1-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-1-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-1-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-1-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-1-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-1-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_4_1_Core - qopenglfunctions-4-1-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_1_Core - qopenglfunctions-4-1-core.html - QOpenGLFunctions_4_1_Core - () - - - virtual - ~QOpenGLFunctions_4_1_Core - qopenglfunctions-4-1-core.html - dtor.QOpenGLFunctions_4_1_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-1-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-1-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-1-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-1-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-1-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-1-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-1-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-1-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-1-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-1-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-1-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-1-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-1-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-1-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-1-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-1-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-1-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-1-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-1-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-1-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-1-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-1-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-1-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-1-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-1-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-1-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-1-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-1-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-1-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-1-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-1-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-1-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-1-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-1-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-1-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-1-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-1-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-1-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-1-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-1-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-1-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-1-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-1-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-1-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-1-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-1-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-1-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-1-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-1-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-1-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-1-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-1-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-1-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-1-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-1-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-1-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-1-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-1-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-1-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-1-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-1-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-1-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-1-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-1-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-1-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-1-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-1-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-1-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-1-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-1-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-1-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-1-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-1-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-1-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-1-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-1-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-1-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-1-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-1-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-1-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-1-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-1-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-1-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-1-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-1-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-1-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-1-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-1-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-1-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-1-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-1-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-1-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-1-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-1-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-1-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-1-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-1-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-1-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-1-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-1-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-1-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-1-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-1-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-1-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-1-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-1-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-1-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-1-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-1-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-1-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-1-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-1-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-1-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-1-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-1-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-1-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-1-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-1-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-1-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-1-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-1-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-1-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-1-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-1-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-1-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-1-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-1-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-1-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-1-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-1-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-1-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-1-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-1-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-1-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-1-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-1-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-1-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-1-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-1-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-1-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-1-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-1-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-1-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-1-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-1-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-1-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-1-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-1-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-1-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-1-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-1-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-1-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-1-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-1-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-1-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-1-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-1-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-1-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-1-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-1-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-1-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-1-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-1-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-1-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-1-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-1-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-1-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-1-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-1-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-1-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-1-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-1-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-1-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-1-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-1-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-1-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-1-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-1-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-1-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-1-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-1-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-1-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-1-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-1-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-1-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-1-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-1-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-1-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-1-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-1-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-1-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-1-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-1-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-1-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-1-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-1-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-1-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-1-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-1-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-1-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-1-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-1-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-1-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-1-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-1-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-1-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-1-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-1-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-1-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-1-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-1-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-1-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-1-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-1-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-1-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-1-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-1-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-1-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-1-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-1-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-1-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-1-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-1-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-1-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-1-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-1-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-1-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-1-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-1-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-1-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-1-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-1-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-1-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-1-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-1-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-1-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-1-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-1-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-1-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-1-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-1-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-1-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-1-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-1-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-1-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-1-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-1-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-1-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-1-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-1-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-1-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-1-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-1-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-1-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-1-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-1-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-1-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-1-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-1-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-1-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-1-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-1-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-1-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-1-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-1-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-1-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-1-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-1-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-1-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-1-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-1-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-1-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-1-core.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-1-core.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-1-core.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-1-core.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-1-core.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-1-core.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-1-core.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-1-core.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-1-core.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-1-core.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-1-core.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-1-core.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-1-core.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-1-core.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-1-core.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-1-core.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-1-core.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-1-core.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-1-core.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-1-core.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-1-core.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-1-core.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-1-core.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-1-core.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-1-core.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-1-core.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-1-core.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-1-core.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-1-core.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-1-core.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-1-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-1-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-1-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-1-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-1-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-1-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-1-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-1-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-1-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-1-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-1-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-1-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-1-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-1-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-1-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-1-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-1-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-1-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-1-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-1-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-1-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-1-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-1-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-1-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-1-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-1-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-1-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-1-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-1-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-1-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-1-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-1-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-1-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-1-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-1-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-1-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-1-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-1-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-1-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-1-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-1-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-1-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-1-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-1-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-1-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-1-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-1-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-1-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-1-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-1-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-1-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-1-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-1-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-1-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-1-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-1-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-1-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-1-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-1-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-1-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-1-core.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-1-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-1-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-1-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-1-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-1-core.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-1-core.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-1-core.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-1-core.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-1-core.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-1-core.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-1-core.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-1-core.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-1-core.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-1-core.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-1-core.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-1-core.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-1-core.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-1-core.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-1-core.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-1-core.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-1-core.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-1-core.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-1-core.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-1-core.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-1-core.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-1-core.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-1-core.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-1-core.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-1-core.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-1-core.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-1-core.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-1-core.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-1-core.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-1-core.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-1-core.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-1-core.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-1-core.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-1-core.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-1-core.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-1-core.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-1-core.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-1-core.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-1-core.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-1-core.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-1-core.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-1-core.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-1-core.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-1-core.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-1-core.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-1-core.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-1-core.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-1-core.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-1-core.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-1-core.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-1-core.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-1-core.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-1-core.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-1-core.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-1-core.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-1-core.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-1-core.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-1-core.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-1-core.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-1-core.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-1-core.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-1-core.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-1-core.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-1-core.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-1-core.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-1-core.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-1-core.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-1-core.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-1-core.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-1-core.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-1-core.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-1-core.html - glReleaseShaderCompiler - () - - - - QOpenGLFunctions_4_2_Compatibility - qopenglfunctions-4-2-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_2_Compatibility - qopenglfunctions-4-2-compatibility.html - QOpenGLFunctions_4_2_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_2_Compatibility - qopenglfunctions-4-2-compatibility.html - dtor.QOpenGLFunctions_4_2_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-2-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-2-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-2-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-2-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-2-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-2-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-2-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-2-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-2-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-2-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-2-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-2-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-2-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-2-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-2-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-2-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-2-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-2-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-2-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-2-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-2-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-2-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-2-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-2-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-2-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-2-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-2-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-2-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-2-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-2-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-2-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-2-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-2-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-2-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-2-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-2-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-2-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-2-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-2-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-2-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-2-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-2-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-2-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-2-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-2-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-2-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-2-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-2-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-2-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-2-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-2-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-2-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-2-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-2-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-2-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-2-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-2-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-2-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-2-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-2-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-2-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-2-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-2-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-2-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-2-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-2-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-2-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-2-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-2-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-2-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-2-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-2-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-2-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-2-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-2-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-2-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-2-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-2-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-2-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-2-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-2-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-2-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-2-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-2-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-2-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-2-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-2-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-2-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-2-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-2-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-2-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-2-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-2-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-2-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-2-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-2-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-2-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-2-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-2-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-2-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-2-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-2-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-2-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-2-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-2-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-2-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-2-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-2-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-2-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-2-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-2-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-2-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-2-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-2-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-2-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-2-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-2-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-2-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-2-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-2-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-2-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-2-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-2-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-2-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-2-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-2-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-2-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-2-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-2-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-2-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-2-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-2-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-2-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-2-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-2-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-2-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-2-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-2-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-2-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-2-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-2-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-2-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-2-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-2-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-2-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-2-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-2-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-2-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-2-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-2-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-2-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-2-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-2-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-2-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-2-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-2-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-2-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-2-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-2-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-2-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-2-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-2-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-2-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-2-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-2-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-2-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-2-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-2-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-2-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-2-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-2-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-2-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-2-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-2-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-2-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-2-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-2-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-2-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-2-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-2-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-2-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-2-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-2-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-2-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-2-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-2-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-2-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-2-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-2-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-2-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-2-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-2-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-2-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-2-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-2-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-2-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-2-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-2-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-2-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-2-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-2-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-2-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-2-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-2-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-2-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-2-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-2-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-2-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-2-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-2-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-2-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-2-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-2-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-2-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-2-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-2-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-2-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-2-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-2-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-2-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-2-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-2-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-2-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-2-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-2-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-2-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-2-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-2-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-2-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-2-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-2-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-2-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-2-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-2-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-2-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-2-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-2-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-2-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-2-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-2-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-2-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-2-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-2-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-2-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-2-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-2-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-2-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-2-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-2-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-2-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-2-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-2-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-2-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-2-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-2-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-2-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-2-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-2-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-2-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-2-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-2-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-2-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-2-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-2-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-2-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-2-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-2-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-2-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-2-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-2-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-2-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-2-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-2-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-2-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-2-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-2-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-2-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-2-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-2-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-2-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-2-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-2-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-2-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-2-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-2-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-2-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-2-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-2-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-2-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-2-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-2-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-2-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-2-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-2-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-2-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-2-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-2-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-2-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-2-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-2-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-2-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-2-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-2-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-2-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-2-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-2-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-2-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-2-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-2-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-2-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-2-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-2-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-2-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-2-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-2-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-2-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-2-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-2-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-2-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-2-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-2-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-2-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-2-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-2-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-2-compatibility.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-2-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-2-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-2-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-2-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-2-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-2-compatibility.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-2-compatibility.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-2-compatibility.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-2-compatibility.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-2-compatibility.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-2-compatibility.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-2-compatibility.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-2-compatibility.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-2-compatibility.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-2-compatibility.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-2-compatibility.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-2-compatibility.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-2-compatibility.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-2-compatibility.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-2-compatibility.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-2-compatibility.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-2-compatibility.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-2-compatibility.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-2-compatibility.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-2-compatibility.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-2-compatibility.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-2-compatibility.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-2-compatibility.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-2-compatibility.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-2-compatibility.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-2-compatibility.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-2-compatibility.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-2-compatibility.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-2-compatibility.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-2-compatibility.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-2-compatibility.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-2-compatibility.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-2-compatibility.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-2-compatibility.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-2-compatibility.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-2-compatibility.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-2-compatibility.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-2-compatibility.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-2-compatibility.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-2-compatibility.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-2-compatibility.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-2-compatibility.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-2-compatibility.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-2-compatibility.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-2-compatibility.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-2-compatibility.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-2-compatibility.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-2-compatibility.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-2-compatibility.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-2-compatibility.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-2-compatibility.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-2-compatibility.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-2-compatibility.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-2-compatibility.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-2-compatibility.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-2-compatibility.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-2-compatibility.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-2-compatibility.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-2-compatibility.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-2-compatibility.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-2-compatibility.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-2-compatibility.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-2-compatibility.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-2-compatibility.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-2-compatibility.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-2-compatibility.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-2-compatibility.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-2-compatibility.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-2-compatibility.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-2-compatibility.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-2-compatibility.html - glReleaseShaderCompiler - () - - - void - glTexStorage3D - qopenglfunctions-4-2-compatibility.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-2-compatibility.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-2-compatibility.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-2-compatibility.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-2-compatibility.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-2-compatibility.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-2-compatibility.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-2-compatibility.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-2-compatibility.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-2-compatibility.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-2-compatibility.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-2-compatibility.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glTranslatef - qopenglfunctions-4-2-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-2-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-2-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-2-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-2-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-2-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-2-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-2-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-2-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-2-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-2-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-2-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-2-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-2-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-2-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-2-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-2-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-2-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-2-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-2-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-2-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-2-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-2-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-2-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-2-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-2-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-2-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-2-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-2-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-2-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-2-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-2-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-2-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-2-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-2-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-4-2-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-2-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-2-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-2-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-2-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-2-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-2-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-2-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-2-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-2-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-2-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-2-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-2-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-2-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-2-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-2-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-2-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-2-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-2-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-2-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-2-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-2-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-2-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-2-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-2-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-2-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-2-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-2-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-2-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-2-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-2-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-2-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-2-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-2-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-2-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-2-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-2-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-2-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-2-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-2-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-2-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-2-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-2-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-2-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-2-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-2-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-2-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-2-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-2-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-2-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-2-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-2-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-2-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-2-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-2-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-2-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-2-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-2-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-2-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-2-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-2-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-2-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-2-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-2-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-2-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-2-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-2-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-2-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-2-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-2-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-2-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-2-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-2-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-2-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-2-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-2-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-2-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-2-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-2-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-2-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-2-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-2-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-2-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-2-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-2-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-2-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-2-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-2-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-2-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-2-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-2-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-2-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-2-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-2-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-2-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-2-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-2-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-2-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-2-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-2-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-2-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-2-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-2-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-2-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-2-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-2-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-2-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-2-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-2-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-2-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-2-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-2-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-2-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-2-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-2-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-2-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-2-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-2-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-2-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-2-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-2-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-2-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-2-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-2-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-2-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-2-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-2-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-2-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-2-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-2-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-2-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-2-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-2-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-2-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-2-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-2-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-2-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-2-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-2-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-2-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-2-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-2-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-2-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-2-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-2-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-2-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-2-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-2-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-2-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-2-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-2-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-2-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-2-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-2-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-2-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-2-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-2-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-2-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-2-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-2-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-2-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-2-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-2-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-2-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-2-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-2-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-2-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-2-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-2-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-2-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-2-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-2-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-2-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-2-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-2-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-2-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-2-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-2-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-2-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-2-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-2-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-2-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-2-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-2-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-2-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-2-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-2-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-2-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-2-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-2-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-2-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-2-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-2-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-2-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-2-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-2-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-2-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-2-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-2-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-2-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-2-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-2-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-2-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-2-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-2-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-2-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-2-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-2-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-2-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-2-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-2-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-2-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-2-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-2-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-2-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-2-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-2-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-2-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-2-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-2-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-4-2-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-2-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-2-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-2-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-2-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-4-2-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-2-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-2-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-2-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-4-2-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-2-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-4-2-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-4-2-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-2-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-4-2-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-2-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-4-2-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-4-2-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-4-2-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-4-2-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-4-2-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-2-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-2-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-4-2-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-2-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-2-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-4-2-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-4-2-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-4-2-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-2-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-2-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-4-2-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-2-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-2-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-4-2-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-2-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-2-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-4-2-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-4-2-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-4-2-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-4-2-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-4-2-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-2-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-2-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-4-2-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-4-2-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-4-2-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-4-2-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-4-2-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-2-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-2-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-2-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-2-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-2-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-2-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-2-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-2-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-2-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-2-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-2-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-2-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-2-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-2-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-2-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-2-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-2-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-2-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-2-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-2-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-2-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-2-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-2-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-2-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-2-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-2-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-2-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-2-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-2-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-2-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-2-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-2-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-2-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-2-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-2-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-2-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-2-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-2-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_4_2_Core - qopenglfunctions-4-2-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_2_Core - qopenglfunctions-4-2-core.html - QOpenGLFunctions_4_2_Core - () - - - virtual - ~QOpenGLFunctions_4_2_Core - qopenglfunctions-4-2-core.html - dtor.QOpenGLFunctions_4_2_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-2-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-2-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-2-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-2-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-2-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-2-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-2-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-2-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-2-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-2-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-2-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-2-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-2-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-2-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-2-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-2-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-2-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-2-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-2-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-2-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-2-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-2-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-2-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-2-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-2-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-2-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-2-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-2-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-2-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-2-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-2-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-2-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-2-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-2-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-2-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-2-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-2-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-2-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-2-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-2-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-2-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-2-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-2-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-2-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-2-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-2-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-2-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-2-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-2-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-2-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-2-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-2-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-2-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-2-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-2-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-2-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-2-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-2-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-2-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-2-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-2-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-2-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-2-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-2-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-2-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-2-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-2-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-2-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-2-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-2-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-2-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-2-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-2-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-2-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-2-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-2-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-2-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-2-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-2-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-2-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-2-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-2-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-2-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-2-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-2-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-2-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-2-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-2-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-2-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-2-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-2-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-2-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-2-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-2-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-2-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-2-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-2-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-2-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-2-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-2-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-2-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-2-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-2-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-2-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-2-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-2-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-2-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-2-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-2-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-2-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-2-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-2-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-2-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-2-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-2-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-2-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-2-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-2-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-2-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-2-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-2-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-2-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-2-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-2-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-2-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-2-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-2-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-2-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-2-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-2-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-2-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-2-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-2-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-2-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-2-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-2-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-2-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-2-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-2-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-2-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-2-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-2-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-2-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-2-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-2-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-2-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-2-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-2-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-2-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-2-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-2-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-2-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-2-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-2-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-2-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-2-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-2-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-2-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-2-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-2-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-2-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-2-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-2-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-2-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-2-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-2-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-2-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-2-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-2-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-2-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-2-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-2-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-2-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-2-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-2-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-2-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-2-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-2-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-2-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-2-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-2-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-2-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-2-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-2-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-2-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-2-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-2-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-2-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-2-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-2-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-2-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-2-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-2-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-2-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-2-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-2-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-2-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-2-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-2-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-2-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-2-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-2-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-2-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-2-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-2-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-2-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-2-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-2-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-2-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-2-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-2-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-2-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-2-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-2-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-2-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-2-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-2-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-2-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-2-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-2-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-2-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-2-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-2-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-2-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-2-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-2-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-2-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-2-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-2-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-2-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-2-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-2-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-2-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-2-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-2-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-2-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-2-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-2-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-2-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-2-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-2-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-2-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-2-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-2-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-2-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-2-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-2-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-2-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-2-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-2-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-2-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-2-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-2-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-2-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-2-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-2-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-2-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-2-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-2-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-2-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-2-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-2-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-2-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-2-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-2-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-2-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-2-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-2-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-2-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-2-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-2-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-2-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-2-core.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-2-core.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-2-core.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-2-core.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-2-core.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-2-core.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-2-core.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-2-core.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-2-core.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-2-core.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-2-core.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-2-core.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-2-core.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-2-core.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-2-core.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-2-core.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-2-core.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-2-core.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-2-core.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-2-core.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-2-core.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-2-core.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-2-core.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-2-core.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-2-core.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-2-core.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-2-core.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-2-core.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-2-core.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-2-core.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-2-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-2-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-2-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-2-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-2-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-2-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-2-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-2-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-2-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-2-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-2-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-2-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-2-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-2-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-2-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-2-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-2-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-2-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-2-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-2-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-2-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-2-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-2-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-2-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-2-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-2-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-2-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-2-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-2-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-2-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-2-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-2-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-2-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-2-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-2-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-2-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-2-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-2-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-2-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-2-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-2-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-2-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-2-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-2-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-2-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-2-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-2-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-2-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-2-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-2-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-2-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-2-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-2-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-2-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-2-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-2-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-2-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-2-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-2-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-2-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-2-core.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-2-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-2-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-2-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-2-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-2-core.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-2-core.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-2-core.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-2-core.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-2-core.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-2-core.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-2-core.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-2-core.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-2-core.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-2-core.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-2-core.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-2-core.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-2-core.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-2-core.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-2-core.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-2-core.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-2-core.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-2-core.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-2-core.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-2-core.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-2-core.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-2-core.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-2-core.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-2-core.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-2-core.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-2-core.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-2-core.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-2-core.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-2-core.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-2-core.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-2-core.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-2-core.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-2-core.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-2-core.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-2-core.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-2-core.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-2-core.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-2-core.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-2-core.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-2-core.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-2-core.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-2-core.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-2-core.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-2-core.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-2-core.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-2-core.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-2-core.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-2-core.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-2-core.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-2-core.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-2-core.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-2-core.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-2-core.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-2-core.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-2-core.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-2-core.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-2-core.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-2-core.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-2-core.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-2-core.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-2-core.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-2-core.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-2-core.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-2-core.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-2-core.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-2-core.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-2-core.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-2-core.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-2-core.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-2-core.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-2-core.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-2-core.html - glReleaseShaderCompiler - () - - - void - glTexStorage3D - qopenglfunctions-4-2-core.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-2-core.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-2-core.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-2-core.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-2-core.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-2-core.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-2-core.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-2-core.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-2-core.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-2-core.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-2-core.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-2-core.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - - QOpenGLFunctions_4_3_Compatibility - qopenglfunctions-4-3-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_3_Compatibility - qopenglfunctions-4-3-compatibility.html - QOpenGLFunctions_4_3_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_3_Compatibility - qopenglfunctions-4-3-compatibility.html - dtor.QOpenGLFunctions_4_3_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-3-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-3-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-3-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-3-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-3-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-3-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-3-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-3-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-3-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-3-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-3-compatibility.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-3-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-3-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-3-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-3-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-3-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-3-compatibility.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-3-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-3-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-3-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-3-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-3-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-3-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-3-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-3-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-3-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-3-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-3-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-3-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-3-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-3-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-3-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-3-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-3-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-3-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-3-compatibility.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-3-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-3-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-3-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-3-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-3-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-3-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-3-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-3-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-3-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-3-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-3-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-3-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-3-compatibility.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-3-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-3-compatibility.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-3-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-3-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-3-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-3-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-3-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-3-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-3-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-3-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-3-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-3-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-3-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-3-compatibility.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-3-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-3-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-3-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-3-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-3-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-3-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-3-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-3-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-3-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-3-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-3-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-3-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-3-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-3-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-3-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-3-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-3-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-3-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-3-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-3-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-3-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-3-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-3-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-3-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-3-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-3-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-3-compatibility.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-3-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-3-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-3-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-3-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-3-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-3-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-3-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-3-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-3-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-3-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-3-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-3-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-3-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-3-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-3-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-3-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-3-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-3-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-3-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-3-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-3-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-3-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-3-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-3-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-3-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-3-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-3-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-3-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-3-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-3-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-3-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-3-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-3-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-3-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-3-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-3-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-3-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-3-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-3-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-3-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-3-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-3-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-3-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-3-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-3-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-3-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-3-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-3-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-3-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-3-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-3-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-3-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-3-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-3-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-3-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-3-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-3-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-3-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-3-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-3-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-3-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-3-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-3-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-3-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-3-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-3-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-3-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-3-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-3-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-3-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-3-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-3-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-3-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-3-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-3-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-3-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-3-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-3-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-3-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-3-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-3-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-3-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-3-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-3-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-3-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-3-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-3-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-3-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-3-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-3-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-3-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-3-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-3-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-3-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-3-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-3-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-3-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-3-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-3-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-3-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-3-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-3-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-3-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-3-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-3-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-3-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-3-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-3-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-3-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-3-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-3-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-3-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-3-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-3-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-3-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-3-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-3-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-3-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-3-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-3-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-3-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-3-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-3-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-3-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-3-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-3-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-3-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-3-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-3-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-3-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-3-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-3-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-3-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-3-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-3-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-3-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-3-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-3-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-3-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-3-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-3-compatibility.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-3-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-3-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-3-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-3-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-3-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-3-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-3-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-3-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-3-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-3-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-3-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-3-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-3-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-3-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-3-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-3-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-3-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-3-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-3-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-3-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-3-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-3-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-3-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-3-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-3-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-3-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-3-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-3-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-3-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-3-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-3-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-3-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-3-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-3-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-3-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-3-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-3-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-3-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-3-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-3-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-3-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-3-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-3-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-3-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-3-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-3-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-3-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-3-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-3-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-3-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-3-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-3-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-3-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-3-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-3-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-3-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-3-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-3-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-3-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-3-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-3-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-3-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-3-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-3-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-3-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-3-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-3-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-3-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-3-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-3-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-3-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-3-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-3-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-3-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-3-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-3-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-3-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-3-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-3-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-3-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-3-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-3-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-3-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-3-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-3-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-3-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-3-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-3-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-3-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-3-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-3-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-3-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-3-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-3-compatibility.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-3-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-3-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-3-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-3-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-3-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-3-compatibility.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-3-compatibility.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-3-compatibility.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-3-compatibility.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-3-compatibility.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-3-compatibility.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-3-compatibility.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-3-compatibility.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-3-compatibility.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-3-compatibility.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-3-compatibility.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-3-compatibility.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-3-compatibility.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-3-compatibility.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-3-compatibility.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-3-compatibility.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-3-compatibility.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-3-compatibility.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-3-compatibility.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-3-compatibility.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-3-compatibility.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-3-compatibility.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-3-compatibility.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-3-compatibility.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-3-compatibility.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-3-compatibility.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-3-compatibility.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-3-compatibility.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-3-compatibility.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-3-compatibility.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-3-compatibility.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-3-compatibility.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-3-compatibility.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-3-compatibility.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-3-compatibility.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-3-compatibility.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-3-compatibility.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-3-compatibility.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-3-compatibility.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-3-compatibility.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-3-compatibility.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-3-compatibility.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-3-compatibility.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-3-compatibility.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-3-compatibility.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-3-compatibility.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-3-compatibility.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-3-compatibility.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-3-compatibility.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-3-compatibility.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-3-compatibility.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-3-compatibility.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-3-compatibility.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-3-compatibility.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-3-compatibility.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-3-compatibility.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-3-compatibility.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-3-compatibility.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-3-compatibility.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-3-compatibility.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-3-compatibility.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-3-compatibility.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-3-compatibility.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-3-compatibility.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-3-compatibility.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-3-compatibility.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-3-compatibility.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-3-compatibility.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-3-compatibility.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-3-compatibility.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-3-compatibility.html - glReleaseShaderCompiler - () - - - void - glTexStorage3D - qopenglfunctions-4-3-compatibility.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-3-compatibility.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-3-compatibility.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-3-compatibility.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-3-compatibility.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-3-compatibility.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-3-compatibility.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-3-compatibility.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-3-compatibility.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-3-compatibility.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-3-compatibility.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-3-compatibility.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-3-compatibility.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-3-compatibility.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-3-compatibility.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-3-compatibility.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-3-compatibility.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-3-compatibility.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-3-compatibility.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-3-compatibility.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-3-compatibility.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-3-compatibility.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-3-compatibility.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-3-compatibility.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-3-compatibility.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-3-compatibility.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-3-compatibility.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-3-compatibility.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-3-compatibility.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-3-compatibility.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-3-compatibility.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-3-compatibility.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-3-compatibility.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glVertexBindingDivisor - qopenglfunctions-4-3-compatibility.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-3-compatibility.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-3-compatibility.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-3-compatibility.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-3-compatibility.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-3-compatibility.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-3-compatibility.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glCopyImageSubData - qopenglfunctions-4-3-compatibility.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-3-compatibility.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-3-compatibility.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-3-compatibility.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-3-compatibility.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glTranslatef - qopenglfunctions-4-3-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-3-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-3-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-3-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-3-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-3-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-3-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-3-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-3-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-3-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-3-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-3-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-3-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-3-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-3-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-3-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-3-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-3-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-3-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-3-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-3-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-3-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-3-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-3-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-3-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-3-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-3-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-3-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-3-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-3-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-3-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-3-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-3-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-3-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-3-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyPixels - qopenglfunctions-4-3-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-3-compatibility.html - glPixelMapusv - (GLenum map, GLint mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-3-compatibility.html - glPixelMapuiv - (GLenum map, GLint mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-3-compatibility.html - glPixelMapfv - (GLenum map, GLint mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-3-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-3-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-3-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-3-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-3-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-3-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-3-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-3-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-3-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-3-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-3-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-3-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-3-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-3-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-3-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-3-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-3-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-3-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-3-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-3-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-3-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-3-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-3-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-3-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-3-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-3-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-3-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-3-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-3-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-3-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-3-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-3-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-3-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-3-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-3-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-3-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-3-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-3-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-3-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-3-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-3-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-3-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-3-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-3-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-3-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-3-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-3-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-3-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-3-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-3-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-3-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-3-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-3-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-3-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-3-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-3-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-3-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-3-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-3-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-3-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-3-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-3-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-3-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-3-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-3-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-3-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-3-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-3-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-3-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-3-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-3-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-3-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-3-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-3-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-3-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-3-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-3-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-3-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-3-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-3-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-3-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-3-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-3-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-3-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-3-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-3-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-3-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-3-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-3-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-3-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-3-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-3-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-3-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-3-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-3-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-3-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-3-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-3-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-3-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-3-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-3-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-3-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-3-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-3-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-3-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-3-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-3-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-3-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-3-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-3-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-3-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-3-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-3-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-3-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-3-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-3-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-3-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-3-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-3-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-3-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-3-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-3-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-3-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-3-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-3-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-3-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-3-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-3-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-3-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-3-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-3-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-3-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-3-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-3-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-3-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-3-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-3-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-3-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-3-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-3-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-3-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-3-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-3-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-3-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-3-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-3-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-3-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-3-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-3-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-3-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-3-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-3-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-3-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-3-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-3-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-3-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-3-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-3-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-3-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-3-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-3-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-3-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-3-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-3-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-3-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-3-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-3-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-3-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-3-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-3-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-3-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-3-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-3-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-3-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-3-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-3-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-3-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-3-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-3-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-3-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-3-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-3-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-3-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-3-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-3-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-3-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-3-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-3-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-3-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-3-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-3-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-3-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-3-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-3-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-3-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-3-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-3-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-3-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-3-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-3-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-3-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-3-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-3-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-3-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-3-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-3-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-3-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-3-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-3-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-3-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-3-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-3-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-3-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-3-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-3-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-3-compatibility.html - glCallLists - (GLsizei n, GLenum type, const GLvoid *lists) - - - void - glCallList - qopenglfunctions-4-3-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-3-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-3-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-3-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-3-compatibility.html - glPopClientAttrib - () - - - void - glPrioritizeTextures - qopenglfunctions-4-3-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-3-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-3-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-3-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glNormalPointer - qopenglfunctions-4-3-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-3-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const GLvoid *pointer) - - - void - glIndexPointer - qopenglfunctions-4-3-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEnableClientState - qopenglfunctions-4-3-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-3-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const GLvoid *pointer) - - - void - glDisableClientState - qopenglfunctions-4-3-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-3-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glArrayElement - qopenglfunctions-4-3-compatibility.html - glArrayElement - (GLint i) - - - void - glResetMinmax - qopenglfunctions-4-3-compatibility.html - glResetMinmax - (GLenum target) - - - void - glResetHistogram - qopenglfunctions-4-3-compatibility.html - glResetHistogram - (GLenum target) - - - void - glMinmax - qopenglfunctions-4-3-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glHistogram - qopenglfunctions-4-3-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-3-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-3-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmax - qopenglfunctions-4-3-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-3-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-3-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogram - qopenglfunctions-4-3-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLvoid *values) - - - void - glSeparableFilter2D - qopenglfunctions-4-3-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) - - - void - glGetSeparableFilter - qopenglfunctions-4-3-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-3-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-3-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionFilter - qopenglfunctions-4-3-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLvoid *image) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-3-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-3-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glConvolutionParameteriv - qopenglfunctions-4-3-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-3-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-3-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameterf - qopenglfunctions-4-3-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionFilter2D - qopenglfunctions-4-3-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *image) - - - void - glConvolutionFilter1D - qopenglfunctions-4-3-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *image) - - - void - glCopyColorSubTable - qopenglfunctions-4-3-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glColorSubTable - qopenglfunctions-4-3-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const GLvoid *data) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-3-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-3-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTable - qopenglfunctions-4-3-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, GLvoid *table) - - - void - glCopyColorTable - qopenglfunctions-4-3-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glColorTableParameteriv - qopenglfunctions-4-3-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glColorTableParameterfv - qopenglfunctions-4-3-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTable - qopenglfunctions-4-3-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const GLvoid *table) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-3-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-3-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-3-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-3-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-3-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-3-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-3-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-3-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-3-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-3-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-3-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-3-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-3-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-3-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-3-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-3-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-3-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-3-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-3-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-3-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-3-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-3-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-3-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-3-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-3-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-3-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-3-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-3-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-3-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glVertexAttrib4usv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-3-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-3-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-3-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glVertexAttribI4usv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-3-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-3-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-3-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-3-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-3-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-3-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - - QOpenGLFunctions_4_3_Core - qopenglfunctions-4-3-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_3_Core - qopenglfunctions-4-3-core.html - QOpenGLFunctions_4_3_Core - () - - - virtual - ~QOpenGLFunctions_4_3_Core - qopenglfunctions-4-3-core.html - dtor.QOpenGLFunctions_4_3_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-3-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-3-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-3-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-3-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-3-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-3-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-3-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-3-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-3-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLvoid *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-3-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-3-core.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetFloatv - qopenglfunctions-4-3-core.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - GLenum - glGetError - qopenglfunctions-4-3-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-3-core.html - glGetDoublev - (GLenum pname, GLdouble *params) - - - void - glGetBooleanv - qopenglfunctions-4-3-core.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glReadPixels - qopenglfunctions-4-3-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReadBuffer - qopenglfunctions-4-3-core.html - glReadBuffer - (GLenum mode) - - - void - glPixelStorei - qopenglfunctions-4-3-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-3-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-3-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-3-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-3-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-3-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-3-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-3-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-3-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-3-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-3-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-3-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-3-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-3-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-3-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-3-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-3-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-3-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-3-core.html - glDrawBuffer - (GLenum mode) - - - void - glTexImage2D - qopenglfunctions-4-3-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage1D - qopenglfunctions-4-3-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-3-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-3-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-3-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-3-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-3-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-3-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-3-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-3-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-3-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-3-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-3-core.html - glCullFace - (GLenum mode) - - - void - glIndexubv - qopenglfunctions-4-3-core.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-3-core.html - glIndexub - (GLubyte c) - - - GLboolean - glIsTexture - qopenglfunctions-4-3-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-3-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-3-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-3-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-3-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-3-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-3-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-3-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-3-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-3-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-3-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glGetPointerv - qopenglfunctions-4-3-core.html - glGetPointerv - (GLenum pname, GLvoid **params) - - - void - glDrawElements - qopenglfunctions-4-3-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glDrawArrays - qopenglfunctions-4-3-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-3-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-3-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexImage3D - qopenglfunctions-4-3-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-3-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glBlendEquation - qopenglfunctions-4-3-core.html - glBlendEquation - (GLenum mode) - - - void - glBlendColor - qopenglfunctions-4-3-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glGetCompressedTexImage - qopenglfunctions-4-3-core.html - glGetCompressedTexImage - (GLenum target, GLint level, GLvoid *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-3-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-3-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-3-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-3-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-3-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-3-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glSampleCoverage - qopenglfunctions-4-3-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-3-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-3-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-3-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-3-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-3-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-3-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-3-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-3-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-3-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, GLvoid **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-3-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-3-core.html - glUnmapBuffer - (GLenum target) - - - GLvoid * - glMapBuffer - qopenglfunctions-4-3-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-3-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, GLvoid *data) - - - void - glBufferSubData - qopenglfunctions-4-3-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - void - glBufferData - qopenglfunctions-4-3-core.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-3-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-3-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-3-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-3-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-3-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-3-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-3-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-3-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-3-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-3-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-3-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-3-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-3-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *pointer) - - - void - glValidateProgram - qopenglfunctions-4-3-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-3-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-3-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-3-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-3-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-3-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-3-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-3-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-3-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-3-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-3-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-3-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-3-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-3-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-3-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-3-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-3-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-3-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-3-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-3-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-3-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-3-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-3-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-3-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-3-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-3-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-3-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-3-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-3-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-3-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-3-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-3-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-3-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-3-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-3-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-3-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-3-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-3-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-3-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *obj) - - - void - glGetActiveUniform - qopenglfunctions-4-3-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-3-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-3-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-3-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-3-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-3-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-3-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-3-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-3-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-3-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-3-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-3-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-3-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-3-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-3-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-3-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-3-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-3-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-3-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-3-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-3-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-3-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-3-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-3-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-3-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-3-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-3-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-3-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - GLvoid * - glMapBufferRange - qopenglfunctions-4-3-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-3-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-3-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-3-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-3-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-3-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-3-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-3-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-3-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-3-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-3-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-3-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-3-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-3-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-3-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-3-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-3-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-3-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-3-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-3-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-3-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-3-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-3-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-3-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-3-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-3-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-3-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-3-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-3-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-3-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-3-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-3-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-3-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-3-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-3-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-3-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-3-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-3-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-3-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-3-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-3-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-3-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-3-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-3-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-3-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-3-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-3-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-3-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-3-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-3-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-3-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-3-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-3-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-3-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-3-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-3-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-3-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-3-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-3-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glCopyBufferSubData - qopenglfunctions-4-3-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glUniformBlockBinding - qopenglfunctions-4-3-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-3-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-3-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-3-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-3-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-3-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-3-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-3-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-3-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-3-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-3-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-3-core.html - glSampleMaski - (GLuint index, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-3-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-3-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-3-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLint internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glGetSynciv - qopenglfunctions-4-3-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-3-core.html - glGetInteger64v - (GLenum pname, GLint64 *params) - - - void - glWaitSync - qopenglfunctions-4-3-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-3-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-3-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-3-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-3-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-3-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-3-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const GLvoid *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-3-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-3-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-3-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices, GLint basevertex) - - - void - glFramebufferTexture - qopenglfunctions-4-3-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-3-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-3-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-3-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-3-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-3-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-3-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-3-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-3-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-3-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-3-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-3-core.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-3-core.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-3-core.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-3-core.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-3-core.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-3-core.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-3-core.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-3-core.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-3-core.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-3-core.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-3-core.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-3-core.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-3-core.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-3-core.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-3-core.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-3-core.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-3-core.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-3-core.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-3-core.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-3-core.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-3-core.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-3-core.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-3-core.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-3-core.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-3-core.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-3-core.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-3-core.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-3-core.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-3-core.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-3-core.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-3-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-3-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-3-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-3-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-3-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-3-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-3-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-3-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-3-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-3-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-3-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-3-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-3-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-3-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-3-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-3-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-3-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-3-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-3-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glVertexAttribDivisor - qopenglfunctions-4-3-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryIndexediv - qopenglfunctions-4-3-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-3-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-3-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-3-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-3-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-3-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-3-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-3-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-3-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-3-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-3-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-3-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-3-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-3-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-3-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-3-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-3-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-3-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-3-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-3-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-3-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-3-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-3-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-3-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-3-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-3-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-3-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-3-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-3-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-3-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-3-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-3-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-3-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-3-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-3-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-3-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-3-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-3-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-3-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-3-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const GLvoid *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-3-core.html - glDrawArraysIndirect - (GLenum mode, const GLvoid *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-3-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-3-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-3-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-3-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-3-core.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-3-core.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-3-core.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-3-core.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-3-core.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-3-core.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-3-core.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-3-core.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-3-core.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-3-core.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-3-core.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-3-core.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-3-core.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const GLvoid *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-3-core.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-3-core.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-3-core.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-3-core.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-3-core.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-3-core.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-3-core.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-3-core.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-3-core.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-3-core.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-3-core.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-3-core.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-3-core.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-3-core.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-3-core.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-3-core.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-3-core.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-3-core.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-3-core.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-3-core.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-3-core.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-3-core.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-3-core.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-3-core.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-3-core.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-3-core.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-3-core.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-3-core.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-3-core.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-3-core.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-3-core.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-3-core.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-3-core.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-3-core.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-3-core.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-3-core.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-3-core.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-3-core.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-3-core.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-3-core.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-3-core.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-3-core.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-3-core.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-3-core.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-3-core.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-3-core.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-3-core.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-3-core.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-3-core.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-3-core.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-3-core.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-3-core.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-3-core.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-3-core.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary) - - - void - glClearDepthf - qopenglfunctions-4-3-core.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-3-core.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-3-core.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-3-core.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-3-core.html - glReleaseShaderCompiler - () - - - void - glTexStorage3D - qopenglfunctions-4-3-core.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-3-core.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-3-core.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-3-core.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-3-core.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-3-core.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-3-core.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-3-core.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-3-core.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-3-core.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-3-core.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-3-core.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-3-core.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-3-core.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-3-core.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-3-core.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-3-core.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-3-core.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-3-core.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-3-core.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-3-core.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-3-core.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-3-core.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-3-core.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-3-core.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-3-core.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-3-core.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-3-core.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-3-core.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-3-core.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-3-core.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-3-core.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-3-core.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glVertexBindingDivisor - qopenglfunctions-4-3-core.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-3-core.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-3-core.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-3-core.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-3-core.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-3-core.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-3-core.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glCopyImageSubData - qopenglfunctions-4-3-core.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-3-core.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-3-core.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-3-core.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-3-core.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - - QOpenGLFunctions_4_4_Compatibility - qopenglfunctions-4-4-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_4_Compatibility - qopenglfunctions-4-4-compatibility.html - QOpenGLFunctions_4_4_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_4_Compatibility - qopenglfunctions-4-4-compatibility.html - dtor.QOpenGLFunctions_4_4_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-4-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-4-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-4-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-4-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-4-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-4-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-4-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-4-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-4-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, void *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-4-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-4-compatibility.html - glGetIntegerv - (GLenum pname, GLint *data) - - - void - glGetFloatv - qopenglfunctions-4-4-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *data) - - - GLenum - glGetError - qopenglfunctions-4-4-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-4-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *data) - - - void - glGetBooleanv - qopenglfunctions-4-4-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *data) - - - void - glReadPixels - qopenglfunctions-4-4-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) - - - void - glReadBuffer - qopenglfunctions-4-4-compatibility.html - glReadBuffer - (GLenum src) - - - void - glPixelStorei - qopenglfunctions-4-4-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-4-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-4-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-4-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-4-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-4-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-4-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-4-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-4-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-4-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-4-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-4-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-4-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-4-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-4-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-4-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-4-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-4-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-4-compatibility.html - glDrawBuffer - (GLenum buf) - - - void - glTexImage2D - qopenglfunctions-4-4-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage1D - qopenglfunctions-4-4-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-4-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-4-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-4-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-4-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-4-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-4-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-4-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-4-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-4-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-4-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-4-compatibility.html - glCullFace - (GLenum mode) - - - GLboolean - glIsTexture - qopenglfunctions-4-4-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-4-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-4-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-4-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-4-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-4-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-4-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-4-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-4-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-4-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-4-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glDrawElements - qopenglfunctions-4-4-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const void *indices) - - - void - glDrawArrays - qopenglfunctions-4-4-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glBlendColor - qopenglfunctions-4-4-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glBlendEquation - qopenglfunctions-4-4-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-4-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-4-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage3D - qopenglfunctions-4-4-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-4-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) - - - void - glGetCompressedTexImage - qopenglfunctions-4-4-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, void *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-4-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-4-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-4-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-4-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-4-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-4-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) - - - void - glSampleCoverage - qopenglfunctions-4-4-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-4-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-4-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-4-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-4-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-4-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-4-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-4-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-4-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-4-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, void **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-4-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-4-compatibility.html - glUnmapBuffer - (GLenum target) - - - void * - glMapBuffer - qopenglfunctions-4-4-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-4-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, void *data) - - - void - glBufferSubData - qopenglfunctions-4-4-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const void *data) - - - void - glBufferData - qopenglfunctions-4-4-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const void *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-4-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-4-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-4-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-4-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-4-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-4-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-4-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-4-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-4-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-4-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-4-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-4-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-4-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) - - - void - glVertexAttrib4usv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-4-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-4-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-4-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glValidateProgram - qopenglfunctions-4-4-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-4-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-4-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-4-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-4-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-4-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-4-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-4-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-4-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-4-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-4-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-4-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-4-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-4-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-4-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-4-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-4-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-4-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-4-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-4-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-4-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-4-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, void **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-4-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-4-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-4-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-4-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-4-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-4-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-4-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-4-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-4-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-4-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders) - - - void - glGetActiveUniform - qopenglfunctions-4-4-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-4-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-4-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-4-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-4-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-4-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-4-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-4-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-4-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-4-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-4-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-4-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-4-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-4-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-4-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-4-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-4-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-4-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-4-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-4-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-4-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-4-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - void * - glMapBufferRange - qopenglfunctions-4-4-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-4-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-4-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-4-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-4-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-4-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-4-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-4-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-4-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-4-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-4-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-4-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-4-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-4-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-4-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-4-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-4-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-4-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-4-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-4-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-4-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-4-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-4-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-4-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-4-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-4-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-4-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-4-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-4-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-4-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-4-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-4-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-4-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-4-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-4-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-4-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-4-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-4-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-4-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-4-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-4-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glVertexAttribI4usv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-4-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-4-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-4-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-4-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-4-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-4-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-4-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-4-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-4-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-4-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-4-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-4-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-4-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-4-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-4-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-4-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-4-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-4-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-4-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-4-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-4-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glUniformBlockBinding - qopenglfunctions-4-4-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-4-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-4-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-4-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-4-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-4-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-4-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glCopyBufferSubData - qopenglfunctions-4-4-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-4-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-4-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-4-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-4-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-4-compatibility.html - glSampleMaski - (GLuint maskNumber, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-4-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-4-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-4-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glFramebufferTexture - qopenglfunctions-4-4-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-4-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-4-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glGetSynciv - qopenglfunctions-4-4-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-4-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *data) - - - void - glWaitSync - qopenglfunctions-4-4-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-4-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-4-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-4-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-4-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-4-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-4-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-4-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-4-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-4-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-4-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-4-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribDivisor - qopenglfunctions-4-4-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-4-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-4-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-4-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-4-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-4-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-4-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-4-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-4-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-4-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-4-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-4-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-4-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-4-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-4-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-4-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-4-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-4-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-4-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-4-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glGetQueryIndexediv - qopenglfunctions-4-4-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-4-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-4-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-4-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-4-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-4-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-4-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-4-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-4-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-4-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-4-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-4-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-4-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-4-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-4-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-4-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-4-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-4-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-4-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-4-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-4-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-4-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-4-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-4-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-4-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-4-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-4-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-4-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-4-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-4-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-4-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-4-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-4-compatibility.html - glDrawArraysIndirect - (GLenum mode, const void *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-4-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-4-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-4-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-4-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-4-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-4-compatibility.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-4-compatibility.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-4-compatibility.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-4-compatibility.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-4-compatibility.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-4-compatibility.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-4-compatibility.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-4-compatibility.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-4-compatibility.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-4-compatibility.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-4-compatibility.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-4-compatibility.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-4-compatibility.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-4-compatibility.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-4-compatibility.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-4-compatibility.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-4-compatibility.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-4-compatibility.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-4-compatibility.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-4-compatibility.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-4-compatibility.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-4-compatibility.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-4-compatibility.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-4-compatibility.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-4-compatibility.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-4-compatibility.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-4-compatibility.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-4-compatibility.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-4-compatibility.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-4-compatibility.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-4-compatibility.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-4-compatibility.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-4-compatibility.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-4-compatibility.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-4-compatibility.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-4-compatibility.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-4-compatibility.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-4-compatibility.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-4-compatibility.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-4-compatibility.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-4-compatibility.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-4-compatibility.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-4-compatibility.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-4-compatibility.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-4-compatibility.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-4-compatibility.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-4-compatibility.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-4-compatibility.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-4-compatibility.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-4-compatibility.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-4-compatibility.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-4-compatibility.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-4-compatibility.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-4-compatibility.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-4-compatibility.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-4-compatibility.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-4-compatibility.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-4-compatibility.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-4-compatibility.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-4-compatibility.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-4-compatibility.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-4-compatibility.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-4-compatibility.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-4-compatibility.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-4-compatibility.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-4-compatibility.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) - - - void - glClearDepthf - qopenglfunctions-4-4-compatibility.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-4-compatibility.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-4-compatibility.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-4-compatibility.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-4-compatibility.html - glReleaseShaderCompiler - () - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-4-compatibility.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-4-compatibility.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glTexStorage3D - qopenglfunctions-4-4-compatibility.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-4-compatibility.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-4-compatibility.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-4-compatibility.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-4-compatibility.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-4-compatibility.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-4-compatibility.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-4-compatibility.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-4-compatibility.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-4-compatibility.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glGetObjectPtrLabel - qopenglfunctions-4-4-compatibility.html - glGetObjectPtrLabel - (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectPtrLabel - qopenglfunctions-4-4-compatibility.html - glObjectPtrLabel - (const void *ptr, GLsizei length, const GLchar *label) - - - void - glGetObjectLabel - qopenglfunctions-4-4-compatibility.html - glGetObjectLabel - (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectLabel - qopenglfunctions-4-4-compatibility.html - glObjectLabel - (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) - - - void - glPopDebugGroup - qopenglfunctions-4-4-compatibility.html - glPopDebugGroup - () - - - void - glPushDebugGroup - qopenglfunctions-4-4-compatibility.html - glPushDebugGroup - (GLenum source, GLuint id, GLsizei length, const GLchar *message) - - - GLuint - glGetDebugMessageLog - qopenglfunctions-4-4-compatibility.html - glGetDebugMessageLog - (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) - - - void - glDebugMessageCallback - qopenglfunctions-4-4-compatibility.html - glDebugMessageCallback - (GLDEBUGPROC callback, const void *userParam) - - - void - glDebugMessageInsert - qopenglfunctions-4-4-compatibility.html - glDebugMessageInsert - (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) - - - void - glDebugMessageControl - qopenglfunctions-4-4-compatibility.html - glDebugMessageControl - (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) - - - void - glVertexBindingDivisor - qopenglfunctions-4-4-compatibility.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-4-compatibility.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-4-compatibility.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-4-compatibility.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-4-compatibility.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-4-compatibility.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-4-compatibility.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-4-compatibility.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-4-compatibility.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-4-compatibility.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-4-compatibility.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-4-compatibility.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-4-compatibility.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-4-compatibility.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-4-compatibility.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-4-compatibility.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-4-compatibility.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-4-compatibility.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-4-compatibility.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-4-compatibility.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-4-compatibility.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-4-compatibility.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-4-compatibility.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-4-compatibility.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-4-compatibility.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-4-compatibility.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-4-compatibility.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-4-compatibility.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glCopyImageSubData - qopenglfunctions-4-4-compatibility.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-4-compatibility.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-4-compatibility.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-4-compatibility.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-4-compatibility.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glBindVertexBuffers - qopenglfunctions-4-4-compatibility.html - glBindVertexBuffers - (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glBindImageTextures - qopenglfunctions-4-4-compatibility.html - glBindImageTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindSamplers - qopenglfunctions-4-4-compatibility.html - glBindSamplers - (GLuint first, GLsizei count, const GLuint *samplers) - - - void - glBindTextures - qopenglfunctions-4-4-compatibility.html - glBindTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindBuffersRange - qopenglfunctions-4-4-compatibility.html - glBindBuffersRange - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) - - - void - glBindBuffersBase - qopenglfunctions-4-4-compatibility.html - glBindBuffersBase - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers) - - - void - glClearTexSubImage - qopenglfunctions-4-4-compatibility.html - glClearTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) - - - void - glClearTexImage - qopenglfunctions-4-4-compatibility.html - glClearTexImage - (GLuint texture, GLint level, GLenum format, GLenum type, const void *data) - - - void - glBufferStorage - qopenglfunctions-4-4-compatibility.html - glBufferStorage - (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) - - - void - glTranslatef - qopenglfunctions-4-4-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-4-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-4-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-4-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-4-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-4-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-4-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-4-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-4-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-4-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-4-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-4-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-4-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-4-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-4-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-4-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-4-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-4-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-4-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-4-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-4-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-4-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-4-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-4-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-4-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-4-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-4-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-4-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-4-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-4-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-4-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-4-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-4-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-4-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-4-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glCopyPixels - qopenglfunctions-4-4-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-4-compatibility.html - glPixelMapusv - (GLenum map, GLsizei mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-4-compatibility.html - glPixelMapuiv - (GLenum map, GLsizei mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-4-compatibility.html - glPixelMapfv - (GLenum map, GLsizei mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-4-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-4-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-4-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-4-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-4-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-4-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-4-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-4-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-4-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-4-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-4-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-4-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-4-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-4-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-4-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-4-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-4-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-4-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-4-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-4-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-4-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-4-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-4-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-4-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-4-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-4-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-4-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-4-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-4-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-4-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-4-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-4-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-4-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-4-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-4-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-4-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-4-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-4-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-4-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-4-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-4-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-4-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-4-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-4-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-4-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-4-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-4-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-4-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-4-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-4-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-4-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-4-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-4-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-4-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-4-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-4-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-4-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-4-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-4-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-4-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-4-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-4-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-4-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-4-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-4-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-4-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-4-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-4-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-4-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-4-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-4-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-4-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-4-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-4-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-4-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-4-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-4-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-4-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-4-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-4-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-4-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-4-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-4-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-4-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-4-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-4-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-4-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-4-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-4-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-4-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-4-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-4-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-4-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-4-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-4-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-4-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-4-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-4-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-4-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-4-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-4-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-4-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-4-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-4-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-4-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-4-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-4-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-4-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-4-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-4-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-4-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-4-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-4-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-4-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-4-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-4-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-4-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-4-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-4-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-4-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-4-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-4-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-4-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-4-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-4-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-4-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-4-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-4-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-4-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-4-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-4-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-4-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-4-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-4-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-4-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-4-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-4-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-4-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-4-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-4-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-4-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-4-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-4-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-4-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-4-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-4-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-4-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-4-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-4-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-4-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-4-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-4-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-4-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-4-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-4-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-4-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-4-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-4-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-4-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-4-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-4-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-4-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-4-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-4-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-4-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-4-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-4-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-4-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-4-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-4-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-4-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-4-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-4-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-4-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-4-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-4-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-4-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-4-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-4-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-4-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-4-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-4-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-4-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-4-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-4-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-4-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-4-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-4-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-4-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-4-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-4-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-4-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-4-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-4-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-4-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-4-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-4-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-4-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-4-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-4-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-4-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-4-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-4-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-4-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-4-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-4-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-4-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-4-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-4-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-4-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-4-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-4-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-4-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-4-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-4-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-4-compatibility.html - glCallLists - (GLsizei n, GLenum type, const void *lists) - - - void - glCallList - qopenglfunctions-4-4-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-4-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-4-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-4-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-4-compatibility.html - glPopClientAttrib - () - - - void - glIndexubv - qopenglfunctions-4-4-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-4-compatibility.html - glIndexub - (GLubyte c) - - - void - glPrioritizeTextures - qopenglfunctions-4-4-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-4-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-4-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-4-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glNormalPointer - qopenglfunctions-4-4-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-4-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const void *pointer) - - - void - glGetPointerv - qopenglfunctions-4-4-compatibility.html - glGetPointerv - (GLenum pname, void **params) - - - void - glIndexPointer - qopenglfunctions-4-4-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glEnableClientState - qopenglfunctions-4-4-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-4-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const void *pointer) - - - void - glDisableClientState - qopenglfunctions-4-4-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-4-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glArrayElement - qopenglfunctions-4-4-compatibility.html - glArrayElement - (GLint i) - - - void - glColorTable - qopenglfunctions-4-4-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *table) - - - void - glColorTableParameterfv - qopenglfunctions-4-4-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTableParameteriv - qopenglfunctions-4-4-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glCopyColorTable - qopenglfunctions-4-4-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glGetColorTable - qopenglfunctions-4-4-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, void *table) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-4-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-4-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glColorSubTable - qopenglfunctions-4-4-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void *data) - - - void - glCopyColorSubTable - qopenglfunctions-4-4-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glConvolutionFilter1D - qopenglfunctions-4-4-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *image) - - - void - glConvolutionFilter2D - qopenglfunctions-4-4-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *image) - - - void - glConvolutionParameterf - qopenglfunctions-4-4-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-4-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-4-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameteriv - qopenglfunctions-4-4-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-4-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-4-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glGetConvolutionFilter - qopenglfunctions-4-4-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, void *image) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-4-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-4-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetSeparableFilter - qopenglfunctions-4-4-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, void *row, void *column, void *span) - - - void - glSeparableFilter2D - qopenglfunctions-4-4-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *row, const void *column) - - - void - glGetHistogram - qopenglfunctions-4-4-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-4-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-4-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmax - qopenglfunctions-4-4-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-4-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-4-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glHistogram - qopenglfunctions-4-4-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glMinmax - qopenglfunctions-4-4-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glResetHistogram - qopenglfunctions-4-4-compatibility.html - glResetHistogram - (GLenum target) - - - void - glResetMinmax - qopenglfunctions-4-4-compatibility.html - glResetMinmax - (GLenum target) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-4-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-4-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-4-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-4-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-4-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-4-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-4-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-4-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-4-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-4-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-4-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-4-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-4-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-4-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-4-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-4-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-4-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-4-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-4-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-4-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-4-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-4-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-4-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-4-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-4-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-4-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-4-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-4-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-4-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-4-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-4-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-4-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-4-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-4-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-4-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-4-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-4-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-4-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-4-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-4-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-4-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-4-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-4-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-4-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-4-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-4-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-4-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-4-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-4-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-4-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-4-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-4-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - - QOpenGLFunctions_4_4_Core - qopenglfunctions-4-4-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_4_Core - qopenglfunctions-4-4-core.html - QOpenGLFunctions_4_4_Core - () - - - virtual - ~QOpenGLFunctions_4_4_Core - qopenglfunctions-4-4-core.html - dtor.QOpenGLFunctions_4_4_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-4-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-4-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-4-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-4-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-4-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-4-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-4-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-4-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-4-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, void *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-4-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-4-core.html - glGetIntegerv - (GLenum pname, GLint *data) - - - void - glGetFloatv - qopenglfunctions-4-4-core.html - glGetFloatv - (GLenum pname, GLfloat *data) - - - GLenum - glGetError - qopenglfunctions-4-4-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-4-core.html - glGetDoublev - (GLenum pname, GLdouble *data) - - - void - glGetBooleanv - qopenglfunctions-4-4-core.html - glGetBooleanv - (GLenum pname, GLboolean *data) - - - void - glReadPixels - qopenglfunctions-4-4-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) - - - void - glReadBuffer - qopenglfunctions-4-4-core.html - glReadBuffer - (GLenum src) - - - void - glPixelStorei - qopenglfunctions-4-4-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-4-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-4-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-4-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-4-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-4-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-4-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-4-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-4-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-4-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-4-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-4-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-4-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-4-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-4-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-4-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-4-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-4-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-4-core.html - glDrawBuffer - (GLenum buf) - - - void - glTexImage2D - qopenglfunctions-4-4-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage1D - qopenglfunctions-4-4-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-4-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-4-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-4-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-4-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-4-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-4-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-4-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-4-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-4-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-4-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-4-core.html - glCullFace - (GLenum mode) - - - GLboolean - glIsTexture - qopenglfunctions-4-4-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-4-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-4-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-4-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-4-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-4-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-4-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-4-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-4-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-4-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-4-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glDrawElements - qopenglfunctions-4-4-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const void *indices) - - - void - glDrawArrays - qopenglfunctions-4-4-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glBlendColor - qopenglfunctions-4-4-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glBlendEquation - qopenglfunctions-4-4-core.html - glBlendEquation - (GLenum mode) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-4-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-4-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage3D - qopenglfunctions-4-4-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-4-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) - - - void - glGetCompressedTexImage - qopenglfunctions-4-4-core.html - glGetCompressedTexImage - (GLenum target, GLint level, void *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-4-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-4-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-4-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-4-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-4-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-4-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) - - - void - glSampleCoverage - qopenglfunctions-4-4-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-4-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-4-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-4-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-4-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-4-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-4-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-4-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-4-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-4-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, void **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-4-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-4-core.html - glUnmapBuffer - (GLenum target) - - - void * - glMapBuffer - qopenglfunctions-4-4-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-4-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, void *data) - - - void - glBufferSubData - qopenglfunctions-4-4-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const void *data) - - - void - glBufferData - qopenglfunctions-4-4-core.html - glBufferData - (GLenum target, GLsizeiptr size, const void *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-4-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-4-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-4-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-4-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-4-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-4-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-4-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-4-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-4-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-4-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-4-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-4-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-4-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) - - - void - glVertexAttrib4usv - qopenglfunctions-4-4-core.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-4-core.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-4-core.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-4-core.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-4-core.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-4-core.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-4-core.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-4-core.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-4-core.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-4-core.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-4-core.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-4-core.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-4-core.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-4-core.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-4-core.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-4-core.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-4-core.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-4-core.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-4-core.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-4-core.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-4-core.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-4-core.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-4-core.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-4-core.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-4-core.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-4-core.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-4-core.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-4-core.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-4-core.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-4-core.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-4-core.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-4-core.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-4-core.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-4-core.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-4-core.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-4-core.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glValidateProgram - qopenglfunctions-4-4-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-4-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-4-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-4-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-4-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-4-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-4-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-4-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-4-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-4-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-4-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-4-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-4-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-4-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-4-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-4-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-4-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-4-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-4-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-4-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-4-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-4-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-4-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-4-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-4-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-4-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, void **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-4-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-4-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-4-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-4-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-4-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-4-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-4-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-4-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-4-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-4-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-4-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-4-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-4-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders) - - - void - glGetActiveUniform - qopenglfunctions-4-4-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-4-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-4-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-4-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-4-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-4-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-4-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-4-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-4-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-4-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-4-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-4-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-4-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-4-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-4-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-4-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-4-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-4-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-4-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-4-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-4-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-4-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-4-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-4-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-4-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-4-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-4-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-4-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - void * - glMapBufferRange - qopenglfunctions-4-4-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-4-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-4-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-4-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-4-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-4-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-4-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-4-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-4-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-4-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-4-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-4-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-4-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-4-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-4-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-4-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-4-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-4-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-4-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-4-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-4-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-4-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-4-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-4-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-4-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-4-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-4-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-4-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-4-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-4-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-4-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-4-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-4-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-4-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-4-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-4-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-4-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-4-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-4-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-4-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-4-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glVertexAttribI4usv - qopenglfunctions-4-4-core.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-4-core.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-4-core.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-4-core.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-4-core.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-4-core.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-4-core.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-4-core.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-4-core.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-4-core.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-4-core.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-4-core.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-4-core.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-4-core.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-4-core.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-4-core.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-4-core.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-4-core.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-4-core.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-4-core.html - glVertexAttribI1i - (GLuint index, GLint x) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-4-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-4-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-4-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-4-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-4-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-4-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-4-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-4-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-4-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-4-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-4-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-4-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-4-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-4-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-4-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-4-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-4-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-4-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glUniformBlockBinding - qopenglfunctions-4-4-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-4-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-4-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-4-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-4-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-4-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-4-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glCopyBufferSubData - qopenglfunctions-4-4-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-4-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-4-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-4-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-4-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-4-core.html - glSampleMaski - (GLuint maskNumber, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-4-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-4-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-4-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glFramebufferTexture - qopenglfunctions-4-4-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-4-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-4-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glGetSynciv - qopenglfunctions-4-4-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-4-core.html - glGetInteger64v - (GLenum pname, GLint64 *data) - - - void - glWaitSync - qopenglfunctions-4-4-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-4-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-4-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-4-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-4-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-4-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-4-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-4-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-4-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-4-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-4-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-4-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-4-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-4-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-4-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-4-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-4-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-4-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribDivisor - qopenglfunctions-4-4-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-4-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-4-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-4-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-4-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-4-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-4-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-4-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-4-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-4-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-4-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-4-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-4-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-4-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-4-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-4-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-4-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-4-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-4-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-4-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glGetQueryIndexediv - qopenglfunctions-4-4-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-4-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-4-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-4-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-4-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-4-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-4-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-4-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-4-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-4-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-4-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-4-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-4-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-4-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-4-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-4-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-4-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-4-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-4-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-4-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-4-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-4-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-4-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-4-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-4-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-4-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-4-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-4-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-4-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-4-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-4-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-4-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-4-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-4-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-4-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-4-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-4-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-4-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-4-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-4-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-4-core.html - glDrawArraysIndirect - (GLenum mode, const void *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-4-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-4-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-4-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-4-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-4-core.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-4-core.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-4-core.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-4-core.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-4-core.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-4-core.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-4-core.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-4-core.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-4-core.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-4-core.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-4-core.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-4-core.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-4-core.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-4-core.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-4-core.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-4-core.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-4-core.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-4-core.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-4-core.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-4-core.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-4-core.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-4-core.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-4-core.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-4-core.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-4-core.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-4-core.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-4-core.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-4-core.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-4-core.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-4-core.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-4-core.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-4-core.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-4-core.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-4-core.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-4-core.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-4-core.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-4-core.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-4-core.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-4-core.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-4-core.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-4-core.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-4-core.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-4-core.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-4-core.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-4-core.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-4-core.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-4-core.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-4-core.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-4-core.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-4-core.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-4-core.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-4-core.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-4-core.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-4-core.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-4-core.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-4-core.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-4-core.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-4-core.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-4-core.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-4-core.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-4-core.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-4-core.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-4-core.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-4-core.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-4-core.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-4-core.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-4-core.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) - - - void - glClearDepthf - qopenglfunctions-4-4-core.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-4-core.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-4-core.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-4-core.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-4-core.html - glReleaseShaderCompiler - () - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-4-core.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-4-core.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glTexStorage3D - qopenglfunctions-4-4-core.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-4-core.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-4-core.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-4-core.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-4-core.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-4-core.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-4-core.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-4-core.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-4-core.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-4-core.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glGetObjectPtrLabel - qopenglfunctions-4-4-core.html - glGetObjectPtrLabel - (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectPtrLabel - qopenglfunctions-4-4-core.html - glObjectPtrLabel - (const void *ptr, GLsizei length, const GLchar *label) - - - void - glGetObjectLabel - qopenglfunctions-4-4-core.html - glGetObjectLabel - (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectLabel - qopenglfunctions-4-4-core.html - glObjectLabel - (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) - - - void - glPopDebugGroup - qopenglfunctions-4-4-core.html - glPopDebugGroup - () - - - void - glPushDebugGroup - qopenglfunctions-4-4-core.html - glPushDebugGroup - (GLenum source, GLuint id, GLsizei length, const GLchar *message) - - - GLuint - glGetDebugMessageLog - qopenglfunctions-4-4-core.html - glGetDebugMessageLog - (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) - - - void - glDebugMessageCallback - qopenglfunctions-4-4-core.html - glDebugMessageCallback - (GLDEBUGPROC callback, const void *userParam) - - - void - glDebugMessageInsert - qopenglfunctions-4-4-core.html - glDebugMessageInsert - (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) - - - void - glDebugMessageControl - qopenglfunctions-4-4-core.html - glDebugMessageControl - (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) - - - void - glVertexBindingDivisor - qopenglfunctions-4-4-core.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-4-core.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-4-core.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-4-core.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-4-core.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-4-core.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-4-core.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-4-core.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-4-core.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-4-core.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-4-core.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-4-core.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-4-core.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-4-core.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-4-core.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-4-core.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-4-core.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-4-core.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-4-core.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-4-core.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-4-core.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-4-core.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-4-core.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-4-core.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-4-core.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-4-core.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-4-core.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-4-core.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glCopyImageSubData - qopenglfunctions-4-4-core.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-4-core.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-4-core.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-4-core.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-4-core.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glBindVertexBuffers - qopenglfunctions-4-4-core.html - glBindVertexBuffers - (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glBindImageTextures - qopenglfunctions-4-4-core.html - glBindImageTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindSamplers - qopenglfunctions-4-4-core.html - glBindSamplers - (GLuint first, GLsizei count, const GLuint *samplers) - - - void - glBindTextures - qopenglfunctions-4-4-core.html - glBindTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindBuffersRange - qopenglfunctions-4-4-core.html - glBindBuffersRange - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) - - - void - glBindBuffersBase - qopenglfunctions-4-4-core.html - glBindBuffersBase - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers) - - - void - glClearTexSubImage - qopenglfunctions-4-4-core.html - glClearTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) - - - void - glClearTexImage - qopenglfunctions-4-4-core.html - glClearTexImage - (GLuint texture, GLint level, GLenum format, GLenum type, const void *data) - - - void - glBufferStorage - qopenglfunctions-4-4-core.html - glBufferStorage - (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) - - - - QOpenGLFunctions_4_5_Compatibility - qopenglfunctions-4-5-compatibility.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_5_Compatibility - qopenglfunctions-4-5-compatibility.html - QOpenGLFunctions_4_5_Compatibility - () - - - virtual - ~QOpenGLFunctions_4_5_Compatibility - qopenglfunctions-4-5-compatibility.html - dtor.QOpenGLFunctions_4_5_Compatibility - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-5-compatibility.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-5-compatibility.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-5-compatibility.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-5-compatibility.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-5-compatibility.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-5-compatibility.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-5-compatibility.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-5-compatibility.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-5-compatibility.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, void *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-5-compatibility.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-5-compatibility.html - glGetIntegerv - (GLenum pname, GLint *data) - - - void - glGetFloatv - qopenglfunctions-4-5-compatibility.html - glGetFloatv - (GLenum pname, GLfloat *data) - - - GLenum - glGetError - qopenglfunctions-4-5-compatibility.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-5-compatibility.html - glGetDoublev - (GLenum pname, GLdouble *data) - - - void - glGetBooleanv - qopenglfunctions-4-5-compatibility.html - glGetBooleanv - (GLenum pname, GLboolean *data) - - - void - glReadPixels - qopenglfunctions-4-5-compatibility.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) - - - void - glReadBuffer - qopenglfunctions-4-5-compatibility.html - glReadBuffer - (GLenum src) - - - void - glPixelStorei - qopenglfunctions-4-5-compatibility.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-5-compatibility.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-5-compatibility.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-5-compatibility.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-5-compatibility.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-5-compatibility.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-5-compatibility.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-5-compatibility.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-5-compatibility.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-5-compatibility.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-5-compatibility.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-5-compatibility.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-5-compatibility.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-5-compatibility.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-5-compatibility.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-5-compatibility.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-5-compatibility.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-5-compatibility.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-5-compatibility.html - glDrawBuffer - (GLenum buf) - - - void - glTexImage2D - qopenglfunctions-4-5-compatibility.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage1D - qopenglfunctions-4-5-compatibility.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-5-compatibility.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-5-compatibility.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-5-compatibility.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-5-compatibility.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-5-compatibility.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-5-compatibility.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-5-compatibility.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-5-compatibility.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-5-compatibility.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-5-compatibility.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-5-compatibility.html - glCullFace - (GLenum mode) - - - GLboolean - glIsTexture - qopenglfunctions-4-5-compatibility.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-5-compatibility.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-5-compatibility.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-5-compatibility.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-5-compatibility.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-5-compatibility.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-5-compatibility.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-5-compatibility.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-5-compatibility.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-5-compatibility.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-5-compatibility.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glDrawElements - qopenglfunctions-4-5-compatibility.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const void *indices) - - - void - glDrawArrays - qopenglfunctions-4-5-compatibility.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glBlendColor - qopenglfunctions-4-5-compatibility.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glBlendEquation - qopenglfunctions-4-5-compatibility.html - glBlendEquation - (GLenum mode) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-5-compatibility.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-5-compatibility.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage3D - qopenglfunctions-4-5-compatibility.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-5-compatibility.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) - - - void - glGetCompressedTexImage - qopenglfunctions-4-5-compatibility.html - glGetCompressedTexImage - (GLenum target, GLint level, void *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-5-compatibility.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-5-compatibility.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-5-compatibility.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-5-compatibility.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-5-compatibility.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-5-compatibility.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) - - - void - glSampleCoverage - qopenglfunctions-4-5-compatibility.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-5-compatibility.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-5-compatibility.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-5-compatibility.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-5-compatibility.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-5-compatibility.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-5-compatibility.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-5-compatibility.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-5-compatibility.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-5-compatibility.html - glGetBufferPointerv - (GLenum target, GLenum pname, void **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-5-compatibility.html - glUnmapBuffer - (GLenum target) - - - void * - glMapBuffer - qopenglfunctions-4-5-compatibility.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-5-compatibility.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, void *data) - - - void - glBufferSubData - qopenglfunctions-4-5-compatibility.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const void *data) - - - void - glBufferData - qopenglfunctions-4-5-compatibility.html - glBufferData - (GLenum target, GLsizeiptr size, const void *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-5-compatibility.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-5-compatibility.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-5-compatibility.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-5-compatibility.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-5-compatibility.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-5-compatibility.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-5-compatibility.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-5-compatibility.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-5-compatibility.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-5-compatibility.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-5-compatibility.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-5-compatibility.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-5-compatibility.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) - - - void - glVertexAttrib4usv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-5-compatibility.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-5-compatibility.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-5-compatibility.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glValidateProgram - qopenglfunctions-4-5-compatibility.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-5-compatibility.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-5-compatibility.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-5-compatibility.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-5-compatibility.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-5-compatibility.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-5-compatibility.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-5-compatibility.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-5-compatibility.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-5-compatibility.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-5-compatibility.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-5-compatibility.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-5-compatibility.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-5-compatibility.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-5-compatibility.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-5-compatibility.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-5-compatibility.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-5-compatibility.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-5-compatibility.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-5-compatibility.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-5-compatibility.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-5-compatibility.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, void **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-5-compatibility.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-5-compatibility.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-5-compatibility.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-5-compatibility.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-5-compatibility.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-5-compatibility.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-5-compatibility.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-5-compatibility.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-5-compatibility.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-5-compatibility.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders) - - - void - glGetActiveUniform - qopenglfunctions-4-5-compatibility.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-5-compatibility.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-5-compatibility.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-5-compatibility.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-5-compatibility.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-5-compatibility.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-5-compatibility.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-5-compatibility.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-5-compatibility.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-5-compatibility.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-5-compatibility.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-5-compatibility.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-5-compatibility.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-5-compatibility.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-5-compatibility.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-5-compatibility.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-5-compatibility.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-5-compatibility.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-5-compatibility.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-5-compatibility.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-5-compatibility.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-5-compatibility.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - void * - glMapBufferRange - qopenglfunctions-4-5-compatibility.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-5-compatibility.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-5-compatibility.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-5-compatibility.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-5-compatibility.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-5-compatibility.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-5-compatibility.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-5-compatibility.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-5-compatibility.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-5-compatibility.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-5-compatibility.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-5-compatibility.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-5-compatibility.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-5-compatibility.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-5-compatibility.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-5-compatibility.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-5-compatibility.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-5-compatibility.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-5-compatibility.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-5-compatibility.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-5-compatibility.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-5-compatibility.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-5-compatibility.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-5-compatibility.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-5-compatibility.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-5-compatibility.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-5-compatibility.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-5-compatibility.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-5-compatibility.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-5-compatibility.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-5-compatibility.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-5-compatibility.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-5-compatibility.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-5-compatibility.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-5-compatibility.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-5-compatibility.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-5-compatibility.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-5-compatibility.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-5-compatibility.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-5-compatibility.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glVertexAttribI4usv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-5-compatibility.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-5-compatibility.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-5-compatibility.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-5-compatibility.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-5-compatibility.html - glVertexAttribI1i - (GLuint index, GLint x) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-5-compatibility.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-5-compatibility.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-5-compatibility.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-5-compatibility.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-5-compatibility.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-5-compatibility.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-5-compatibility.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-5-compatibility.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-5-compatibility.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-5-compatibility.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-5-compatibility.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-5-compatibility.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-5-compatibility.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-5-compatibility.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-5-compatibility.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-5-compatibility.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glUniformBlockBinding - qopenglfunctions-4-5-compatibility.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-5-compatibility.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-5-compatibility.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-5-compatibility.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-5-compatibility.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-5-compatibility.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-5-compatibility.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glCopyBufferSubData - qopenglfunctions-4-5-compatibility.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-5-compatibility.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-5-compatibility.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-5-compatibility.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-5-compatibility.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-5-compatibility.html - glSampleMaski - (GLuint maskNumber, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-5-compatibility.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-5-compatibility.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-5-compatibility.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glFramebufferTexture - qopenglfunctions-4-5-compatibility.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-5-compatibility.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-5-compatibility.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glGetSynciv - qopenglfunctions-4-5-compatibility.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-5-compatibility.html - glGetInteger64v - (GLenum pname, GLint64 *data) - - - void - glWaitSync - qopenglfunctions-4-5-compatibility.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-5-compatibility.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-5-compatibility.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-5-compatibility.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-5-compatibility.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-5-compatibility.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-5-compatibility.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-5-compatibility.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-5-compatibility.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-5-compatibility.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-5-compatibility.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-5-compatibility.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribDivisor - qopenglfunctions-4-5-compatibility.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-5-compatibility.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-5-compatibility.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-5-compatibility.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-5-compatibility.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-5-compatibility.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-5-compatibility.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-5-compatibility.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-5-compatibility.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-5-compatibility.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-5-compatibility.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-5-compatibility.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-5-compatibility.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-5-compatibility.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-5-compatibility.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-5-compatibility.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-5-compatibility.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-5-compatibility.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-5-compatibility.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-5-compatibility.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glGetQueryIndexediv - qopenglfunctions-4-5-compatibility.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-5-compatibility.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-5-compatibility.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-5-compatibility.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-5-compatibility.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-5-compatibility.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-5-compatibility.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-5-compatibility.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-5-compatibility.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-5-compatibility.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-5-compatibility.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-5-compatibility.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-5-compatibility.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-5-compatibility.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-5-compatibility.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-5-compatibility.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-5-compatibility.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-5-compatibility.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-5-compatibility.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-5-compatibility.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-5-compatibility.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-5-compatibility.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-5-compatibility.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-5-compatibility.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-5-compatibility.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-5-compatibility.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-5-compatibility.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-5-compatibility.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-5-compatibility.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-5-compatibility.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-5-compatibility.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-5-compatibility.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-5-compatibility.html - glDrawArraysIndirect - (GLenum mode, const void *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-5-compatibility.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-5-compatibility.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-5-compatibility.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-5-compatibility.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-5-compatibility.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-5-compatibility.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-5-compatibility.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-5-compatibility.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-5-compatibility.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-5-compatibility.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-5-compatibility.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-5-compatibility.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-5-compatibility.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-5-compatibility.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-5-compatibility.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-5-compatibility.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-5-compatibility.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-5-compatibility.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-5-compatibility.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-5-compatibility.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-5-compatibility.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-5-compatibility.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-5-compatibility.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-5-compatibility.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-5-compatibility.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-5-compatibility.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-5-compatibility.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-5-compatibility.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-5-compatibility.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-5-compatibility.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-5-compatibility.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-5-compatibility.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-5-compatibility.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-5-compatibility.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-5-compatibility.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-5-compatibility.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-5-compatibility.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-5-compatibility.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-5-compatibility.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-5-compatibility.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-5-compatibility.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-5-compatibility.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-5-compatibility.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-5-compatibility.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-5-compatibility.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-5-compatibility.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-5-compatibility.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-5-compatibility.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-5-compatibility.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-5-compatibility.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-5-compatibility.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-5-compatibility.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-5-compatibility.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-5-compatibility.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-5-compatibility.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-5-compatibility.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-5-compatibility.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-5-compatibility.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-5-compatibility.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-5-compatibility.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-5-compatibility.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-5-compatibility.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-5-compatibility.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-5-compatibility.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-5-compatibility.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-5-compatibility.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-5-compatibility.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-5-compatibility.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-5-compatibility.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-5-compatibility.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-5-compatibility.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) - - - void - glClearDepthf - qopenglfunctions-4-5-compatibility.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-5-compatibility.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-5-compatibility.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-5-compatibility.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-5-compatibility.html - glReleaseShaderCompiler - () - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-5-compatibility.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-5-compatibility.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glTexStorage3D - qopenglfunctions-4-5-compatibility.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-5-compatibility.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-5-compatibility.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-5-compatibility.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-5-compatibility.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-5-compatibility.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-5-compatibility.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-5-compatibility.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-5-compatibility.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-5-compatibility.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glGetObjectPtrLabel - qopenglfunctions-4-5-compatibility.html - glGetObjectPtrLabel - (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectPtrLabel - qopenglfunctions-4-5-compatibility.html - glObjectPtrLabel - (const void *ptr, GLsizei length, const GLchar *label) - - - void - glGetObjectLabel - qopenglfunctions-4-5-compatibility.html - glGetObjectLabel - (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectLabel - qopenglfunctions-4-5-compatibility.html - glObjectLabel - (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) - - - void - glPopDebugGroup - qopenglfunctions-4-5-compatibility.html - glPopDebugGroup - () - - - void - glPushDebugGroup - qopenglfunctions-4-5-compatibility.html - glPushDebugGroup - (GLenum source, GLuint id, GLsizei length, const GLchar *message) - - - GLuint - glGetDebugMessageLog - qopenglfunctions-4-5-compatibility.html - glGetDebugMessageLog - (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) - - - void - glDebugMessageCallback - qopenglfunctions-4-5-compatibility.html - glDebugMessageCallback - (GLDEBUGPROC callback, const void *userParam) - - - void - glDebugMessageInsert - qopenglfunctions-4-5-compatibility.html - glDebugMessageInsert - (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) - - - void - glDebugMessageControl - qopenglfunctions-4-5-compatibility.html - glDebugMessageControl - (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) - - - void - glVertexBindingDivisor - qopenglfunctions-4-5-compatibility.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-5-compatibility.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-5-compatibility.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-5-compatibility.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-5-compatibility.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-5-compatibility.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-5-compatibility.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-5-compatibility.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-5-compatibility.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-5-compatibility.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-5-compatibility.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-5-compatibility.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-5-compatibility.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-5-compatibility.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-5-compatibility.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-5-compatibility.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-5-compatibility.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-5-compatibility.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-5-compatibility.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-5-compatibility.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-5-compatibility.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-5-compatibility.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-5-compatibility.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-5-compatibility.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-5-compatibility.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-5-compatibility.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-5-compatibility.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glCopyImageSubData - qopenglfunctions-4-5-compatibility.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-5-compatibility.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-5-compatibility.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-5-compatibility.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-5-compatibility.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glBindVertexBuffers - qopenglfunctions-4-5-compatibility.html - glBindVertexBuffers - (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glBindImageTextures - qopenglfunctions-4-5-compatibility.html - glBindImageTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindSamplers - qopenglfunctions-4-5-compatibility.html - glBindSamplers - (GLuint first, GLsizei count, const GLuint *samplers) - - - void - glBindTextures - qopenglfunctions-4-5-compatibility.html - glBindTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindBuffersRange - qopenglfunctions-4-5-compatibility.html - glBindBuffersRange - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) - - - void - glBindBuffersBase - qopenglfunctions-4-5-compatibility.html - glBindBuffersBase - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers) - - - void - glClearTexSubImage - qopenglfunctions-4-5-compatibility.html - glClearTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) - - - void - glClearTexImage - qopenglfunctions-4-5-compatibility.html - glClearTexImage - (GLuint texture, GLint level, GLenum format, GLenum type, const void *data) - - - void - glBufferStorage - qopenglfunctions-4-5-compatibility.html - glBufferStorage - (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) - - - void - glTextureBarrier - qopenglfunctions-4-5-compatibility.html - glTextureBarrier - () - - - void - glReadnPixels - qopenglfunctions-4-5-compatibility.html - glReadnPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) - - - void - glGetnUniformuiv - qopenglfunctions-4-5-compatibility.html - glGetnUniformuiv - (GLuint program, GLint location, GLsizei bufSize, GLuint *params) - - - void - glGetnUniformiv - qopenglfunctions-4-5-compatibility.html - glGetnUniformiv - (GLuint program, GLint location, GLsizei bufSize, GLint *params) - - - void - glGetnUniformfv - qopenglfunctions-4-5-compatibility.html - glGetnUniformfv - (GLuint program, GLint location, GLsizei bufSize, GLfloat *params) - - - void - glGetnUniformdv - qopenglfunctions-4-5-compatibility.html - glGetnUniformdv - (GLuint program, GLint location, GLsizei bufSize, GLdouble *params) - - - void - glGetnTexImage - qopenglfunctions-4-5-compatibility.html - glGetnTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glGetnCompressedTexImage - qopenglfunctions-4-5-compatibility.html - glGetnCompressedTexImage - (GLenum target, GLint lod, GLsizei bufSize, void *pixels) - - - GLenum - glGetGraphicsResetStatus - qopenglfunctions-4-5-compatibility.html - glGetGraphicsResetStatus - () - - - void - glGetCompressedTextureSubImage - qopenglfunctions-4-5-compatibility.html - glGetCompressedTextureSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) - - - void - glGetTextureSubImage - qopenglfunctions-4-5-compatibility.html - glGetTextureSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glMemoryBarrierByRegion - qopenglfunctions-4-5-compatibility.html - glMemoryBarrierByRegion - (GLbitfield barriers) - - - void - glCreateQueries - qopenglfunctions-4-5-compatibility.html - glCreateQueries - (GLenum target, GLsizei n, GLuint *ids) - - - void - glCreateProgramPipelines - qopenglfunctions-4-5-compatibility.html - glCreateProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glCreateSamplers - qopenglfunctions-4-5-compatibility.html - glCreateSamplers - (GLsizei n, GLuint *samplers) - - - void - glGetVertexArrayIndexed64iv - qopenglfunctions-4-5-compatibility.html - glGetVertexArrayIndexed64iv - (GLuint vaobj, GLuint index, GLenum pname, GLint64 *param) - - - void - glGetVertexArrayIndexediv - qopenglfunctions-4-5-compatibility.html - glGetVertexArrayIndexediv - (GLuint vaobj, GLuint index, GLenum pname, GLint *param) - - - void - glGetVertexArrayiv - qopenglfunctions-4-5-compatibility.html - glGetVertexArrayiv - (GLuint vaobj, GLenum pname, GLint *param) - - - void - glVertexArrayBindingDivisor - qopenglfunctions-4-5-compatibility.html - glVertexArrayBindingDivisor - (GLuint vaobj, GLuint bindingindex, GLuint divisor) - - - void - glVertexArrayAttribLFormat - qopenglfunctions-4-5-compatibility.html - glVertexArrayAttribLFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexArrayAttribIFormat - qopenglfunctions-4-5-compatibility.html - glVertexArrayAttribIFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexArrayAttribFormat - qopenglfunctions-4-5-compatibility.html - glVertexArrayAttribFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glVertexArrayAttribBinding - qopenglfunctions-4-5-compatibility.html - glVertexArrayAttribBinding - (GLuint vaobj, GLuint attribindex, GLuint bindingindex) - - - void - glVertexArrayVertexBuffers - qopenglfunctions-4-5-compatibility.html - glVertexArrayVertexBuffers - (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glVertexArrayVertexBuffer - qopenglfunctions-4-5-compatibility.html - glVertexArrayVertexBuffer - (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glVertexArrayElementBuffer - qopenglfunctions-4-5-compatibility.html - glVertexArrayElementBuffer - (GLuint vaobj, GLuint buffer) - - - void - glEnableVertexArrayAttrib - qopenglfunctions-4-5-compatibility.html - glEnableVertexArrayAttrib - (GLuint vaobj, GLuint index) - - - void - glDisableVertexArrayAttrib - qopenglfunctions-4-5-compatibility.html - glDisableVertexArrayAttrib - (GLuint vaobj, GLuint index) - - - void - glCreateVertexArrays - qopenglfunctions-4-5-compatibility.html - glCreateVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glGetTextureParameteriv - qopenglfunctions-4-5-compatibility.html - glGetTextureParameteriv - (GLuint texture, GLenum pname, GLint *params) - - - void - glGetTextureParameterIuiv - qopenglfunctions-4-5-compatibility.html - glGetTextureParameterIuiv - (GLuint texture, GLenum pname, GLuint *params) - - - void - glGetTextureParameterIiv - qopenglfunctions-4-5-compatibility.html - glGetTextureParameterIiv - (GLuint texture, GLenum pname, GLint *params) - - - void - glGetTextureParameterfv - qopenglfunctions-4-5-compatibility.html - glGetTextureParameterfv - (GLuint texture, GLenum pname, GLfloat *params) - - - void - glGetTextureLevelParameteriv - qopenglfunctions-4-5-compatibility.html - glGetTextureLevelParameteriv - (GLuint texture, GLint level, GLenum pname, GLint *params) - - - void - glGetTextureLevelParameterfv - qopenglfunctions-4-5-compatibility.html - glGetTextureLevelParameterfv - (GLuint texture, GLint level, GLenum pname, GLfloat *params) - - - void - glGetCompressedTextureImage - qopenglfunctions-4-5-compatibility.html - glGetCompressedTextureImage - (GLuint texture, GLint level, GLsizei bufSize, void *pixels) - - - void - glGetTextureImage - qopenglfunctions-4-5-compatibility.html - glGetTextureImage - (GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glBindTextureUnit - qopenglfunctions-4-5-compatibility.html - glBindTextureUnit - (GLuint unit, GLuint texture) - - - void - glGenerateTextureMipmap - qopenglfunctions-4-5-compatibility.html - glGenerateTextureMipmap - (GLuint texture) - - - void - glTextureParameteriv - qopenglfunctions-4-5-compatibility.html - glTextureParameteriv - (GLuint texture, GLenum pname, const GLint *param) - - - void - glTextureParameterIuiv - qopenglfunctions-4-5-compatibility.html - glTextureParameterIuiv - (GLuint texture, GLenum pname, const GLuint *params) - - - void - glTextureParameterIiv - qopenglfunctions-4-5-compatibility.html - glTextureParameterIiv - (GLuint texture, GLenum pname, const GLint *params) - - - void - glTextureParameteri - qopenglfunctions-4-5-compatibility.html - glTextureParameteri - (GLuint texture, GLenum pname, GLint param) - - - void - glTextureParameterfv - qopenglfunctions-4-5-compatibility.html - glTextureParameterfv - (GLuint texture, GLenum pname, const GLfloat *param) - - - void - glTextureParameterf - qopenglfunctions-4-5-compatibility.html - glTextureParameterf - (GLuint texture, GLenum pname, GLfloat param) - - - void - glCopyTextureSubImage3D - qopenglfunctions-4-5-compatibility.html - glCopyTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTextureSubImage2D - qopenglfunctions-4-5-compatibility.html - glCopyTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTextureSubImage1D - qopenglfunctions-4-5-compatibility.html - glCopyTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCompressedTextureSubImage3D - qopenglfunctions-4-5-compatibility.html - glCompressedTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTextureSubImage2D - qopenglfunctions-4-5-compatibility.html - glCompressedTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTextureSubImage1D - qopenglfunctions-4-5-compatibility.html - glCompressedTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glTextureSubImage3D - qopenglfunctions-4-5-compatibility.html - glTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTextureSubImage2D - qopenglfunctions-4-5-compatibility.html - glTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTextureSubImage1D - qopenglfunctions-4-5-compatibility.html - glTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glTextureStorage3DMultisample - qopenglfunctions-4-5-compatibility.html - glTextureStorage3DMultisample - (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTextureStorage2DMultisample - qopenglfunctions-4-5-compatibility.html - glTextureStorage2DMultisample - (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTextureStorage3D - qopenglfunctions-4-5-compatibility.html - glTextureStorage3D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTextureStorage2D - qopenglfunctions-4-5-compatibility.html - glTextureStorage2D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTextureStorage1D - qopenglfunctions-4-5-compatibility.html - glTextureStorage1D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glTextureBufferRange - qopenglfunctions-4-5-compatibility.html - glTextureBufferRange - (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizei size) - - - void - glTextureBuffer - qopenglfunctions-4-5-compatibility.html - glTextureBuffer - (GLuint texture, GLenum internalformat, GLuint buffer) - - - void - glCreateTextures - qopenglfunctions-4-5-compatibility.html - glCreateTextures - (GLenum target, GLsizei n, GLuint *textures) - - - void - glGetNamedRenderbufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetNamedRenderbufferParameteriv - (GLuint renderbuffer, GLenum pname, GLint *params) - - - void - glNamedRenderbufferStorageMultisample - qopenglfunctions-4-5-compatibility.html - glNamedRenderbufferStorageMultisample - (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glNamedRenderbufferStorage - qopenglfunctions-4-5-compatibility.html - glNamedRenderbufferStorage - (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glCreateRenderbuffers - qopenglfunctions-4-5-compatibility.html - glCreateRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glGetNamedFramebufferAttachmentParameteriv - qopenglfunctions-4-5-compatibility.html - glGetNamedFramebufferAttachmentParameteriv - (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params) - - - void - glGetNamedFramebufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetNamedFramebufferParameteriv - (GLuint framebuffer, GLenum pname, GLint *param) - - - GLenum - glCheckNamedFramebufferStatus - qopenglfunctions-4-5-compatibility.html - glCheckNamedFramebufferStatus - (GLuint framebuffer, GLenum target) - - - void - glBlitNamedFramebuffer - qopenglfunctions-4-5-compatibility.html - glBlitNamedFramebuffer - (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glClearNamedFramebufferfi - qopenglfunctions-4-5-compatibility.html - glClearNamedFramebufferfi - (GLuint framebuffer, GLenum buffer, GLfloat depth, GLint stencil) - - - void - glClearNamedFramebufferfv - qopenglfunctions-4-5-compatibility.html - glClearNamedFramebufferfv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearNamedFramebufferuiv - qopenglfunctions-4-5-compatibility.html - glClearNamedFramebufferuiv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearNamedFramebufferiv - qopenglfunctions-4-5-compatibility.html - glClearNamedFramebufferiv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glInvalidateNamedFramebufferSubData - qopenglfunctions-4-5-compatibility.html - glInvalidateNamedFramebufferSubData - (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateNamedFramebufferData - qopenglfunctions-4-5-compatibility.html - glInvalidateNamedFramebufferData - (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments) - - - void - glNamedFramebufferReadBuffer - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferReadBuffer - (GLuint framebuffer, GLenum src) - - - void - glNamedFramebufferDrawBuffers - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferDrawBuffers - (GLuint framebuffer, GLsizei n, const GLenum *bufs) - - - void - glNamedFramebufferDrawBuffer - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferDrawBuffer - (GLuint framebuffer, GLenum buf) - - - void - glNamedFramebufferTextureLayer - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferTextureLayer - (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glNamedFramebufferTexture - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferTexture - (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level) - - - void - glNamedFramebufferParameteri - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferParameteri - (GLuint framebuffer, GLenum pname, GLint param) - - - void - glNamedFramebufferRenderbuffer - qopenglfunctions-4-5-compatibility.html - glNamedFramebufferRenderbuffer - (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glCreateFramebuffers - qopenglfunctions-4-5-compatibility.html - glCreateFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glGetNamedBufferSubData - qopenglfunctions-4-5-compatibility.html - glGetNamedBufferSubData - (GLuint buffer, GLintptr offset, GLsizei size, void *data) - - - void - glGetNamedBufferPointerv - qopenglfunctions-4-5-compatibility.html - glGetNamedBufferPointerv - (GLuint buffer, GLenum pname, void **params) - - - void - glGetNamedBufferParameteri64v - qopenglfunctions-4-5-compatibility.html - glGetNamedBufferParameteri64v - (GLuint buffer, GLenum pname, GLint64 *params) - - - void - glGetNamedBufferParameteriv - qopenglfunctions-4-5-compatibility.html - glGetNamedBufferParameteriv - (GLuint buffer, GLenum pname, GLint *params) - - - void - glFlushMappedNamedBufferRange - qopenglfunctions-4-5-compatibility.html - glFlushMappedNamedBufferRange - (GLuint buffer, GLintptr offset, GLsizei length) - - - GLboolean - glUnmapNamedBuffer - qopenglfunctions-4-5-compatibility.html - glUnmapNamedBuffer - (GLuint buffer) - - - void * - glMapNamedBufferRange - qopenglfunctions-4-5-compatibility.html - glMapNamedBufferRange - (GLuint buffer, GLintptr offset, GLsizei length, GLbitfield access) - - - void * - glMapNamedBuffer - qopenglfunctions-4-5-compatibility.html - glMapNamedBuffer - (GLuint buffer, GLenum access) - - - void - glClearNamedBufferSubData - qopenglfunctions-4-5-compatibility.html - glClearNamedBufferSubData - (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizei size, GLenum format, GLenum type, const void *data) - - - void - glClearNamedBufferData - qopenglfunctions-4-5-compatibility.html - glClearNamedBufferData - (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glCopyNamedBufferSubData - qopenglfunctions-4-5-compatibility.html - glCopyNamedBufferSubData - (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizei size) - - - void - glNamedBufferSubData - qopenglfunctions-4-5-compatibility.html - glNamedBufferSubData - (GLuint buffer, GLintptr offset, GLsizei size, const void *data) - - - void - glNamedBufferData - qopenglfunctions-4-5-compatibility.html - glNamedBufferData - (GLuint buffer, GLsizei size, const void *data, GLenum usage) - - - void - glNamedBufferStorage - qopenglfunctions-4-5-compatibility.html - glNamedBufferStorage - (GLuint buffer, GLsizei size, const void *data, GLbitfield flags) - - - void - glCreateBuffers - qopenglfunctions-4-5-compatibility.html - glCreateBuffers - (GLsizei n, GLuint *buffers) - - - void - glGetTransformFeedbacki64_v - qopenglfunctions-4-5-compatibility.html - glGetTransformFeedbacki64_v - (GLuint xfb, GLenum pname, GLuint index, GLint64 *param) - - - void - glGetTransformFeedbacki_v - qopenglfunctions-4-5-compatibility.html - glGetTransformFeedbacki_v - (GLuint xfb, GLenum pname, GLuint index, GLint *param) - - - void - glGetTransformFeedbackiv - qopenglfunctions-4-5-compatibility.html - glGetTransformFeedbackiv - (GLuint xfb, GLenum pname, GLint *param) - - - void - glTransformFeedbackBufferRange - qopenglfunctions-4-5-compatibility.html - glTransformFeedbackBufferRange - (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizei size) - - - void - glTransformFeedbackBufferBase - qopenglfunctions-4-5-compatibility.html - glTransformFeedbackBufferBase - (GLuint xfb, GLuint index, GLuint buffer) - - - void - glCreateTransformFeedbacks - qopenglfunctions-4-5-compatibility.html - glCreateTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glClipControl - qopenglfunctions-4-5-compatibility.html - glClipControl - (GLenum origin, GLenum depth) - - - void - glTranslatef - qopenglfunctions-4-5-compatibility.html - glTranslatef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glTranslated - qopenglfunctions-4-5-compatibility.html - glTranslated - (GLdouble x, GLdouble y, GLdouble z) - - - void - glScalef - qopenglfunctions-4-5-compatibility.html - glScalef - (GLfloat x, GLfloat y, GLfloat z) - - - void - glScaled - qopenglfunctions-4-5-compatibility.html - glScaled - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRotatef - qopenglfunctions-4-5-compatibility.html - glRotatef - (GLfloat angle, GLfloat x, GLfloat y, GLfloat z) - - - void - glRotated - qopenglfunctions-4-5-compatibility.html - glRotated - (GLdouble angle, GLdouble x, GLdouble y, GLdouble z) - - - void - glPushMatrix - qopenglfunctions-4-5-compatibility.html - glPushMatrix - () - - - void - glPopMatrix - qopenglfunctions-4-5-compatibility.html - glPopMatrix - () - - - void - glOrtho - qopenglfunctions-4-5-compatibility.html - glOrtho - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - void - glMultMatrixd - qopenglfunctions-4-5-compatibility.html - glMultMatrixd - (const GLdouble *m) - - - void - glMultMatrixf - qopenglfunctions-4-5-compatibility.html - glMultMatrixf - (const GLfloat *m) - - - void - glMatrixMode - qopenglfunctions-4-5-compatibility.html - glMatrixMode - (GLenum mode) - - - void - glLoadMatrixd - qopenglfunctions-4-5-compatibility.html - glLoadMatrixd - (const GLdouble *m) - - - void - glLoadMatrixf - qopenglfunctions-4-5-compatibility.html - glLoadMatrixf - (const GLfloat *m) - - - void - glLoadIdentity - qopenglfunctions-4-5-compatibility.html - glLoadIdentity - () - - - void - glFrustum - qopenglfunctions-4-5-compatibility.html - glFrustum - (GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) - - - GLboolean - glIsList - qopenglfunctions-4-5-compatibility.html - glIsList - (GLuint list) - - - void - glGetTexGeniv - qopenglfunctions-4-5-compatibility.html - glGetTexGeniv - (GLenum coord, GLenum pname, GLint *params) - - - void - glGetTexGenfv - qopenglfunctions-4-5-compatibility.html - glGetTexGenfv - (GLenum coord, GLenum pname, GLfloat *params) - - - void - glGetTexGendv - qopenglfunctions-4-5-compatibility.html - glGetTexGendv - (GLenum coord, GLenum pname, GLdouble *params) - - - void - glGetTexEnviv - qopenglfunctions-4-5-compatibility.html - glGetTexEnviv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexEnvfv - qopenglfunctions-4-5-compatibility.html - glGetTexEnvfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetPolygonStipple - qopenglfunctions-4-5-compatibility.html - glGetPolygonStipple - (GLubyte *mask) - - - void - glGetPixelMapusv - qopenglfunctions-4-5-compatibility.html - glGetPixelMapusv - (GLenum map, GLushort *values) - - - void - glGetPixelMapuiv - qopenglfunctions-4-5-compatibility.html - glGetPixelMapuiv - (GLenum map, GLuint *values) - - - void - glGetPixelMapfv - qopenglfunctions-4-5-compatibility.html - glGetPixelMapfv - (GLenum map, GLfloat *values) - - - void - glGetMaterialiv - qopenglfunctions-4-5-compatibility.html - glGetMaterialiv - (GLenum face, GLenum pname, GLint *params) - - - void - glGetMaterialfv - qopenglfunctions-4-5-compatibility.html - glGetMaterialfv - (GLenum face, GLenum pname, GLfloat *params) - - - void - glGetMapiv - qopenglfunctions-4-5-compatibility.html - glGetMapiv - (GLenum target, GLenum query, GLint *v) - - - void - glGetMapfv - qopenglfunctions-4-5-compatibility.html - glGetMapfv - (GLenum target, GLenum query, GLfloat *v) - - - void - glGetMapdv - qopenglfunctions-4-5-compatibility.html - glGetMapdv - (GLenum target, GLenum query, GLdouble *v) - - - void - glGetLightiv - qopenglfunctions-4-5-compatibility.html - glGetLightiv - (GLenum light, GLenum pname, GLint *params) - - - void - glGetLightfv - qopenglfunctions-4-5-compatibility.html - glGetLightfv - (GLenum light, GLenum pname, GLfloat *params) - - - void - glGetClipPlane - qopenglfunctions-4-5-compatibility.html - glGetClipPlane - (GLenum plane, GLdouble *equation) - - - void - glDrawPixels - qopenglfunctions-4-5-compatibility.html - glDrawPixels - (GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glCopyPixels - qopenglfunctions-4-5-compatibility.html - glCopyPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum type) - - - void - glPixelMapusv - qopenglfunctions-4-5-compatibility.html - glPixelMapusv - (GLenum map, GLsizei mapsize, const GLushort *values) - - - void - glPixelMapuiv - qopenglfunctions-4-5-compatibility.html - glPixelMapuiv - (GLenum map, GLsizei mapsize, const GLuint *values) - - - void - glPixelMapfv - qopenglfunctions-4-5-compatibility.html - glPixelMapfv - (GLenum map, GLsizei mapsize, const GLfloat *values) - - - void - glPixelTransferi - qopenglfunctions-4-5-compatibility.html - glPixelTransferi - (GLenum pname, GLint param) - - - void - glPixelTransferf - qopenglfunctions-4-5-compatibility.html - glPixelTransferf - (GLenum pname, GLfloat param) - - - void - glPixelZoom - qopenglfunctions-4-5-compatibility.html - glPixelZoom - (GLfloat xfactor, GLfloat yfactor) - - - void - glAlphaFunc - qopenglfunctions-4-5-compatibility.html - glAlphaFunc - (GLenum func, GLfloat ref) - - - void - glEvalPoint2 - qopenglfunctions-4-5-compatibility.html - glEvalPoint2 - (GLint i, GLint j) - - - void - glEvalMesh2 - qopenglfunctions-4-5-compatibility.html - glEvalMesh2 - (GLenum mode, GLint i1, GLint i2, GLint j1, GLint j2) - - - void - glEvalPoint1 - qopenglfunctions-4-5-compatibility.html - glEvalPoint1 - (GLint i) - - - void - glEvalMesh1 - qopenglfunctions-4-5-compatibility.html - glEvalMesh1 - (GLenum mode, GLint i1, GLint i2) - - - void - glEvalCoord2fv - qopenglfunctions-4-5-compatibility.html - glEvalCoord2fv - (const GLfloat *u) - - - void - glEvalCoord2f - qopenglfunctions-4-5-compatibility.html - glEvalCoord2f - (GLfloat u, GLfloat v) - - - void - glEvalCoord2dv - qopenglfunctions-4-5-compatibility.html - glEvalCoord2dv - (const GLdouble *u) - - - void - glEvalCoord2d - qopenglfunctions-4-5-compatibility.html - glEvalCoord2d - (GLdouble u, GLdouble v) - - - void - glEvalCoord1fv - qopenglfunctions-4-5-compatibility.html - glEvalCoord1fv - (const GLfloat *u) - - - void - glEvalCoord1f - qopenglfunctions-4-5-compatibility.html - glEvalCoord1f - (GLfloat u) - - - void - glEvalCoord1dv - qopenglfunctions-4-5-compatibility.html - glEvalCoord1dv - (const GLdouble *u) - - - void - glEvalCoord1d - qopenglfunctions-4-5-compatibility.html - glEvalCoord1d - (GLdouble u) - - - void - glMapGrid2f - qopenglfunctions-4-5-compatibility.html - glMapGrid2f - (GLint un, GLfloat u1, GLfloat u2, GLint vn, GLfloat v1, GLfloat v2) - - - void - glMapGrid2d - qopenglfunctions-4-5-compatibility.html - glMapGrid2d - (GLint un, GLdouble u1, GLdouble u2, GLint vn, GLdouble v1, GLdouble v2) - - - void - glMapGrid1f - qopenglfunctions-4-5-compatibility.html - glMapGrid1f - (GLint un, GLfloat u1, GLfloat u2) - - - void - glMapGrid1d - qopenglfunctions-4-5-compatibility.html - glMapGrid1d - (GLint un, GLdouble u1, GLdouble u2) - - - void - glMap2f - qopenglfunctions-4-5-compatibility.html - glMap2f - (GLenum target, GLfloat u1, GLfloat u2, GLint ustride, GLint uorder, GLfloat v1, GLfloat v2, GLint vstride, GLint vorder, const GLfloat *points) - - - void - glMap2d - qopenglfunctions-4-5-compatibility.html - glMap2d - (GLenum target, GLdouble u1, GLdouble u2, GLint ustride, GLint uorder, GLdouble v1, GLdouble v2, GLint vstride, GLint vorder, const GLdouble *points) - - - void - glMap1f - qopenglfunctions-4-5-compatibility.html - glMap1f - (GLenum target, GLfloat u1, GLfloat u2, GLint stride, GLint order, const GLfloat *points) - - - void - glMap1d - qopenglfunctions-4-5-compatibility.html - glMap1d - (GLenum target, GLdouble u1, GLdouble u2, GLint stride, GLint order, const GLdouble *points) - - - void - glPushAttrib - qopenglfunctions-4-5-compatibility.html - glPushAttrib - (GLbitfield mask) - - - void - glPopAttrib - qopenglfunctions-4-5-compatibility.html - glPopAttrib - () - - - void - glAccum - qopenglfunctions-4-5-compatibility.html - glAccum - (GLenum op, GLfloat value) - - - void - glIndexMask - qopenglfunctions-4-5-compatibility.html - glIndexMask - (GLuint mask) - - - void - glClearIndex - qopenglfunctions-4-5-compatibility.html - glClearIndex - (GLfloat c) - - - void - glClearAccum - qopenglfunctions-4-5-compatibility.html - glClearAccum - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glPushName - qopenglfunctions-4-5-compatibility.html - glPushName - (GLuint name) - - - void - glPopName - qopenglfunctions-4-5-compatibility.html - glPopName - () - - - void - glPassThrough - qopenglfunctions-4-5-compatibility.html - glPassThrough - (GLfloat token) - - - void - glLoadName - qopenglfunctions-4-5-compatibility.html - glLoadName - (GLuint name) - - - void - glInitNames - qopenglfunctions-4-5-compatibility.html - glInitNames - () - - - GLint - glRenderMode - qopenglfunctions-4-5-compatibility.html - glRenderMode - (GLenum mode) - - - void - glSelectBuffer - qopenglfunctions-4-5-compatibility.html - glSelectBuffer - (GLsizei size, GLuint *buffer) - - - void - glFeedbackBuffer - qopenglfunctions-4-5-compatibility.html - glFeedbackBuffer - (GLsizei size, GLenum type, GLfloat *buffer) - - - void - glTexGeniv - qopenglfunctions-4-5-compatibility.html - glTexGeniv - (GLenum coord, GLenum pname, const GLint *params) - - - void - glTexGeni - qopenglfunctions-4-5-compatibility.html - glTexGeni - (GLenum coord, GLenum pname, GLint param) - - - void - glTexGenfv - qopenglfunctions-4-5-compatibility.html - glTexGenfv - (GLenum coord, GLenum pname, const GLfloat *params) - - - void - glTexGenf - qopenglfunctions-4-5-compatibility.html - glTexGenf - (GLenum coord, GLenum pname, GLfloat param) - - - void - glTexGendv - qopenglfunctions-4-5-compatibility.html - glTexGendv - (GLenum coord, GLenum pname, const GLdouble *params) - - - void - glTexGend - qopenglfunctions-4-5-compatibility.html - glTexGend - (GLenum coord, GLenum pname, GLdouble param) - - - void - glTexEnviv - qopenglfunctions-4-5-compatibility.html - glTexEnviv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexEnvi - qopenglfunctions-4-5-compatibility.html - glTexEnvi - (GLenum target, GLenum pname, GLint param) - - - void - glTexEnvfv - qopenglfunctions-4-5-compatibility.html - glTexEnvfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexEnvf - qopenglfunctions-4-5-compatibility.html - glTexEnvf - (GLenum target, GLenum pname, GLfloat param) - - - void - glShadeModel - qopenglfunctions-4-5-compatibility.html - glShadeModel - (GLenum mode) - - - void - glPolygonStipple - qopenglfunctions-4-5-compatibility.html - glPolygonStipple - (const GLubyte *mask) - - - void - glMaterialiv - qopenglfunctions-4-5-compatibility.html - glMaterialiv - (GLenum face, GLenum pname, const GLint *params) - - - void - glMateriali - qopenglfunctions-4-5-compatibility.html - glMateriali - (GLenum face, GLenum pname, GLint param) - - - void - glMaterialfv - qopenglfunctions-4-5-compatibility.html - glMaterialfv - (GLenum face, GLenum pname, const GLfloat *params) - - - void - glMaterialf - qopenglfunctions-4-5-compatibility.html - glMaterialf - (GLenum face, GLenum pname, GLfloat param) - - - void - glLineStipple - qopenglfunctions-4-5-compatibility.html - glLineStipple - (GLint factor, GLushort pattern) - - - void - glLightModeliv - qopenglfunctions-4-5-compatibility.html - glLightModeliv - (GLenum pname, const GLint *params) - - - void - glLightModeli - qopenglfunctions-4-5-compatibility.html - glLightModeli - (GLenum pname, GLint param) - - - void - glLightModelfv - qopenglfunctions-4-5-compatibility.html - glLightModelfv - (GLenum pname, const GLfloat *params) - - - void - glLightModelf - qopenglfunctions-4-5-compatibility.html - glLightModelf - (GLenum pname, GLfloat param) - - - void - glLightiv - qopenglfunctions-4-5-compatibility.html - glLightiv - (GLenum light, GLenum pname, const GLint *params) - - - void - glLighti - qopenglfunctions-4-5-compatibility.html - glLighti - (GLenum light, GLenum pname, GLint param) - - - void - glLightfv - qopenglfunctions-4-5-compatibility.html - glLightfv - (GLenum light, GLenum pname, const GLfloat *params) - - - void - glLightf - qopenglfunctions-4-5-compatibility.html - glLightf - (GLenum light, GLenum pname, GLfloat param) - - - void - glFogiv - qopenglfunctions-4-5-compatibility.html - glFogiv - (GLenum pname, const GLint *params) - - - void - glFogi - qopenglfunctions-4-5-compatibility.html - glFogi - (GLenum pname, GLint param) - - - void - glFogfv - qopenglfunctions-4-5-compatibility.html - glFogfv - (GLenum pname, const GLfloat *params) - - - void - glFogf - qopenglfunctions-4-5-compatibility.html - glFogf - (GLenum pname, GLfloat param) - - - void - glColorMaterial - qopenglfunctions-4-5-compatibility.html - glColorMaterial - (GLenum face, GLenum mode) - - - void - glClipPlane - qopenglfunctions-4-5-compatibility.html - glClipPlane - (GLenum plane, const GLdouble *equation) - - - void - glVertex4sv - qopenglfunctions-4-5-compatibility.html - glVertex4sv - (const GLshort *v) - - - void - glVertex4s - qopenglfunctions-4-5-compatibility.html - glVertex4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertex4iv - qopenglfunctions-4-5-compatibility.html - glVertex4iv - (const GLint *v) - - - void - glVertex4i - qopenglfunctions-4-5-compatibility.html - glVertex4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glVertex4fv - qopenglfunctions-4-5-compatibility.html - glVertex4fv - (const GLfloat *v) - - - void - glVertex4f - qopenglfunctions-4-5-compatibility.html - glVertex4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertex4dv - qopenglfunctions-4-5-compatibility.html - glVertex4dv - (const GLdouble *v) - - - void - glVertex4d - qopenglfunctions-4-5-compatibility.html - glVertex4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertex3sv - qopenglfunctions-4-5-compatibility.html - glVertex3sv - (const GLshort *v) - - - void - glVertex3s - qopenglfunctions-4-5-compatibility.html - glVertex3s - (GLshort x, GLshort y, GLshort z) - - - void - glVertex3iv - qopenglfunctions-4-5-compatibility.html - glVertex3iv - (const GLint *v) - - - void - glVertex3i - qopenglfunctions-4-5-compatibility.html - glVertex3i - (GLint x, GLint y, GLint z) - - - void - glVertex3fv - qopenglfunctions-4-5-compatibility.html - glVertex3fv - (const GLfloat *v) - - - void - glVertex3f - qopenglfunctions-4-5-compatibility.html - glVertex3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glVertex3dv - qopenglfunctions-4-5-compatibility.html - glVertex3dv - (const GLdouble *v) - - - void - glVertex3d - qopenglfunctions-4-5-compatibility.html - glVertex3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glVertex2sv - qopenglfunctions-4-5-compatibility.html - glVertex2sv - (const GLshort *v) - - - void - glVertex2s - qopenglfunctions-4-5-compatibility.html - glVertex2s - (GLshort x, GLshort y) - - - void - glVertex2iv - qopenglfunctions-4-5-compatibility.html - glVertex2iv - (const GLint *v) - - - void - glVertex2i - qopenglfunctions-4-5-compatibility.html - glVertex2i - (GLint x, GLint y) - - - void - glVertex2fv - qopenglfunctions-4-5-compatibility.html - glVertex2fv - (const GLfloat *v) - - - void - glVertex2f - qopenglfunctions-4-5-compatibility.html - glVertex2f - (GLfloat x, GLfloat y) - - - void - glVertex2dv - qopenglfunctions-4-5-compatibility.html - glVertex2dv - (const GLdouble *v) - - - void - glVertex2d - qopenglfunctions-4-5-compatibility.html - glVertex2d - (GLdouble x, GLdouble y) - - - void - glTexCoord4sv - qopenglfunctions-4-5-compatibility.html - glTexCoord4sv - (const GLshort *v) - - - void - glTexCoord4s - qopenglfunctions-4-5-compatibility.html - glTexCoord4s - (GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glTexCoord4iv - qopenglfunctions-4-5-compatibility.html - glTexCoord4iv - (const GLint *v) - - - void - glTexCoord4i - qopenglfunctions-4-5-compatibility.html - glTexCoord4i - (GLint s, GLint t, GLint r, GLint q) - - - void - glTexCoord4fv - qopenglfunctions-4-5-compatibility.html - glTexCoord4fv - (const GLfloat *v) - - - void - glTexCoord4f - qopenglfunctions-4-5-compatibility.html - glTexCoord4f - (GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glTexCoord4dv - qopenglfunctions-4-5-compatibility.html - glTexCoord4dv - (const GLdouble *v) - - - void - glTexCoord4d - qopenglfunctions-4-5-compatibility.html - glTexCoord4d - (GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glTexCoord3sv - qopenglfunctions-4-5-compatibility.html - glTexCoord3sv - (const GLshort *v) - - - void - glTexCoord3s - qopenglfunctions-4-5-compatibility.html - glTexCoord3s - (GLshort s, GLshort t, GLshort r) - - - void - glTexCoord3iv - qopenglfunctions-4-5-compatibility.html - glTexCoord3iv - (const GLint *v) - - - void - glTexCoord3i - qopenglfunctions-4-5-compatibility.html - glTexCoord3i - (GLint s, GLint t, GLint r) - - - void - glTexCoord3fv - qopenglfunctions-4-5-compatibility.html - glTexCoord3fv - (const GLfloat *v) - - - void - glTexCoord3f - qopenglfunctions-4-5-compatibility.html - glTexCoord3f - (GLfloat s, GLfloat t, GLfloat r) - - - void - glTexCoord3dv - qopenglfunctions-4-5-compatibility.html - glTexCoord3dv - (const GLdouble *v) - - - void - glTexCoord3d - qopenglfunctions-4-5-compatibility.html - glTexCoord3d - (GLdouble s, GLdouble t, GLdouble r) - - - void - glTexCoord2sv - qopenglfunctions-4-5-compatibility.html - glTexCoord2sv - (const GLshort *v) - - - void - glTexCoord2s - qopenglfunctions-4-5-compatibility.html - glTexCoord2s - (GLshort s, GLshort t) - - - void - glTexCoord2iv - qopenglfunctions-4-5-compatibility.html - glTexCoord2iv - (const GLint *v) - - - void - glTexCoord2i - qopenglfunctions-4-5-compatibility.html - glTexCoord2i - (GLint s, GLint t) - - - void - glTexCoord2fv - qopenglfunctions-4-5-compatibility.html - glTexCoord2fv - (const GLfloat *v) - - - void - glTexCoord2f - qopenglfunctions-4-5-compatibility.html - glTexCoord2f - (GLfloat s, GLfloat t) - - - void - glTexCoord2dv - qopenglfunctions-4-5-compatibility.html - glTexCoord2dv - (const GLdouble *v) - - - void - glTexCoord2d - qopenglfunctions-4-5-compatibility.html - glTexCoord2d - (GLdouble s, GLdouble t) - - - void - glTexCoord1sv - qopenglfunctions-4-5-compatibility.html - glTexCoord1sv - (const GLshort *v) - - - void - glTexCoord1s - qopenglfunctions-4-5-compatibility.html - glTexCoord1s - (GLshort s) - - - void - glTexCoord1iv - qopenglfunctions-4-5-compatibility.html - glTexCoord1iv - (const GLint *v) - - - void - glTexCoord1i - qopenglfunctions-4-5-compatibility.html - glTexCoord1i - (GLint s) - - - void - glTexCoord1fv - qopenglfunctions-4-5-compatibility.html - glTexCoord1fv - (const GLfloat *v) - - - void - glTexCoord1f - qopenglfunctions-4-5-compatibility.html - glTexCoord1f - (GLfloat s) - - - void - glTexCoord1dv - qopenglfunctions-4-5-compatibility.html - glTexCoord1dv - (const GLdouble *v) - - - void - glTexCoord1d - qopenglfunctions-4-5-compatibility.html - glTexCoord1d - (GLdouble s) - - - void - glRectsv - qopenglfunctions-4-5-compatibility.html - glRectsv - (const GLshort *v1, const GLshort *v2) - - - void - glRects - qopenglfunctions-4-5-compatibility.html - glRects - (GLshort x1, GLshort y1, GLshort x2, GLshort y2) - - - void - glRectiv - qopenglfunctions-4-5-compatibility.html - glRectiv - (const GLint *v1, const GLint *v2) - - - void - glRecti - qopenglfunctions-4-5-compatibility.html - glRecti - (GLint x1, GLint y1, GLint x2, GLint y2) - - - void - glRectfv - qopenglfunctions-4-5-compatibility.html - glRectfv - (const GLfloat *v1, const GLfloat *v2) - - - void - glRectf - qopenglfunctions-4-5-compatibility.html - glRectf - (GLfloat x1, GLfloat y1, GLfloat x2, GLfloat y2) - - - void - glRectdv - qopenglfunctions-4-5-compatibility.html - glRectdv - (const GLdouble *v1, const GLdouble *v2) - - - void - glRectd - qopenglfunctions-4-5-compatibility.html - glRectd - (GLdouble x1, GLdouble y1, GLdouble x2, GLdouble y2) - - - void - glRasterPos4sv - qopenglfunctions-4-5-compatibility.html - glRasterPos4sv - (const GLshort *v) - - - void - glRasterPos4s - qopenglfunctions-4-5-compatibility.html - glRasterPos4s - (GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glRasterPos4iv - qopenglfunctions-4-5-compatibility.html - glRasterPos4iv - (const GLint *v) - - - void - glRasterPos4i - qopenglfunctions-4-5-compatibility.html - glRasterPos4i - (GLint x, GLint y, GLint z, GLint w) - - - void - glRasterPos4fv - qopenglfunctions-4-5-compatibility.html - glRasterPos4fv - (const GLfloat *v) - - - void - glRasterPos4f - qopenglfunctions-4-5-compatibility.html - glRasterPos4f - (GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glRasterPos4dv - qopenglfunctions-4-5-compatibility.html - glRasterPos4dv - (const GLdouble *v) - - - void - glRasterPos4d - qopenglfunctions-4-5-compatibility.html - glRasterPos4d - (GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glRasterPos3sv - qopenglfunctions-4-5-compatibility.html - glRasterPos3sv - (const GLshort *v) - - - void - glRasterPos3s - qopenglfunctions-4-5-compatibility.html - glRasterPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glRasterPos3iv - qopenglfunctions-4-5-compatibility.html - glRasterPos3iv - (const GLint *v) - - - void - glRasterPos3i - qopenglfunctions-4-5-compatibility.html - glRasterPos3i - (GLint x, GLint y, GLint z) - - - void - glRasterPos3fv - qopenglfunctions-4-5-compatibility.html - glRasterPos3fv - (const GLfloat *v) - - - void - glRasterPos3f - qopenglfunctions-4-5-compatibility.html - glRasterPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glRasterPos3dv - qopenglfunctions-4-5-compatibility.html - glRasterPos3dv - (const GLdouble *v) - - - void - glRasterPos3d - qopenglfunctions-4-5-compatibility.html - glRasterPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glRasterPos2sv - qopenglfunctions-4-5-compatibility.html - glRasterPos2sv - (const GLshort *v) - - - void - glRasterPos2s - qopenglfunctions-4-5-compatibility.html - glRasterPos2s - (GLshort x, GLshort y) - - - void - glRasterPos2iv - qopenglfunctions-4-5-compatibility.html - glRasterPos2iv - (const GLint *v) - - - void - glRasterPos2i - qopenglfunctions-4-5-compatibility.html - glRasterPos2i - (GLint x, GLint y) - - - void - glRasterPos2fv - qopenglfunctions-4-5-compatibility.html - glRasterPos2fv - (const GLfloat *v) - - - void - glRasterPos2f - qopenglfunctions-4-5-compatibility.html - glRasterPos2f - (GLfloat x, GLfloat y) - - - void - glRasterPos2dv - qopenglfunctions-4-5-compatibility.html - glRasterPos2dv - (const GLdouble *v) - - - void - glRasterPos2d - qopenglfunctions-4-5-compatibility.html - glRasterPos2d - (GLdouble x, GLdouble y) - - - void - glNormal3sv - qopenglfunctions-4-5-compatibility.html - glNormal3sv - (const GLshort *v) - - - void - glNormal3s - qopenglfunctions-4-5-compatibility.html - glNormal3s - (GLshort nx, GLshort ny, GLshort nz) - - - void - glNormal3iv - qopenglfunctions-4-5-compatibility.html - glNormal3iv - (const GLint *v) - - - void - glNormal3i - qopenglfunctions-4-5-compatibility.html - glNormal3i - (GLint nx, GLint ny, GLint nz) - - - void - glNormal3fv - qopenglfunctions-4-5-compatibility.html - glNormal3fv - (const GLfloat *v) - - - void - glNormal3f - qopenglfunctions-4-5-compatibility.html - glNormal3f - (GLfloat nx, GLfloat ny, GLfloat nz) - - - void - glNormal3dv - qopenglfunctions-4-5-compatibility.html - glNormal3dv - (const GLdouble *v) - - - void - glNormal3d - qopenglfunctions-4-5-compatibility.html - glNormal3d - (GLdouble nx, GLdouble ny, GLdouble nz) - - - void - glNormal3bv - qopenglfunctions-4-5-compatibility.html - glNormal3bv - (const GLbyte *v) - - - void - glNormal3b - qopenglfunctions-4-5-compatibility.html - glNormal3b - (GLbyte nx, GLbyte ny, GLbyte nz) - - - void - glIndexsv - qopenglfunctions-4-5-compatibility.html - glIndexsv - (const GLshort *c) - - - void - glIndexs - qopenglfunctions-4-5-compatibility.html - glIndexs - (GLshort c) - - - void - glIndexiv - qopenglfunctions-4-5-compatibility.html - glIndexiv - (const GLint *c) - - - void - glIndexi - qopenglfunctions-4-5-compatibility.html - glIndexi - (GLint c) - - - void - glIndexfv - qopenglfunctions-4-5-compatibility.html - glIndexfv - (const GLfloat *c) - - - void - glIndexf - qopenglfunctions-4-5-compatibility.html - glIndexf - (GLfloat c) - - - void - glIndexdv - qopenglfunctions-4-5-compatibility.html - glIndexdv - (const GLdouble *c) - - - void - glIndexd - qopenglfunctions-4-5-compatibility.html - glIndexd - (GLdouble c) - - - void - glEnd - qopenglfunctions-4-5-compatibility.html - glEnd - () - - - void - glEdgeFlagv - qopenglfunctions-4-5-compatibility.html - glEdgeFlagv - (const GLboolean *flag) - - - void - glEdgeFlag - qopenglfunctions-4-5-compatibility.html - glEdgeFlag - (GLboolean flag) - - - void - glColor4usv - qopenglfunctions-4-5-compatibility.html - glColor4usv - (const GLushort *v) - - - void - glColor4us - qopenglfunctions-4-5-compatibility.html - glColor4us - (GLushort red, GLushort green, GLushort blue, GLushort alpha) - - - void - glColor4uiv - qopenglfunctions-4-5-compatibility.html - glColor4uiv - (const GLuint *v) - - - void - glColor4ui - qopenglfunctions-4-5-compatibility.html - glColor4ui - (GLuint red, GLuint green, GLuint blue, GLuint alpha) - - - void - glColor4ubv - qopenglfunctions-4-5-compatibility.html - glColor4ubv - (const GLubyte *v) - - - void - glColor4ub - qopenglfunctions-4-5-compatibility.html - glColor4ub - (GLubyte red, GLubyte green, GLubyte blue, GLubyte alpha) - - - void - glColor4sv - qopenglfunctions-4-5-compatibility.html - glColor4sv - (const GLshort *v) - - - void - glColor4s - qopenglfunctions-4-5-compatibility.html - glColor4s - (GLshort red, GLshort green, GLshort blue, GLshort alpha) - - - void - glColor4iv - qopenglfunctions-4-5-compatibility.html - glColor4iv - (const GLint *v) - - - void - glColor4i - qopenglfunctions-4-5-compatibility.html - glColor4i - (GLint red, GLint green, GLint blue, GLint alpha) - - - void - glColor4fv - qopenglfunctions-4-5-compatibility.html - glColor4fv - (const GLfloat *v) - - - void - glColor4f - qopenglfunctions-4-5-compatibility.html - glColor4f - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glColor4dv - qopenglfunctions-4-5-compatibility.html - glColor4dv - (const GLdouble *v) - - - void - glColor4d - qopenglfunctions-4-5-compatibility.html - glColor4d - (GLdouble red, GLdouble green, GLdouble blue, GLdouble alpha) - - - void - glColor4bv - qopenglfunctions-4-5-compatibility.html - glColor4bv - (const GLbyte *v) - - - void - glColor4b - qopenglfunctions-4-5-compatibility.html - glColor4b - (GLbyte red, GLbyte green, GLbyte blue, GLbyte alpha) - - - void - glColor3usv - qopenglfunctions-4-5-compatibility.html - glColor3usv - (const GLushort *v) - - - void - glColor3us - qopenglfunctions-4-5-compatibility.html - glColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glColor3uiv - qopenglfunctions-4-5-compatibility.html - glColor3uiv - (const GLuint *v) - - - void - glColor3ui - qopenglfunctions-4-5-compatibility.html - glColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glColor3ubv - qopenglfunctions-4-5-compatibility.html - glColor3ubv - (const GLubyte *v) - - - void - glColor3ub - qopenglfunctions-4-5-compatibility.html - glColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glColor3sv - qopenglfunctions-4-5-compatibility.html - glColor3sv - (const GLshort *v) - - - void - glColor3s - qopenglfunctions-4-5-compatibility.html - glColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glColor3iv - qopenglfunctions-4-5-compatibility.html - glColor3iv - (const GLint *v) - - - void - glColor3i - qopenglfunctions-4-5-compatibility.html - glColor3i - (GLint red, GLint green, GLint blue) - - - void - glColor3fv - qopenglfunctions-4-5-compatibility.html - glColor3fv - (const GLfloat *v) - - - void - glColor3f - qopenglfunctions-4-5-compatibility.html - glColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glColor3dv - qopenglfunctions-4-5-compatibility.html - glColor3dv - (const GLdouble *v) - - - void - glColor3d - qopenglfunctions-4-5-compatibility.html - glColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glColor3bv - qopenglfunctions-4-5-compatibility.html - glColor3bv - (const GLbyte *v) - - - void - glColor3b - qopenglfunctions-4-5-compatibility.html - glColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glBitmap - qopenglfunctions-4-5-compatibility.html - glBitmap - (GLsizei width, GLsizei height, GLfloat xorig, GLfloat yorig, GLfloat xmove, GLfloat ymove, const GLubyte *bitmap) - - - void - glBegin - qopenglfunctions-4-5-compatibility.html - glBegin - (GLenum mode) - - - void - glListBase - qopenglfunctions-4-5-compatibility.html - glListBase - (GLuint base) - - - GLuint - glGenLists - qopenglfunctions-4-5-compatibility.html - glGenLists - (GLsizei range) - - - void - glDeleteLists - qopenglfunctions-4-5-compatibility.html - glDeleteLists - (GLuint list, GLsizei range) - - - void - glCallLists - qopenglfunctions-4-5-compatibility.html - glCallLists - (GLsizei n, GLenum type, const void *lists) - - - void - glCallList - qopenglfunctions-4-5-compatibility.html - glCallList - (GLuint list) - - - void - glEndList - qopenglfunctions-4-5-compatibility.html - glEndList - () - - - void - glNewList - qopenglfunctions-4-5-compatibility.html - glNewList - (GLuint list, GLenum mode) - - - void - glPushClientAttrib - qopenglfunctions-4-5-compatibility.html - glPushClientAttrib - (GLbitfield mask) - - - void - glPopClientAttrib - qopenglfunctions-4-5-compatibility.html - glPopClientAttrib - () - - - void - glIndexubv - qopenglfunctions-4-5-compatibility.html - glIndexubv - (const GLubyte *c) - - - void - glIndexub - qopenglfunctions-4-5-compatibility.html - glIndexub - (GLubyte c) - - - void - glPrioritizeTextures - qopenglfunctions-4-5-compatibility.html - glPrioritizeTextures - (GLsizei n, const GLuint *textures, const GLfloat *priorities) - - - GLboolean - glAreTexturesResident - qopenglfunctions-4-5-compatibility.html - glAreTexturesResident - (GLsizei n, const GLuint *textures, GLboolean *residences) - - - void - glVertexPointer - qopenglfunctions-4-5-compatibility.html - glVertexPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glTexCoordPointer - qopenglfunctions-4-5-compatibility.html - glTexCoordPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glNormalPointer - qopenglfunctions-4-5-compatibility.html - glNormalPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glInterleavedArrays - qopenglfunctions-4-5-compatibility.html - glInterleavedArrays - (GLenum format, GLsizei stride, const void *pointer) - - - void - glGetPointerv - qopenglfunctions-4-5-compatibility.html - glGetPointerv - (GLenum pname, void **params) - - - void - glIndexPointer - qopenglfunctions-4-5-compatibility.html - glIndexPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glEnableClientState - qopenglfunctions-4-5-compatibility.html - glEnableClientState - (GLenum array) - - - void - glEdgeFlagPointer - qopenglfunctions-4-5-compatibility.html - glEdgeFlagPointer - (GLsizei stride, const void *pointer) - - - void - glDisableClientState - qopenglfunctions-4-5-compatibility.html - glDisableClientState - (GLenum array) - - - void - glColorPointer - qopenglfunctions-4-5-compatibility.html - glColorPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glArrayElement - qopenglfunctions-4-5-compatibility.html - glArrayElement - (GLint i) - - - void - glColorTable - qopenglfunctions-4-5-compatibility.html - glColorTable - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *table) - - - void - glColorTableParameterfv - qopenglfunctions-4-5-compatibility.html - glColorTableParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glColorTableParameteriv - qopenglfunctions-4-5-compatibility.html - glColorTableParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glCopyColorTable - qopenglfunctions-4-5-compatibility.html - glCopyColorTable - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glGetColorTable - qopenglfunctions-4-5-compatibility.html - glGetColorTable - (GLenum target, GLenum format, GLenum type, void *table) - - - void - glGetColorTableParameterfv - qopenglfunctions-4-5-compatibility.html - glGetColorTableParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetColorTableParameteriv - qopenglfunctions-4-5-compatibility.html - glGetColorTableParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glColorSubTable - qopenglfunctions-4-5-compatibility.html - glColorSubTable - (GLenum target, GLsizei start, GLsizei count, GLenum format, GLenum type, const void *data) - - - void - glCopyColorSubTable - qopenglfunctions-4-5-compatibility.html - glCopyColorSubTable - (GLenum target, GLsizei start, GLint x, GLint y, GLsizei width) - - - void - glConvolutionFilter1D - qopenglfunctions-4-5-compatibility.html - glConvolutionFilter1D - (GLenum target, GLenum internalformat, GLsizei width, GLenum format, GLenum type, const void *image) - - - void - glConvolutionFilter2D - qopenglfunctions-4-5-compatibility.html - glConvolutionFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *image) - - - void - glConvolutionParameterf - qopenglfunctions-4-5-compatibility.html - glConvolutionParameterf - (GLenum target, GLenum pname, GLfloat params) - - - void - glConvolutionParameterfv - qopenglfunctions-4-5-compatibility.html - glConvolutionParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glConvolutionParameteri - qopenglfunctions-4-5-compatibility.html - glConvolutionParameteri - (GLenum target, GLenum pname, GLint params) - - - void - glConvolutionParameteriv - qopenglfunctions-4-5-compatibility.html - glConvolutionParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glCopyConvolutionFilter1D - qopenglfunctions-4-5-compatibility.html - glCopyConvolutionFilter1D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width) - - - void - glCopyConvolutionFilter2D - qopenglfunctions-4-5-compatibility.html - glCopyConvolutionFilter2D - (GLenum target, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glGetConvolutionFilter - qopenglfunctions-4-5-compatibility.html - glGetConvolutionFilter - (GLenum target, GLenum format, GLenum type, void *image) - - - void - glGetConvolutionParameterfv - qopenglfunctions-4-5-compatibility.html - glGetConvolutionParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetConvolutionParameteriv - qopenglfunctions-4-5-compatibility.html - glGetConvolutionParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetSeparableFilter - qopenglfunctions-4-5-compatibility.html - glGetSeparableFilter - (GLenum target, GLenum format, GLenum type, void *row, void *column, void *span) - - - void - glSeparableFilter2D - qopenglfunctions-4-5-compatibility.html - glSeparableFilter2D - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *row, const void *column) - - - void - glGetHistogram - qopenglfunctions-4-5-compatibility.html - glGetHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values) - - - void - glGetHistogramParameterfv - qopenglfunctions-4-5-compatibility.html - glGetHistogramParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetHistogramParameteriv - qopenglfunctions-4-5-compatibility.html - glGetHistogramParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetMinmax - qopenglfunctions-4-5-compatibility.html - glGetMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, void *values) - - - void - glGetMinmaxParameterfv - qopenglfunctions-4-5-compatibility.html - glGetMinmaxParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetMinmaxParameteriv - qopenglfunctions-4-5-compatibility.html - glGetMinmaxParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glHistogram - qopenglfunctions-4-5-compatibility.html - glHistogram - (GLenum target, GLsizei width, GLenum internalformat, GLboolean sink) - - - void - glMinmax - qopenglfunctions-4-5-compatibility.html - glMinmax - (GLenum target, GLenum internalformat, GLboolean sink) - - - void - glResetHistogram - qopenglfunctions-4-5-compatibility.html - glResetHistogram - (GLenum target) - - - void - glResetMinmax - qopenglfunctions-4-5-compatibility.html - glResetMinmax - (GLenum target) - - - void - glMultTransposeMatrixd - qopenglfunctions-4-5-compatibility.html - glMultTransposeMatrixd - (const GLdouble *m) - - - void - glMultTransposeMatrixf - qopenglfunctions-4-5-compatibility.html - glMultTransposeMatrixf - (const GLfloat *m) - - - void - glLoadTransposeMatrixd - qopenglfunctions-4-5-compatibility.html - glLoadTransposeMatrixd - (const GLdouble *m) - - - void - glLoadTransposeMatrixf - qopenglfunctions-4-5-compatibility.html - glLoadTransposeMatrixf - (const GLfloat *m) - - - void - glMultiTexCoord4sv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord4s - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4s - (GLenum target, GLshort s, GLshort t, GLshort r, GLshort q) - - - void - glMultiTexCoord4iv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord4i - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4i - (GLenum target, GLint s, GLint t, GLint r, GLint q) - - - void - glMultiTexCoord4fv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord4f - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4f - (GLenum target, GLfloat s, GLfloat t, GLfloat r, GLfloat q) - - - void - glMultiTexCoord4dv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord4d - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord4d - (GLenum target, GLdouble s, GLdouble t, GLdouble r, GLdouble q) - - - void - glMultiTexCoord3sv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord3s - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3s - (GLenum target, GLshort s, GLshort t, GLshort r) - - - void - glMultiTexCoord3iv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord3i - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3i - (GLenum target, GLint s, GLint t, GLint r) - - - void - glMultiTexCoord3fv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord3f - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3f - (GLenum target, GLfloat s, GLfloat t, GLfloat r) - - - void - glMultiTexCoord3dv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord3d - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord3d - (GLenum target, GLdouble s, GLdouble t, GLdouble r) - - - void - glMultiTexCoord2sv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord2s - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2s - (GLenum target, GLshort s, GLshort t) - - - void - glMultiTexCoord2iv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord2i - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2i - (GLenum target, GLint s, GLint t) - - - void - glMultiTexCoord2fv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord2f - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2f - (GLenum target, GLfloat s, GLfloat t) - - - void - glMultiTexCoord2dv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord2d - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord2d - (GLenum target, GLdouble s, GLdouble t) - - - void - glMultiTexCoord1sv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1sv - (GLenum target, const GLshort *v) - - - void - glMultiTexCoord1s - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1s - (GLenum target, GLshort s) - - - void - glMultiTexCoord1iv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1iv - (GLenum target, const GLint *v) - - - void - glMultiTexCoord1i - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1i - (GLenum target, GLint s) - - - void - glMultiTexCoord1fv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1fv - (GLenum target, const GLfloat *v) - - - void - glMultiTexCoord1f - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1f - (GLenum target, GLfloat s) - - - void - glMultiTexCoord1dv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1dv - (GLenum target, const GLdouble *v) - - - void - glMultiTexCoord1d - qopenglfunctions-4-5-compatibility.html - glMultiTexCoord1d - (GLenum target, GLdouble s) - - - void - glClientActiveTexture - qopenglfunctions-4-5-compatibility.html - glClientActiveTexture - (GLenum texture) - - - void - glWindowPos3sv - qopenglfunctions-4-5-compatibility.html - glWindowPos3sv - (const GLshort *v) - - - void - glWindowPos3s - qopenglfunctions-4-5-compatibility.html - glWindowPos3s - (GLshort x, GLshort y, GLshort z) - - - void - glWindowPos3iv - qopenglfunctions-4-5-compatibility.html - glWindowPos3iv - (const GLint *v) - - - void - glWindowPos3i - qopenglfunctions-4-5-compatibility.html - glWindowPos3i - (GLint x, GLint y, GLint z) - - - void - glWindowPos3fv - qopenglfunctions-4-5-compatibility.html - glWindowPos3fv - (const GLfloat *v) - - - void - glWindowPos3f - qopenglfunctions-4-5-compatibility.html - glWindowPos3f - (GLfloat x, GLfloat y, GLfloat z) - - - void - glWindowPos3dv - qopenglfunctions-4-5-compatibility.html - glWindowPos3dv - (const GLdouble *v) - - - void - glWindowPos3d - qopenglfunctions-4-5-compatibility.html - glWindowPos3d - (GLdouble x, GLdouble y, GLdouble z) - - - void - glWindowPos2sv - qopenglfunctions-4-5-compatibility.html - glWindowPos2sv - (const GLshort *v) - - - void - glWindowPos2s - qopenglfunctions-4-5-compatibility.html - glWindowPos2s - (GLshort x, GLshort y) - - - void - glWindowPos2iv - qopenglfunctions-4-5-compatibility.html - glWindowPos2iv - (const GLint *v) - - - void - glWindowPos2i - qopenglfunctions-4-5-compatibility.html - glWindowPos2i - (GLint x, GLint y) - - - void - glWindowPos2fv - qopenglfunctions-4-5-compatibility.html - glWindowPos2fv - (const GLfloat *v) - - - void - glWindowPos2f - qopenglfunctions-4-5-compatibility.html - glWindowPos2f - (GLfloat x, GLfloat y) - - - void - glWindowPos2dv - qopenglfunctions-4-5-compatibility.html - glWindowPos2dv - (const GLdouble *v) - - - void - glWindowPos2d - qopenglfunctions-4-5-compatibility.html - glWindowPos2d - (GLdouble x, GLdouble y) - - - void - glSecondaryColorPointer - qopenglfunctions-4-5-compatibility.html - glSecondaryColorPointer - (GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glSecondaryColor3usv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3usv - (const GLushort *v) - - - void - glSecondaryColor3us - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3us - (GLushort red, GLushort green, GLushort blue) - - - void - glSecondaryColor3uiv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3uiv - (const GLuint *v) - - - void - glSecondaryColor3ui - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3ui - (GLuint red, GLuint green, GLuint blue) - - - void - glSecondaryColor3ubv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3ubv - (const GLubyte *v) - - - void - glSecondaryColor3ub - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3ub - (GLubyte red, GLubyte green, GLubyte blue) - - - void - glSecondaryColor3sv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3sv - (const GLshort *v) - - - void - glSecondaryColor3s - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3s - (GLshort red, GLshort green, GLshort blue) - - - void - glSecondaryColor3iv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3iv - (const GLint *v) - - - void - glSecondaryColor3i - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3i - (GLint red, GLint green, GLint blue) - - - void - glSecondaryColor3fv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3fv - (const GLfloat *v) - - - void - glSecondaryColor3f - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3f - (GLfloat red, GLfloat green, GLfloat blue) - - - void - glSecondaryColor3dv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3dv - (const GLdouble *v) - - - void - glSecondaryColor3d - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3d - (GLdouble red, GLdouble green, GLdouble blue) - - - void - glSecondaryColor3bv - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3bv - (const GLbyte *v) - - - void - glSecondaryColor3b - qopenglfunctions-4-5-compatibility.html - glSecondaryColor3b - (GLbyte red, GLbyte green, GLbyte blue) - - - void - glFogCoordPointer - qopenglfunctions-4-5-compatibility.html - glFogCoordPointer - (GLenum type, GLsizei stride, const void *pointer) - - - void - glFogCoorddv - qopenglfunctions-4-5-compatibility.html - glFogCoorddv - (const GLdouble *coord) - - - void - glFogCoordd - qopenglfunctions-4-5-compatibility.html - glFogCoordd - (GLdouble coord) - - - void - glFogCoordfv - qopenglfunctions-4-5-compatibility.html - glFogCoordfv - (const GLfloat *coord) - - - void - glFogCoordf - qopenglfunctions-4-5-compatibility.html - glFogCoordf - (GLfloat coord) - - - void - glSecondaryColorP3uiv - qopenglfunctions-4-5-compatibility.html - glSecondaryColorP3uiv - (GLenum type, const GLuint *color) - - - void - glSecondaryColorP3ui - qopenglfunctions-4-5-compatibility.html - glSecondaryColorP3ui - (GLenum type, GLuint color) - - - void - glColorP4uiv - qopenglfunctions-4-5-compatibility.html - glColorP4uiv - (GLenum type, const GLuint *color) - - - void - glColorP4ui - qopenglfunctions-4-5-compatibility.html - glColorP4ui - (GLenum type, GLuint color) - - - void - glColorP3uiv - qopenglfunctions-4-5-compatibility.html - glColorP3uiv - (GLenum type, const GLuint *color) - - - void - glColorP3ui - qopenglfunctions-4-5-compatibility.html - glColorP3ui - (GLenum type, GLuint color) - - - void - glNormalP3uiv - qopenglfunctions-4-5-compatibility.html - glNormalP3uiv - (GLenum type, const GLuint *coords) - - - void - glNormalP3ui - qopenglfunctions-4-5-compatibility.html - glNormalP3ui - (GLenum type, GLuint coords) - - - void - glMultiTexCoordP4uiv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP4uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP4ui - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP4ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP3uiv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP3uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP3ui - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP3ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP2uiv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP2uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP2ui - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP2ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glMultiTexCoordP1uiv - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP1uiv - (GLenum texture, GLenum type, const GLuint *coords) - - - void - glMultiTexCoordP1ui - qopenglfunctions-4-5-compatibility.html - glMultiTexCoordP1ui - (GLenum texture, GLenum type, GLuint coords) - - - void - glTexCoordP4uiv - qopenglfunctions-4-5-compatibility.html - glTexCoordP4uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP4ui - qopenglfunctions-4-5-compatibility.html - glTexCoordP4ui - (GLenum type, GLuint coords) - - - void - glTexCoordP3uiv - qopenglfunctions-4-5-compatibility.html - glTexCoordP3uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP3ui - qopenglfunctions-4-5-compatibility.html - glTexCoordP3ui - (GLenum type, GLuint coords) - - - void - glTexCoordP2uiv - qopenglfunctions-4-5-compatibility.html - glTexCoordP2uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP2ui - qopenglfunctions-4-5-compatibility.html - glTexCoordP2ui - (GLenum type, GLuint coords) - - - void - glTexCoordP1uiv - qopenglfunctions-4-5-compatibility.html - glTexCoordP1uiv - (GLenum type, const GLuint *coords) - - - void - glTexCoordP1ui - qopenglfunctions-4-5-compatibility.html - glTexCoordP1ui - (GLenum type, GLuint coords) - - - void - glVertexP4uiv - qopenglfunctions-4-5-compatibility.html - glVertexP4uiv - (GLenum type, const GLuint *value) - - - void - glVertexP4ui - qopenglfunctions-4-5-compatibility.html - glVertexP4ui - (GLenum type, GLuint value) - - - void - glVertexP3uiv - qopenglfunctions-4-5-compatibility.html - glVertexP3uiv - (GLenum type, const GLuint *value) - - - void - glVertexP3ui - qopenglfunctions-4-5-compatibility.html - glVertexP3ui - (GLenum type, GLuint value) - - - void - glVertexP2uiv - qopenglfunctions-4-5-compatibility.html - glVertexP2uiv - (GLenum type, const GLuint *value) - - - void - glVertexP2ui - qopenglfunctions-4-5-compatibility.html - glVertexP2ui - (GLenum type, GLuint value) - - - void - glGetnMinmax - qopenglfunctions-4-5-compatibility.html - glGetnMinmax - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) - - - void - glGetnHistogram - qopenglfunctions-4-5-compatibility.html - glGetnHistogram - (GLenum target, GLboolean reset, GLenum format, GLenum type, GLsizei bufSize, void *values) - - - void - glGetnSeparableFilter - qopenglfunctions-4-5-compatibility.html - glGetnSeparableFilter - (GLenum target, GLenum format, GLenum type, GLsizei rowBufSize, void *row, GLsizei columnBufSize, void *column, void *span) - - - void - glGetnConvolutionFilter - qopenglfunctions-4-5-compatibility.html - glGetnConvolutionFilter - (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *image) - - - void - glGetnColorTable - qopenglfunctions-4-5-compatibility.html - glGetnColorTable - (GLenum target, GLenum format, GLenum type, GLsizei bufSize, void *table) - - - void - glGetnPolygonStipple - qopenglfunctions-4-5-compatibility.html - glGetnPolygonStipple - (GLsizei bufSize, GLubyte *pattern) - - - void - glGetnPixelMapusv - qopenglfunctions-4-5-compatibility.html - glGetnPixelMapusv - (GLenum map, GLsizei bufSize, GLushort *values) - - - void - glGetnPixelMapuiv - qopenglfunctions-4-5-compatibility.html - glGetnPixelMapuiv - (GLenum map, GLsizei bufSize, GLuint *values) - - - void - glGetnPixelMapfv - qopenglfunctions-4-5-compatibility.html - glGetnPixelMapfv - (GLenum map, GLsizei bufSize, GLfloat *values) - - - void - glGetnMapiv - qopenglfunctions-4-5-compatibility.html - glGetnMapiv - (GLenum target, GLenum query, GLsizei bufSize, GLint *v) - - - void - glGetnMapfv - qopenglfunctions-4-5-compatibility.html - glGetnMapfv - (GLenum target, GLenum query, GLsizei bufSize, GLfloat *v) - - - void - glGetnMapdv - qopenglfunctions-4-5-compatibility.html - glGetnMapdv - (GLenum target, GLenum query, GLsizei bufSize, GLdouble *v) - - - - QOpenGLFunctions_4_5_Core - qopenglfunctions-4-5-core.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_4_5_Core - qopenglfunctions-4-5-core.html - QOpenGLFunctions_4_5_Core - () - - - virtual - ~QOpenGLFunctions_4_5_Core - qopenglfunctions-4-5-core.html - dtor.QOpenGLFunctions_4_5_Core - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-4-5-core.html - initializeOpenGLFunctions - () override - - - void - glViewport - qopenglfunctions-4-5-core.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glDepthRange - qopenglfunctions-4-5-core.html - glDepthRange - (GLdouble nearVal, GLdouble farVal) - - - GLboolean - glIsEnabled - qopenglfunctions-4-5-core.html - glIsEnabled - (GLenum cap) - - - void - glGetTexLevelParameteriv - qopenglfunctions-4-5-core.html - glGetTexLevelParameteriv - (GLenum target, GLint level, GLenum pname, GLint *params) - - - void - glGetTexLevelParameterfv - qopenglfunctions-4-5-core.html - glGetTexLevelParameterfv - (GLenum target, GLint level, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-4-5-core.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetTexParameterfv - qopenglfunctions-4-5-core.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexImage - qopenglfunctions-4-5-core.html - glGetTexImage - (GLenum target, GLint level, GLenum format, GLenum type, void *pixels) - - - const GLubyte * - glGetString - qopenglfunctions-4-5-core.html - glGetString - (GLenum name) - - - void - glGetIntegerv - qopenglfunctions-4-5-core.html - glGetIntegerv - (GLenum pname, GLint *data) - - - void - glGetFloatv - qopenglfunctions-4-5-core.html - glGetFloatv - (GLenum pname, GLfloat *data) - - - GLenum - glGetError - qopenglfunctions-4-5-core.html - glGetError - () - - - void - glGetDoublev - qopenglfunctions-4-5-core.html - glGetDoublev - (GLenum pname, GLdouble *data) - - - void - glGetBooleanv - qopenglfunctions-4-5-core.html - glGetBooleanv - (GLenum pname, GLboolean *data) - - - void - glReadPixels - qopenglfunctions-4-5-core.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, void *pixels) - - - void - glReadBuffer - qopenglfunctions-4-5-core.html - glReadBuffer - (GLenum src) - - - void - glPixelStorei - qopenglfunctions-4-5-core.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPixelStoref - qopenglfunctions-4-5-core.html - glPixelStoref - (GLenum pname, GLfloat param) - - - void - glDepthFunc - qopenglfunctions-4-5-core.html - glDepthFunc - (GLenum func) - - - void - glStencilOp - qopenglfunctions-4-5-core.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilFunc - qopenglfunctions-4-5-core.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glLogicOp - qopenglfunctions-4-5-core.html - glLogicOp - (GLenum opcode) - - - void - glBlendFunc - qopenglfunctions-4-5-core.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glFlush - qopenglfunctions-4-5-core.html - glFlush - () - - - void - glFinish - qopenglfunctions-4-5-core.html - glFinish - () - - - void - glEnable - qopenglfunctions-4-5-core.html - glEnable - (GLenum cap) - - - void - glDisable - qopenglfunctions-4-5-core.html - glDisable - (GLenum cap) - - - void - glDepthMask - qopenglfunctions-4-5-core.html - glDepthMask - (GLboolean flag) - - - void - glColorMask - qopenglfunctions-4-5-core.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glStencilMask - qopenglfunctions-4-5-core.html - glStencilMask - (GLuint mask) - - - void - glClearDepth - qopenglfunctions-4-5-core.html - glClearDepth - (GLdouble depth) - - - void - glClearStencil - qopenglfunctions-4-5-core.html - glClearStencil - (GLint s) - - - void - glClearColor - qopenglfunctions-4-5-core.html - glClearColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glClear - qopenglfunctions-4-5-core.html - glClear - (GLbitfield mask) - - - void - glDrawBuffer - qopenglfunctions-4-5-core.html - glDrawBuffer - (GLenum buf) - - - void - glTexImage2D - qopenglfunctions-4-5-core.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage1D - qopenglfunctions-4-5-core.html - glTexImage1D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glTexParameteriv - qopenglfunctions-4-5-core.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexParameteri - qopenglfunctions-4-5-core.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameterfv - qopenglfunctions-4-5-core.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameterf - qopenglfunctions-4-5-core.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glScissor - qopenglfunctions-4-5-core.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glPolygonMode - qopenglfunctions-4-5-core.html - glPolygonMode - (GLenum face, GLenum mode) - - - void - glPointSize - qopenglfunctions-4-5-core.html - glPointSize - (GLfloat size) - - - void - glLineWidth - qopenglfunctions-4-5-core.html - glLineWidth - (GLfloat width) - - - void - glHint - qopenglfunctions-4-5-core.html - glHint - (GLenum target, GLenum mode) - - - void - glFrontFace - qopenglfunctions-4-5-core.html - glFrontFace - (GLenum mode) - - - void - glCullFace - qopenglfunctions-4-5-core.html - glCullFace - (GLenum mode) - - - GLboolean - glIsTexture - qopenglfunctions-4-5-core.html - glIsTexture - (GLuint texture) - - - void - glGenTextures - qopenglfunctions-4-5-core.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glDeleteTextures - qopenglfunctions-4-5-core.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glBindTexture - qopenglfunctions-4-5-core.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glTexSubImage2D - qopenglfunctions-4-5-core.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTexSubImage1D - qopenglfunctions-4-5-core.html - glTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glCopyTexSubImage2D - qopenglfunctions-4-5-core.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTexSubImage1D - qopenglfunctions-4-5-core.html - glCopyTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCopyTexImage2D - qopenglfunctions-4-5-core.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexImage1D - qopenglfunctions-4-5-core.html - glCopyTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLint border) - - - void - glPolygonOffset - qopenglfunctions-4-5-core.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glDrawElements - qopenglfunctions-4-5-core.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const void *indices) - - - void - glDrawArrays - qopenglfunctions-4-5-core.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glBlendColor - qopenglfunctions-4-5-core.html - glBlendColor - (GLfloat red, GLfloat green, GLfloat blue, GLfloat alpha) - - - void - glBlendEquation - qopenglfunctions-4-5-core.html - glBlendEquation - (GLenum mode) - - - void - glCopyTexSubImage3D - qopenglfunctions-4-5-core.html - glCopyTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glTexSubImage3D - qopenglfunctions-4-5-core.html - glTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTexImage3D - qopenglfunctions-4-5-core.html - glTexImage3D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLenum format, GLenum type, const void *pixels) - - - void - glDrawRangeElements - qopenglfunctions-4-5-core.html - glDrawRangeElements - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices) - - - void - glGetCompressedTexImage - qopenglfunctions-4-5-core.html - glGetCompressedTexImage - (GLenum target, GLint level, void *img) - - - void - glCompressedTexSubImage1D - qopenglfunctions-4-5-core.html - glCompressedTexSubImage1D - (GLenum target, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-4-5-core.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexSubImage3D - qopenglfunctions-4-5-core.html - glCompressedTexSubImage3D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage1D - qopenglfunctions-4-5-core.html - glCompressedTexImage1D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage2D - qopenglfunctions-4-5-core.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const void *data) - - - void - glCompressedTexImage3D - qopenglfunctions-4-5-core.html - glCompressedTexImage3D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLint border, GLsizei imageSize, const void *data) - - - void - glSampleCoverage - qopenglfunctions-4-5-core.html - glSampleCoverage - (GLfloat value, GLboolean invert) - - - void - glActiveTexture - qopenglfunctions-4-5-core.html - glActiveTexture - (GLenum texture) - - - void - glPointParameteriv - qopenglfunctions-4-5-core.html - glPointParameteriv - (GLenum pname, const GLint *params) - - - void - glPointParameteri - qopenglfunctions-4-5-core.html - glPointParameteri - (GLenum pname, GLint param) - - - void - glPointParameterfv - qopenglfunctions-4-5-core.html - glPointParameterfv - (GLenum pname, const GLfloat *params) - - - void - glPointParameterf - qopenglfunctions-4-5-core.html - glPointParameterf - (GLenum pname, GLfloat param) - - - void - glMultiDrawElements - qopenglfunctions-4-5-core.html - glMultiDrawElements - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount) - - - void - glMultiDrawArrays - qopenglfunctions-4-5-core.html - glMultiDrawArrays - (GLenum mode, const GLint *first, const GLsizei *count, GLsizei drawcount) - - - void - glBlendFuncSeparate - qopenglfunctions-4-5-core.html - glBlendFuncSeparate - (GLenum sfactorRGB, GLenum dfactorRGB, GLenum sfactorAlpha, GLenum dfactorAlpha) - - - void - glGetBufferPointerv - qopenglfunctions-4-5-core.html - glGetBufferPointerv - (GLenum target, GLenum pname, void **params) - - - void - glGetBufferParameteriv - qopenglfunctions-4-5-core.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLboolean - glUnmapBuffer - qopenglfunctions-4-5-core.html - glUnmapBuffer - (GLenum target) - - - void * - glMapBuffer - qopenglfunctions-4-5-core.html - glMapBuffer - (GLenum target, GLenum access) - - - void - glGetBufferSubData - qopenglfunctions-4-5-core.html - glGetBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, void *data) - - - void - glBufferSubData - qopenglfunctions-4-5-core.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const void *data) - - - void - glBufferData - qopenglfunctions-4-5-core.html - glBufferData - (GLenum target, GLsizeiptr size, const void *data, GLenum usage) - - - GLboolean - glIsBuffer - qopenglfunctions-4-5-core.html - glIsBuffer - (GLuint buffer) - - - void - glGenBuffers - qopenglfunctions-4-5-core.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glDeleteBuffers - qopenglfunctions-4-5-core.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glBindBuffer - qopenglfunctions-4-5-core.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glGetQueryObjectuiv - qopenglfunctions-4-5-core.html - glGetQueryObjectuiv - (GLuint id, GLenum pname, GLuint *params) - - - void - glGetQueryObjectiv - qopenglfunctions-4-5-core.html - glGetQueryObjectiv - (GLuint id, GLenum pname, GLint *params) - - - void - glGetQueryiv - qopenglfunctions-4-5-core.html - glGetQueryiv - (GLenum target, GLenum pname, GLint *params) - - - void - glEndQuery - qopenglfunctions-4-5-core.html - glEndQuery - (GLenum target) - - - void - glBeginQuery - qopenglfunctions-4-5-core.html - glBeginQuery - (GLenum target, GLuint id) - - - GLboolean - glIsQuery - qopenglfunctions-4-5-core.html - glIsQuery - (GLuint id) - - - void - glDeleteQueries - qopenglfunctions-4-5-core.html - glDeleteQueries - (GLsizei n, const GLuint *ids) - - - void - glGenQueries - qopenglfunctions-4-5-core.html - glGenQueries - (GLsizei n, GLuint *ids) - - - void - glVertexAttribPointer - qopenglfunctions-4-5-core.html - glVertexAttribPointer - (GLuint index, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const void *pointer) - - - void - glVertexAttrib4usv - qopenglfunctions-4-5-core.html - glVertexAttrib4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4uiv - qopenglfunctions-4-5-core.html - glVertexAttrib4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4ubv - qopenglfunctions-4-5-core.html - glVertexAttrib4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4sv - qopenglfunctions-4-5-core.html - glVertexAttrib4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4s - qopenglfunctions-4-5-core.html - glVertexAttrib4s - (GLuint index, GLshort x, GLshort y, GLshort z, GLshort w) - - - void - glVertexAttrib4iv - qopenglfunctions-4-5-core.html - glVertexAttrib4iv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4fv - qopenglfunctions-4-5-core.html - glVertexAttrib4fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib4f - qopenglfunctions-4-5-core.html - glVertexAttrib4f - (GLuint index, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4dv - qopenglfunctions-4-5-core.html - glVertexAttrib4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib4d - qopenglfunctions-4-5-core.html - glVertexAttrib4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttrib4bv - qopenglfunctions-4-5-core.html - glVertexAttrib4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib4Nusv - qopenglfunctions-4-5-core.html - glVertexAttrib4Nusv - (GLuint index, const GLushort *v) - - - void - glVertexAttrib4Nuiv - qopenglfunctions-4-5-core.html - glVertexAttrib4Nuiv - (GLuint index, const GLuint *v) - - - void - glVertexAttrib4Nubv - qopenglfunctions-4-5-core.html - glVertexAttrib4Nubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttrib4Nub - qopenglfunctions-4-5-core.html - glVertexAttrib4Nub - (GLuint index, GLubyte x, GLubyte y, GLubyte z, GLubyte w) - - - void - glVertexAttrib4Nsv - qopenglfunctions-4-5-core.html - glVertexAttrib4Nsv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib4Niv - qopenglfunctions-4-5-core.html - glVertexAttrib4Niv - (GLuint index, const GLint *v) - - - void - glVertexAttrib4Nbv - qopenglfunctions-4-5-core.html - glVertexAttrib4Nbv - (GLuint index, const GLbyte *v) - - - void - glVertexAttrib3sv - qopenglfunctions-4-5-core.html - glVertexAttrib3sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib3s - qopenglfunctions-4-5-core.html - glVertexAttrib3s - (GLuint index, GLshort x, GLshort y, GLshort z) - - - void - glVertexAttrib3fv - qopenglfunctions-4-5-core.html - glVertexAttrib3fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib3f - qopenglfunctions-4-5-core.html - glVertexAttrib3f - (GLuint index, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3dv - qopenglfunctions-4-5-core.html - glVertexAttrib3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib3d - qopenglfunctions-4-5-core.html - glVertexAttrib3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttrib2sv - qopenglfunctions-4-5-core.html - glVertexAttrib2sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib2s - qopenglfunctions-4-5-core.html - glVertexAttrib2s - (GLuint index, GLshort x, GLshort y) - - - void - glVertexAttrib2fv - qopenglfunctions-4-5-core.html - glVertexAttrib2fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib2f - qopenglfunctions-4-5-core.html - glVertexAttrib2f - (GLuint index, GLfloat x, GLfloat y) - - - void - glVertexAttrib2dv - qopenglfunctions-4-5-core.html - glVertexAttrib2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib2d - qopenglfunctions-4-5-core.html - glVertexAttrib2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttrib1sv - qopenglfunctions-4-5-core.html - glVertexAttrib1sv - (GLuint index, const GLshort *v) - - - void - glVertexAttrib1s - qopenglfunctions-4-5-core.html - glVertexAttrib1s - (GLuint index, GLshort x) - - - void - glVertexAttrib1fv - qopenglfunctions-4-5-core.html - glVertexAttrib1fv - (GLuint index, const GLfloat *v) - - - void - glVertexAttrib1f - qopenglfunctions-4-5-core.html - glVertexAttrib1f - (GLuint index, GLfloat x) - - - void - glVertexAttrib1dv - qopenglfunctions-4-5-core.html - glVertexAttrib1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttrib1d - qopenglfunctions-4-5-core.html - glVertexAttrib1d - (GLuint index, GLdouble x) - - - void - glValidateProgram - qopenglfunctions-4-5-core.html - glValidateProgram - (GLuint program) - - - void - glUniformMatrix4fv - qopenglfunctions-4-5-core.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-4-5-core.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2fv - qopenglfunctions-4-5-core.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniform4iv - qopenglfunctions-4-5-core.html - glUniform4iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform3iv - qopenglfunctions-4-5-core.html - glUniform3iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform2iv - qopenglfunctions-4-5-core.html - glUniform2iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform1iv - qopenglfunctions-4-5-core.html - glUniform1iv - (GLint location, GLsizei count, const GLint *value) - - - void - glUniform4fv - qopenglfunctions-4-5-core.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform3fv - qopenglfunctions-4-5-core.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform2fv - qopenglfunctions-4-5-core.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform1fv - qopenglfunctions-4-5-core.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *value) - - - void - glUniform4i - qopenglfunctions-4-5-core.html - glUniform4i - (GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glUniform3i - qopenglfunctions-4-5-core.html - glUniform3i - (GLint location, GLint v0, GLint v1, GLint v2) - - - void - glUniform2i - qopenglfunctions-4-5-core.html - glUniform2i - (GLint location, GLint v0, GLint v1) - - - void - glUniform1i - qopenglfunctions-4-5-core.html - glUniform1i - (GLint location, GLint v0) - - - void - glUniform4f - qopenglfunctions-4-5-core.html - glUniform4f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glUniform3f - qopenglfunctions-4-5-core.html - glUniform3f - (GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glUniform2f - qopenglfunctions-4-5-core.html - glUniform2f - (GLint location, GLfloat v0, GLfloat v1) - - - void - glUniform1f - qopenglfunctions-4-5-core.html - glUniform1f - (GLint location, GLfloat v0) - - - void - glUseProgram - qopenglfunctions-4-5-core.html - glUseProgram - (GLuint program) - - - void - glShaderSource - qopenglfunctions-4-5-core.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) - - - void - glLinkProgram - qopenglfunctions-4-5-core.html - glLinkProgram - (GLuint program) - - - GLboolean - glIsShader - qopenglfunctions-4-5-core.html - glIsShader - (GLuint shader) - - - GLboolean - glIsProgram - qopenglfunctions-4-5-core.html - glIsProgram - (GLuint program) - - - void - glGetVertexAttribPointerv - qopenglfunctions-4-5-core.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, void **pointer) - - - void - glGetVertexAttribiv - qopenglfunctions-4-5-core.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribfv - qopenglfunctions-4-5-core.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribdv - qopenglfunctions-4-5-core.html - glGetVertexAttribdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glGetUniformiv - qopenglfunctions-4-5-core.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-4-5-core.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - GLint - glGetUniformLocation - qopenglfunctions-4-5-core.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetShaderSource - qopenglfunctions-4-5-core.html - glGetShaderSource - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *source) - - - void - glGetShaderInfoLog - qopenglfunctions-4-5-core.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetShaderiv - qopenglfunctions-4-5-core.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-4-5-core.html - glGetProgramInfoLog - (GLuint program, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glGetProgramiv - qopenglfunctions-4-5-core.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - GLint - glGetAttribLocation - qopenglfunctions-4-5-core.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-4-5-core.html - glGetAttachedShaders - (GLuint program, GLsizei maxCount, GLsizei *count, GLuint *shaders) - - - void - glGetActiveUniform - qopenglfunctions-4-5-core.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveAttrib - qopenglfunctions-4-5-core.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glEnableVertexAttribArray - qopenglfunctions-4-5-core.html - glEnableVertexAttribArray - (GLuint index) - - - void - glDisableVertexAttribArray - qopenglfunctions-4-5-core.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDetachShader - qopenglfunctions-4-5-core.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDeleteShader - qopenglfunctions-4-5-core.html - glDeleteShader - (GLuint shader) - - - void - glDeleteProgram - qopenglfunctions-4-5-core.html - glDeleteProgram - (GLuint program) - - - GLuint - glCreateShader - qopenglfunctions-4-5-core.html - glCreateShader - (GLenum type) - - - GLuint - glCreateProgram - qopenglfunctions-4-5-core.html - glCreateProgram - () - - - void - glCompileShader - qopenglfunctions-4-5-core.html - glCompileShader - (GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-4-5-core.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glAttachShader - qopenglfunctions-4-5-core.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glStencilMaskSeparate - qopenglfunctions-4-5-core.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-4-5-core.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilOpSeparate - qopenglfunctions-4-5-core.html - glStencilOpSeparate - (GLenum face, GLenum sfail, GLenum dpfail, GLenum dppass) - - - void - glDrawBuffers - qopenglfunctions-4-5-core.html - glDrawBuffers - (GLsizei n, const GLenum *bufs) - - - void - glBlendEquationSeparate - qopenglfunctions-4-5-core.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glUniformMatrix4x3fv - qopenglfunctions-4-5-core.html - glUniformMatrix4x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x4fv - qopenglfunctions-4-5-core.html - glUniformMatrix3x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4x2fv - qopenglfunctions-4-5-core.html - glUniformMatrix4x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x4fv - qopenglfunctions-4-5-core.html - glUniformMatrix2x4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3x2fv - qopenglfunctions-4-5-core.html - glUniformMatrix3x2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix2x3fv - qopenglfunctions-4-5-core.html - glUniformMatrix2x3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - GLboolean - glIsVertexArray - qopenglfunctions-4-5-core.html - glIsVertexArray - (GLuint array) - - - void - glGenVertexArrays - qopenglfunctions-4-5-core.html - glGenVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glDeleteVertexArrays - qopenglfunctions-4-5-core.html - glDeleteVertexArrays - (GLsizei n, const GLuint *arrays) - - - void - glBindVertexArray - qopenglfunctions-4-5-core.html - glBindVertexArray - (GLuint array) - - - void - glFlushMappedBufferRange - qopenglfunctions-4-5-core.html - glFlushMappedBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length) - - - void * - glMapBufferRange - qopenglfunctions-4-5-core.html - glMapBufferRange - (GLenum target, GLintptr offset, GLsizeiptr length, GLbitfield access) - - - void - glFramebufferTextureLayer - qopenglfunctions-4-5-core.html - glFramebufferTextureLayer - (GLenum target, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glRenderbufferStorageMultisample - qopenglfunctions-4-5-core.html - glRenderbufferStorageMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glBlitFramebuffer - qopenglfunctions-4-5-core.html - glBlitFramebuffer - (GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glGenerateMipmap - qopenglfunctions-4-5-core.html - glGenerateMipmap - (GLenum target) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-4-5-core.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glFramebufferRenderbuffer - qopenglfunctions-4-5-core.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture3D - qopenglfunctions-4-5-core.html - glFramebufferTexture3D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level, GLint zoffset) - - - void - glFramebufferTexture2D - qopenglfunctions-4-5-core.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFramebufferTexture1D - qopenglfunctions-4-5-core.html - glFramebufferTexture1D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-4-5-core.html - glCheckFramebufferStatus - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-4-5-core.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glDeleteFramebuffers - qopenglfunctions-4-5-core.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glBindFramebuffer - qopenglfunctions-4-5-core.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - GLboolean - glIsFramebuffer - qopenglfunctions-4-5-core.html - glIsFramebuffer - (GLuint framebuffer) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-4-5-core.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glRenderbufferStorage - qopenglfunctions-4-5-core.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glGenRenderbuffers - qopenglfunctions-4-5-core.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glDeleteRenderbuffers - qopenglfunctions-4-5-core.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glBindRenderbuffer - qopenglfunctions-4-5-core.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-4-5-core.html - glIsRenderbuffer - (GLuint renderbuffer) - - - const GLubyte * - glGetStringi - qopenglfunctions-4-5-core.html - glGetStringi - (GLenum name, GLuint index) - - - void - glClearBufferfi - qopenglfunctions-4-5-core.html - glClearBufferfi - (GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) - - - void - glClearBufferfv - qopenglfunctions-4-5-core.html - glClearBufferfv - (GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearBufferuiv - qopenglfunctions-4-5-core.html - glClearBufferuiv - (GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearBufferiv - qopenglfunctions-4-5-core.html - glClearBufferiv - (GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glGetTexParameterIuiv - qopenglfunctions-4-5-core.html - glGetTexParameterIuiv - (GLenum target, GLenum pname, GLuint *params) - - - void - glGetTexParameterIiv - qopenglfunctions-4-5-core.html - glGetTexParameterIiv - (GLenum target, GLenum pname, GLint *params) - - - void - glTexParameterIuiv - qopenglfunctions-4-5-core.html - glTexParameterIuiv - (GLenum target, GLenum pname, const GLuint *params) - - - void - glTexParameterIiv - qopenglfunctions-4-5-core.html - glTexParameterIiv - (GLenum target, GLenum pname, const GLint *params) - - - void - glUniform4uiv - qopenglfunctions-4-5-core.html - glUniform4uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform3uiv - qopenglfunctions-4-5-core.html - glUniform3uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform2uiv - qopenglfunctions-4-5-core.html - glUniform2uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform1uiv - qopenglfunctions-4-5-core.html - glUniform1uiv - (GLint location, GLsizei count, const GLuint *value) - - - void - glUniform4ui - qopenglfunctions-4-5-core.html - glUniform4ui - (GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glUniform3ui - qopenglfunctions-4-5-core.html - glUniform3ui - (GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glUniform2ui - qopenglfunctions-4-5-core.html - glUniform2ui - (GLint location, GLuint v0, GLuint v1) - - - void - glUniform1ui - qopenglfunctions-4-5-core.html - glUniform1ui - (GLint location, GLuint v0) - - - GLint - glGetFragDataLocation - qopenglfunctions-4-5-core.html - glGetFragDataLocation - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocation - qopenglfunctions-4-5-core.html - glBindFragDataLocation - (GLuint program, GLuint color, const GLchar *name) - - - void - glGetUniformuiv - qopenglfunctions-4-5-core.html - glGetUniformuiv - (GLuint program, GLint location, GLuint *params) - - - void - glVertexAttribI4usv - qopenglfunctions-4-5-core.html - glVertexAttribI4usv - (GLuint index, const GLushort *v) - - - void - glVertexAttribI4ubv - qopenglfunctions-4-5-core.html - glVertexAttribI4ubv - (GLuint index, const GLubyte *v) - - - void - glVertexAttribI4sv - qopenglfunctions-4-5-core.html - glVertexAttribI4sv - (GLuint index, const GLshort *v) - - - void - glVertexAttribI4bv - qopenglfunctions-4-5-core.html - glVertexAttribI4bv - (GLuint index, const GLbyte *v) - - - void - glVertexAttribI4uiv - qopenglfunctions-4-5-core.html - glVertexAttribI4uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI3uiv - qopenglfunctions-4-5-core.html - glVertexAttribI3uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI2uiv - qopenglfunctions-4-5-core.html - glVertexAttribI2uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI1uiv - qopenglfunctions-4-5-core.html - glVertexAttribI1uiv - (GLuint index, const GLuint *v) - - - void - glVertexAttribI4iv - qopenglfunctions-4-5-core.html - glVertexAttribI4iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI3iv - qopenglfunctions-4-5-core.html - glVertexAttribI3iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI2iv - qopenglfunctions-4-5-core.html - glVertexAttribI2iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI1iv - qopenglfunctions-4-5-core.html - glVertexAttribI1iv - (GLuint index, const GLint *v) - - - void - glVertexAttribI4ui - qopenglfunctions-4-5-core.html - glVertexAttribI4ui - (GLuint index, GLuint x, GLuint y, GLuint z, GLuint w) - - - void - glVertexAttribI3ui - qopenglfunctions-4-5-core.html - glVertexAttribI3ui - (GLuint index, GLuint x, GLuint y, GLuint z) - - - void - glVertexAttribI2ui - qopenglfunctions-4-5-core.html - glVertexAttribI2ui - (GLuint index, GLuint x, GLuint y) - - - void - glVertexAttribI1ui - qopenglfunctions-4-5-core.html - glVertexAttribI1ui - (GLuint index, GLuint x) - - - void - glVertexAttribI4i - qopenglfunctions-4-5-core.html - glVertexAttribI4i - (GLuint index, GLint x, GLint y, GLint z, GLint w) - - - void - glVertexAttribI3i - qopenglfunctions-4-5-core.html - glVertexAttribI3i - (GLuint index, GLint x, GLint y, GLint z) - - - void - glVertexAttribI2i - qopenglfunctions-4-5-core.html - glVertexAttribI2i - (GLuint index, GLint x, GLint y) - - - void - glVertexAttribI1i - qopenglfunctions-4-5-core.html - glVertexAttribI1i - (GLuint index, GLint x) - - - void - glGetVertexAttribIuiv - qopenglfunctions-4-5-core.html - glGetVertexAttribIuiv - (GLuint index, GLenum pname, GLuint *params) - - - void - glGetVertexAttribIiv - qopenglfunctions-4-5-core.html - glGetVertexAttribIiv - (GLuint index, GLenum pname, GLint *params) - - - void - glVertexAttribIPointer - qopenglfunctions-4-5-core.html - glVertexAttribIPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glEndConditionalRender - qopenglfunctions-4-5-core.html - glEndConditionalRender - () - - - void - glBeginConditionalRender - qopenglfunctions-4-5-core.html - glBeginConditionalRender - (GLuint id, GLenum mode) - - - void - glClampColor - qopenglfunctions-4-5-core.html - glClampColor - (GLenum target, GLenum clamp) - - - void - glGetTransformFeedbackVarying - qopenglfunctions-4-5-core.html - glGetTransformFeedbackVarying - (GLuint program, GLuint index, GLsizei bufSize, GLsizei *length, GLsizei *size, GLenum *type, GLchar *name) - - - void - glTransformFeedbackVaryings - qopenglfunctions-4-5-core.html - glTransformFeedbackVaryings - (GLuint program, GLsizei count, const GLchar *const *varyings, GLenum bufferMode) - - - void - glBindBufferBase - qopenglfunctions-4-5-core.html - glBindBufferBase - (GLenum target, GLuint index, GLuint buffer) - - - void - glBindBufferRange - qopenglfunctions-4-5-core.html - glBindBufferRange - (GLenum target, GLuint index, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glEndTransformFeedback - qopenglfunctions-4-5-core.html - glEndTransformFeedback - () - - - void - glBeginTransformFeedback - qopenglfunctions-4-5-core.html - glBeginTransformFeedback - (GLenum primitiveMode) - - - GLboolean - glIsEnabledi - qopenglfunctions-4-5-core.html - glIsEnabledi - (GLenum target, GLuint index) - - - void - glDisablei - qopenglfunctions-4-5-core.html - glDisablei - (GLenum target, GLuint index) - - - void - glEnablei - qopenglfunctions-4-5-core.html - glEnablei - (GLenum target, GLuint index) - - - void - glGetIntegeri_v - qopenglfunctions-4-5-core.html - glGetIntegeri_v - (GLenum target, GLuint index, GLint *data) - - - void - glGetBooleani_v - qopenglfunctions-4-5-core.html - glGetBooleani_v - (GLenum target, GLuint index, GLboolean *data) - - - void - glColorMaski - qopenglfunctions-4-5-core.html - glColorMaski - (GLuint index, GLboolean r, GLboolean g, GLboolean b, GLboolean a) - - - void - glUniformBlockBinding - qopenglfunctions-4-5-core.html - glUniformBlockBinding - (GLuint program, GLuint uniformBlockIndex, GLuint uniformBlockBinding) - - - void - glGetActiveUniformBlockName - qopenglfunctions-4-5-core.html - glGetActiveUniformBlockName - (GLuint program, GLuint uniformBlockIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformBlockName) - - - void - glGetActiveUniformBlockiv - qopenglfunctions-4-5-core.html - glGetActiveUniformBlockiv - (GLuint program, GLuint uniformBlockIndex, GLenum pname, GLint *params) - - - GLuint - glGetUniformBlockIndex - qopenglfunctions-4-5-core.html - glGetUniformBlockIndex - (GLuint program, const GLchar *uniformBlockName) - - - void - glGetActiveUniformName - qopenglfunctions-4-5-core.html - glGetActiveUniformName - (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length, GLchar *uniformName) - - - void - glGetActiveUniformsiv - qopenglfunctions-4-5-core.html - glGetActiveUniformsiv - (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname, GLint *params) - - - void - glGetUniformIndices - qopenglfunctions-4-5-core.html - glGetUniformIndices - (GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) - - - void - glCopyBufferSubData - qopenglfunctions-4-5-core.html - glCopyBufferSubData - (GLenum readTarget, GLenum writeTarget, GLintptr readOffset, GLintptr writeOffset, GLsizeiptr size) - - - void - glPrimitiveRestartIndex - qopenglfunctions-4-5-core.html - glPrimitiveRestartIndex - (GLuint index) - - - void - glTexBuffer - qopenglfunctions-4-5-core.html - glTexBuffer - (GLenum target, GLenum internalformat, GLuint buffer) - - - void - glDrawElementsInstanced - qopenglfunctions-4-5-core.html - glDrawElementsInstanced - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount) - - - void - glDrawArraysInstanced - qopenglfunctions-4-5-core.html - glDrawArraysInstanced - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount) - - - void - glSampleMaski - qopenglfunctions-4-5-core.html - glSampleMaski - (GLuint maskNumber, GLbitfield mask) - - - void - glGetMultisamplefv - qopenglfunctions-4-5-core.html - glGetMultisamplefv - (GLenum pname, GLuint index, GLfloat *val) - - - void - glTexImage3DMultisample - qopenglfunctions-4-5-core.html - glTexImage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexImage2DMultisample - qopenglfunctions-4-5-core.html - glTexImage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glFramebufferTexture - qopenglfunctions-4-5-core.html - glFramebufferTexture - (GLenum target, GLenum attachment, GLuint texture, GLint level) - - - void - glGetBufferParameteri64v - qopenglfunctions-4-5-core.html - glGetBufferParameteri64v - (GLenum target, GLenum pname, GLint64 *params) - - - void - glGetInteger64i_v - qopenglfunctions-4-5-core.html - glGetInteger64i_v - (GLenum target, GLuint index, GLint64 *data) - - - void - glGetSynciv - qopenglfunctions-4-5-core.html - glGetSynciv - (GLsync sync, GLenum pname, GLsizei bufSize, GLsizei *length, GLint *values) - - - void - glGetInteger64v - qopenglfunctions-4-5-core.html - glGetInteger64v - (GLenum pname, GLint64 *data) - - - void - glWaitSync - qopenglfunctions-4-5-core.html - glWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - GLenum - glClientWaitSync - qopenglfunctions-4-5-core.html - glClientWaitSync - (GLsync sync, GLbitfield flags, GLuint64 timeout) - - - void - glDeleteSync - qopenglfunctions-4-5-core.html - glDeleteSync - (GLsync sync) - - - GLboolean - glIsSync - qopenglfunctions-4-5-core.html - glIsSync - (GLsync sync) - - - GLsync - glFenceSync - qopenglfunctions-4-5-core.html - glFenceSync - (GLenum condition, GLbitfield flags) - - - void - glProvokingVertex - qopenglfunctions-4-5-core.html - glProvokingVertex - (GLenum mode) - - - void - glMultiDrawElementsBaseVertex - qopenglfunctions-4-5-core.html - glMultiDrawElementsBaseVertex - (GLenum mode, const GLsizei *count, GLenum type, const void *const *indices, GLsizei drawcount, const GLint *basevertex) - - - void - glDrawElementsInstancedBaseVertex - qopenglfunctions-4-5-core.html - glDrawElementsInstancedBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex) - - - void - glDrawRangeElementsBaseVertex - qopenglfunctions-4-5-core.html - glDrawRangeElementsBaseVertex - (GLenum mode, GLuint start, GLuint end, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glDrawElementsBaseVertex - qopenglfunctions-4-5-core.html - glDrawElementsBaseVertex - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLint basevertex) - - - void - glVertexAttribP4uiv - qopenglfunctions-4-5-core.html - glVertexAttribP4uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP4ui - qopenglfunctions-4-5-core.html - glVertexAttribP4ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP3uiv - qopenglfunctions-4-5-core.html - glVertexAttribP3uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP3ui - qopenglfunctions-4-5-core.html - glVertexAttribP3ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP2uiv - qopenglfunctions-4-5-core.html - glVertexAttribP2uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP2ui - qopenglfunctions-4-5-core.html - glVertexAttribP2ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribP1uiv - qopenglfunctions-4-5-core.html - glVertexAttribP1uiv - (GLuint index, GLenum type, GLboolean normalized, const GLuint *value) - - - void - glVertexAttribP1ui - qopenglfunctions-4-5-core.html - glVertexAttribP1ui - (GLuint index, GLenum type, GLboolean normalized, GLuint value) - - - void - glVertexAttribDivisor - qopenglfunctions-4-5-core.html - glVertexAttribDivisor - (GLuint index, GLuint divisor) - - - void - glGetQueryObjectui64v - qopenglfunctions-4-5-core.html - glGetQueryObjectui64v - (GLuint id, GLenum pname, GLuint64 *params) - - - void - glGetQueryObjecti64v - qopenglfunctions-4-5-core.html - glGetQueryObjecti64v - (GLuint id, GLenum pname, GLint64 *params) - - - void - glQueryCounter - qopenglfunctions-4-5-core.html - glQueryCounter - (GLuint id, GLenum target) - - - void - glGetSamplerParameterIuiv - qopenglfunctions-4-5-core.html - glGetSamplerParameterIuiv - (GLuint sampler, GLenum pname, GLuint *params) - - - void - glGetSamplerParameterfv - qopenglfunctions-4-5-core.html - glGetSamplerParameterfv - (GLuint sampler, GLenum pname, GLfloat *params) - - - void - glGetSamplerParameterIiv - qopenglfunctions-4-5-core.html - glGetSamplerParameterIiv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glGetSamplerParameteriv - qopenglfunctions-4-5-core.html - glGetSamplerParameteriv - (GLuint sampler, GLenum pname, GLint *params) - - - void - glSamplerParameterIuiv - qopenglfunctions-4-5-core.html - glSamplerParameterIuiv - (GLuint sampler, GLenum pname, const GLuint *param) - - - void - glSamplerParameterIiv - qopenglfunctions-4-5-core.html - glSamplerParameterIiv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameterfv - qopenglfunctions-4-5-core.html - glSamplerParameterfv - (GLuint sampler, GLenum pname, const GLfloat *param) - - - void - glSamplerParameterf - qopenglfunctions-4-5-core.html - glSamplerParameterf - (GLuint sampler, GLenum pname, GLfloat param) - - - void - glSamplerParameteriv - qopenglfunctions-4-5-core.html - glSamplerParameteriv - (GLuint sampler, GLenum pname, const GLint *param) - - - void - glSamplerParameteri - qopenglfunctions-4-5-core.html - glSamplerParameteri - (GLuint sampler, GLenum pname, GLint param) - - - void - glBindSampler - qopenglfunctions-4-5-core.html - glBindSampler - (GLuint unit, GLuint sampler) - - - GLboolean - glIsSampler - qopenglfunctions-4-5-core.html - glIsSampler - (GLuint sampler) - - - void - glDeleteSamplers - qopenglfunctions-4-5-core.html - glDeleteSamplers - (GLsizei count, const GLuint *samplers) - - - void - glGenSamplers - qopenglfunctions-4-5-core.html - glGenSamplers - (GLsizei count, GLuint *samplers) - - - GLint - glGetFragDataIndex - qopenglfunctions-4-5-core.html - glGetFragDataIndex - (GLuint program, const GLchar *name) - - - void - glBindFragDataLocationIndexed - qopenglfunctions-4-5-core.html - glBindFragDataLocationIndexed - (GLuint program, GLuint colorNumber, GLuint index, const GLchar *name) - - - void - glGetQueryIndexediv - qopenglfunctions-4-5-core.html - glGetQueryIndexediv - (GLenum target, GLuint index, GLenum pname, GLint *params) - - - void - glEndQueryIndexed - qopenglfunctions-4-5-core.html - glEndQueryIndexed - (GLenum target, GLuint index) - - - void - glBeginQueryIndexed - qopenglfunctions-4-5-core.html - glBeginQueryIndexed - (GLenum target, GLuint index, GLuint id) - - - void - glDrawTransformFeedbackStream - qopenglfunctions-4-5-core.html - glDrawTransformFeedbackStream - (GLenum mode, GLuint id, GLuint stream) - - - void - glDrawTransformFeedback - qopenglfunctions-4-5-core.html - glDrawTransformFeedback - (GLenum mode, GLuint id) - - - void - glResumeTransformFeedback - qopenglfunctions-4-5-core.html - glResumeTransformFeedback - () - - - void - glPauseTransformFeedback - qopenglfunctions-4-5-core.html - glPauseTransformFeedback - () - - - GLboolean - glIsTransformFeedback - qopenglfunctions-4-5-core.html - glIsTransformFeedback - (GLuint id) - - - void - glGenTransformFeedbacks - qopenglfunctions-4-5-core.html - glGenTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glDeleteTransformFeedbacks - qopenglfunctions-4-5-core.html - glDeleteTransformFeedbacks - (GLsizei n, const GLuint *ids) - - - void - glBindTransformFeedback - qopenglfunctions-4-5-core.html - glBindTransformFeedback - (GLenum target, GLuint id) - - - void - glPatchParameterfv - qopenglfunctions-4-5-core.html - glPatchParameterfv - (GLenum pname, const GLfloat *values) - - - void - glPatchParameteri - qopenglfunctions-4-5-core.html - glPatchParameteri - (GLenum pname, GLint value) - - - void - glGetProgramStageiv - qopenglfunctions-4-5-core.html - glGetProgramStageiv - (GLuint program, GLenum shadertype, GLenum pname, GLint *values) - - - void - glGetUniformSubroutineuiv - qopenglfunctions-4-5-core.html - glGetUniformSubroutineuiv - (GLenum shadertype, GLint location, GLuint *params) - - - void - glUniformSubroutinesuiv - qopenglfunctions-4-5-core.html - glUniformSubroutinesuiv - (GLenum shadertype, GLsizei count, const GLuint *indices) - - - void - glGetActiveSubroutineName - qopenglfunctions-4-5-core.html - glGetActiveSubroutineName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformName - qopenglfunctions-4-5-core.html - glGetActiveSubroutineUniformName - (GLuint program, GLenum shadertype, GLuint index, GLsizei bufsize, GLsizei *length, GLchar *name) - - - void - glGetActiveSubroutineUniformiv - qopenglfunctions-4-5-core.html - glGetActiveSubroutineUniformiv - (GLuint program, GLenum shadertype, GLuint index, GLenum pname, GLint *values) - - - GLuint - glGetSubroutineIndex - qopenglfunctions-4-5-core.html - glGetSubroutineIndex - (GLuint program, GLenum shadertype, const GLchar *name) - - - GLint - glGetSubroutineUniformLocation - qopenglfunctions-4-5-core.html - glGetSubroutineUniformLocation - (GLuint program, GLenum shadertype, const GLchar *name) - - - void - glGetUniformdv - qopenglfunctions-4-5-core.html - glGetUniformdv - (GLuint program, GLint location, GLdouble *params) - - - void - glUniformMatrix4x3dv - qopenglfunctions-4-5-core.html - glUniformMatrix4x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4x2dv - qopenglfunctions-4-5-core.html - glUniformMatrix4x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x4dv - qopenglfunctions-4-5-core.html - glUniformMatrix3x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3x2dv - qopenglfunctions-4-5-core.html - glUniformMatrix3x2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x4dv - qopenglfunctions-4-5-core.html - glUniformMatrix2x4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2x3dv - qopenglfunctions-4-5-core.html - glUniformMatrix2x3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix4dv - qopenglfunctions-4-5-core.html - glUniformMatrix4dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix3dv - qopenglfunctions-4-5-core.html - glUniformMatrix3dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniformMatrix2dv - qopenglfunctions-4-5-core.html - glUniformMatrix2dv - (GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glUniform4dv - qopenglfunctions-4-5-core.html - glUniform4dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform3dv - qopenglfunctions-4-5-core.html - glUniform3dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform2dv - qopenglfunctions-4-5-core.html - glUniform2dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform1dv - qopenglfunctions-4-5-core.html - glUniform1dv - (GLint location, GLsizei count, const GLdouble *value) - - - void - glUniform4d - qopenglfunctions-4-5-core.html - glUniform4d - (GLint location, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glUniform3d - qopenglfunctions-4-5-core.html - glUniform3d - (GLint location, GLdouble x, GLdouble y, GLdouble z) - - - void - glUniform2d - qopenglfunctions-4-5-core.html - glUniform2d - (GLint location, GLdouble x, GLdouble y) - - - void - glUniform1d - qopenglfunctions-4-5-core.html - glUniform1d - (GLint location, GLdouble x) - - - void - glDrawElementsIndirect - qopenglfunctions-4-5-core.html - glDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect) - - - void - glDrawArraysIndirect - qopenglfunctions-4-5-core.html - glDrawArraysIndirect - (GLenum mode, const void *indirect) - - - void - glBlendFuncSeparatei - qopenglfunctions-4-5-core.html - glBlendFuncSeparatei - (GLuint buf, GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBlendFunci - qopenglfunctions-4-5-core.html - glBlendFunci - (GLuint buf, GLenum src, GLenum dst) - - - void - glBlendEquationSeparatei - qopenglfunctions-4-5-core.html - glBlendEquationSeparatei - (GLuint buf, GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendEquationi - qopenglfunctions-4-5-core.html - glBlendEquationi - (GLuint buf, GLenum mode) - - - void - glMinSampleShading - qopenglfunctions-4-5-core.html - glMinSampleShading - (GLfloat value) - - - void - glGetDoublei_v - qopenglfunctions-4-5-core.html - glGetDoublei_v - (GLenum target, GLuint index, GLdouble *data) - - - void - glGetFloati_v - qopenglfunctions-4-5-core.html - glGetFloati_v - (GLenum target, GLuint index, GLfloat *data) - - - void - glDepthRangeIndexed - qopenglfunctions-4-5-core.html - glDepthRangeIndexed - (GLuint index, GLdouble n, GLdouble f) - - - void - glDepthRangeArrayv - qopenglfunctions-4-5-core.html - glDepthRangeArrayv - (GLuint first, GLsizei count, const GLdouble *v) - - - void - glScissorIndexedv - qopenglfunctions-4-5-core.html - glScissorIndexedv - (GLuint index, const GLint *v) - - - void - glScissorIndexed - qopenglfunctions-4-5-core.html - glScissorIndexed - (GLuint index, GLint left, GLint bottom, GLsizei width, GLsizei height) - - - void - glScissorArrayv - qopenglfunctions-4-5-core.html - glScissorArrayv - (GLuint first, GLsizei count, const GLint *v) - - - void - glViewportIndexedfv - qopenglfunctions-4-5-core.html - glViewportIndexedfv - (GLuint index, const GLfloat *v) - - - void - glViewportIndexedf - qopenglfunctions-4-5-core.html - glViewportIndexedf - (GLuint index, GLfloat x, GLfloat y, GLfloat w, GLfloat h) - - - void - glViewportArrayv - qopenglfunctions-4-5-core.html - glViewportArrayv - (GLuint first, GLsizei count, const GLfloat *v) - - - void - glGetVertexAttribLdv - qopenglfunctions-4-5-core.html - glGetVertexAttribLdv - (GLuint index, GLenum pname, GLdouble *params) - - - void - glVertexAttribLPointer - qopenglfunctions-4-5-core.html - glVertexAttribLPointer - (GLuint index, GLint size, GLenum type, GLsizei stride, const void *pointer) - - - void - glVertexAttribL4dv - qopenglfunctions-4-5-core.html - glVertexAttribL4dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL3dv - qopenglfunctions-4-5-core.html - glVertexAttribL3dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL2dv - qopenglfunctions-4-5-core.html - glVertexAttribL2dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL1dv - qopenglfunctions-4-5-core.html - glVertexAttribL1dv - (GLuint index, const GLdouble *v) - - - void - glVertexAttribL4d - qopenglfunctions-4-5-core.html - glVertexAttribL4d - (GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w) - - - void - glVertexAttribL3d - qopenglfunctions-4-5-core.html - glVertexAttribL3d - (GLuint index, GLdouble x, GLdouble y, GLdouble z) - - - void - glVertexAttribL2d - qopenglfunctions-4-5-core.html - glVertexAttribL2d - (GLuint index, GLdouble x, GLdouble y) - - - void - glVertexAttribL1d - qopenglfunctions-4-5-core.html - glVertexAttribL1d - (GLuint index, GLdouble x) - - - void - glGetProgramPipelineInfoLog - qopenglfunctions-4-5-core.html - glGetProgramPipelineInfoLog - (GLuint pipeline, GLsizei bufSize, GLsizei *length, GLchar *infoLog) - - - void - glValidateProgramPipeline - qopenglfunctions-4-5-core.html - glValidateProgramPipeline - (GLuint pipeline) - - - void - glProgramUniformMatrix4x3dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x4dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x2dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x4dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2x4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3x2dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3x2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2x3dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2x3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4x3fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x4fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4x2fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x4fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2x4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3x2fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3x2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2x3fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2x3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix4dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix3dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix2dv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2dv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLdouble *value) - - - void - glProgramUniformMatrix4fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix4fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix3fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix3fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniformMatrix2fv - qopenglfunctions-4-5-core.html - glProgramUniformMatrix2fv - (GLuint program, GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glProgramUniform4uiv - qopenglfunctions-4-5-core.html - glProgramUniform4uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform4ui - qopenglfunctions-4-5-core.html - glProgramUniform4ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2, GLuint v3) - - - void - glProgramUniform4dv - qopenglfunctions-4-5-core.html - glProgramUniform4dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform4d - qopenglfunctions-4-5-core.html - glProgramUniform4d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2, GLdouble v3) - - - void - glProgramUniform4fv - qopenglfunctions-4-5-core.html - glProgramUniform4fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform4f - qopenglfunctions-4-5-core.html - glProgramUniform4f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3) - - - void - glProgramUniform4iv - qopenglfunctions-4-5-core.html - glProgramUniform4iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform4i - qopenglfunctions-4-5-core.html - glProgramUniform4i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2, GLint v3) - - - void - glProgramUniform3uiv - qopenglfunctions-4-5-core.html - glProgramUniform3uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform3ui - qopenglfunctions-4-5-core.html - glProgramUniform3ui - (GLuint program, GLint location, GLuint v0, GLuint v1, GLuint v2) - - - void - glProgramUniform3dv - qopenglfunctions-4-5-core.html - glProgramUniform3dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform3d - qopenglfunctions-4-5-core.html - glProgramUniform3d - (GLuint program, GLint location, GLdouble v0, GLdouble v1, GLdouble v2) - - - void - glProgramUniform3fv - qopenglfunctions-4-5-core.html - glProgramUniform3fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform3f - qopenglfunctions-4-5-core.html - glProgramUniform3f - (GLuint program, GLint location, GLfloat v0, GLfloat v1, GLfloat v2) - - - void - glProgramUniform3iv - qopenglfunctions-4-5-core.html - glProgramUniform3iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform3i - qopenglfunctions-4-5-core.html - glProgramUniform3i - (GLuint program, GLint location, GLint v0, GLint v1, GLint v2) - - - void - glProgramUniform2uiv - qopenglfunctions-4-5-core.html - glProgramUniform2uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform2ui - qopenglfunctions-4-5-core.html - glProgramUniform2ui - (GLuint program, GLint location, GLuint v0, GLuint v1) - - - void - glProgramUniform2dv - qopenglfunctions-4-5-core.html - glProgramUniform2dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform2d - qopenglfunctions-4-5-core.html - glProgramUniform2d - (GLuint program, GLint location, GLdouble v0, GLdouble v1) - - - void - glProgramUniform2fv - qopenglfunctions-4-5-core.html - glProgramUniform2fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform2f - qopenglfunctions-4-5-core.html - glProgramUniform2f - (GLuint program, GLint location, GLfloat v0, GLfloat v1) - - - void - glProgramUniform2iv - qopenglfunctions-4-5-core.html - glProgramUniform2iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform2i - qopenglfunctions-4-5-core.html - glProgramUniform2i - (GLuint program, GLint location, GLint v0, GLint v1) - - - void - glProgramUniform1uiv - qopenglfunctions-4-5-core.html - glProgramUniform1uiv - (GLuint program, GLint location, GLsizei count, const GLuint *value) - - - void - glProgramUniform1ui - qopenglfunctions-4-5-core.html - glProgramUniform1ui - (GLuint program, GLint location, GLuint v0) - - - void - glProgramUniform1dv - qopenglfunctions-4-5-core.html - glProgramUniform1dv - (GLuint program, GLint location, GLsizei count, const GLdouble *value) - - - void - glProgramUniform1d - qopenglfunctions-4-5-core.html - glProgramUniform1d - (GLuint program, GLint location, GLdouble v0) - - - void - glProgramUniform1fv - qopenglfunctions-4-5-core.html - glProgramUniform1fv - (GLuint program, GLint location, GLsizei count, const GLfloat *value) - - - void - glProgramUniform1f - qopenglfunctions-4-5-core.html - glProgramUniform1f - (GLuint program, GLint location, GLfloat v0) - - - void - glProgramUniform1iv - qopenglfunctions-4-5-core.html - glProgramUniform1iv - (GLuint program, GLint location, GLsizei count, const GLint *value) - - - void - glProgramUniform1i - qopenglfunctions-4-5-core.html - glProgramUniform1i - (GLuint program, GLint location, GLint v0) - - - void - glGetProgramPipelineiv - qopenglfunctions-4-5-core.html - glGetProgramPipelineiv - (GLuint pipeline, GLenum pname, GLint *params) - - - GLboolean - glIsProgramPipeline - qopenglfunctions-4-5-core.html - glIsProgramPipeline - (GLuint pipeline) - - - void - glGenProgramPipelines - qopenglfunctions-4-5-core.html - glGenProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glDeleteProgramPipelines - qopenglfunctions-4-5-core.html - glDeleteProgramPipelines - (GLsizei n, const GLuint *pipelines) - - - void - glBindProgramPipeline - qopenglfunctions-4-5-core.html - glBindProgramPipeline - (GLuint pipeline) - - - GLuint - glCreateShaderProgramv - qopenglfunctions-4-5-core.html - glCreateShaderProgramv - (GLenum type, GLsizei count, const GLchar *const *strings) - - - void - glActiveShaderProgram - qopenglfunctions-4-5-core.html - glActiveShaderProgram - (GLuint pipeline, GLuint program) - - - void - glUseProgramStages - qopenglfunctions-4-5-core.html - glUseProgramStages - (GLuint pipeline, GLbitfield stages, GLuint program) - - - void - glProgramParameteri - qopenglfunctions-4-5-core.html - glProgramParameteri - (GLuint program, GLenum pname, GLint value) - - - void - glProgramBinary - qopenglfunctions-4-5-core.html - glProgramBinary - (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length) - - - void - glGetProgramBinary - qopenglfunctions-4-5-core.html - glGetProgramBinary - (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary) - - - void - glClearDepthf - qopenglfunctions-4-5-core.html - glClearDepthf - (GLfloat dd) - - - void - glDepthRangef - qopenglfunctions-4-5-core.html - glDepthRangef - (GLfloat n, GLfloat f) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-4-5-core.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glShaderBinary - qopenglfunctions-4-5-core.html - glShaderBinary - (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) - - - void - glReleaseShaderCompiler - qopenglfunctions-4-5-core.html - glReleaseShaderCompiler - () - - - void - glDrawTransformFeedbackStreamInstanced - qopenglfunctions-4-5-core.html - glDrawTransformFeedbackStreamInstanced - (GLenum mode, GLuint id, GLuint stream, GLsizei instancecount) - - - void - glDrawTransformFeedbackInstanced - qopenglfunctions-4-5-core.html - glDrawTransformFeedbackInstanced - (GLenum mode, GLuint id, GLsizei instancecount) - - - void - glTexStorage3D - qopenglfunctions-4-5-core.html - glTexStorage3D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTexStorage2D - qopenglfunctions-4-5-core.html - glTexStorage2D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTexStorage1D - qopenglfunctions-4-5-core.html - glTexStorage1D - (GLenum target, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glMemoryBarrier - qopenglfunctions-4-5-core.html - glMemoryBarrier - (GLbitfield barriers) - - - void - glBindImageTexture - qopenglfunctions-4-5-core.html - glBindImageTexture - (GLuint unit, GLuint texture, GLint level, GLboolean layered, GLint layer, GLenum access, GLenum format) - - - void - glGetActiveAtomicCounterBufferiv - qopenglfunctions-4-5-core.html - glGetActiveAtomicCounterBufferiv - (GLuint program, GLuint bufferIndex, GLenum pname, GLint *params) - - - void - glGetInternalformativ - qopenglfunctions-4-5-core.html - glGetInternalformativ - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint *params) - - - void - glDrawElementsInstancedBaseVertexBaseInstance - qopenglfunctions-4-5-core.html - glDrawElementsInstancedBaseVertexBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLint basevertex, GLuint baseinstance) - - - void - glDrawElementsInstancedBaseInstance - qopenglfunctions-4-5-core.html - glDrawElementsInstancedBaseInstance - (GLenum mode, GLsizei count, GLenum type, const void *indices, GLsizei instancecount, GLuint baseinstance) - - - void - glDrawArraysInstancedBaseInstance - qopenglfunctions-4-5-core.html - glDrawArraysInstancedBaseInstance - (GLenum mode, GLint first, GLsizei count, GLsizei instancecount, GLuint baseinstance) - - - void - glGetObjectPtrLabel - qopenglfunctions-4-5-core.html - glGetObjectPtrLabel - (const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectPtrLabel - qopenglfunctions-4-5-core.html - glObjectPtrLabel - (const void *ptr, GLsizei length, const GLchar *label) - - - void - glGetObjectLabel - qopenglfunctions-4-5-core.html - glGetObjectLabel - (GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label) - - - void - glObjectLabel - qopenglfunctions-4-5-core.html - glObjectLabel - (GLenum identifier, GLuint name, GLsizei length, const GLchar *label) - - - void - glPopDebugGroup - qopenglfunctions-4-5-core.html - glPopDebugGroup - () - - - void - glPushDebugGroup - qopenglfunctions-4-5-core.html - glPushDebugGroup - (GLenum source, GLuint id, GLsizei length, const GLchar *message) - - - GLuint - glGetDebugMessageLog - qopenglfunctions-4-5-core.html - glGetDebugMessageLog - (GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog) - - - void - glDebugMessageCallback - qopenglfunctions-4-5-core.html - glDebugMessageCallback - (GLDEBUGPROC callback, const void *userParam) - - - void - glDebugMessageInsert - qopenglfunctions-4-5-core.html - glDebugMessageInsert - (GLenum source, GLenum type, GLuint id, GLenum severity, GLsizei length, const GLchar *buf) - - - void - glDebugMessageControl - qopenglfunctions-4-5-core.html - glDebugMessageControl - (GLenum source, GLenum type, GLenum severity, GLsizei count, const GLuint *ids, GLboolean enabled) - - - void - glVertexBindingDivisor - qopenglfunctions-4-5-core.html - glVertexBindingDivisor - (GLuint bindingindex, GLuint divisor) - - - void - glVertexAttribBinding - qopenglfunctions-4-5-core.html - glVertexAttribBinding - (GLuint attribindex, GLuint bindingindex) - - - void - glVertexAttribLFormat - qopenglfunctions-4-5-core.html - glVertexAttribLFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribIFormat - qopenglfunctions-4-5-core.html - glVertexAttribIFormat - (GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexAttribFormat - qopenglfunctions-4-5-core.html - glVertexAttribFormat - (GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glBindVertexBuffer - qopenglfunctions-4-5-core.html - glBindVertexBuffer - (GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glTextureView - qopenglfunctions-4-5-core.html - glTextureView - (GLuint texture, GLenum target, GLuint origtexture, GLenum internalformat, GLuint minlevel, GLuint numlevels, GLuint minlayer, GLuint numlayers) - - - void - glTexStorage3DMultisample - qopenglfunctions-4-5-core.html - glTexStorage3DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTexStorage2DMultisample - qopenglfunctions-4-5-core.html - glTexStorage2DMultisample - (GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTexBufferRange - qopenglfunctions-4-5-core.html - glTexBufferRange - (GLenum target, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizeiptr size) - - - void - glShaderStorageBlockBinding - qopenglfunctions-4-5-core.html - glShaderStorageBlockBinding - (GLuint program, GLuint storageBlockIndex, GLuint storageBlockBinding) - - - GLint - glGetProgramResourceLocationIndex - qopenglfunctions-4-5-core.html - glGetProgramResourceLocationIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - GLint - glGetProgramResourceLocation - qopenglfunctions-4-5-core.html - glGetProgramResourceLocation - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramResourceiv - qopenglfunctions-4-5-core.html - glGetProgramResourceiv - (GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params) - - - void - glGetProgramResourceName - qopenglfunctions-4-5-core.html - glGetProgramResourceName - (GLuint program, GLenum programInterface, GLuint index, GLsizei bufSize, GLsizei *length, GLchar *name) - - - GLuint - glGetProgramResourceIndex - qopenglfunctions-4-5-core.html - glGetProgramResourceIndex - (GLuint program, GLenum programInterface, const GLchar *name) - - - void - glGetProgramInterfaceiv - qopenglfunctions-4-5-core.html - glGetProgramInterfaceiv - (GLuint program, GLenum programInterface, GLenum pname, GLint *params) - - - void - glMultiDrawElementsIndirect - qopenglfunctions-4-5-core.html - glMultiDrawElementsIndirect - (GLenum mode, GLenum type, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glMultiDrawArraysIndirect - qopenglfunctions-4-5-core.html - glMultiDrawArraysIndirect - (GLenum mode, const void *indirect, GLsizei drawcount, GLsizei stride) - - - void - glInvalidateSubFramebuffer - qopenglfunctions-4-5-core.html - glInvalidateSubFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateFramebuffer - qopenglfunctions-4-5-core.html - glInvalidateFramebuffer - (GLenum target, GLsizei numAttachments, const GLenum *attachments) - - - void - glInvalidateBufferData - qopenglfunctions-4-5-core.html - glInvalidateBufferData - (GLuint buffer) - - - void - glInvalidateBufferSubData - qopenglfunctions-4-5-core.html - glInvalidateBufferSubData - (GLuint buffer, GLintptr offset, GLsizeiptr length) - - - void - glInvalidateTexImage - qopenglfunctions-4-5-core.html - glInvalidateTexImage - (GLuint texture, GLint level) - - - void - glInvalidateTexSubImage - qopenglfunctions-4-5-core.html - glInvalidateTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth) - - - void - glGetInternalformati64v - qopenglfunctions-4-5-core.html - glGetInternalformati64v - (GLenum target, GLenum internalformat, GLenum pname, GLsizei bufSize, GLint64 *params) - - - void - glGetFramebufferParameteriv - qopenglfunctions-4-5-core.html - glGetFramebufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glFramebufferParameteri - qopenglfunctions-4-5-core.html - glFramebufferParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glCopyImageSubData - qopenglfunctions-4-5-core.html - glCopyImageSubData - (GLuint srcName, GLenum srcTarget, GLint srcLevel, GLint srcX, GLint srcY, GLint srcZ, GLuint dstName, GLenum dstTarget, GLint dstLevel, GLint dstX, GLint dstY, GLint dstZ, GLsizei srcWidth, GLsizei srcHeight, GLsizei srcDepth) - - - void - glDispatchComputeIndirect - qopenglfunctions-4-5-core.html - glDispatchComputeIndirect - (GLintptr indirect) - - - void - glDispatchCompute - qopenglfunctions-4-5-core.html - glDispatchCompute - (GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) - - - void - glClearBufferSubData - qopenglfunctions-4-5-core.html - glClearBufferSubData - (GLenum target, GLenum internalformat, GLintptr offset, GLsizeiptr size, GLenum format, GLenum type, const void *data) - - - void - glClearBufferData - qopenglfunctions-4-5-core.html - glClearBufferData - (GLenum target, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glBindVertexBuffers - qopenglfunctions-4-5-core.html - glBindVertexBuffers - (GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glBindImageTextures - qopenglfunctions-4-5-core.html - glBindImageTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindSamplers - qopenglfunctions-4-5-core.html - glBindSamplers - (GLuint first, GLsizei count, const GLuint *samplers) - - - void - glBindTextures - qopenglfunctions-4-5-core.html - glBindTextures - (GLuint first, GLsizei count, const GLuint *textures) - - - void - glBindBuffersRange - qopenglfunctions-4-5-core.html - glBindBuffersRange - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizeiptr *sizes) - - - void - glBindBuffersBase - qopenglfunctions-4-5-core.html - glBindBuffersBase - (GLenum target, GLuint first, GLsizei count, const GLuint *buffers) - - - void - glClearTexSubImage - qopenglfunctions-4-5-core.html - glClearTexSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *data) - - - void - glClearTexImage - qopenglfunctions-4-5-core.html - glClearTexImage - (GLuint texture, GLint level, GLenum format, GLenum type, const void *data) - - - void - glBufferStorage - qopenglfunctions-4-5-core.html - glBufferStorage - (GLenum target, GLsizeiptr size, const void *data, GLbitfield flags) - - - void - glTextureBarrier - qopenglfunctions-4-5-core.html - glTextureBarrier - () - - - void - glReadnPixels - qopenglfunctions-4-5-core.html - glReadnPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data) - - - void - glGetnUniformuiv - qopenglfunctions-4-5-core.html - glGetnUniformuiv - (GLuint program, GLint location, GLsizei bufSize, GLuint *params) - - - void - glGetnUniformiv - qopenglfunctions-4-5-core.html - glGetnUniformiv - (GLuint program, GLint location, GLsizei bufSize, GLint *params) - - - void - glGetnUniformfv - qopenglfunctions-4-5-core.html - glGetnUniformfv - (GLuint program, GLint location, GLsizei bufSize, GLfloat *params) - - - void - glGetnUniformdv - qopenglfunctions-4-5-core.html - glGetnUniformdv - (GLuint program, GLint location, GLsizei bufSize, GLdouble *params) - - - void - glGetnTexImage - qopenglfunctions-4-5-core.html - glGetnTexImage - (GLenum target, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glGetnCompressedTexImage - qopenglfunctions-4-5-core.html - glGetnCompressedTexImage - (GLenum target, GLint lod, GLsizei bufSize, void *pixels) - - - GLenum - glGetGraphicsResetStatus - qopenglfunctions-4-5-core.html - glGetGraphicsResetStatus - () - - - void - glGetCompressedTextureSubImage - qopenglfunctions-4-5-core.html - glGetCompressedTextureSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLsizei bufSize, void *pixels) - - - void - glGetTextureSubImage - qopenglfunctions-4-5-core.html - glGetTextureSubImage - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glMemoryBarrierByRegion - qopenglfunctions-4-5-core.html - glMemoryBarrierByRegion - (GLbitfield barriers) - - - void - glCreateQueries - qopenglfunctions-4-5-core.html - glCreateQueries - (GLenum target, GLsizei n, GLuint *ids) - - - void - glCreateProgramPipelines - qopenglfunctions-4-5-core.html - glCreateProgramPipelines - (GLsizei n, GLuint *pipelines) - - - void - glCreateSamplers - qopenglfunctions-4-5-core.html - glCreateSamplers - (GLsizei n, GLuint *samplers) - - - void - glGetVertexArrayIndexed64iv - qopenglfunctions-4-5-core.html - glGetVertexArrayIndexed64iv - (GLuint vaobj, GLuint index, GLenum pname, GLint64 *param) - - - void - glGetVertexArrayIndexediv - qopenglfunctions-4-5-core.html - glGetVertexArrayIndexediv - (GLuint vaobj, GLuint index, GLenum pname, GLint *param) - - - void - glGetVertexArrayiv - qopenglfunctions-4-5-core.html - glGetVertexArrayiv - (GLuint vaobj, GLenum pname, GLint *param) - - - void - glVertexArrayBindingDivisor - qopenglfunctions-4-5-core.html - glVertexArrayBindingDivisor - (GLuint vaobj, GLuint bindingindex, GLuint divisor) - - - void - glVertexArrayAttribLFormat - qopenglfunctions-4-5-core.html - glVertexArrayAttribLFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexArrayAttribIFormat - qopenglfunctions-4-5-core.html - glVertexArrayAttribIFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLuint relativeoffset) - - - void - glVertexArrayAttribFormat - qopenglfunctions-4-5-core.html - glVertexArrayAttribFormat - (GLuint vaobj, GLuint attribindex, GLint size, GLenum type, GLboolean normalized, GLuint relativeoffset) - - - void - glVertexArrayAttribBinding - qopenglfunctions-4-5-core.html - glVertexArrayAttribBinding - (GLuint vaobj, GLuint attribindex, GLuint bindingindex) - - - void - glVertexArrayVertexBuffers - qopenglfunctions-4-5-core.html - glVertexArrayVertexBuffers - (GLuint vaobj, GLuint first, GLsizei count, const GLuint *buffers, const GLintptr *offsets, const GLsizei *strides) - - - void - glVertexArrayVertexBuffer - qopenglfunctions-4-5-core.html - glVertexArrayVertexBuffer - (GLuint vaobj, GLuint bindingindex, GLuint buffer, GLintptr offset, GLsizei stride) - - - void - glVertexArrayElementBuffer - qopenglfunctions-4-5-core.html - glVertexArrayElementBuffer - (GLuint vaobj, GLuint buffer) - - - void - glEnableVertexArrayAttrib - qopenglfunctions-4-5-core.html - glEnableVertexArrayAttrib - (GLuint vaobj, GLuint index) - - - void - glDisableVertexArrayAttrib - qopenglfunctions-4-5-core.html - glDisableVertexArrayAttrib - (GLuint vaobj, GLuint index) - - - void - glCreateVertexArrays - qopenglfunctions-4-5-core.html - glCreateVertexArrays - (GLsizei n, GLuint *arrays) - - - void - glGetTextureParameteriv - qopenglfunctions-4-5-core.html - glGetTextureParameteriv - (GLuint texture, GLenum pname, GLint *params) - - - void - glGetTextureParameterIuiv - qopenglfunctions-4-5-core.html - glGetTextureParameterIuiv - (GLuint texture, GLenum pname, GLuint *params) - - - void - glGetTextureParameterIiv - qopenglfunctions-4-5-core.html - glGetTextureParameterIiv - (GLuint texture, GLenum pname, GLint *params) - - - void - glGetTextureParameterfv - qopenglfunctions-4-5-core.html - glGetTextureParameterfv - (GLuint texture, GLenum pname, GLfloat *params) - - - void - glGetTextureLevelParameteriv - qopenglfunctions-4-5-core.html - glGetTextureLevelParameteriv - (GLuint texture, GLint level, GLenum pname, GLint *params) - - - void - glGetTextureLevelParameterfv - qopenglfunctions-4-5-core.html - glGetTextureLevelParameterfv - (GLuint texture, GLint level, GLenum pname, GLfloat *params) - - - void - glGetCompressedTextureImage - qopenglfunctions-4-5-core.html - glGetCompressedTextureImage - (GLuint texture, GLint level, GLsizei bufSize, void *pixels) - - - void - glGetTextureImage - qopenglfunctions-4-5-core.html - glGetTextureImage - (GLuint texture, GLint level, GLenum format, GLenum type, GLsizei bufSize, void *pixels) - - - void - glBindTextureUnit - qopenglfunctions-4-5-core.html - glBindTextureUnit - (GLuint unit, GLuint texture) - - - void - glGenerateTextureMipmap - qopenglfunctions-4-5-core.html - glGenerateTextureMipmap - (GLuint texture) - - - void - glTextureParameteriv - qopenglfunctions-4-5-core.html - glTextureParameteriv - (GLuint texture, GLenum pname, const GLint *param) - - - void - glTextureParameterIuiv - qopenglfunctions-4-5-core.html - glTextureParameterIuiv - (GLuint texture, GLenum pname, const GLuint *params) - - - void - glTextureParameterIiv - qopenglfunctions-4-5-core.html - glTextureParameterIiv - (GLuint texture, GLenum pname, const GLint *params) - - - void - glTextureParameteri - qopenglfunctions-4-5-core.html - glTextureParameteri - (GLuint texture, GLenum pname, GLint param) - - - void - glTextureParameterfv - qopenglfunctions-4-5-core.html - glTextureParameterfv - (GLuint texture, GLenum pname, const GLfloat *param) - - - void - glTextureParameterf - qopenglfunctions-4-5-core.html - glTextureParameterf - (GLuint texture, GLenum pname, GLfloat param) - - - void - glCopyTextureSubImage3D - qopenglfunctions-4-5-core.html - glCopyTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTextureSubImage2D - qopenglfunctions-4-5-core.html - glCopyTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glCopyTextureSubImage1D - qopenglfunctions-4-5-core.html - glCopyTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLint x, GLint y, GLsizei width) - - - void - glCompressedTextureSubImage3D - qopenglfunctions-4-5-core.html - glCompressedTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTextureSubImage2D - qopenglfunctions-4-5-core.html - glCompressedTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const void *data) - - - void - glCompressedTextureSubImage1D - qopenglfunctions-4-5-core.html - glCompressedTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLsizei imageSize, const void *data) - - - void - glTextureSubImage3D - qopenglfunctions-4-5-core.html - glTextureSubImage3D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLint zoffset, GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, const void *pixels) - - - void - glTextureSubImage2D - qopenglfunctions-4-5-core.html - glTextureSubImage2D - (GLuint texture, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const void *pixels) - - - void - glTextureSubImage1D - qopenglfunctions-4-5-core.html - glTextureSubImage1D - (GLuint texture, GLint level, GLint xoffset, GLsizei width, GLenum format, GLenum type, const void *pixels) - - - void - glTextureStorage3DMultisample - qopenglfunctions-4-5-core.html - glTextureStorage3DMultisample - (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) - - - void - glTextureStorage2DMultisample - qopenglfunctions-4-5-core.html - glTextureStorage2DMultisample - (GLuint texture, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLboolean fixedsamplelocations) - - - void - glTextureStorage3D - qopenglfunctions-4-5-core.html - glTextureStorage3D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth) - - - void - glTextureStorage2D - qopenglfunctions-4-5-core.html - glTextureStorage2D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glTextureStorage1D - qopenglfunctions-4-5-core.html - glTextureStorage1D - (GLuint texture, GLsizei levels, GLenum internalformat, GLsizei width) - - - void - glTextureBufferRange - qopenglfunctions-4-5-core.html - glTextureBufferRange - (GLuint texture, GLenum internalformat, GLuint buffer, GLintptr offset, GLsizei size) - - - void - glTextureBuffer - qopenglfunctions-4-5-core.html - glTextureBuffer - (GLuint texture, GLenum internalformat, GLuint buffer) - - - void - glCreateTextures - qopenglfunctions-4-5-core.html - glCreateTextures - (GLenum target, GLsizei n, GLuint *textures) - - - void - glGetNamedRenderbufferParameteriv - qopenglfunctions-4-5-core.html - glGetNamedRenderbufferParameteriv - (GLuint renderbuffer, GLenum pname, GLint *params) - - - void - glNamedRenderbufferStorageMultisample - qopenglfunctions-4-5-core.html - glNamedRenderbufferStorageMultisample - (GLuint renderbuffer, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glNamedRenderbufferStorage - qopenglfunctions-4-5-core.html - glNamedRenderbufferStorage - (GLuint renderbuffer, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glCreateRenderbuffers - qopenglfunctions-4-5-core.html - glCreateRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glGetNamedFramebufferAttachmentParameteriv - qopenglfunctions-4-5-core.html - glGetNamedFramebufferAttachmentParameteriv - (GLuint framebuffer, GLenum attachment, GLenum pname, GLint *params) - - - void - glGetNamedFramebufferParameteriv - qopenglfunctions-4-5-core.html - glGetNamedFramebufferParameteriv - (GLuint framebuffer, GLenum pname, GLint *param) - - - GLenum - glCheckNamedFramebufferStatus - qopenglfunctions-4-5-core.html - glCheckNamedFramebufferStatus - (GLuint framebuffer, GLenum target) - - - void - glBlitNamedFramebuffer - qopenglfunctions-4-5-core.html - glBlitNamedFramebuffer - (GLuint readFramebuffer, GLuint drawFramebuffer, GLint srcX0, GLint srcY0, GLint srcX1, GLint srcY1, GLint dstX0, GLint dstY0, GLint dstX1, GLint dstY1, GLbitfield mask, GLenum filter) - - - void - glClearNamedFramebufferfi - qopenglfunctions-4-5-core.html - glClearNamedFramebufferfi - (GLuint framebuffer, GLenum buffer, GLfloat depth, GLint stencil) - - - void - glClearNamedFramebufferfv - qopenglfunctions-4-5-core.html - glClearNamedFramebufferfv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLfloat *value) - - - void - glClearNamedFramebufferuiv - qopenglfunctions-4-5-core.html - glClearNamedFramebufferuiv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLuint *value) - - - void - glClearNamedFramebufferiv - qopenglfunctions-4-5-core.html - glClearNamedFramebufferiv - (GLuint framebuffer, GLenum buffer, GLint drawbuffer, const GLint *value) - - - void - glInvalidateNamedFramebufferSubData - qopenglfunctions-4-5-core.html - glInvalidateNamedFramebufferSubData - (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments, GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glInvalidateNamedFramebufferData - qopenglfunctions-4-5-core.html - glInvalidateNamedFramebufferData - (GLuint framebuffer, GLsizei numAttachments, const GLenum *attachments) - - - void - glNamedFramebufferReadBuffer - qopenglfunctions-4-5-core.html - glNamedFramebufferReadBuffer - (GLuint framebuffer, GLenum src) - - - void - glNamedFramebufferDrawBuffers - qopenglfunctions-4-5-core.html - glNamedFramebufferDrawBuffers - (GLuint framebuffer, GLsizei n, const GLenum *bufs) - - - void - glNamedFramebufferDrawBuffer - qopenglfunctions-4-5-core.html - glNamedFramebufferDrawBuffer - (GLuint framebuffer, GLenum buf) - - - void - glNamedFramebufferTextureLayer - qopenglfunctions-4-5-core.html - glNamedFramebufferTextureLayer - (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level, GLint layer) - - - void - glNamedFramebufferTexture - qopenglfunctions-4-5-core.html - glNamedFramebufferTexture - (GLuint framebuffer, GLenum attachment, GLuint texture, GLint level) - - - void - glNamedFramebufferParameteri - qopenglfunctions-4-5-core.html - glNamedFramebufferParameteri - (GLuint framebuffer, GLenum pname, GLint param) - - - void - glNamedFramebufferRenderbuffer - qopenglfunctions-4-5-core.html - glNamedFramebufferRenderbuffer - (GLuint framebuffer, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glCreateFramebuffers - qopenglfunctions-4-5-core.html - glCreateFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glGetNamedBufferSubData - qopenglfunctions-4-5-core.html - glGetNamedBufferSubData - (GLuint buffer, GLintptr offset, GLsizei size, void *data) - - - void - glGetNamedBufferPointerv - qopenglfunctions-4-5-core.html - glGetNamedBufferPointerv - (GLuint buffer, GLenum pname, void **params) - - - void - glGetNamedBufferParameteri64v - qopenglfunctions-4-5-core.html - glGetNamedBufferParameteri64v - (GLuint buffer, GLenum pname, GLint64 *params) - - - void - glGetNamedBufferParameteriv - qopenglfunctions-4-5-core.html - glGetNamedBufferParameteriv - (GLuint buffer, GLenum pname, GLint *params) - - - void - glFlushMappedNamedBufferRange - qopenglfunctions-4-5-core.html - glFlushMappedNamedBufferRange - (GLuint buffer, GLintptr offset, GLsizei length) - - - GLboolean - glUnmapNamedBuffer - qopenglfunctions-4-5-core.html - glUnmapNamedBuffer - (GLuint buffer) - - - void * - glMapNamedBufferRange - qopenglfunctions-4-5-core.html - glMapNamedBufferRange - (GLuint buffer, GLintptr offset, GLsizei length, GLbitfield access) - - - void * - glMapNamedBuffer - qopenglfunctions-4-5-core.html - glMapNamedBuffer - (GLuint buffer, GLenum access) - - - void - glClearNamedBufferSubData - qopenglfunctions-4-5-core.html - glClearNamedBufferSubData - (GLuint buffer, GLenum internalformat, GLintptr offset, GLsizei size, GLenum format, GLenum type, const void *data) - - - void - glClearNamedBufferData - qopenglfunctions-4-5-core.html - glClearNamedBufferData - (GLuint buffer, GLenum internalformat, GLenum format, GLenum type, const void *data) - - - void - glCopyNamedBufferSubData - qopenglfunctions-4-5-core.html - glCopyNamedBufferSubData - (GLuint readBuffer, GLuint writeBuffer, GLintptr readOffset, GLintptr writeOffset, GLsizei size) - - - void - glNamedBufferSubData - qopenglfunctions-4-5-core.html - glNamedBufferSubData - (GLuint buffer, GLintptr offset, GLsizei size, const void *data) - - - void - glNamedBufferData - qopenglfunctions-4-5-core.html - glNamedBufferData - (GLuint buffer, GLsizei size, const void *data, GLenum usage) - - - void - glNamedBufferStorage - qopenglfunctions-4-5-core.html - glNamedBufferStorage - (GLuint buffer, GLsizei size, const void *data, GLbitfield flags) - - - void - glCreateBuffers - qopenglfunctions-4-5-core.html - glCreateBuffers - (GLsizei n, GLuint *buffers) - - - void - glGetTransformFeedbacki64_v - qopenglfunctions-4-5-core.html - glGetTransformFeedbacki64_v - (GLuint xfb, GLenum pname, GLuint index, GLint64 *param) - - - void - glGetTransformFeedbacki_v - qopenglfunctions-4-5-core.html - glGetTransformFeedbacki_v - (GLuint xfb, GLenum pname, GLuint index, GLint *param) - - - void - glGetTransformFeedbackiv - qopenglfunctions-4-5-core.html - glGetTransformFeedbackiv - (GLuint xfb, GLenum pname, GLint *param) - - - void - glTransformFeedbackBufferRange - qopenglfunctions-4-5-core.html - glTransformFeedbackBufferRange - (GLuint xfb, GLuint index, GLuint buffer, GLintptr offset, GLsizei size) - - - void - glTransformFeedbackBufferBase - qopenglfunctions-4-5-core.html - glTransformFeedbackBufferBase - (GLuint xfb, GLuint index, GLuint buffer) - - - void - glCreateTransformFeedbacks - qopenglfunctions-4-5-core.html - glCreateTransformFeedbacks - (GLsizei n, GLuint *ids) - - - void - glClipControl - qopenglfunctions-4-5-core.html - glClipControl - (GLenum origin, GLenum depth) - - - - QOpenGLFunctions_ES2 - qopenglfunctions-es2.html - QAbstractOpenGLFunctions - - - QOpenGLFunctions_ES2 - qopenglfunctions-es2.html - QOpenGLFunctions_ES2 - () - - - virtual - ~QOpenGLFunctions_ES2 - qopenglfunctions-es2.html - dtor.QOpenGLFunctions_ES2 - () - - - virtual bool - initializeOpenGLFunctions - qopenglfunctions-es2.html - initializeOpenGLFunctions - () override - - - void - glActiveTexture - qopenglfunctions-es2.html - glActiveTexture - (GLenum texture) - - - void - glAttachShader - qopenglfunctions-es2.html - glAttachShader - (GLuint program, GLuint shader) - - - void - glBindAttribLocation - qopenglfunctions-es2.html - glBindAttribLocation - (GLuint program, GLuint index, const GLchar *name) - - - void - glBindBuffer - qopenglfunctions-es2.html - glBindBuffer - (GLenum target, GLuint buffer) - - - void - glBindFramebuffer - qopenglfunctions-es2.html - glBindFramebuffer - (GLenum target, GLuint framebuffer) - - - void - glBindRenderbuffer - qopenglfunctions-es2.html - glBindRenderbuffer - (GLenum target, GLuint renderbuffer) - - - void - glBindTexture - qopenglfunctions-es2.html - glBindTexture - (GLenum target, GLuint texture) - - - void - glBlendColor - qopenglfunctions-es2.html - glBlendColor - (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) - - - void - glBlendEquation - qopenglfunctions-es2.html - glBlendEquation - (GLenum mode) - - - void - glBlendEquationSeparate - qopenglfunctions-es2.html - glBlendEquationSeparate - (GLenum modeRGB, GLenum modeAlpha) - - - void - glBlendFunc - qopenglfunctions-es2.html - glBlendFunc - (GLenum sfactor, GLenum dfactor) - - - void - glBlendFuncSeparate - qopenglfunctions-es2.html - glBlendFuncSeparate - (GLenum srcRGB, GLenum dstRGB, GLenum srcAlpha, GLenum dstAlpha) - - - void - glBufferData - qopenglfunctions-es2.html - glBufferData - (GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) - - - void - glBufferSubData - qopenglfunctions-es2.html - glBufferSubData - (GLenum target, GLintptr offset, GLsizeiptr size, const GLvoid *data) - - - GLenum - glCheckFramebufferStatus - qopenglfunctions-es2.html - glCheckFramebufferStatus - (GLenum target) - - - void - glClear - qopenglfunctions-es2.html - glClear - (GLbitfield mask) - - - void - glClearColor - qopenglfunctions-es2.html - glClearColor - (GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) - - - void - glClearDepthf - qopenglfunctions-es2.html - glClearDepthf - (GLclampf depth) - - - void - glClearStencil - qopenglfunctions-es2.html - glClearStencil - (GLint s) - - - void - glColorMask - qopenglfunctions-es2.html - glColorMask - (GLboolean red, GLboolean green, GLboolean blue, GLboolean alpha) - - - void - glCompileShader - qopenglfunctions-es2.html - glCompileShader - (GLuint shader) - - - void - glCompressedTexImage2D - qopenglfunctions-es2.html - glCompressedTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLsizei width, GLsizei height, GLint border, GLsizei imageSize, const GLvoid *data) - - - void - glCompressedTexSubImage2D - qopenglfunctions-es2.html - glCompressedTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLsizei imageSize, const GLvoid *data) - - - void - glCopyTexImage2D - qopenglfunctions-es2.html - glCopyTexImage2D - (GLenum target, GLint level, GLenum internalformat, GLint x, GLint y, GLsizei width, GLsizei height, GLint border) - - - void - glCopyTexSubImage2D - qopenglfunctions-es2.html - glCopyTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLint x, GLint y, GLsizei width, GLsizei height) - - - GLuint - glCreateProgram - qopenglfunctions-es2.html - glCreateProgram - () - - - GLuint - glCreateShader - qopenglfunctions-es2.html - glCreateShader - (GLenum type) - - - void - glCullFace - qopenglfunctions-es2.html - glCullFace - (GLenum mode) - - - void - glDeleteBuffers - qopenglfunctions-es2.html - glDeleteBuffers - (GLsizei n, const GLuint *buffers) - - - void - glDeleteFramebuffers - qopenglfunctions-es2.html - glDeleteFramebuffers - (GLsizei n, const GLuint *framebuffers) - - - void - glDeleteProgram - qopenglfunctions-es2.html - glDeleteProgram - (GLuint program) - - - void - glDeleteRenderbuffers - qopenglfunctions-es2.html - glDeleteRenderbuffers - (GLsizei n, const GLuint *renderbuffers) - - - void - glDeleteShader - qopenglfunctions-es2.html - glDeleteShader - (GLuint shader) - - - void - glDeleteTextures - qopenglfunctions-es2.html - glDeleteTextures - (GLsizei n, const GLuint *textures) - - - void - glDepthFunc - qopenglfunctions-es2.html - glDepthFunc - (GLenum func) - - - void - glDepthMask - qopenglfunctions-es2.html - glDepthMask - (GLboolean flag) - - - void - glDepthRangef - qopenglfunctions-es2.html - glDepthRangef - (GLclampf zNear, GLclampf zFar) - - - void - glDetachShader - qopenglfunctions-es2.html - glDetachShader - (GLuint program, GLuint shader) - - - void - glDisable - qopenglfunctions-es2.html - glDisable - (GLenum cap) - - - void - glDisableVertexAttribArray - qopenglfunctions-es2.html - glDisableVertexAttribArray - (GLuint index) - - - void - glDrawArrays - qopenglfunctions-es2.html - glDrawArrays - (GLenum mode, GLint first, GLsizei count) - - - void - glDrawElements - qopenglfunctions-es2.html - glDrawElements - (GLenum mode, GLsizei count, GLenum type, const GLvoid *indices) - - - void - glEnable - qopenglfunctions-es2.html - glEnable - (GLenum cap) - - - void - glEnableVertexAttribArray - qopenglfunctions-es2.html - glEnableVertexAttribArray - (GLuint index) - - - void - glFinish - qopenglfunctions-es2.html - glFinish - () - - - void - glFlush - qopenglfunctions-es2.html - glFlush - () - - - void - glFramebufferRenderbuffer - qopenglfunctions-es2.html - glFramebufferRenderbuffer - (GLenum target, GLenum attachment, GLenum renderbuffertarget, GLuint renderbuffer) - - - void - glFramebufferTexture2D - qopenglfunctions-es2.html - glFramebufferTexture2D - (GLenum target, GLenum attachment, GLenum textarget, GLuint texture, GLint level) - - - void - glFrontFace - qopenglfunctions-es2.html - glFrontFace - (GLenum mode) - - - void - glGenBuffers - qopenglfunctions-es2.html - glGenBuffers - (GLsizei n, GLuint *buffers) - - - void - glGenerateMipmap - qopenglfunctions-es2.html - glGenerateMipmap - (GLenum target) - - - void - glGenFramebuffers - qopenglfunctions-es2.html - glGenFramebuffers - (GLsizei n, GLuint *framebuffers) - - - void - glGenRenderbuffers - qopenglfunctions-es2.html - glGenRenderbuffers - (GLsizei n, GLuint *renderbuffers) - - - void - glGenTextures - qopenglfunctions-es2.html - glGenTextures - (GLsizei n, GLuint *textures) - - - void - glGetActiveAttrib - qopenglfunctions-es2.html - glGetActiveAttrib - (GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetActiveUniform - qopenglfunctions-es2.html - glGetActiveUniform - (GLuint program, GLuint index, GLsizei bufsize, GLsizei *length, GLint *size, GLenum *type, GLchar *name) - - - void - glGetAttachedShaders - qopenglfunctions-es2.html - glGetAttachedShaders - (GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders) - - - int - glGetAttribLocation - qopenglfunctions-es2.html - glGetAttribLocation - (GLuint program, const GLchar *name) - - - void - glGetBooleanv - qopenglfunctions-es2.html - glGetBooleanv - (GLenum pname, GLboolean *params) - - - void - glGetBufferParameteriv - qopenglfunctions-es2.html - glGetBufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - GLenum - glGetError - qopenglfunctions-es2.html - glGetError - () - - - void - glGetFloatv - qopenglfunctions-es2.html - glGetFloatv - (GLenum pname, GLfloat *params) - - - void - glGetFramebufferAttachmentParameteriv - qopenglfunctions-es2.html - glGetFramebufferAttachmentParameteriv - (GLenum target, GLenum attachment, GLenum pname, GLint *params) - - - void - glGetIntegerv - qopenglfunctions-es2.html - glGetIntegerv - (GLenum pname, GLint *params) - - - void - glGetProgramiv - qopenglfunctions-es2.html - glGetProgramiv - (GLuint program, GLenum pname, GLint *params) - - - void - glGetProgramInfoLog - qopenglfunctions-es2.html - glGetProgramInfoLog - (GLuint program, GLsizei bufsize, GLsizei *length, GLchar *infolog) - - - void - glGetRenderbufferParameteriv - qopenglfunctions-es2.html - glGetRenderbufferParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetShaderiv - qopenglfunctions-es2.html - glGetShaderiv - (GLuint shader, GLenum pname, GLint *params) - - - void - glGetShaderInfoLog - qopenglfunctions-es2.html - glGetShaderInfoLog - (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *infolog) - - - void - glGetShaderPrecisionFormat - qopenglfunctions-es2.html - glGetShaderPrecisionFormat - (GLenum shadertype, GLenum precisiontype, GLint *range, GLint *precision) - - - void - glGetShaderSource - qopenglfunctions-es2.html - glGetShaderSource - (GLuint shader, GLsizei bufsize, GLsizei *length, GLchar *source) - - - const GLubyte * - glGetString - qopenglfunctions-es2.html - glGetString - (GLenum name) - - - void - glGetTexParameterfv - qopenglfunctions-es2.html - glGetTexParameterfv - (GLenum target, GLenum pname, GLfloat *params) - - - void - glGetTexParameteriv - qopenglfunctions-es2.html - glGetTexParameteriv - (GLenum target, GLenum pname, GLint *params) - - - void - glGetUniformfv - qopenglfunctions-es2.html - glGetUniformfv - (GLuint program, GLint location, GLfloat *params) - - - void - glGetUniformiv - qopenglfunctions-es2.html - glGetUniformiv - (GLuint program, GLint location, GLint *params) - - - int - glGetUniformLocation - qopenglfunctions-es2.html - glGetUniformLocation - (GLuint program, const GLchar *name) - - - void - glGetVertexAttribfv - qopenglfunctions-es2.html - glGetVertexAttribfv - (GLuint index, GLenum pname, GLfloat *params) - - - void - glGetVertexAttribiv - qopenglfunctions-es2.html - glGetVertexAttribiv - (GLuint index, GLenum pname, GLint *params) - - - void - glGetVertexAttribPointerv - qopenglfunctions-es2.html - glGetVertexAttribPointerv - (GLuint index, GLenum pname, GLvoid **pointer) - - - void - glHint - qopenglfunctions-es2.html - glHint - (GLenum target, GLenum mode) - - - GLboolean - glIsBuffer - qopenglfunctions-es2.html - glIsBuffer - (GLuint buffer) - - - GLboolean - glIsEnabled - qopenglfunctions-es2.html - glIsEnabled - (GLenum cap) - - - GLboolean - glIsFramebuffer - qopenglfunctions-es2.html - glIsFramebuffer - (GLuint framebuffer) - - - GLboolean - glIsProgram - qopenglfunctions-es2.html - glIsProgram - (GLuint program) - - - GLboolean - glIsRenderbuffer - qopenglfunctions-es2.html - glIsRenderbuffer - (GLuint renderbuffer) - - - GLboolean - glIsShader - qopenglfunctions-es2.html - glIsShader - (GLuint shader) - - - GLboolean - glIsTexture - qopenglfunctions-es2.html - glIsTexture - (GLuint texture) - - - void - glLineWidth - qopenglfunctions-es2.html - glLineWidth - (GLfloat width) - - - void - glLinkProgram - qopenglfunctions-es2.html - glLinkProgram - (GLuint program) - - - void - glPixelStorei - qopenglfunctions-es2.html - glPixelStorei - (GLenum pname, GLint param) - - - void - glPolygonOffset - qopenglfunctions-es2.html - glPolygonOffset - (GLfloat factor, GLfloat units) - - - void - glReadPixels - qopenglfunctions-es2.html - glReadPixels - (GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLvoid *pixels) - - - void - glReleaseShaderCompiler - qopenglfunctions-es2.html - glReleaseShaderCompiler - () - - - void - glRenderbufferStorage - qopenglfunctions-es2.html - glRenderbufferStorage - (GLenum target, GLenum internalformat, GLsizei width, GLsizei height) - - - void - glSampleCoverage - qopenglfunctions-es2.html - glSampleCoverage - (GLclampf value, GLboolean invert) - - - void - glScissor - qopenglfunctions-es2.html - glScissor - (GLint x, GLint y, GLsizei width, GLsizei height) - - - void - glShaderBinary - qopenglfunctions-es2.html - glShaderBinary - (GLsizei n, const GLuint *shaders, GLenum binaryformat, const GLvoid *binary, GLsizei length) - - - void - glShaderSource - qopenglfunctions-es2.html - glShaderSource - (GLuint shader, GLsizei count, const GLchar **string, const GLint *length) - - - void - glStencilFunc - qopenglfunctions-es2.html - glStencilFunc - (GLenum func, GLint ref, GLuint mask) - - - void - glStencilFuncSeparate - qopenglfunctions-es2.html - glStencilFuncSeparate - (GLenum face, GLenum func, GLint ref, GLuint mask) - - - void - glStencilMask - qopenglfunctions-es2.html - glStencilMask - (GLuint mask) - - - void - glStencilMaskSeparate - qopenglfunctions-es2.html - glStencilMaskSeparate - (GLenum face, GLuint mask) - - - void - glStencilOp - qopenglfunctions-es2.html - glStencilOp - (GLenum fail, GLenum zfail, GLenum zpass) - - - void - glStencilOpSeparate - qopenglfunctions-es2.html - glStencilOpSeparate - (GLenum face, GLenum fail, GLenum zfail, GLenum zpass) - - - void - glTexImage2D - qopenglfunctions-es2.html - glTexImage2D - (GLenum target, GLint level, GLint internalformat, GLsizei width, GLsizei height, GLint border, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glTexParameterf - qopenglfunctions-es2.html - glTexParameterf - (GLenum target, GLenum pname, GLfloat param) - - - void - glTexParameterfv - qopenglfunctions-es2.html - glTexParameterfv - (GLenum target, GLenum pname, const GLfloat *params) - - - void - glTexParameteri - qopenglfunctions-es2.html - glTexParameteri - (GLenum target, GLenum pname, GLint param) - - - void - glTexParameteriv - qopenglfunctions-es2.html - glTexParameteriv - (GLenum target, GLenum pname, const GLint *params) - - - void - glTexSubImage2D - qopenglfunctions-es2.html - glTexSubImage2D - (GLenum target, GLint level, GLint xoffset, GLint yoffset, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *pixels) - - - void - glUniform1f - qopenglfunctions-es2.html - glUniform1f - (GLint location, GLfloat x) - - - void - glUniform1fv - qopenglfunctions-es2.html - glUniform1fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform1i - qopenglfunctions-es2.html - glUniform1i - (GLint location, GLint x) - - - void - glUniform1iv - qopenglfunctions-es2.html - glUniform1iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform2f - qopenglfunctions-es2.html - glUniform2f - (GLint location, GLfloat x, GLfloat y) - - - void - glUniform2fv - qopenglfunctions-es2.html - glUniform2fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform2i - qopenglfunctions-es2.html - glUniform2i - (GLint location, GLint x, GLint y) - - - void - glUniform2iv - qopenglfunctions-es2.html - glUniform2iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform3f - qopenglfunctions-es2.html - glUniform3f - (GLint location, GLfloat x, GLfloat y, GLfloat z) - - - void - glUniform3fv - qopenglfunctions-es2.html - glUniform3fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform3i - qopenglfunctions-es2.html - glUniform3i - (GLint location, GLint x, GLint y, GLint z) - - - void - glUniform3iv - qopenglfunctions-es2.html - glUniform3iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniform4f - qopenglfunctions-es2.html - glUniform4f - (GLint location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glUniform4fv - qopenglfunctions-es2.html - glUniform4fv - (GLint location, GLsizei count, const GLfloat *v) - - - void - glUniform4i - qopenglfunctions-es2.html - glUniform4i - (GLint location, GLint x, GLint y, GLint z, GLint w) - - - void - glUniform4iv - qopenglfunctions-es2.html - glUniform4iv - (GLint location, GLsizei count, const GLint *v) - - - void - glUniformMatrix2fv - qopenglfunctions-es2.html - glUniformMatrix2fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix3fv - qopenglfunctions-es2.html - glUniformMatrix3fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUniformMatrix4fv - qopenglfunctions-es2.html - glUniformMatrix4fv - (GLint location, GLsizei count, GLboolean transpose, const GLfloat *value) - - - void - glUseProgram - qopenglfunctions-es2.html - glUseProgram - (GLuint program) - - - void - glValidateProgram - qopenglfunctions-es2.html - glValidateProgram - (GLuint program) - - - void - glVertexAttrib1f - qopenglfunctions-es2.html - glVertexAttrib1f - (GLuint indx, GLfloat x) - - - void - glVertexAttrib1fv - qopenglfunctions-es2.html - glVertexAttrib1fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib2f - qopenglfunctions-es2.html - glVertexAttrib2f - (GLuint indx, GLfloat x, GLfloat y) - - - void - glVertexAttrib2fv - qopenglfunctions-es2.html - glVertexAttrib2fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib3f - qopenglfunctions-es2.html - glVertexAttrib3f - (GLuint indx, GLfloat x, GLfloat y, GLfloat z) - - - void - glVertexAttrib3fv - qopenglfunctions-es2.html - glVertexAttrib3fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttrib4f - qopenglfunctions-es2.html - glVertexAttrib4f - (GLuint indx, GLfloat x, GLfloat y, GLfloat z, GLfloat w) - - - void - glVertexAttrib4fv - qopenglfunctions-es2.html - glVertexAttrib4fv - (GLuint indx, const GLfloat *values) - - - void - glVertexAttribPointer - qopenglfunctions-es2.html - glVertexAttribPointer - (GLuint indx, GLint size, GLenum type, GLboolean normalized, GLsizei stride, const GLvoid *ptr) - - - void - glViewport - qopenglfunctions-es2.html - glViewport - (GLint x, GLint y, GLsizei width, GLsizei height) - - - - - - - - QAbstractPrintDialog - qabstractprintdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qabstractprintdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractprintdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractprintdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractprintdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractprintdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - PrintRange - qabstractprintdialog.html - PrintRange-enum - - - AllPages - qabstractprintdialog.html - PrintRange-enum - - - Selection - qabstractprintdialog.html - PrintRange-enum - - - PageRange - qabstractprintdialog.html - PrintRange-enum - - - CurrentPage - qabstractprintdialog.html - PrintRange-enum - - - PrintDialogOption - qabstractprintdialog.html - PrintDialogOption-enum - - - None - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintToFile - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintSelection - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintPageRange - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintShowPageSize - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintCollateCopies - qabstractprintdialog.html - PrintDialogOption-enum - - - DontUseSheet - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintCurrentPage - qabstractprintdialog.html - PrintDialogOption-enum - - - PrintDialogOptions - qabstractprintdialog.html - PrintDialogOption-enum - - - - - QAbstractPrintDialog - qabstractprintdialog.html - QAbstractPrintDialog - (QPrinter *printer, QWidget *parent) - - - virtual int - exec - qabstractprintdialog.html - exec - () override = 0 - - - void - addEnabledOption - qabstractprintdialog-obsolete.html - addEnabledOption - (QAbstractPrintDialog::PrintDialogOption option) - - - void - setEnabledOptions - qabstractprintdialog-obsolete.html - setEnabledOptions - (QAbstractPrintDialog::PrintDialogOptions options) - - - QAbstractPrintDialog::PrintDialogOptions - enabledOptions - qabstractprintdialog-obsolete.html - enabledOptions - () const const - - - bool - isOptionEnabled - qabstractprintdialog-obsolete.html - isOptionEnabled - (QAbstractPrintDialog::PrintDialogOption option) const const - - - void - setOptionTabs - qabstractprintdialog.html - setOptionTabs - (const QList<QWidget *> &tabs) - - - void - setPrintRange - qabstractprintdialog.html - setPrintRange - (QAbstractPrintDialog::PrintRange range) - - - QAbstractPrintDialog::PrintRange - printRange - qabstractprintdialog.html - printRange - () const const - - - void - setMinMax - qabstractprintdialog.html - setMinMax - (int min, int max) - - - int - minPage - qabstractprintdialog.html - minPage - () const const - - - int - maxPage - qabstractprintdialog.html - maxPage - () const const - - - void - setFromTo - qabstractprintdialog.html - setFromTo - (int from, int to) - - - int - fromPage - qabstractprintdialog.html - fromPage - () const const - - - int - toPage - qabstractprintdialog.html - toPage - () const const - - - QPrinter * - printer - qabstractprintdialog.html - printer - () const const - - - - QPageSetupDialog - qpagesetupdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qpagesetupdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qpagesetupdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpagesetupdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpagesetupdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpagesetupdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - - QPageSetupDialog - qpagesetupdialog.html - QPageSetupDialog - (QPrinter *printer, QWidget *parent) - - - - QPageSetupDialog - qpagesetupdialog.html - QPageSetupDialog-1 - (QWidget *parent) - - - virtual - ~QPageSetupDialog - qpagesetupdialog.html - dtor.QPageSetupDialog - () - - - virtual int - exec - qpagesetupdialog.html - exec - () override - - - void - open - qpagesetupdialog.html - open - (QObject *receiver, const char *member) - - - virtual void - done - qpagesetupdialog.html - done - (int result) override - - - QPrinter * - printer - qpagesetupdialog.html - printer - () - - - - QPrintDialog - qprintdialog.html - QAbstractPrintDialog - - virtual const QMetaObject * - metaObject - qprintdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qprintdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprintdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprintdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprintdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - options - qprintdialog.html - options-prop - - - - - QPrintDialog - qprintdialog.html - QPrintDialog - (QPrinter *printer, QWidget *parent) - - - - QPrintDialog - qprintdialog.html - QPrintDialog-1 - (QWidget *parent) - - - virtual - ~QPrintDialog - qprintdialog.html - dtor.QPrintDialog - () - - - virtual int - exec - qprintdialog.html - exec - () override - - - virtual void - accept - qprintdialog.html - accept - () override - - - virtual void - done - qprintdialog.html - done - (int result) override - - - void - setOption - qprintdialog.html - setOption - (QAbstractPrintDialog::PrintDialogOption option, bool on) - - - bool - testOption - qprintdialog.html - testOption - (QAbstractPrintDialog::PrintDialogOption option) const const - - - void - setOptions - qprintdialog.html - options-prop - (QAbstractPrintDialog::PrintDialogOptions options) - - - QAbstractPrintDialog::PrintDialogOptions - options - qprintdialog.html - options-prop - () const const - - - virtual void - setVisible - qprintdialog.html - setVisible - (bool visible) override - - - void - open - qprintdialog.html - open - (QObject *receiver, const char *member) - - - QPrinter * - printer - qprintdialog.html - printer - () - - - void - accepted - qprintdialog.html - accepted - (QPrinter *printer) - - - - QPrinter - qprinter.html - QPagedPaintDevice - - PrinterMode - qprinter.html - PrinterMode-enum - - - ScreenResolution - qprinter.html - PrinterMode-enum - - - PrinterResolution - qprinter.html - PrinterMode-enum - - - HighResolution - qprinter.html - PrinterMode-enum - - - - QPrinter - qprinter.html - QPrinter - (QPrinter::PrinterMode mode) - - - - QPrinter - qprinter.html - QPrinter-1 - (const QPrinterInfo &printer, QPrinter::PrinterMode mode) - - - virtual - ~QPrinter - qprinter.html - dtor.QPrinter - () - - - Orientation - qprinter.html - Orientation-enum - - - Portrait - qprinter.html - Orientation-enum - - - Landscape - qprinter.html - Orientation-enum - - - PaperSize - qprinter.html - PaperSize-typedef - - - - PageOrder - qprinter.html - PageOrder-enum - - - FirstPageFirst - qprinter.html - PageOrder-enum - - - LastPageFirst - qprinter.html - PageOrder-enum - - - ColorMode - qprinter.html - ColorMode-enum - - - GrayScale - qprinter.html - ColorMode-enum - - - Color - qprinter.html - ColorMode-enum - - - PaperSource - qprinter.html - PaperSource-enum - - - OnlyOne - qprinter.html - PaperSource-enum - - - Lower - qprinter.html - PaperSource-enum - - - Middle - qprinter.html - PaperSource-enum - - - Manual - qprinter.html - PaperSource-enum - - - Envelope - qprinter.html - PaperSource-enum - - - EnvelopeManual - qprinter.html - PaperSource-enum - - - Auto - qprinter.html - PaperSource-enum - - - Tractor - qprinter.html - PaperSource-enum - - - SmallFormat - qprinter.html - PaperSource-enum - - - LargeFormat - qprinter.html - PaperSource-enum - - - LargeCapacity - qprinter.html - PaperSource-enum - - - Cassette - qprinter.html - PaperSource-enum - - - FormSource - qprinter.html - PaperSource-enum - - - MaxPageSource - qprinter.html - PaperSource-enum - - - CustomSource - qprinter.html - PaperSource-enum - - - LastPaperSource - qprinter.html - PaperSource-enum - - - Upper - qprinter.html - PaperSource-enum - - - PrinterState - qprinter.html - PrinterState-enum - - - Idle - qprinter.html - PrinterState-enum - - - Active - qprinter.html - PrinterState-enum - - - Aborted - qprinter.html - PrinterState-enum - - - Error - qprinter.html - PrinterState-enum - - - OutputFormat - qprinter.html - OutputFormat-enum - - - NativeFormat - qprinter.html - OutputFormat-enum - - - PdfFormat - qprinter.html - OutputFormat-enum - - - PrintRange - qprinter.html - PrintRange-enum - - - AllPages - qprinter.html - PrintRange-enum - - - Selection - qprinter.html - PrintRange-enum - - - PageRange - qprinter.html - PrintRange-enum - - - CurrentPage - qprinter.html - PrintRange-enum - - - Unit - qprinter.html - Unit-enum - - - Millimeter - qprinter.html - Unit-enum - - - Point - qprinter.html - Unit-enum - - - Inch - qprinter.html - Unit-enum - - - Pica - qprinter.html - Unit-enum - - - Didot - qprinter.html - Unit-enum - - - Cicero - qprinter.html - Unit-enum - - - DevicePixel - qprinter.html - Unit-enum - - - DuplexMode - qprinter.html - DuplexMode-enum - - - DuplexNone - qprinter.html - DuplexMode-enum - - - DuplexAuto - qprinter.html - DuplexMode-enum - - - DuplexLongSide - qprinter.html - DuplexMode-enum - - - DuplexShortSide - qprinter.html - DuplexMode-enum - - - void - setOutputFormat - qprinter.html - setOutputFormat - (QPrinter::OutputFormat format) - - - QPrinter::OutputFormat - outputFormat - qprinter.html - outputFormat - () const const - - - void - setPdfVersion - qprinter.html - setPdfVersion - (QPagedPaintDevice::PdfVersion version) - - - QPagedPaintDevice::PdfVersion - pdfVersion - qprinter.html - pdfVersion - () const const - - - void - setPrinterName - qprinter.html - setPrinterName - (const QString &name) - - - QString - printerName - qprinter.html - printerName - () const const - - - bool - isValid - qprinter.html - isValid - () const const - - - void - setOutputFileName - qprinter.html - setOutputFileName - (const QString &fileName) - - - QString - outputFileName - qprinter.html - outputFileName - () const const - - - void - setPrintProgram - qprinter.html - setPrintProgram - (const QString &printProg) - - - QString - printProgram - qprinter.html - printProgram - () const const - - - void - setDocName - qprinter.html - setDocName - (const QString &name) - - - QString - docName - qprinter.html - docName - () const const - - - void - setCreator - qprinter.html - setCreator - (const QString &creator) - - - QString - creator - qprinter.html - creator - () const const - - - bool - setPageLayout - qprinter.html - setPageLayout - (const QPageLayout &newLayout) - - - bool - setPageSize - qprinter.html - setPageSize - (const QPageSize &pageSize) - - - bool - setPageOrientation - qprinter.html - setPageOrientation - (QPageLayout::Orientation orientation) - - - bool - setPageMargins - qprinter.html - setPageMargins - (const QMarginsF &margins) - - - bool - setPageMargins - qprinter.html - setPageMargins-1 - (const QMarginsF &margins, QPageLayout::Unit units) - - - QPageLayout - pageLayout - qprinter.html - pageLayout - () const const - - - void - setOrientation - qprinter-obsolete.html - setOrientation - (QPrinter::Orientation orientation) - - - QPrinter::Orientation - orientation - qprinter-obsolete.html - orientation - () const const - - - virtual void - setPageSize - qprinter-obsolete.html - setPageSize-1 - (QPagedPaintDevice::PageSize newPageSize) override - - - QPagedPaintDevice::PageSize - pageSize - qprinter-obsolete.html - pageSize - () const const - - - virtual void - setPageSizeMM - qprinter-obsolete.html - setPageSizeMM - (const QSizeF &size) override - - - void - setPaperSize - qprinter-obsolete.html - setPaperSize - (QPrinter::PaperSize newPaperSize) - - - QPrinter::PaperSize - paperSize - qprinter-obsolete.html - paperSize - () const const - - - void - setPaperSize - qprinter-obsolete.html - setPaperSize-1 - (const QSizeF &paperSize, QPrinter::Unit unit) - - - QSizeF - paperSize - qprinter-obsolete.html - paperSize-1 - (QPrinter::Unit unit) const const - - - void - setPaperName - qprinter-obsolete.html - setPaperName - (const QString &paperName) - - - QString - paperName - qprinter-obsolete.html - paperName - () const const - - - void - setPageOrder - qprinter.html - setPageOrder - (QPrinter::PageOrder pageOrder) - - - QPrinter::PageOrder - pageOrder - qprinter.html - pageOrder - () const const - - - void - setResolution - qprinter.html - setResolution - (int dpi) - - - int - resolution - qprinter.html - resolution - () const const - - - void - setColorMode - qprinter.html - setColorMode - (QPrinter::ColorMode newColorMode) - - - QPrinter::ColorMode - colorMode - qprinter.html - colorMode - () const const - - - void - setCollateCopies - qprinter.html - setCollateCopies - (bool collate) - - - bool - collateCopies - qprinter.html - collateCopies - () const const - - - void - setFullPage - qprinter.html - setFullPage - (bool fp) - - - bool - fullPage - qprinter.html - fullPage - () const const - - - void - setNumCopies - qprinter-obsolete.html - setNumCopies - (int numCopies) - - - int - numCopies - qprinter-obsolete.html - numCopies - () const const - - - int - actualNumCopies - qprinter-obsolete.html - actualNumCopies - () const const - - - void - setCopyCount - qprinter.html - setCopyCount - (int count) - - - int - copyCount - qprinter.html - copyCount - () const const - - - bool - supportsMultipleCopies - qprinter.html - supportsMultipleCopies - () const const - - - void - setPaperSource - qprinter.html - setPaperSource - (QPrinter::PaperSource source) - - - QPrinter::PaperSource - paperSource - qprinter.html - paperSource - () const const - - - void - setDuplex - qprinter.html - setDuplex - (QPrinter::DuplexMode duplex) - - - QPrinter::DuplexMode - duplex - qprinter.html - duplex - () const const - - - QList<int> - supportedResolutions - qprinter.html - supportedResolutions - () const const - - - QList<QPrinter::PaperSource> - supportedPaperSources - qprinter.html - supportedPaperSources - () const const - - - void - setFontEmbeddingEnabled - qprinter.html - setFontEmbeddingEnabled - (bool enable) - - - bool - fontEmbeddingEnabled - qprinter.html - fontEmbeddingEnabled - () const const - - - void - setDoubleSidedPrinting - qprinter-obsolete.html - setDoubleSidedPrinting - (bool doubleSided) - - - bool - doubleSidedPrinting - qprinter-obsolete.html - doubleSidedPrinting - () const const - - - void - setWinPageSize - qprinter-obsolete.html - setWinPageSize - (int pageSize) - - - int - winPageSize - qprinter-obsolete.html - winPageSize - () const const - - - QRect - paperRect - qprinter-obsolete.html - paperRect-1 - () const const - - - QRect - pageRect - qprinter-obsolete.html - pageRect-1 - () const const - - - QRectF - paperRect - qprinter.html - paperRect - (QPrinter::Unit unit) const const - - - QRectF - pageRect - qprinter.html - pageRect - (QPrinter::Unit unit) const const - - - QString - printerSelectionOption - qprinter.html - printerSelectionOption - () const const - - - void - setPrinterSelectionOption - qprinter.html - setPrinterSelectionOption - (const QString &option) - - - virtual bool - newPage - qprinter.html - newPage - () override - - - bool - abort - qprinter.html - abort - () - - - QPrinter::PrinterState - printerState - qprinter.html - printerState - () const const - - - virtual QPaintEngine * - paintEngine - qprinter.html - paintEngine - () const const override - - - QPrintEngine * - printEngine - qprinter.html - printEngine - () const const - - - void - setFromTo - qprinter.html - setFromTo - (int from, int to) - - - int - fromPage - qprinter.html - fromPage - () const const - - - int - toPage - qprinter.html - toPage - () const const - - - void - setPrintRange - qprinter.html - setPrintRange - (QPrinter::PrintRange range) - - - QPrinter::PrintRange - printRange - qprinter.html - printRange - () const const - - - virtual void - setMargins - qprinter-obsolete.html - setMargins - (const QPagedPaintDevice::Margins &m) override - - - void - setPageMargins - qprinter-obsolete.html - setPageMargins-2 - (qreal left, qreal top, qreal right, qreal bottom, QPrinter::Unit unit) - - - void - getPageMargins - qprinter-obsolete.html - getPageMargins - (qreal *left, qreal *top, qreal *right, qreal *bottom, QPrinter::Unit unit) const const - - - void - setEngines - qprinter.html - setEngines - (QPrintEngine *printEngine, QPaintEngine *paintEngine) - - - - QPrintEngine - qprintengine.html - - virtual - ~QPrintEngine - qprintengine.html - dtor.QPrintEngine - () - - - PrintEnginePropertyKey - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_CollateCopies - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_ColorMode - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_Creator - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_DocumentName - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_FullPage - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_NumberOfCopies - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_Orientation - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_OutputFileName - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PageOrder - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PageRect - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PageSize - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PaperRect - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PaperSource - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PrinterName - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PrinterProgram - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_Resolution - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_SelectionOption - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_SupportedResolutions - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_WindowsPageSize - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_FontEmbedding - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_Duplex - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PaperSources - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_CustomPaperSize - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PageMargins - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_CopyCount - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_SupportsMultipleCopies - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PaperName - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_QPageSize - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_QPageMargins - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_QPageLayout - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_PaperSize - qprintengine.html - PrintEnginePropertyKey-enum - - - PPK_CustomBase - qprintengine.html - PrintEnginePropertyKey-enum - - - virtual void - setProperty - qprintengine.html - setProperty - (QPrintEngine::PrintEnginePropertyKey key, const QVariant &value) = 0 - - - virtual QVariant - property - qprintengine.html - property - (QPrintEngine::PrintEnginePropertyKey key) const const = 0 - - - virtual bool - newPage - qprintengine.html - newPage - () = 0 - - - virtual bool - abort - qprintengine.html - abort - () = 0 - - - virtual int - metric - qprintengine.html - metric - (QPaintDevice::PaintDeviceMetric id) const const = 0 - - - virtual QPrinter::PrinterState - printerState - qprintengine.html - printerState - () const const = 0 - - - - QPrinterInfo - qprinterinfo.html - - - QPrinterInfo - qprinterinfo.html - QPrinterInfo - () - - - - QPrinterInfo - qprinterinfo.html - QPrinterInfo-1 - (const QPrinterInfo &other) - - - - QPrinterInfo - qprinterinfo.html - QPrinterInfo-2 - (const QPrinter &printer) - - - - ~QPrinterInfo - qprinterinfo.html - dtor.QPrinterInfo - () - - - QPrinterInfo & - operator= - qprinterinfo.html - operator-eq - (const QPrinterInfo &other) - - - QString - printerName - qprinterinfo.html - printerName - () const const - - - QString - description - qprinterinfo.html - description - () const const - - - QString - location - qprinterinfo.html - location - () const const - - - QString - makeAndModel - qprinterinfo.html - makeAndModel - () const const - - - bool - isNull - qprinterinfo.html - isNull - () const const - - - bool - isDefault - qprinterinfo.html - isDefault - () const const - - - bool - isRemote - qprinterinfo.html - isRemote - () const const - - - QPrinter::PrinterState - state - qprinterinfo.html - state - () const const - - - QList<QPageSize> - supportedPageSizes - qprinterinfo.html - supportedPageSizes - () const const - - - QPageSize - defaultPageSize - qprinterinfo.html - defaultPageSize - () const const - - - bool - supportsCustomPageSizes - qprinterinfo.html - supportsCustomPageSizes - () const const - - - QPageSize - minimumPhysicalPageSize - qprinterinfo.html - minimumPhysicalPageSize - () const const - - - QPageSize - maximumPhysicalPageSize - qprinterinfo.html - maximumPhysicalPageSize - () const const - - - QList<QPrinter::PaperSize> - supportedPaperSizes - qprinterinfo-obsolete.html - supportedPaperSizes - () const const - - - QList<QPair<QString, QSizeF> > - supportedSizesWithNames - qprinterinfo-obsolete.html - supportedSizesWithNames - () const const - - - QList<int> - supportedResolutions - qprinterinfo.html - supportedResolutions - () const const - - - QPrinter::DuplexMode - defaultDuplexMode - qprinterinfo.html - defaultDuplexMode - () const const - - - QList<QPrinter::DuplexMode> - supportedDuplexModes - qprinterinfo.html - supportedDuplexModes - () const const - - - QStringList - availablePrinterNames - qprinterinfo.html - availablePrinterNames - () - - - QList<QPrinterInfo> - availablePrinters - qprinterinfo.html - availablePrinters - () - - - QString - defaultPrinterName - qprinterinfo.html - defaultPrinterName - () - - - QPrinterInfo - defaultPrinter - qprinterinfo.html - defaultPrinter - () - - - QPrinterInfo - printerInfo - qprinterinfo.html - printerInfo - (const QString &printerName) - - - - QPrintPreviewDialog - qprintpreviewdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qprintpreviewdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qprintpreviewdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprintpreviewdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprintpreviewdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprintpreviewdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - - QPrintPreviewDialog - qprintpreviewdialog.html - QPrintPreviewDialog-1 - (QWidget *parent, Qt::WindowFlags flags) - - - - QPrintPreviewDialog - qprintpreviewdialog.html - QPrintPreviewDialog - (QPrinter *printer, QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QPrintPreviewDialog - qprintpreviewdialog.html - dtor.QPrintPreviewDialog - () - - - void - open - qprintpreviewdialog.html - open - (QObject *receiver, const char *member) - - - QPrinter * - printer - qprintpreviewdialog.html - printer - () - - - virtual void - setVisible - qprintpreviewdialog.html - setVisible - (bool visible) override - - - virtual void - done - qprintpreviewdialog.html - done - (int result) override - - - void - paintRequested - qprintpreviewdialog.html - paintRequested - (QPrinter *printer) - - - - QPrintPreviewWidget - qprintpreviewwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qprintpreviewwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qprintpreviewwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprintpreviewwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprintpreviewwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprintpreviewwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - ViewMode - qprintpreviewwidget.html - ViewMode-enum - - - SinglePageView - qprintpreviewwidget.html - ViewMode-enum - - - FacingPagesView - qprintpreviewwidget.html - ViewMode-enum - - - AllPagesView - qprintpreviewwidget.html - ViewMode-enum - - - ZoomMode - qprintpreviewwidget.html - ZoomMode-enum - - - CustomZoom - qprintpreviewwidget.html - ZoomMode-enum - - - FitToWidth - qprintpreviewwidget.html - ZoomMode-enum - - - FitInView - qprintpreviewwidget.html - ZoomMode-enum - - - - QPrintPreviewWidget - qprintpreviewwidget.html - QPrintPreviewWidget - (QPrinter *printer, QWidget *parent, Qt::WindowFlags flags) - - - - QPrintPreviewWidget - qprintpreviewwidget.html - QPrintPreviewWidget-1 - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QPrintPreviewWidget - qprintpreviewwidget.html - dtor.QPrintPreviewWidget - () - - - qreal - zoomFactor - qprintpreviewwidget.html - zoomFactor - () const const - - - QPrinter::Orientation - orientation - qprintpreviewwidget.html - orientation - () const const - - - QPrintPreviewWidget::ViewMode - viewMode - qprintpreviewwidget.html - viewMode - () const const - - - QPrintPreviewWidget::ZoomMode - zoomMode - qprintpreviewwidget.html - zoomMode - () const const - - - int - currentPage - qprintpreviewwidget.html - currentPage - () const const - - - int - pageCount - qprintpreviewwidget.html - pageCount - () const const - - - virtual void - setVisible - qprintpreviewwidget.html - setVisible - (bool visible) override - - - void - print - qprintpreviewwidget.html - print - () - - - void - zoomIn - qprintpreviewwidget.html - zoomIn - (qreal factor) - - - void - zoomOut - qprintpreviewwidget.html - zoomOut - (qreal factor) - - - void - setZoomFactor - qprintpreviewwidget.html - setZoomFactor - (qreal factor) - - - void - setOrientation - qprintpreviewwidget.html - setOrientation - (QPrinter::Orientation orientation) - - - void - setViewMode - qprintpreviewwidget.html - setViewMode - (QPrintPreviewWidget::ViewMode mode) - - - void - setZoomMode - qprintpreviewwidget.html - setZoomMode - (QPrintPreviewWidget::ZoomMode zoomMode) - - - void - setCurrentPage - qprintpreviewwidget.html - setCurrentPage - (int page) - - - void - fitToWidth - qprintpreviewwidget.html - fitToWidth - () - - - void - fitInView - qprintpreviewwidget.html - fitInView - () - - - void - setLandscapeOrientation - qprintpreviewwidget.html - setLandscapeOrientation - () - - - void - setPortraitOrientation - qprintpreviewwidget.html - setPortraitOrientation - () - - - void - setSinglePageViewMode - qprintpreviewwidget.html - setSinglePageViewMode - () - - - void - setFacingPagesViewMode - qprintpreviewwidget.html - setFacingPagesViewMode - () - - - void - setAllPagesViewMode - qprintpreviewwidget.html - setAllPagesViewMode - () - - - void - updatePreview - qprintpreviewwidget.html - updatePreview - () - - - void - paintRequested - qprintpreviewwidget.html - paintRequested - (QPrinter *printer) - - - void - previewChanged - qprintpreviewwidget.html - previewChanged - () - - - - - - - - QSizePolicy - qsizepolicy.html - - void - qt_check_for_QGADGET_macro - qsizepolicy.html - qt_check_for_QGADGET_macro - () - - - QtGadgetHelper - qsizepolicy.html - QtGadgetHelper-typedef - - - - PolicyFlag - qsizepolicy.html - PolicyFlag-enum - - - GrowFlag - qsizepolicy.html - PolicyFlag-enum - - - ExpandFlag - qsizepolicy.html - PolicyFlag-enum - - - ShrinkFlag - qsizepolicy.html - PolicyFlag-enum - - - IgnoreFlag - qsizepolicy.html - PolicyFlag-enum - - - Policy - qsizepolicy.html - Policy-enum - - - Fixed - qsizepolicy.html - Policy-enum - - - Minimum - qsizepolicy.html - Policy-enum - - - Maximum - qsizepolicy.html - Policy-enum - - - Preferred - qsizepolicy.html - Policy-enum - - - MinimumExpanding - qsizepolicy.html - Policy-enum - - - Expanding - qsizepolicy.html - Policy-enum - - - Ignored - qsizepolicy.html - Policy-enum - - - ControlType - qsizepolicy.html - ControlType-enum - - - DefaultType - qsizepolicy.html - ControlType-enum - - - ButtonBox - qsizepolicy.html - ControlType-enum - - - CheckBox - qsizepolicy.html - ControlType-enum - - - ComboBox - qsizepolicy.html - ControlType-enum - - - Frame - qsizepolicy.html - ControlType-enum - - - GroupBox - qsizepolicy.html - ControlType-enum - - - Label - qsizepolicy.html - ControlType-enum - - - Line - qsizepolicy.html - ControlType-enum - - - LineEdit - qsizepolicy.html - ControlType-enum - - - PushButton - qsizepolicy.html - ControlType-enum - - - RadioButton - qsizepolicy.html - ControlType-enum - - - Slider - qsizepolicy.html - ControlType-enum - - - SpinBox - qsizepolicy.html - ControlType-enum - - - TabWidget - qsizepolicy.html - ControlType-enum - - - ToolButton - qsizepolicy.html - ControlType-enum - - - ControlTypes - qsizepolicy.html - ControlType-enum - - - - - QSizePolicy - qsizepolicy.html - QSizePolicy - () - - - - QSizePolicy - qsizepolicy.html - QSizePolicy-1 - (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical, QSizePolicy::ControlType type) - - - QSizePolicy::Policy - horizontalPolicy - qsizepolicy.html - horizontalPolicy - () const const - - - QSizePolicy::Policy - verticalPolicy - qsizepolicy.html - verticalPolicy - () const const - - - QSizePolicy::ControlType - controlType - qsizepolicy.html - controlType - () const const - - - void - setHorizontalPolicy - qsizepolicy.html - setHorizontalPolicy - (QSizePolicy::Policy policy) - - - void - setVerticalPolicy - qsizepolicy.html - setVerticalPolicy - (QSizePolicy::Policy policy) - - - void - setControlType - qsizepolicy.html - setControlType - (QSizePolicy::ControlType type) - - - Qt::Orientations - expandingDirections - qsizepolicy.html - expandingDirections - () const const - - - void - setHeightForWidth - qsizepolicy.html - setHeightForWidth - (bool dependent) - - - bool - hasHeightForWidth - qsizepolicy.html - hasHeightForWidth - () const const - - - void - setWidthForHeight - qsizepolicy.html - setWidthForHeight - (bool dependent) - - - bool - hasWidthForHeight - qsizepolicy.html - hasWidthForHeight - () const const - - - bool - operator== - qsizepolicy.html - operator-eq-eq - (const QSizePolicy &other) const const - - - bool - operator!= - qsizepolicy.html - operator-not-eq - (const QSizePolicy &other) const const - - - QVariant - operator QVariant - qsizepolicy.html - operator-QVariant - () const const - - - int - horizontalStretch - qsizepolicy.html - horizontalStretch - () const const - - - int - verticalStretch - qsizepolicy.html - verticalStretch - () const const - - - void - setHorizontalStretch - qsizepolicy.html - setHorizontalStretch - (int stretchFactor) - - - void - setVerticalStretch - qsizepolicy.html - setVerticalStretch - (int stretchFactor) - - - bool - retainSizeWhenHidden - qsizepolicy.html - retainSizeWhenHidden - () const const - - - void - setRetainSizeWhenHidden - qsizepolicy.html - setRetainSizeWhenHidden - (bool retainSize) - - - void - transpose - qsizepolicy.html - transpose - () - - - QSizePolicy - transposed - qsizepolicy.html - transposed - () const const - - - - QWidget - qwidget.html - QObject - QPaintDevice - - virtual const QMetaObject * - metaObject - qwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - modal - qwidget.html - modal-prop - - - - windowModality - qwidget.html - windowModality-prop - - - - enabled - qwidget.html - enabled-prop - - - - geometry - qwidget.html - geometry-prop - - - - frameGeometry - qwidget.html - frameGeometry-prop - - - - normalGeometry - qwidget.html - normalGeometry-prop - - - - x - qwidget.html - x-prop - - - - y - qwidget.html - y-prop - - - - pos - qwidget.html - pos-prop - - - - frameSize - qwidget.html - frameSize-prop - - - - size - qwidget.html - size-prop - - - - width - qwidget.html - width-prop - - - - height - qwidget.html - height-prop - - - - rect - qwidget.html - rect-prop - - - - childrenRect - qwidget.html - childrenRect-prop - - - - childrenRegion - qwidget.html - childrenRegion-prop - - - - sizePolicy - qwidget.html - sizePolicy-prop - - - - minimumSize - qwidget.html - minimumSize-prop - - - - maximumSize - qwidget.html - maximumSize-prop - - - - minimumWidth - qwidget.html - minimumWidth-prop - - - - minimumHeight - qwidget.html - minimumHeight-prop - - - - maximumWidth - qwidget.html - maximumWidth-prop - - - - maximumHeight - qwidget.html - maximumHeight-prop - - - - sizeIncrement - qwidget.html - sizeIncrement-prop - - - - baseSize - qwidget.html - baseSize-prop - - - - palette - qwidget.html - palette-prop - - - - font - qwidget.html - font-prop - - - - cursor - qwidget.html - cursor-prop - - - - mouseTracking - qwidget.html - mouseTracking-prop - - - - tabletTracking - qwidget.html - tabletTracking-prop - - - - isActiveWindow - qwidget.html - isActiveWindow-prop - - - - focusPolicy - qwidget.html - focusPolicy-prop - - - - focus - qwidget.html - focus-prop - - - - contextMenuPolicy - qwidget.html - contextMenuPolicy-prop - - - - updatesEnabled - qwidget.html - updatesEnabled-prop - - - - visible - qwidget.html - visible-prop - - - - minimized - qwidget.html - minimized-prop - - - - maximized - qwidget.html - maximized-prop - - - - fullScreen - qwidget.html - fullScreen-prop - - - - sizeHint - qwidget.html - sizeHint-prop - - - - minimumSizeHint - qwidget.html - minimumSizeHint-prop - - - - acceptDrops - qwidget.html - acceptDrops-prop - - - - windowTitle - qwidget.html - windowTitle-prop - - - - windowIcon - qwidget.html - windowIcon-prop - - - - windowIconText - qwidget-obsolete.html - windowIconText-prop - - - - windowOpacity - qwidget.html - windowOpacity-prop - - - - windowModified - qwidget.html - windowModified-prop - - - - toolTip - qwidget.html - toolTip-prop - - - - toolTipDuration - qwidget.html - toolTipDuration-prop - - - - statusTip - qwidget.html - statusTip-prop - - - - whatsThis - qwidget.html - whatsThis-prop - - - - accessibleName - qwidget.html - accessibleName-prop - - - - accessibleDescription - qwidget.html - accessibleDescription-prop - - - - layoutDirection - qwidget.html - layoutDirection-prop - - - - windowFlags - qwidget.html - windowFlags-prop - - - - autoFillBackground - qwidget.html - autoFillBackground-prop - - - - styleSheet - qwidget.html - styleSheet-prop - - - - locale - qwidget.html - locale-prop - - - - windowFilePath - qwidget.html - windowFilePath-prop - - - - inputMethodHints - qwidget.html - inputMethodHints-prop - - - - RenderFlag - qwidget.html - RenderFlag-enum - - - DrawWindowBackground - qwidget.html - RenderFlag-enum - - - DrawChildren - qwidget.html - RenderFlag-enum - - - IgnoreMask - qwidget.html - RenderFlag-enum - - - RenderFlags - qwidget.html - RenderFlag-enum - - - - - QWidget - qwidget.html - QWidget - (QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QWidget - qwidget.html - dtor.QWidget - () - - - WId - winId - qwidget.html - winId - () const const - - - WId - effectiveWinId - qwidget.html - effectiveWinId - () const const - - - QStyle * - style - qwidget.html - style - () const const - - - void - setStyle - qwidget.html - setStyle - (QStyle *style) - - - bool - isTopLevel - qwidget-obsolete.html - isTopLevel - () const const - - - bool - isWindow - qwidget.html - isWindow - () const const - - - bool - isModal - qwidget.html - modal-prop - () const const - - - Qt::WindowModality - windowModality - qwidget.html - windowModality-prop - () const const - - - void - setWindowModality - qwidget.html - windowModality-prop - (Qt::WindowModality windowModality) - - - bool - isEnabled - qwidget.html - enabled-prop - () const const - - - bool - isEnabledTo - qwidget.html - isEnabledTo - (const QWidget *ancestor) const const - - - bool - isEnabledToTLW - qwidget-obsolete.html - isEnabledToTLW - () const const - - - void - setEnabled - qwidget.html - enabled-prop - (bool ) - - - void - setDisabled - qwidget.html - setDisabled - (bool disable) - - - void - setWindowModified - qwidget.html - windowModified-prop - (bool ) - - - QRect - frameGeometry - qwidget.html - frameGeometry-prop - () const const - - - const QRect & - geometry - qwidget.html - geometry-prop - () const const - - - QRect - normalGeometry - qwidget.html - normalGeometry-prop - () const const - - - int - x - qwidget.html - x-prop - () const const - - - int - y - qwidget.html - y-prop - () const const - - - QPoint - pos - qwidget.html - pos-prop - () const const - - - QSize - frameSize - qwidget.html - frameSize-prop - () const const - - - QSize - size - qwidget.html - size-prop - () const const - - - int - width - qwidget.html - width-prop - () const const - - - int - height - qwidget.html - height-prop - () const const - - - QRect - rect - qwidget.html - rect-prop - () const const - - - QRect - childrenRect - qwidget.html - childrenRect-prop - () const const - - - QRegion - childrenRegion - qwidget.html - childrenRegion-prop - () const const - - - QSize - minimumSize - qwidget.html - minimumSize-prop - () const const - - - QSize - maximumSize - qwidget.html - maximumSize-prop - () const const - - - int - minimumWidth - qwidget.html - minimumWidth-prop - () const const - - - int - minimumHeight - qwidget.html - minimumHeight-prop - () const const - - - int - maximumWidth - qwidget.html - maximumWidth-prop - () const const - - - int - maximumHeight - qwidget.html - maximumHeight-prop - () const const - - - void - setMinimumSize - qwidget.html - minimumSize-prop - (const QSize &) - - - void - setMinimumSize - qwidget.html - setMinimumSize-1 - (int minw, int minh) - - - void - setMaximumSize - qwidget.html - maximumSize-prop - (const QSize &) - - - void - setMaximumSize - qwidget.html - setMaximumSize-1 - (int maxw, int maxh) - - - void - setMinimumWidth - qwidget.html - minimumWidth-prop - (int minw) - - - void - setMinimumHeight - qwidget.html - minimumHeight-prop - (int minh) - - - void - setMaximumWidth - qwidget.html - maximumWidth-prop - (int maxw) - - - void - setMaximumHeight - qwidget.html - maximumHeight-prop - (int maxh) - - - void - setupUi - qwidget.html - setupUi - (QWidget *widget) - - - QSize - sizeIncrement - qwidget.html - sizeIncrement-prop - () const const - - - void - setSizeIncrement - qwidget.html - sizeIncrement-prop - (const QSize &) - - - void - setSizeIncrement - qwidget.html - setSizeIncrement-1 - (int w, int h) - - - QSize - baseSize - qwidget.html - baseSize-prop - () const const - - - void - setBaseSize - qwidget.html - baseSize-prop - (const QSize &) - - - void - setBaseSize - qwidget.html - setBaseSize-1 - (int basew, int baseh) - - - void - setFixedSize - qwidget.html - setFixedSize - (const QSize &s) - - - void - setFixedSize - qwidget.html - setFixedSize-1 - (int w, int h) - - - void - setFixedWidth - qwidget.html - setFixedWidth - (int w) - - - void - setFixedHeight - qwidget.html - setFixedHeight - (int h) - - - QPoint - mapToGlobal - qwidget.html - mapToGlobal - (const QPoint &pos) const const - - - QPoint - mapFromGlobal - qwidget.html - mapFromGlobal - (const QPoint &pos) const const - - - QPoint - mapToParent - qwidget.html - mapToParent - (const QPoint &pos) const const - - - QPoint - mapFromParent - qwidget.html - mapFromParent - (const QPoint &pos) const const - - - QPoint - mapTo - qwidget.html - mapTo - (const QWidget *parent, const QPoint &pos) const const - - - QPoint - mapFrom - qwidget.html - mapFrom - (const QWidget *parent, const QPoint &pos) const const - - - QWidget * - window - qwidget.html - window - () const const - - - QWidget * - nativeParentWidget - qwidget.html - nativeParentWidget - () const const - - - QWidget * - topLevelWidget - qwidget-obsolete.html - topLevelWidget - () const const - - - const QPalette & - palette - qwidget.html - palette-prop - () const const - - - void - setPalette - qwidget.html - palette-prop - (const QPalette &) - - - void - setBackgroundRole - qwidget.html - setBackgroundRole - (QPalette::ColorRole role) - - - QPalette::ColorRole - backgroundRole - qwidget.html - backgroundRole - () const const - - - void - setForegroundRole - qwidget.html - setForegroundRole - (QPalette::ColorRole role) - - - QPalette::ColorRole - foregroundRole - qwidget.html - foregroundRole - () const const - - - const QFont & - font - qwidget.html - font-prop - () const const - - - void - setFont - qwidget.html - font-prop - (const QFont &) - - - QFontMetrics - fontMetrics - qwidget.html - fontMetrics - () const const - - - QFontInfo - fontInfo - qwidget.html - fontInfo - () const const - - - QCursor - cursor - qwidget.html - cursor-prop - () const const - - - void - setCursor - qwidget.html - cursor-prop - (const QCursor &) - - - void - unsetCursor - qwidget.html - cursor-prop - () - - - void - setMouseTracking - qwidget.html - mouseTracking-prop - (bool enable) - - - bool - hasMouseTracking - qwidget.html - mouseTracking-prop - () const const - - - bool - underMouse - qwidget.html - underMouse - () const const - - - void - setTabletTracking - qwidget.html - tabletTracking-prop - (bool enable) - - - bool - hasTabletTracking - qwidget.html - tabletTracking-prop - () const const - - - void - setMask - qwidget.html - setMask - (const QBitmap &bitmap) - - - void - setMask - qwidget.html - setMask-1 - (const QRegion &region) - - - QRegion - mask - qwidget.html - mask - () const const - - - void - clearMask - qwidget.html - clearMask - () - - - void - render - qwidget.html - render - (QPaintDevice *target, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) - - - void - render - qwidget.html - render-1 - (QPainter *painter, const QPoint &targetOffset, const QRegion &sourceRegion, QWidget::RenderFlags renderFlags) - - - QPixmap - grab - qwidget.html - grab - (const QRect &rectangle) - - - QGraphicsEffect * - graphicsEffect - qwidget.html - graphicsEffect - () const const - - - void - setGraphicsEffect - qwidget.html - setGraphicsEffect - (QGraphicsEffect *effect) - - - void - grabGesture - qwidget.html - grabGesture - (Qt::GestureType gesture, Qt::GestureFlags flags) - - - void - ungrabGesture - qwidget.html - ungrabGesture - (Qt::GestureType gesture) - - - void - setWindowTitle - qwidget.html - windowTitle-prop - (const QString &) - - - void - setStyleSheet - qwidget.html - styleSheet-prop - (const QString &styleSheet) - - - QString - styleSheet - qwidget.html - styleSheet-prop - () const const - - - QString - windowTitle - qwidget.html - windowTitle-prop - () const const - - - void - setWindowIcon - qwidget.html - windowIcon-prop - (const QIcon &icon) - - - QIcon - windowIcon - qwidget.html - windowIcon-prop - () const const - - - void - setWindowIconText - qwidget-obsolete.html - windowIconText-prop - (const QString &) - - - QString - windowIconText - qwidget-obsolete.html - windowIconText-prop - () const const - - - void - setWindowRole - qwidget.html - setWindowRole - (const QString &role) - - - QString - windowRole - qwidget.html - windowRole - () const const - - - void - setWindowFilePath - qwidget.html - windowFilePath-prop - (const QString &filePath) - - - QString - windowFilePath - qwidget.html - windowFilePath-prop - () const const - - - void - setWindowOpacity - qwidget.html - windowOpacity-prop - (qreal level) - - - qreal - windowOpacity - qwidget.html - windowOpacity-prop - () const const - - - bool - isWindowModified - qwidget.html - windowModified-prop - () const const - - - void - setToolTip - qwidget.html - toolTip-prop - (const QString &) - - - QString - toolTip - qwidget.html - toolTip-prop - () const const - - - void - setToolTipDuration - qwidget.html - toolTipDuration-prop - (int msec) - - - int - toolTipDuration - qwidget.html - toolTipDuration-prop - () const const - - - void - setStatusTip - qwidget.html - statusTip-prop - (const QString &) - - - QString - statusTip - qwidget.html - statusTip-prop - () const const - - - void - setWhatsThis - qwidget.html - whatsThis-prop - (const QString &) - - - QString - whatsThis - qwidget.html - whatsThis-prop - () const const - - - QString - accessibleName - qwidget.html - accessibleName-prop - () const const - - - void - setAccessibleName - qwidget.html - accessibleName-prop - (const QString &name) - - - QString - accessibleDescription - qwidget.html - accessibleDescription-prop - () const const - - - void - setAccessibleDescription - qwidget.html - accessibleDescription-prop - (const QString &description) - - - void - setLayoutDirection - qwidget.html - layoutDirection-prop - (Qt::LayoutDirection direction) - - - Qt::LayoutDirection - layoutDirection - qwidget.html - layoutDirection-prop - () const const - - - void - unsetLayoutDirection - qwidget.html - layoutDirection-prop - () - - - void - setLocale - qwidget.html - locale-prop - (const QLocale &locale) - - - QLocale - locale - qwidget.html - locale-prop - () const const - - - void - unsetLocale - qwidget.html - locale-prop - () - - - void - setFocus - qwidget.html - setFocus-1 - () - - - bool - isActiveWindow - qwidget.html - isActiveWindow-prop - () const const - - - void - activateWindow - qwidget.html - activateWindow - () - - - void - clearFocus - qwidget.html - clearFocus - () - - - void - setFocus - qwidget.html - setFocus - (Qt::FocusReason reason) - - - Qt::FocusPolicy - focusPolicy - qwidget.html - focusPolicy-prop - () const const - - - void - setFocusPolicy - qwidget.html - focusPolicy-prop - (Qt::FocusPolicy policy) - - - bool - hasFocus - qwidget.html - focus-prop - () const const - - - void - setTabOrder - qwidget.html - setTabOrder - (QWidget *first, QWidget *second) - - - void - setFocusProxy - qwidget.html - setFocusProxy - (QWidget *w) - - - QWidget * - focusProxy - qwidget.html - focusProxy - () const const - - - Qt::ContextMenuPolicy - contextMenuPolicy - qwidget.html - contextMenuPolicy-prop - () const const - - - void - setContextMenuPolicy - qwidget.html - contextMenuPolicy-prop - (Qt::ContextMenuPolicy policy) - - - void - grabMouse - qwidget.html - grabMouse - () - - - void - grabMouse - qwidget.html - grabMouse-1 - (const QCursor &cursor) - - - void - releaseMouse - qwidget.html - releaseMouse - () - - - void - grabKeyboard - qwidget.html - grabKeyboard - () - - - void - releaseKeyboard - qwidget.html - releaseKeyboard - () - - - int - grabShortcut - qwidget.html - grabShortcut - (const QKeySequence &key, Qt::ShortcutContext context) - - - void - releaseShortcut - qwidget.html - releaseShortcut - (int id) - - - void - setShortcutEnabled - qwidget.html - setShortcutEnabled - (int id, bool enable) - - - void - setShortcutAutoRepeat - qwidget.html - setShortcutAutoRepeat - (int id, bool enable) - - - QWidget * - mouseGrabber - qwidget.html - mouseGrabber - () - - - QWidget * - keyboardGrabber - qwidget.html - keyboardGrabber - () - - - bool - updatesEnabled - qwidget.html - updatesEnabled-prop - () const const - - - void - setUpdatesEnabled - qwidget.html - updatesEnabled-prop - (bool enable) - - - QGraphicsProxyWidget * - graphicsProxyWidget - qwidget.html - graphicsProxyWidget - () const const - - - void - update - qwidget.html - update - () - - - void - repaint - qwidget.html - repaint - () - - - void - update - qwidget.html - update-1 - (int x, int y, int w, int h) - - - void - update - qwidget.html - update-2 - (const QRect &rect) - - - void - update - qwidget.html - update-3 - (const QRegion &rgn) - - - void - repaint - qwidget.html - repaint-1 - (int x, int y, int w, int h) - - - void - repaint - qwidget.html - repaint-2 - (const QRect &rect) - - - void - repaint - qwidget.html - repaint-3 - (const QRegion &rgn) - - - virtual void - setVisible - qwidget.html - visible-prop - (bool visible) - - - void - setHidden - qwidget.html - setHidden - (bool hidden) - - - void - show - qwidget.html - show - () - - - void - hide - qwidget.html - hide - () - - - void - showMinimized - qwidget.html - showMinimized - () - - - void - showMaximized - qwidget.html - showMaximized - () - - - void - showFullScreen - qwidget.html - showFullScreen - () - - - void - showNormal - qwidget.html - showNormal - () - - - bool - close - qwidget.html - close - () - - - void - raise - qwidget.html - raise - () - - - void - lower - qwidget.html - lower - () - - - void - stackUnder - qwidget.html - stackUnder - (QWidget *w) - - - void - move - qwidget.html - move-1 - (int x, int y) - - - void - move - qwidget.html - pos-prop - (const QPoint &) - - - void - resize - qwidget.html - resize-1 - (int w, int h) - - - void - resize - qwidget.html - size-prop - (const QSize &) - - - void - setGeometry - qwidget.html - setGeometry-1 - (int x, int y, int w, int h) - - - void - setGeometry - qwidget.html - geometry-prop - (const QRect &) - - - QByteArray - saveGeometry - qwidget.html - saveGeometry - () const const - - - bool - restoreGeometry - qwidget.html - restoreGeometry - (const QByteArray &geometry) - - - void - adjustSize - qwidget.html - adjustSize - () - - - bool - isVisible - qwidget.html - visible-prop - () const const - - - bool - isVisibleTo - qwidget.html - isVisibleTo - (const QWidget *ancestor) const const - - - bool - isHidden - qwidget.html - isHidden - () const const - - - bool - isMinimized - qwidget.html - minimized-prop - () const const - - - bool - isMaximized - qwidget.html - maximized-prop - () const const - - - bool - isFullScreen - qwidget.html - fullScreen-prop - () const const - - - Qt::WindowStates - windowState - qwidget.html - windowState - () const const - - - void - setWindowState - qwidget.html - setWindowState - (Qt::WindowStates windowState) - - - virtual QSize - sizeHint - qwidget.html - sizeHint-prop - () const const - - - virtual QSize - minimumSizeHint - qwidget.html - minimumSizeHint-prop - () const const - - - QSizePolicy - sizePolicy - qwidget.html - sizePolicy-prop - () const const - - - void - setSizePolicy - qwidget.html - sizePolicy-prop - (QSizePolicy ) - - - void - setSizePolicy - qwidget.html - setSizePolicy-1 - (QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) - - - virtual int - heightForWidth - qwidget.html - heightForWidth - (int w) const const - - - virtual bool - hasHeightForWidth - qwidget.html - hasHeightForWidth - () const const - - - QRegion - visibleRegion - qwidget.html - visibleRegion - () const const - - - void - setContentsMargins - qwidget.html - setContentsMargins - (int left, int top, int right, int bottom) - - - void - setContentsMargins - qwidget.html - setContentsMargins-1 - (const QMargins &margins) - - - void - getContentsMargins - qwidget.html - getContentsMargins - (int *left, int *top, int *right, int *bottom) const const - - - QMargins - contentsMargins - qwidget.html - contentsMargins - () const const - - - QRect - contentsRect - qwidget.html - contentsRect - () const const - - - QLayout * - layout - qwidget.html - layout - () const const - - - void - setLayout - qwidget.html - setLayout - (QLayout *layout) - - - void - updateGeometry - qwidget.html - updateGeometry - () - - - void - setParent - qwidget.html - setParent - (QWidget *parent) - - - void - setParent - qwidget.html - setParent-1 - (QWidget *parent, Qt::WindowFlags f) - - - void - scroll - qwidget.html - scroll - (int dx, int dy) - - - void - scroll - qwidget.html - scroll-1 - (int dx, int dy, const QRect &r) - - - QWidget * - focusWidget - qwidget.html - focusWidget - () const const - - - QWidget * - nextInFocusChain - qwidget.html - nextInFocusChain - () const const - - - QWidget * - previousInFocusChain - qwidget.html - previousInFocusChain - () const const - - - bool - acceptDrops - qwidget.html - acceptDrops-prop - () const const - - - void - setAcceptDrops - qwidget.html - acceptDrops-prop - (bool on) - - - void - addAction - qwidget.html - addAction - (QAction *action) - - - void - addActions - qwidget.html - addActions - (QList<QAction *> actions) - - - void - insertActions - qwidget.html - insertActions - (QAction *before, QList<QAction *> actions) - - - void - insertAction - qwidget.html - insertAction - (QAction *before, QAction *action) - - - void - removeAction - qwidget.html - removeAction - (QAction *action) - - - QList<QAction *> - actions - qwidget.html - actions - () const const - - - QWidget * - parentWidget - qwidget.html - parentWidget - () const const - - - void - setWindowFlags - qwidget.html - windowFlags-prop - (Qt::WindowFlags type) - - - Qt::WindowFlags - windowFlags - qwidget.html - windowFlags-prop - () const const - - - void - setWindowFlag - qwidget.html - setWindowFlag - (Qt::WindowType flag, bool on) - - - void - overrideWindowFlags - qwidget.html - overrideWindowFlags - (Qt::WindowFlags flags) - - - Qt::WindowType - windowType - qwidget.html - windowType - () const const - - - QWidget * - find - qwidget.html - find - (WId id) - - - QWidget * - childAt - qwidget.html - childAt - (int x, int y) const const - - - QWidget * - childAt - qwidget.html - childAt-1 - (const QPoint &p) const const - - - void - setAttribute - qwidget.html - setAttribute - (Qt::WidgetAttribute attribute, bool on) - - - bool - testAttribute - qwidget.html - testAttribute - (Qt::WidgetAttribute attribute) const const - - - virtual QPaintEngine * - paintEngine - qwidget.html - paintEngine - () const const override - - - void - ensurePolished - qwidget.html - ensurePolished - () const const - - - bool - isAncestorOf - qwidget.html - isAncestorOf - (const QWidget *child) const const - - - bool - hasEditFocus - qwidget.html - hasEditFocus - () const const - - - void - setEditFocus - qwidget.html - setEditFocus - (bool enable) - - - bool - autoFillBackground - qwidget.html - autoFillBackground-prop - () const const - - - void - setAutoFillBackground - qwidget.html - autoFillBackground-prop - (bool enabled) - - - QBackingStore * - backingStore - qwidget.html - backingStore - () const const - - - QWindow * - windowHandle - qwidget.html - windowHandle - () const const - - - QWidget * - createWindowContainer - qwidget.html - createWindowContainer - (QWindow *window, QWidget *parent, Qt::WindowFlags flags) - - - void - windowTitleChanged - qwidget.html - windowTitleChanged - (const QString &title) - - - void - windowIconChanged - qwidget.html - windowIconChanged - (const QIcon &icon) - - - void - windowIconTextChanged - qwidget-obsolete.html - windowIconTextChanged - (const QString &iconText) - - - void - customContextMenuRequested - qwidget.html - customContextMenuRequested - (const QPoint &pos) - - - virtual bool - event - qwidget.html - event - (QEvent *event) override - - - virtual void - mousePressEvent - qwidget.html - mousePressEvent - (QMouseEvent *event) - - - virtual void - mouseReleaseEvent - qwidget.html - mouseReleaseEvent - (QMouseEvent *event) - - - virtual void - mouseDoubleClickEvent - qwidget.html - mouseDoubleClickEvent - (QMouseEvent *event) - - - virtual void - mouseMoveEvent - qwidget.html - mouseMoveEvent - (QMouseEvent *event) - - - virtual void - wheelEvent - qwidget.html - wheelEvent - (QWheelEvent *event) - - - virtual void - keyPressEvent - qwidget.html - keyPressEvent - (QKeyEvent *event) - - - virtual void - keyReleaseEvent - qwidget.html - keyReleaseEvent - (QKeyEvent *event) - - - virtual void - focusInEvent - qwidget.html - focusInEvent - (QFocusEvent *event) - - - virtual void - focusOutEvent - qwidget.html - focusOutEvent - (QFocusEvent *event) - - - virtual void - enterEvent - qwidget.html - enterEvent - (QEvent *event) - - - virtual void - leaveEvent - qwidget.html - leaveEvent - (QEvent *event) - - - virtual void - paintEvent - qwidget.html - paintEvent - (QPaintEvent *event) - - - virtual void - moveEvent - qwidget.html - moveEvent - (QMoveEvent *event) - - - virtual void - resizeEvent - qwidget.html - resizeEvent - (QResizeEvent *event) - - - virtual void - closeEvent - qwidget.html - closeEvent - (QCloseEvent *event) - - - virtual void - contextMenuEvent - qwidget.html - contextMenuEvent - (QContextMenuEvent *event) - - - virtual void - tabletEvent - qwidget.html - tabletEvent - (QTabletEvent *event) - - - virtual void - actionEvent - qwidget.html - actionEvent - (QActionEvent *event) - - - virtual void - dragEnterEvent - qwidget.html - dragEnterEvent - (QDragEnterEvent *event) - - - virtual void - dragMoveEvent - qwidget.html - dragMoveEvent - (QDragMoveEvent *event) - - - virtual void - dragLeaveEvent - qwidget.html - dragLeaveEvent - (QDragLeaveEvent *event) - - - virtual void - dropEvent - qwidget.html - dropEvent - (QDropEvent *event) - - - virtual void - showEvent - qwidget.html - showEvent - (QShowEvent *event) - - - virtual void - hideEvent - qwidget.html - hideEvent - (QHideEvent *event) - - - virtual bool - nativeEvent - qwidget.html - nativeEvent - (const QByteArray &eventType, void *message, long *result) - - - virtual void - changeEvent - qwidget.html - changeEvent - (QEvent *event) - - - virtual int - metric - qwidget.html - metric - (QPaintDevice::PaintDeviceMetric m) const const override - - - virtual void - initPainter - qwidget.html - initPainter - (QPainter *painter) const const override - - - virtual void - inputMethodEvent - qwidget.html - inputMethodEvent - (QInputMethodEvent *event) - - - virtual QVariant - inputMethodQuery - qwidget.html - inputMethodQuery - (Qt::InputMethodQuery query) const const - - - Qt::InputMethodHints - inputMethodHints - qwidget.html - inputMethodHints-prop - () const const - - - void - setInputMethodHints - qwidget.html - inputMethodHints-prop - (Qt::InputMethodHints hints) - - - void - updateMicroFocus - qwidget.html - updateMicroFocus - () - - - void - create - qwidget.html - create - (WId window, bool initializeWindow, bool destroyOldWindow) - - - void - destroy - qwidget.html - destroy - (bool destroyWindow, bool destroySubWindows) - - - virtual bool - focusNextPrevChild - qwidget.html - focusNextPrevChild - (bool next) - - - bool - focusNextChild - qwidget.html - focusNextChild - () - - - bool - focusPreviousChild - qwidget.html - focusPreviousChild - () - - - - QAbstractButton - qabstractbutton.html - QWidget - - virtual const QMetaObject * - metaObject - qabstractbutton.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractbutton.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractbutton.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractbutton.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractbutton.html - trUtf8 - (const char *s, const char *c, int n) - - - text - qabstractbutton.html - text-prop - - - - icon - qabstractbutton.html - icon-prop - - - - iconSize - qabstractbutton.html - iconSize-prop - - - - shortcut - qabstractbutton.html - shortcut-prop - - - - checkable - qabstractbutton.html - checkable-prop - - - - checked - qabstractbutton.html - checked-prop - - - - autoRepeat - qabstractbutton.html - autoRepeat-prop - - - - autoExclusive - qabstractbutton.html - autoExclusive-prop - - - - autoRepeatDelay - qabstractbutton.html - autoRepeatDelay-prop - - - - autoRepeatInterval - qabstractbutton.html - autoRepeatInterval-prop - - - - down - qabstractbutton.html - down-prop - - - - - QAbstractButton - qabstractbutton.html - QAbstractButton - (QWidget *parent) - - - virtual - ~QAbstractButton - qabstractbutton.html - dtor.QAbstractButton - () - - - void - setText - qabstractbutton.html - text-prop - (const QString &text) - - - QString - text - qabstractbutton.html - text-prop - () const const - - - void - setIcon - qabstractbutton.html - icon-prop - (const QIcon &icon) - - - QIcon - icon - qabstractbutton.html - icon-prop - () const const - - - QSize - iconSize - qabstractbutton.html - iconSize-prop - () const const - - - void - setShortcut - qabstractbutton.html - shortcut-prop - (const QKeySequence &key) - - - QKeySequence - shortcut - qabstractbutton.html - shortcut-prop - () const const - - - void - setCheckable - qabstractbutton.html - checkable-prop - (bool ) - - - bool - isCheckable - qabstractbutton.html - checkable-prop - () const const - - - bool - isChecked - qabstractbutton.html - checked-prop - () const const - - - void - setDown - qabstractbutton.html - down-prop - (bool ) - - - bool - isDown - qabstractbutton.html - down-prop - () const const - - - void - setAutoRepeat - qabstractbutton.html - autoRepeat-prop - (bool ) - - - bool - autoRepeat - qabstractbutton.html - autoRepeat-prop - () const const - - - void - setAutoRepeatDelay - qabstractbutton.html - autoRepeatDelay-prop - (int ) - - - int - autoRepeatDelay - qabstractbutton.html - autoRepeatDelay-prop - () const const - - - void - setAutoRepeatInterval - qabstractbutton.html - autoRepeatInterval-prop - (int ) - - - int - autoRepeatInterval - qabstractbutton.html - autoRepeatInterval-prop - () const const - - - void - setAutoExclusive - qabstractbutton.html - autoExclusive-prop - (bool ) - - - bool - autoExclusive - qabstractbutton.html - autoExclusive-prop - () const const - - - QButtonGroup * - group - qabstractbutton.html - group - () const const - - - void - setIconSize - qabstractbutton.html - iconSize-prop - (const QSize &size) - - - void - animateClick - qabstractbutton.html - animateClick - (int msec) - - - void - click - qabstractbutton.html - click - () - - - void - toggle - qabstractbutton.html - toggle - () - - - void - setChecked - qabstractbutton.html - checked-prop - (bool ) - - - void - pressed - qabstractbutton.html - pressed - () - - - void - released - qabstractbutton.html - released - () - - - void - clicked - qabstractbutton.html - clicked - (bool checked) - - - void - toggled - qabstractbutton.html - toggled - (bool checked) - - - virtual void - paintEvent - qabstractbutton.html - paintEvent - (QPaintEvent *e) override = 0 - - - virtual bool - hitButton - qabstractbutton.html - hitButton - (const QPoint &pos) const const - - - virtual void - checkStateSet - qabstractbutton.html - checkStateSet - () - - - virtual void - nextCheckState - qabstractbutton.html - nextCheckState - () - - - virtual bool - event - qabstractbutton.html - event - (QEvent *e) override - - - virtual void - keyPressEvent - qabstractbutton.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - keyReleaseEvent - qabstractbutton.html - keyReleaseEvent - (QKeyEvent *e) override - - - virtual void - mousePressEvent - qabstractbutton.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qabstractbutton.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qabstractbutton.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - focusInEvent - qabstractbutton.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qabstractbutton.html - focusOutEvent - (QFocusEvent *e) override - - - virtual void - changeEvent - qabstractbutton.html - changeEvent - (QEvent *e) override - - - virtual void - timerEvent - qabstractbutton.html - timerEvent - (QTimerEvent *e) override - - - - QAbstractSpinBox - qabstractspinbox.html - QWidget - - virtual const QMetaObject * - metaObject - qabstractspinbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractspinbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractspinbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractspinbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractspinbox.html - trUtf8 - (const char *s, const char *c, int n) - - - wrapping - qabstractspinbox.html - wrapping-prop - - - - frame - qabstractspinbox.html - frame-prop - - - - alignment - qabstractspinbox.html - alignment-prop - - - - readOnly - qabstractspinbox.html - readOnly-prop - - - - buttonSymbols - qabstractspinbox.html - buttonSymbols-prop - - - - specialValueText - qabstractspinbox.html - specialValueText-prop - - - - text - qabstractspinbox.html - text-prop - - - - accelerated - qabstractspinbox.html - accelerated-prop - - - - correctionMode - qabstractspinbox.html - correctionMode-prop - - - - acceptableInput - qabstractspinbox.html - acceptableInput-prop - - - - keyboardTracking - qabstractspinbox.html - keyboardTracking-prop - - - - showGroupSeparator - qabstractspinbox.html - showGroupSeparator-prop - - - - - QAbstractSpinBox - qabstractspinbox.html - QAbstractSpinBox - (QWidget *parent) - - - virtual - ~QAbstractSpinBox - qabstractspinbox.html - dtor.QAbstractSpinBox - () - - - StepEnabledFlag - qabstractspinbox.html - StepEnabledFlag-enum - - - StepNone - qabstractspinbox.html - StepEnabledFlag-enum - - - StepUpEnabled - qabstractspinbox.html - StepEnabledFlag-enum - - - StepDownEnabled - qabstractspinbox.html - StepEnabledFlag-enum - - - StepEnabled - qabstractspinbox.html - StepEnabledFlag-enum - - - - ButtonSymbols - qabstractspinbox.html - ButtonSymbols-enum - - - UpDownArrows - qabstractspinbox.html - ButtonSymbols-enum - - - PlusMinus - qabstractspinbox.html - ButtonSymbols-enum - - - NoButtons - qabstractspinbox.html - ButtonSymbols-enum - - - QAbstractSpinBox::ButtonSymbols - buttonSymbols - qabstractspinbox.html - buttonSymbols-prop - () const const - - - void - setButtonSymbols - qabstractspinbox.html - buttonSymbols-prop - (QAbstractSpinBox::ButtonSymbols bs) - - - CorrectionMode - qabstractspinbox.html - CorrectionMode-enum - - - CorrectToPreviousValue - qabstractspinbox.html - CorrectionMode-enum - - - CorrectToNearestValue - qabstractspinbox.html - CorrectionMode-enum - - - void - setCorrectionMode - qabstractspinbox.html - correctionMode-prop - (QAbstractSpinBox::CorrectionMode cm) - - - QAbstractSpinBox::CorrectionMode - correctionMode - qabstractspinbox.html - correctionMode-prop - () const const - - - bool - hasAcceptableInput - qabstractspinbox.html - acceptableInput-prop - () const const - - - QString - text - qabstractspinbox.html - text-prop - () const const - - - QString - specialValueText - qabstractspinbox.html - specialValueText-prop - () const const - - - void - setSpecialValueText - qabstractspinbox.html - specialValueText-prop - (const QString &txt) - - - bool - wrapping - qabstractspinbox.html - wrapping-prop - () const const - - - void - setWrapping - qabstractspinbox.html - wrapping-prop - (bool w) - - - void - setReadOnly - qabstractspinbox.html - readOnly-prop - (bool r) - - - bool - isReadOnly - qabstractspinbox.html - readOnly-prop - () const const - - - void - setKeyboardTracking - qabstractspinbox.html - keyboardTracking-prop - (bool kt) - - - bool - keyboardTracking - qabstractspinbox.html - keyboardTracking-prop - () const const - - - void - setAlignment - qabstractspinbox.html - alignment-prop - (Qt::Alignment flag) - - - Qt::Alignment - alignment - qabstractspinbox.html - alignment-prop - () const const - - - void - setFrame - qabstractspinbox.html - frame-prop - (bool ) - - - bool - hasFrame - qabstractspinbox.html - frame-prop - () const const - - - void - setAccelerated - qabstractspinbox.html - accelerated-prop - (bool on) - - - bool - isAccelerated - qabstractspinbox.html - accelerated-prop - () const const - - - void - setGroupSeparatorShown - qabstractspinbox.html - showGroupSeparator-prop - (bool shown) - - - bool - isGroupSeparatorShown - qabstractspinbox.html - showGroupSeparator-prop - () const const - - - virtual QSize - sizeHint - qabstractspinbox.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qabstractspinbox.html - minimumSizeHint - () const const override - - - void - interpretText - qabstractspinbox.html - interpretText - () - - - virtual bool - event - qabstractspinbox.html - event - (QEvent *event) override - - - virtual QVariant - inputMethodQuery - qabstractspinbox.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - virtual QValidator::State - validate - qabstractspinbox.html - validate - (QString &input, int &pos) const const - - - virtual void - fixup - qabstractspinbox.html - fixup - (QString &input) const const - - - virtual void - stepBy - qabstractspinbox.html - stepBy - (int steps) - - - StepType - qabstractspinbox.html - StepType-enum - - - DefaultStepType - qabstractspinbox.html - StepType-enum - - - AdaptiveDecimalStepType - qabstractspinbox.html - StepType-enum - - - void - stepUp - qabstractspinbox.html - stepUp - () - - - void - stepDown - qabstractspinbox.html - stepDown - () - - - void - selectAll - qabstractspinbox.html - selectAll - () - - - virtual void - clear - qabstractspinbox.html - clear - () - - - virtual void - resizeEvent - qabstractspinbox.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - keyPressEvent - qabstractspinbox.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - keyReleaseEvent - qabstractspinbox.html - keyReleaseEvent - (QKeyEvent *event) override - - - virtual void - wheelEvent - qabstractspinbox.html - wheelEvent - (QWheelEvent *event) override - - - virtual void - focusInEvent - qabstractspinbox.html - focusInEvent - (QFocusEvent *event) override - - - virtual void - focusOutEvent - qabstractspinbox.html - focusOutEvent - (QFocusEvent *event) override - - - virtual void - contextMenuEvent - qabstractspinbox.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual void - changeEvent - qabstractspinbox.html - changeEvent - (QEvent *event) override - - - virtual void - closeEvent - qabstractspinbox.html - closeEvent - (QCloseEvent *event) override - - - virtual void - hideEvent - qabstractspinbox.html - hideEvent - (QHideEvent *event) override - - - virtual void - mousePressEvent - qabstractspinbox.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qabstractspinbox.html - mouseReleaseEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qabstractspinbox.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - timerEvent - qabstractspinbox.html - timerEvent - (QTimerEvent *event) override - - - virtual void - paintEvent - qabstractspinbox.html - paintEvent - (QPaintEvent *event) override - - - virtual void - showEvent - qabstractspinbox.html - showEvent - (QShowEvent *event) override - - - void - initStyleOption - qabstractspinbox.html - initStyleOption - (QStyleOptionSpinBox *option) const const - - - QLineEdit * - lineEdit - qabstractspinbox.html - lineEdit - () const const - - - void - setLineEdit - qabstractspinbox.html - setLineEdit - (QLineEdit *lineEdit) - - - virtual QAbstractSpinBox::StepEnabled - stepEnabled - qabstractspinbox.html - stepEnabled - () const const - - - void - editingFinished - qabstractspinbox.html - editingFinished - () - - - - QAbstractSlider - qabstractslider.html - QWidget - - virtual const QMetaObject * - metaObject - qabstractslider.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractslider.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractslider.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractslider.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractslider.html - trUtf8 - (const char *s, const char *c, int n) - - - minimum - qabstractslider.html - minimum-prop - - - - maximum - qabstractslider.html - maximum-prop - - - - singleStep - qabstractslider.html - singleStep-prop - - - - pageStep - qabstractslider.html - pageStep-prop - - - - value - qabstractslider.html - value-prop - - - - sliderPosition - qabstractslider.html - sliderPosition-prop - - - - tracking - qabstractslider.html - tracking-prop - - - - orientation - qabstractslider.html - orientation-prop - - - - invertedAppearance - qabstractslider.html - invertedAppearance-prop - - - - invertedControls - qabstractslider.html - invertedControls-prop - - - - sliderDown - qabstractslider.html - sliderDown-prop - - - - - QAbstractSlider - qabstractslider.html - QAbstractSlider - (QWidget *parent) - - - virtual - ~QAbstractSlider - qabstractslider.html - dtor.QAbstractSlider - () - - - Qt::Orientation - orientation - qabstractslider.html - orientation-prop - () const const - - - void - setMinimum - qabstractslider.html - minimum-prop - (int ) - - - int - minimum - qabstractslider.html - minimum-prop - () const const - - - void - setMaximum - qabstractslider.html - maximum-prop - (int ) - - - int - maximum - qabstractslider.html - maximum-prop - () const const - - - void - setSingleStep - qabstractslider.html - singleStep-prop - (int ) - - - int - singleStep - qabstractslider.html - singleStep-prop - () const const - - - void - setPageStep - qabstractslider.html - pageStep-prop - (int ) - - - int - pageStep - qabstractslider.html - pageStep-prop - () const const - - - void - setTracking - qabstractslider.html - tracking-prop - (bool enable) - - - bool - hasTracking - qabstractslider.html - tracking-prop - () const const - - - void - setSliderDown - qabstractslider.html - sliderDown-prop - (bool ) - - - bool - isSliderDown - qabstractslider.html - sliderDown-prop - () const const - - - void - setSliderPosition - qabstractslider.html - sliderPosition-prop - (int ) - - - int - sliderPosition - qabstractslider.html - sliderPosition-prop - () const const - - - void - setInvertedAppearance - qabstractslider.html - invertedAppearance-prop - (bool ) - - - bool - invertedAppearance - qabstractslider.html - invertedAppearance-prop - () const const - - - void - setInvertedControls - qabstractslider.html - invertedControls-prop - (bool ) - - - bool - invertedControls - qabstractslider.html - invertedControls-prop - () const const - - - SliderAction - qabstractslider.html - SliderAction-enum - - - SliderNoAction - qabstractslider.html - SliderAction-enum - - - SliderSingleStepAdd - qabstractslider.html - SliderAction-enum - - - SliderSingleStepSub - qabstractslider.html - SliderAction-enum - - - SliderPageStepAdd - qabstractslider.html - SliderAction-enum - - - SliderPageStepSub - qabstractslider.html - SliderAction-enum - - - SliderToMinimum - qabstractslider.html - SliderAction-enum - - - SliderToMaximum - qabstractslider.html - SliderAction-enum - - - SliderMove - qabstractslider.html - SliderAction-enum - - - int - value - qabstractslider.html - value-prop - () const const - - - void - triggerAction - qabstractslider.html - triggerAction - (QAbstractSlider::SliderAction action) - - - void - setValue - qabstractslider.html - value-prop - (int ) - - - void - setOrientation - qabstractslider.html - orientation-prop - (Qt::Orientation ) - - - void - setRange - qabstractslider.html - setRange - (int min, int max) - - - void - valueChanged - qabstractslider.html - valueChanged - (int value) - - - void - sliderPressed - qabstractslider.html - sliderPressed - () - - - void - sliderMoved - qabstractslider.html - sliderMoved - (int value) - - - void - sliderReleased - qabstractslider.html - sliderReleased - () - - - void - rangeChanged - qabstractslider.html - rangeChanged - (int min, int max) - - - void - actionTriggered - qabstractslider.html - actionTriggered - (int action) - - - virtual bool - event - qabstractslider.html - event - (QEvent *e) override - - - void - setRepeatAction - qabstractslider.html - setRepeatAction - (QAbstractSlider::SliderAction action, int thresholdTime, int repeatTime) - - - QAbstractSlider::SliderAction - repeatAction - qabstractslider.html - repeatAction - () const const - - - SliderChange - qabstractslider.html - SliderChange-enum - - - SliderRangeChange - qabstractslider.html - SliderChange-enum - - - SliderOrientationChange - qabstractslider.html - SliderChange-enum - - - SliderStepsChange - qabstractslider.html - SliderChange-enum - - - SliderValueChange - qabstractslider.html - SliderChange-enum - - - virtual void - sliderChange - qabstractslider.html - sliderChange - (QAbstractSlider::SliderChange change) - - - virtual void - keyPressEvent - qabstractslider.html - keyPressEvent - (QKeyEvent *ev) override - - - virtual void - timerEvent - qabstractslider.html - timerEvent - (QTimerEvent *e) override - - - virtual void - wheelEvent - qabstractslider.html - wheelEvent - (QWheelEvent *e) override - - - virtual void - changeEvent - qabstractslider.html - changeEvent - (QEvent *ev) override - - - - QSlider - qslider.html - QAbstractSlider - - virtual const QMetaObject * - metaObject - qslider.html - metaObject - () const const - - - virtual void * - qt_metacast - qslider.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qslider.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qslider.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qslider.html - trUtf8 - (const char *s, const char *c, int n) - - - tickPosition - qslider.html - tickPosition-prop - - - - tickInterval - qslider.html - tickInterval-prop - - - - TickPosition - qslider.html - TickPosition-enum - - - NoTicks - qslider.html - TickPosition-enum - - - TicksAbove - qslider.html - TickPosition-enum - - - TicksLeft - qslider.html - TickPosition-enum - - - TicksBelow - qslider.html - TickPosition-enum - - - TicksRight - qslider.html - TickPosition-enum - - - TicksBothSides - qslider.html - TickPosition-enum - - - - QSlider - qslider.html - QSlider - (QWidget *parent) - - - - QSlider - qslider.html - QSlider-1 - (Qt::Orientation orientation, QWidget *parent) - - - virtual - ~QSlider - qslider.html - dtor.QSlider - () - - - virtual QSize - sizeHint - qslider.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qslider.html - minimumSizeHint - () const const override - - - void - setTickPosition - qslider.html - tickPosition-prop - (QSlider::TickPosition position) - - - QSlider::TickPosition - tickPosition - qslider.html - tickPosition-prop - () const const - - - void - setTickInterval - qslider.html - tickInterval-prop - (int ti) - - - int - tickInterval - qslider.html - tickInterval-prop - () const const - - - virtual bool - event - qslider.html - event - (QEvent *event) override - - - virtual void - paintEvent - qslider.html - paintEvent - (QPaintEvent *ev) override - - - virtual void - mousePressEvent - qslider.html - mousePressEvent - (QMouseEvent *ev) override - - - virtual void - mouseReleaseEvent - qslider.html - mouseReleaseEvent - (QMouseEvent *ev) override - - - virtual void - mouseMoveEvent - qslider.html - mouseMoveEvent - (QMouseEvent *ev) override - - - void - initStyleOption - qslider.html - initStyleOption - (QStyleOptionSlider *option) const const - - - - QStyle - qstyle.html - QObject - - virtual const QMetaObject * - metaObject - qstyle.html - metaObject - () const const - - - virtual void * - qt_metacast - qstyle.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstyle.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstyle.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstyle.html - trUtf8 - (const char *s, const char *c, int n) - - - - QStyle - qstyle.html - QStyle - () - - - virtual - ~QStyle - qstyle.html - dtor.QStyle - () - - - virtual void - polish - qstyle.html - polish - (QWidget *widget) - - - virtual void - unpolish - qstyle.html - unpolish - (QWidget *widget) - - - virtual void - polish - qstyle.html - polish-1 - (QApplication *application) - - - virtual void - unpolish - qstyle.html - unpolish-1 - (QApplication *application) - - - virtual void - polish - qstyle.html - polish-2 - (QPalette &palette) - - - virtual QRect - itemTextRect - qstyle.html - itemTextRect - (const QFontMetrics &metrics, const QRect &rectangle, int alignment, bool enabled, const QString &text) const const - - - virtual QRect - itemPixmapRect - qstyle.html - itemPixmapRect - (const QRect &rectangle, int alignment, const QPixmap &pixmap) const const - - - virtual void - drawItemText - qstyle.html - drawItemText - (QPainter *painter, const QRect &rectangle, int alignment, const QPalette &palette, bool enabled, const QString &text, QPalette::ColorRole textRole) const const - - - virtual void - drawItemPixmap - qstyle.html - drawItemPixmap - (QPainter *painter, const QRect &rectangle, int alignment, const QPixmap &pixmap) const const - - - virtual QPalette - standardPalette - qstyle.html - standardPalette - () const const - - - StateFlag - qstyle.html - StateFlag-enum - - - State_None - qstyle.html - StateFlag-enum - - - State_Enabled - qstyle.html - StateFlag-enum - - - State_Raised - qstyle.html - StateFlag-enum - - - State_Sunken - qstyle.html - StateFlag-enum - - - State_Off - qstyle.html - StateFlag-enum - - - State_NoChange - qstyle.html - StateFlag-enum - - - State_On - qstyle.html - StateFlag-enum - - - State_DownArrow - qstyle.html - StateFlag-enum - - - State_Horizontal - qstyle.html - StateFlag-enum - - - State_HasFocus - qstyle.html - StateFlag-enum - - - State_Top - qstyle.html - StateFlag-enum - - - State_Bottom - qstyle.html - StateFlag-enum - - - State_FocusAtBorder - qstyle.html - StateFlag-enum - - - State_AutoRaise - qstyle.html - StateFlag-enum - - - State_MouseOver - qstyle.html - StateFlag-enum - - - State_UpArrow - qstyle.html - StateFlag-enum - - - State_Selected - qstyle.html - StateFlag-enum - - - State_Active - qstyle.html - StateFlag-enum - - - State_Window - qstyle.html - StateFlag-enum - - - State_Open - qstyle.html - StateFlag-enum - - - State_Children - qstyle.html - StateFlag-enum - - - State_Item - qstyle.html - StateFlag-enum - - - State_Sibling - qstyle.html - StateFlag-enum - - - State_Editing - qstyle.html - StateFlag-enum - - - State_KeyboardFocusChange - qstyle.html - StateFlag-enum - - - State_HasEditFocus - qstyle.html - StateFlag-enum - - - State_ReadOnly - qstyle.html - StateFlag-enum - - - State_Small - qstyle.html - StateFlag-enum - - - State_Mini - qstyle.html - StateFlag-enum - - - State - qstyle.html - StateFlag-enum - - - - PrimitiveElement - qstyle.html - PrimitiveElement-enum - - - PE_Frame - qstyle.html - PrimitiveElement-enum - - - PE_FrameDefaultButton - qstyle.html - PrimitiveElement-enum - - - PE_FrameDockWidget - qstyle.html - PrimitiveElement-enum - - - PE_FrameFocusRect - qstyle.html - PrimitiveElement-enum - - - PE_FrameGroupBox - qstyle.html - PrimitiveElement-enum - - - PE_FrameLineEdit - qstyle.html - PrimitiveElement-enum - - - PE_FrameMenu - qstyle.html - PrimitiveElement-enum - - - PE_FrameStatusBar - qstyle.html - PrimitiveElement-enum - - - PE_FrameStatusBarItem - qstyle.html - PrimitiveElement-enum - - - PE_FrameTabWidget - qstyle.html - PrimitiveElement-enum - - - PE_FrameWindow - qstyle.html - PrimitiveElement-enum - - - PE_FrameButtonBevel - qstyle.html - PrimitiveElement-enum - - - PE_FrameButtonTool - qstyle.html - PrimitiveElement-enum - - - PE_FrameTabBarBase - qstyle.html - PrimitiveElement-enum - - - PE_PanelButtonCommand - qstyle.html - PrimitiveElement-enum - - - PE_PanelButtonBevel - qstyle.html - PrimitiveElement-enum - - - PE_PanelButtonTool - qstyle.html - PrimitiveElement-enum - - - PE_PanelMenuBar - qstyle.html - PrimitiveElement-enum - - - PE_PanelToolBar - qstyle.html - PrimitiveElement-enum - - - PE_PanelLineEdit - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorArrowDown - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorArrowLeft - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorArrowRight - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorArrowUp - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorBranch - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorButtonDropDown - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorViewItemCheck - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorItemViewItemCheck - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorCheckBox - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorDockWidgetResizeHandle - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorHeaderArrow - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorMenuCheckMark - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorProgressChunk - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorRadioButton - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorSpinDown - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorSpinMinus - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorSpinPlus - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorSpinUp - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorToolBarHandle - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorToolBarSeparator - qstyle.html - PrimitiveElement-enum - - - PE_PanelTipLabel - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorTabTear - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorTabTearLeft - qstyle.html - PrimitiveElement-enum - - - PE_PanelScrollAreaCorner - qstyle.html - PrimitiveElement-enum - - - PE_Widget - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorColumnViewArrow - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorItemViewItemDrop - qstyle.html - PrimitiveElement-enum - - - PE_PanelItemViewItem - qstyle.html - PrimitiveElement-enum - - - PE_PanelItemViewRow - qstyle.html - PrimitiveElement-enum - - - PE_PanelStatusBar - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorTabClose - qstyle.html - PrimitiveElement-enum - - - PE_PanelMenu - qstyle.html - PrimitiveElement-enum - - - PE_IndicatorTabTearRight - qstyle.html - PrimitiveElement-enum - - - PE_CustomBase - qstyle.html - PrimitiveElement-enum - - - virtual void - drawPrimitive - qstyle.html - drawPrimitive - (QStyle::PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const const = 0 - - - ControlElement - qstyle.html - ControlElement-enum - - - CE_PushButton - qstyle.html - ControlElement-enum - - - CE_PushButtonBevel - qstyle.html - ControlElement-enum - - - CE_PushButtonLabel - qstyle.html - ControlElement-enum - - - CE_CheckBox - qstyle.html - ControlElement-enum - - - CE_CheckBoxLabel - qstyle.html - ControlElement-enum - - - CE_RadioButton - qstyle.html - ControlElement-enum - - - CE_RadioButtonLabel - qstyle.html - ControlElement-enum - - - CE_TabBarTab - qstyle.html - ControlElement-enum - - - CE_TabBarTabShape - qstyle.html - ControlElement-enum - - - CE_TabBarTabLabel - qstyle.html - ControlElement-enum - - - CE_ProgressBar - qstyle.html - ControlElement-enum - - - CE_ProgressBarGroove - qstyle.html - ControlElement-enum - - - CE_ProgressBarContents - qstyle.html - ControlElement-enum - - - CE_ProgressBarLabel - qstyle.html - ControlElement-enum - - - CE_MenuItem - qstyle.html - ControlElement-enum - - - CE_MenuScroller - qstyle.html - ControlElement-enum - - - CE_MenuVMargin - qstyle.html - ControlElement-enum - - - CE_MenuHMargin - qstyle.html - ControlElement-enum - - - CE_MenuTearoff - qstyle.html - ControlElement-enum - - - CE_MenuEmptyArea - qstyle.html - ControlElement-enum - - - CE_MenuBarItem - qstyle.html - ControlElement-enum - - - CE_MenuBarEmptyArea - qstyle.html - ControlElement-enum - - - CE_ToolButtonLabel - qstyle.html - ControlElement-enum - - - CE_Header - qstyle.html - ControlElement-enum - - - CE_HeaderSection - qstyle.html - ControlElement-enum - - - CE_HeaderLabel - qstyle.html - ControlElement-enum - - - CE_ToolBoxTab - qstyle.html - ControlElement-enum - - - CE_SizeGrip - qstyle.html - ControlElement-enum - - - CE_Splitter - qstyle.html - ControlElement-enum - - - CE_RubberBand - qstyle.html - ControlElement-enum - - - CE_DockWidgetTitle - qstyle.html - ControlElement-enum - - - CE_ScrollBarAddLine - qstyle.html - ControlElement-enum - - - CE_ScrollBarSubLine - qstyle.html - ControlElement-enum - - - CE_ScrollBarAddPage - qstyle.html - ControlElement-enum - - - CE_ScrollBarSubPage - qstyle.html - ControlElement-enum - - - CE_ScrollBarSlider - qstyle.html - ControlElement-enum - - - CE_ScrollBarFirst - qstyle.html - ControlElement-enum - - - CE_ScrollBarLast - qstyle.html - ControlElement-enum - - - CE_FocusFrame - qstyle.html - ControlElement-enum - - - CE_ComboBoxLabel - qstyle.html - ControlElement-enum - - - CE_ToolBar - qstyle.html - ControlElement-enum - - - CE_ToolBoxTabShape - qstyle.html - ControlElement-enum - - - CE_ToolBoxTabLabel - qstyle.html - ControlElement-enum - - - CE_HeaderEmptyArea - qstyle.html - ControlElement-enum - - - CE_ColumnViewGrip - qstyle.html - ControlElement-enum - - - CE_ItemViewItem - qstyle.html - ControlElement-enum - - - CE_ShapedFrame - qstyle.html - ControlElement-enum - - - CE_CustomBase - qstyle.html - ControlElement-enum - - - virtual void - drawControl - qstyle.html - drawControl - (QStyle::ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const const = 0 - - - SubElement - qstyle.html - SubElement-enum - - - SE_PushButtonContents - qstyle.html - SubElement-enum - - - SE_PushButtonFocusRect - qstyle.html - SubElement-enum - - - SE_CheckBoxIndicator - qstyle.html - SubElement-enum - - - SE_CheckBoxContents - qstyle.html - SubElement-enum - - - SE_CheckBoxFocusRect - qstyle.html - SubElement-enum - - - SE_CheckBoxClickRect - qstyle.html - SubElement-enum - - - SE_RadioButtonIndicator - qstyle.html - SubElement-enum - - - SE_RadioButtonContents - qstyle.html - SubElement-enum - - - SE_RadioButtonFocusRect - qstyle.html - SubElement-enum - - - SE_RadioButtonClickRect - qstyle.html - SubElement-enum - - - SE_ComboBoxFocusRect - qstyle.html - SubElement-enum - - - SE_SliderFocusRect - qstyle.html - SubElement-enum - - - SE_ProgressBarGroove - qstyle.html - SubElement-enum - - - SE_ProgressBarContents - qstyle.html - SubElement-enum - - - SE_ProgressBarLabel - qstyle.html - SubElement-enum - - - SE_ToolBoxTabContents - qstyle.html - SubElement-enum - - - SE_HeaderLabel - qstyle.html - SubElement-enum - - - SE_HeaderArrow - qstyle.html - SubElement-enum - - - SE_TabWidgetTabBar - qstyle.html - SubElement-enum - - - SE_TabWidgetTabPane - qstyle.html - SubElement-enum - - - SE_TabWidgetTabContents - qstyle.html - SubElement-enum - - - SE_TabWidgetLeftCorner - qstyle.html - SubElement-enum - - - SE_TabWidgetRightCorner - qstyle.html - SubElement-enum - - - SE_ViewItemCheckIndicator - qstyle.html - SubElement-enum - - - SE_ItemViewItemCheckIndicator - qstyle.html - SubElement-enum - - - SE_TabBarTearIndicator - qstyle.html - SubElement-enum - - - SE_TabBarTearIndicatorLeft - qstyle.html - SubElement-enum - - - SE_TreeViewDisclosureItem - qstyle.html - SubElement-enum - - - SE_LineEditContents - qstyle.html - SubElement-enum - - - SE_FrameContents - qstyle.html - SubElement-enum - - - SE_DockWidgetCloseButton - qstyle.html - SubElement-enum - - - SE_DockWidgetFloatButton - qstyle.html - SubElement-enum - - - SE_DockWidgetTitleBarText - qstyle.html - SubElement-enum - - - SE_DockWidgetIcon - qstyle.html - SubElement-enum - - - SE_CheckBoxLayoutItem - qstyle.html - SubElement-enum - - - SE_ComboBoxLayoutItem - qstyle.html - SubElement-enum - - - SE_DateTimeEditLayoutItem - qstyle.html - SubElement-enum - - - SE_DialogButtonBoxLayoutItem - qstyle.html - SubElement-enum - - - SE_LabelLayoutItem - qstyle.html - SubElement-enum - - - SE_ProgressBarLayoutItem - qstyle.html - SubElement-enum - - - SE_PushButtonLayoutItem - qstyle.html - SubElement-enum - - - SE_RadioButtonLayoutItem - qstyle.html - SubElement-enum - - - SE_SliderLayoutItem - qstyle.html - SubElement-enum - - - SE_SpinBoxLayoutItem - qstyle.html - SubElement-enum - - - SE_ToolButtonLayoutItem - qstyle.html - SubElement-enum - - - SE_FrameLayoutItem - qstyle.html - SubElement-enum - - - SE_GroupBoxLayoutItem - qstyle.html - SubElement-enum - - - SE_TabWidgetLayoutItem - qstyle.html - SubElement-enum - - - SE_ItemViewItemDecoration - qstyle.html - SubElement-enum - - - SE_ItemViewItemText - qstyle.html - SubElement-enum - - - SE_ItemViewItemFocusRect - qstyle.html - SubElement-enum - - - SE_TabBarTabLeftButton - qstyle.html - SubElement-enum - - - SE_TabBarTabRightButton - qstyle.html - SubElement-enum - - - SE_TabBarTabText - qstyle.html - SubElement-enum - - - SE_ShapedFrameContents - qstyle.html - SubElement-enum - - - SE_ToolBarHandle - qstyle.html - SubElement-enum - - - SE_TabBarScrollLeftButton - qstyle.html - SubElement-enum - - - SE_TabBarScrollRightButton - qstyle.html - SubElement-enum - - - SE_TabBarTearIndicatorRight - qstyle.html - SubElement-enum - - - SE_CustomBase - qstyle.html - SubElement-enum - - - virtual QRect - subElementRect - qstyle.html - subElementRect - (QStyle::SubElement element, const QStyleOption *option, const QWidget *widget) const const = 0 - - - ComplexControl - qstyle.html - ComplexControl-enum - - - CC_SpinBox - qstyle.html - ComplexControl-enum - - - CC_ComboBox - qstyle.html - ComplexControl-enum - - - CC_ScrollBar - qstyle.html - ComplexControl-enum - - - CC_Slider - qstyle.html - ComplexControl-enum - - - CC_ToolButton - qstyle.html - ComplexControl-enum - - - CC_TitleBar - qstyle.html - ComplexControl-enum - - - CC_Dial - qstyle.html - ComplexControl-enum - - - CC_GroupBox - qstyle.html - ComplexControl-enum - - - CC_MdiControls - qstyle.html - ComplexControl-enum - - - CC_CustomBase - qstyle.html - ComplexControl-enum - - - SubControl - qstyle.html - SubControl-enum - - - SC_None - qstyle.html - SubControl-enum - - - SC_ScrollBarAddLine - qstyle.html - SubControl-enum - - - SC_ScrollBarSubLine - qstyle.html - SubControl-enum - - - SC_ScrollBarAddPage - qstyle.html - SubControl-enum - - - SC_ScrollBarSubPage - qstyle.html - SubControl-enum - - - SC_ScrollBarFirst - qstyle.html - SubControl-enum - - - SC_ScrollBarLast - qstyle.html - SubControl-enum - - - SC_ScrollBarSlider - qstyle.html - SubControl-enum - - - SC_ScrollBarGroove - qstyle.html - SubControl-enum - - - SC_SpinBoxUp - qstyle.html - SubControl-enum - - - SC_SpinBoxDown - qstyle.html - SubControl-enum - - - SC_SpinBoxFrame - qstyle.html - SubControl-enum - - - SC_SpinBoxEditField - qstyle.html - SubControl-enum - - - SC_ComboBoxFrame - qstyle.html - SubControl-enum - - - SC_ComboBoxEditField - qstyle.html - SubControl-enum - - - SC_ComboBoxArrow - qstyle.html - SubControl-enum - - - SC_ComboBoxListBoxPopup - qstyle.html - SubControl-enum - - - SC_SliderGroove - qstyle.html - SubControl-enum - - - SC_SliderHandle - qstyle.html - SubControl-enum - - - SC_SliderTickmarks - qstyle.html - SubControl-enum - - - SC_ToolButton - qstyle.html - SubControl-enum - - - SC_ToolButtonMenu - qstyle.html - SubControl-enum - - - SC_TitleBarSysMenu - qstyle.html - SubControl-enum - - - SC_TitleBarMinButton - qstyle.html - SubControl-enum - - - SC_TitleBarMaxButton - qstyle.html - SubControl-enum - - - SC_TitleBarCloseButton - qstyle.html - SubControl-enum - - - SC_TitleBarNormalButton - qstyle.html - SubControl-enum - - - SC_TitleBarShadeButton - qstyle.html - SubControl-enum - - - SC_TitleBarUnshadeButton - qstyle.html - SubControl-enum - - - SC_TitleBarContextHelpButton - qstyle.html - SubControl-enum - - - SC_TitleBarLabel - qstyle.html - SubControl-enum - - - SC_DialGroove - qstyle.html - SubControl-enum - - - SC_DialHandle - qstyle.html - SubControl-enum - - - SC_DialTickmarks - qstyle.html - SubControl-enum - - - SC_GroupBoxCheckBox - qstyle.html - SubControl-enum - - - SC_GroupBoxLabel - qstyle.html - SubControl-enum - - - SC_GroupBoxContents - qstyle.html - SubControl-enum - - - SC_GroupBoxFrame - qstyle.html - SubControl-enum - - - SC_MdiMinButton - qstyle.html - SubControl-enum - - - SC_MdiNormalButton - qstyle.html - SubControl-enum - - - SC_MdiCloseButton - qstyle.html - SubControl-enum - - - SC_CustomBase - qstyle.html - SubControl-enum - - - SC_All - qstyle.html - SubControl-enum - - - SubControls - qstyle.html - SubControl-enum - - - - virtual void - drawComplexControl - qstyle.html - drawComplexControl - (QStyle::ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const const = 0 - - - virtual QStyle::SubControl - hitTestComplexControl - qstyle.html - hitTestComplexControl - (QStyle::ComplexControl control, const QStyleOptionComplex *option, const QPoint &position, const QWidget *widget) const const = 0 - - - virtual QRect - subControlRect - qstyle.html - subControlRect - (QStyle::ComplexControl control, const QStyleOptionComplex *option, QStyle::SubControl subControl, const QWidget *widget) const const = 0 - - - PixelMetric - qstyle.html - PixelMetric-enum - - - PM_ButtonMargin - qstyle.html - PixelMetric-enum - - - PM_ButtonDefaultIndicator - qstyle.html - PixelMetric-enum - - - PM_MenuButtonIndicator - qstyle.html - PixelMetric-enum - - - PM_ButtonShiftHorizontal - qstyle.html - PixelMetric-enum - - - PM_ButtonShiftVertical - qstyle.html - PixelMetric-enum - - - PM_DefaultFrameWidth - qstyle.html - PixelMetric-enum - - - PM_SpinBoxFrameWidth - qstyle.html - PixelMetric-enum - - - PM_ComboBoxFrameWidth - qstyle.html - PixelMetric-enum - - - PM_MaximumDragDistance - qstyle.html - PixelMetric-enum - - - PM_ScrollBarExtent - qstyle.html - PixelMetric-enum - - - PM_ScrollBarSliderMin - qstyle.html - PixelMetric-enum - - - PM_SliderThickness - qstyle.html - PixelMetric-enum - - - PM_SliderControlThickness - qstyle.html - PixelMetric-enum - - - PM_SliderLength - qstyle.html - PixelMetric-enum - - - PM_SliderTickmarkOffset - qstyle.html - PixelMetric-enum - - - PM_SliderSpaceAvailable - qstyle.html - PixelMetric-enum - - - PM_DockWidgetSeparatorExtent - qstyle.html - PixelMetric-enum - - - PM_DockWidgetHandleExtent - qstyle.html - PixelMetric-enum - - - PM_DockWidgetFrameWidth - qstyle.html - PixelMetric-enum - - - PM_TabBarTabOverlap - qstyle.html - PixelMetric-enum - - - PM_TabBarTabHSpace - qstyle.html - PixelMetric-enum - - - PM_TabBarTabVSpace - qstyle.html - PixelMetric-enum - - - PM_TabBarBaseHeight - qstyle.html - PixelMetric-enum - - - PM_TabBarBaseOverlap - qstyle.html - PixelMetric-enum - - - PM_ProgressBarChunkWidth - qstyle.html - PixelMetric-enum - - - PM_SplitterWidth - qstyle.html - PixelMetric-enum - - - PM_TitleBarHeight - qstyle.html - PixelMetric-enum - - - PM_MenuScrollerHeight - qstyle.html - PixelMetric-enum - - - PM_MenuHMargin - qstyle.html - PixelMetric-enum - - - PM_MenuVMargin - qstyle.html - PixelMetric-enum - - - PM_MenuPanelWidth - qstyle.html - PixelMetric-enum - - - PM_MenuTearoffHeight - qstyle.html - PixelMetric-enum - - - PM_MenuDesktopFrameWidth - qstyle.html - PixelMetric-enum - - - PM_MenuBarPanelWidth - qstyle.html - PixelMetric-enum - - - PM_MenuBarItemSpacing - qstyle.html - PixelMetric-enum - - - PM_MenuBarVMargin - qstyle.html - PixelMetric-enum - - - PM_MenuBarHMargin - qstyle.html - PixelMetric-enum - - - PM_IndicatorWidth - qstyle.html - PixelMetric-enum - - - PM_IndicatorHeight - qstyle.html - PixelMetric-enum - - - PM_ExclusiveIndicatorWidth - qstyle.html - PixelMetric-enum - - - PM_ExclusiveIndicatorHeight - qstyle.html - PixelMetric-enum - - - PM_DialogButtonsSeparator - qstyle.html - PixelMetric-enum - - - PM_DialogButtonsButtonWidth - qstyle.html - PixelMetric-enum - - - PM_DialogButtonsButtonHeight - qstyle.html - PixelMetric-enum - - - PM_MdiSubWindowFrameWidth - qstyle.html - PixelMetric-enum - - - PM_MDIFrameWidth - qstyle.html - PixelMetric-enum - - - PM_MdiSubWindowMinimizedWidth - qstyle.html - PixelMetric-enum - - - PM_MDIMinimizedWidth - qstyle.html - PixelMetric-enum - - - PM_HeaderMargin - qstyle.html - PixelMetric-enum - - - PM_HeaderMarkSize - qstyle.html - PixelMetric-enum - - - PM_HeaderGripMargin - qstyle.html - PixelMetric-enum - - - PM_TabBarTabShiftHorizontal - qstyle.html - PixelMetric-enum - - - PM_TabBarTabShiftVertical - qstyle.html - PixelMetric-enum - - - PM_TabBarScrollButtonWidth - qstyle.html - PixelMetric-enum - - - PM_ToolBarFrameWidth - qstyle.html - PixelMetric-enum - - - PM_ToolBarHandleExtent - qstyle.html - PixelMetric-enum - - - PM_ToolBarItemSpacing - qstyle.html - PixelMetric-enum - - - PM_ToolBarItemMargin - qstyle.html - PixelMetric-enum - - - PM_ToolBarSeparatorExtent - qstyle.html - PixelMetric-enum - - - PM_ToolBarExtensionExtent - qstyle.html - PixelMetric-enum - - - PM_SpinBoxSliderHeight - qstyle.html - PixelMetric-enum - - - PM_DefaultTopLevelMargin - qstyle.html - PixelMetric-enum - - - PM_DefaultChildMargin - qstyle.html - PixelMetric-enum - - - PM_DefaultLayoutSpacing - qstyle.html - PixelMetric-enum - - - PM_ToolBarIconSize - qstyle.html - PixelMetric-enum - - - PM_ListViewIconSize - qstyle.html - PixelMetric-enum - - - PM_IconViewIconSize - qstyle.html - PixelMetric-enum - - - PM_SmallIconSize - qstyle.html - PixelMetric-enum - - - PM_LargeIconSize - qstyle.html - PixelMetric-enum - - - PM_FocusFrameVMargin - qstyle.html - PixelMetric-enum - - - PM_FocusFrameHMargin - qstyle.html - PixelMetric-enum - - - PM_ToolTipLabelFrameWidth - qstyle.html - PixelMetric-enum - - - PM_CheckBoxLabelSpacing - qstyle.html - PixelMetric-enum - - - PM_TabBarIconSize - qstyle.html - PixelMetric-enum - - - PM_SizeGripSize - qstyle.html - PixelMetric-enum - - - PM_DockWidgetTitleMargin - qstyle.html - PixelMetric-enum - - - PM_MessageBoxIconSize - qstyle.html - PixelMetric-enum - - - PM_ButtonIconSize - qstyle.html - PixelMetric-enum - - - PM_DockWidgetTitleBarButtonMargin - qstyle.html - PixelMetric-enum - - - PM_RadioButtonLabelSpacing - qstyle.html - PixelMetric-enum - - - PM_LayoutLeftMargin - qstyle.html - PixelMetric-enum - - - PM_LayoutTopMargin - qstyle.html - PixelMetric-enum - - - PM_LayoutRightMargin - qstyle.html - PixelMetric-enum - - - PM_LayoutBottomMargin - qstyle.html - PixelMetric-enum - - - PM_LayoutHorizontalSpacing - qstyle.html - PixelMetric-enum - - - PM_LayoutVerticalSpacing - qstyle.html - PixelMetric-enum - - - PM_TabBar_ScrollButtonOverlap - qstyle.html - PixelMetric-enum - - - PM_TextCursorWidth - qstyle.html - PixelMetric-enum - - - PM_TabCloseIndicatorWidth - qstyle.html - PixelMetric-enum - - - PM_TabCloseIndicatorHeight - qstyle.html - PixelMetric-enum - - - PM_ScrollView_ScrollBarSpacing - qstyle.html - PixelMetric-enum - - - PM_ScrollView_ScrollBarOverlap - qstyle.html - PixelMetric-enum - - - PM_SubMenuOverlap - qstyle.html - PixelMetric-enum - - - PM_TreeViewIndentation - qstyle.html - PixelMetric-enum - - - PM_HeaderDefaultSectionSizeHorizontal - qstyle.html - PixelMetric-enum - - - PM_HeaderDefaultSectionSizeVertical - qstyle.html - PixelMetric-enum - - - PM_TitleBarButtonIconSize - qstyle.html - PixelMetric-enum - - - PM_TitleBarButtonSize - qstyle.html - PixelMetric-enum - - - PM_CustomBase - qstyle.html - PixelMetric-enum - - - virtual int - pixelMetric - qstyle.html - pixelMetric - (QStyle::PixelMetric metric, const QStyleOption *option, const QWidget *widget) const const = 0 - - - ContentsType - qstyle.html - ContentsType-enum - - - CT_PushButton - qstyle.html - ContentsType-enum - - - CT_CheckBox - qstyle.html - ContentsType-enum - - - CT_RadioButton - qstyle.html - ContentsType-enum - - - CT_ToolButton - qstyle.html - ContentsType-enum - - - CT_ComboBox - qstyle.html - ContentsType-enum - - - CT_Splitter - qstyle.html - ContentsType-enum - - - CT_ProgressBar - qstyle.html - ContentsType-enum - - - CT_MenuItem - qstyle.html - ContentsType-enum - - - CT_MenuBarItem - qstyle.html - ContentsType-enum - - - CT_MenuBar - qstyle.html - ContentsType-enum - - - CT_Menu - qstyle.html - ContentsType-enum - - - CT_TabBarTab - qstyle.html - ContentsType-enum - - - CT_Slider - qstyle.html - ContentsType-enum - - - CT_ScrollBar - qstyle.html - ContentsType-enum - - - CT_LineEdit - qstyle.html - ContentsType-enum - - - CT_SpinBox - qstyle.html - ContentsType-enum - - - CT_SizeGrip - qstyle.html - ContentsType-enum - - - CT_TabWidget - qstyle.html - ContentsType-enum - - - CT_DialogButtons - qstyle.html - ContentsType-enum - - - CT_HeaderSection - qstyle.html - ContentsType-enum - - - CT_GroupBox - qstyle.html - ContentsType-enum - - - CT_MdiControls - qstyle.html - ContentsType-enum - - - CT_ItemViewItem - qstyle.html - ContentsType-enum - - - CT_CustomBase - qstyle.html - ContentsType-enum - - - virtual QSize - sizeFromContents - qstyle.html - sizeFromContents - (QStyle::ContentsType type, const QStyleOption *option, const QSize &contentsSize, const QWidget *widget) const const = 0 - - - RequestSoftwareInputPanel - qstyle.html - RequestSoftwareInputPanel-enum - - - RSIP_OnMouseClickAndAlreadyFocused - qstyle.html - RequestSoftwareInputPanel-enum - - - RSIP_OnMouseClick - qstyle.html - RequestSoftwareInputPanel-enum - - - StyleHint - qstyle.html - StyleHint-enum - - - SH_EtchDisabledText - qstyle.html - StyleHint-enum - - - SH_DitherDisabledText - qstyle.html - StyleHint-enum - - - SH_ScrollBar_MiddleClickAbsolutePosition - qstyle.html - StyleHint-enum - - - SH_ScrollBar_ScrollWhenPointerLeavesControl - qstyle.html - StyleHint-enum - - - SH_TabBar_SelectMouseType - qstyle.html - StyleHint-enum - - - SH_TabBar_Alignment - qstyle.html - StyleHint-enum - - - SH_Header_ArrowAlignment - qstyle.html - StyleHint-enum - - - SH_Slider_SnapToValue - qstyle.html - StyleHint-enum - - - SH_Slider_SloppyKeyEvents - qstyle.html - StyleHint-enum - - - SH_ProgressDialog_CenterCancelButton - qstyle.html - StyleHint-enum - - - SH_ProgressDialog_TextLabelAlignment - qstyle.html - StyleHint-enum - - - SH_PrintDialog_RightAlignButtons - qstyle.html - StyleHint-enum - - - SH_MainWindow_SpaceBelowMenuBar - qstyle.html - StyleHint-enum - - - SH_FontDialog_SelectAssociatedText - qstyle.html - StyleHint-enum - - - SH_Menu_AllowActiveAndDisabled - qstyle.html - StyleHint-enum - - - SH_Menu_SpaceActivatesItem - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuPopupDelay - qstyle.html - StyleHint-enum - - - SH_ScrollView_FrameOnlyAroundContents - qstyle.html - StyleHint-enum - - - SH_MenuBar_AltKeyNavigation - qstyle.html - StyleHint-enum - - - SH_ComboBox_ListMouseTracking - qstyle.html - StyleHint-enum - - - SH_Menu_MouseTracking - qstyle.html - StyleHint-enum - - - SH_MenuBar_MouseTracking - qstyle.html - StyleHint-enum - - - SH_ItemView_ChangeHighlightOnFocus - qstyle.html - StyleHint-enum - - - SH_Widget_ShareActivation - qstyle.html - StyleHint-enum - - - SH_Workspace_FillSpaceOnMaximize - qstyle.html - StyleHint-enum - - - SH_ComboBox_Popup - qstyle.html - StyleHint-enum - - - SH_TitleBar_NoBorder - qstyle.html - StyleHint-enum - - - SH_Slider_StopMouseOverSlider - qstyle.html - StyleHint-enum - - - SH_ScrollBar_StopMouseOverSlider - qstyle.html - StyleHint-enum - - - SH_BlinkCursorWhenTextSelected - qstyle.html - StyleHint-enum - - - SH_RichText_FullWidthSelection - qstyle.html - StyleHint-enum - - - SH_Menu_Scrollable - qstyle.html - StyleHint-enum - - - SH_GroupBox_TextLabelVerticalAlignment - qstyle.html - StyleHint-enum - - - SH_GroupBox_TextLabelColor - qstyle.html - StyleHint-enum - - - SH_Menu_SloppySubMenus - qstyle.html - StyleHint-enum - - - SH_Table_GridLineColor - qstyle.html - StyleHint-enum - - - SH_LineEdit_PasswordCharacter - qstyle.html - StyleHint-enum - - - SH_DialogButtons_DefaultButton - qstyle.html - StyleHint-enum - - - SH_ToolBox_SelectedPageTitleBold - qstyle.html - StyleHint-enum - - - SH_TabBar_PreferNoArrows - qstyle.html - StyleHint-enum - - - SH_ScrollBar_LeftClickAbsolutePosition - qstyle.html - StyleHint-enum - - - SH_ListViewExpand_SelectMouseType - qstyle.html - StyleHint-enum - - - SH_UnderlineShortcut - qstyle.html - StyleHint-enum - - - SH_SpinBox_AnimateButton - qstyle.html - StyleHint-enum - - - SH_SpinBox_KeyPressAutoRepeatRate - qstyle.html - StyleHint-enum - - - SH_SpinBox_ClickAutoRepeatRate - qstyle.html - StyleHint-enum - - - SH_Menu_FillScreenWithScroll - qstyle.html - StyleHint-enum - - - SH_ToolTipLabel_Opacity - qstyle.html - StyleHint-enum - - - SH_DrawMenuBarSeparator - qstyle.html - StyleHint-enum - - - SH_TitleBar_ModifyNotification - qstyle.html - StyleHint-enum - - - SH_Button_FocusPolicy - qstyle.html - StyleHint-enum - - - SH_MessageBox_UseBorderForButtonSpacing - qstyle.html - StyleHint-enum - - - SH_TitleBar_AutoRaise - qstyle.html - StyleHint-enum - - - SH_ToolButton_PopupDelay - qstyle.html - StyleHint-enum - - - SH_FocusFrame_Mask - qstyle.html - StyleHint-enum - - - SH_RubberBand_Mask - qstyle.html - StyleHint-enum - - - SH_WindowFrame_Mask - qstyle.html - StyleHint-enum - - - SH_SpinControls_DisableOnBounds - qstyle.html - StyleHint-enum - - - SH_Dial_BackgroundRole - qstyle.html - StyleHint-enum - - - SH_ComboBox_LayoutDirection - qstyle.html - StyleHint-enum - - - SH_ItemView_EllipsisLocation - qstyle.html - StyleHint-enum - - - SH_ItemView_ShowDecorationSelected - qstyle.html - StyleHint-enum - - - SH_ItemView_ActivateItemOnSingleClick - qstyle.html - StyleHint-enum - - - SH_ScrollBar_ContextMenu - qstyle.html - StyleHint-enum - - - SH_ScrollBar_RollBetweenButtons - qstyle.html - StyleHint-enum - - - SH_Slider_AbsoluteSetButtons - qstyle.html - StyleHint-enum - - - SH_Slider_PageSetButtons - qstyle.html - StyleHint-enum - - - SH_Menu_KeyboardSearch - qstyle.html - StyleHint-enum - - - SH_TabBar_ElideMode - qstyle.html - StyleHint-enum - - - SH_DialogButtonLayout - qstyle.html - StyleHint-enum - - - SH_ComboBox_PopupFrameStyle - qstyle.html - StyleHint-enum - - - SH_MessageBox_TextInteractionFlags - qstyle.html - StyleHint-enum - - - SH_DialogButtonBox_ButtonsHaveIcons - qstyle.html - StyleHint-enum - - - SH_SpellCheckUnderlineStyle - qstyle.html - StyleHint-enum - - - SH_MessageBox_CenterButtons - qstyle.html - StyleHint-enum - - - SH_Menu_SelectionWrap - qstyle.html - StyleHint-enum - - - SH_ItemView_MovementWithoutUpdatingSelection - qstyle.html - StyleHint-enum - - - SH_ToolTip_Mask - qstyle.html - StyleHint-enum - - - SH_FocusFrame_AboveWidget - qstyle.html - StyleHint-enum - - - SH_TextControl_FocusIndicatorTextCharFormat - qstyle.html - StyleHint-enum - - - SH_WizardStyle - qstyle.html - StyleHint-enum - - - SH_ItemView_ArrowKeysNavigateIntoChildren - qstyle.html - StyleHint-enum - - - SH_Menu_Mask - qstyle.html - StyleHint-enum - - - SH_Menu_FlashTriggeredItem - qstyle.html - StyleHint-enum - - - SH_Menu_FadeOutOnHide - qstyle.html - StyleHint-enum - - - SH_SpinBox_ClickAutoRepeatThreshold - qstyle.html - StyleHint-enum - - - SH_ItemView_PaintAlternatingRowColorsForEmptyArea - qstyle.html - StyleHint-enum - - - SH_FormLayoutWrapPolicy - qstyle.html - StyleHint-enum - - - SH_TabWidget_DefaultTabPosition - qstyle.html - StyleHint-enum - - - SH_ToolBar_Movable - qstyle.html - StyleHint-enum - - - SH_FormLayoutFieldGrowthPolicy - qstyle.html - StyleHint-enum - - - SH_FormLayoutFormAlignment - qstyle.html - StyleHint-enum - - - SH_FormLayoutLabelAlignment - qstyle.html - StyleHint-enum - - - SH_ItemView_DrawDelegateFrame - qstyle.html - StyleHint-enum - - - SH_TabBar_CloseButtonPosition - qstyle.html - StyleHint-enum - - - SH_DockWidget_ButtonsHaveFrame - qstyle.html - StyleHint-enum - - - SH_ToolButtonStyle - qstyle.html - StyleHint-enum - - - SH_RequestSoftwareInputPanel - qstyle.html - StyleHint-enum - - - SH_ScrollBar_Transient - qstyle.html - StyleHint-enum - - - SH_Menu_SupportsSections - qstyle.html - StyleHint-enum - - - SH_ToolTip_WakeUpDelay - qstyle.html - StyleHint-enum - - - SH_ToolTip_FallAsleepDelay - qstyle.html - StyleHint-enum - - - SH_Widget_Animate - qstyle.html - StyleHint-enum - - - SH_Splitter_OpaqueResize - qstyle.html - StyleHint-enum - - - SH_ComboBox_UseNativePopup - qstyle.html - StyleHint-enum - - - SH_LineEdit_PasswordMaskDelay - qstyle.html - StyleHint-enum - - - SH_TabBar_ChangeCurrentDelay - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuUniDirection - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuUniDirectionFailCount - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuSloppySelectOtherActions - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuSloppyCloseTimeout - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuResetWhenReenteringParent - qstyle.html - StyleHint-enum - - - SH_Menu_SubMenuDontStartSloppyOnLeave - qstyle.html - StyleHint-enum - - - SH_ItemView_ScrollMode - qstyle.html - StyleHint-enum - - - SH_TitleBar_ShowToolTipsOnButtons - qstyle.html - StyleHint-enum - - - SH_Widget_Animation_Duration - qstyle.html - StyleHint-enum - - - SH_ComboBox_AllowWheelScrolling - qstyle.html - StyleHint-enum - - - SH_SpinBox_ButtonsInsideFrame - qstyle.html - StyleHint-enum - - - SH_SpinBox_StepModifier - qstyle.html - StyleHint-enum - - - SH_CustomBase - qstyle.html - StyleHint-enum - - - virtual int - styleHint - qstyle.html - styleHint - (QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const const = 0 - - - StandardPixmap - qstyle.html - StandardPixmap-enum - - - SP_TitleBarMenuButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarMinButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarMaxButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarCloseButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarNormalButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarShadeButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarUnshadeButton - qstyle.html - StandardPixmap-enum - - - SP_TitleBarContextHelpButton - qstyle.html - StandardPixmap-enum - - - SP_DockWidgetCloseButton - qstyle.html - StandardPixmap-enum - - - SP_MessageBoxInformation - qstyle.html - StandardPixmap-enum - - - SP_MessageBoxWarning - qstyle.html - StandardPixmap-enum - - - SP_MessageBoxCritical - qstyle.html - StandardPixmap-enum - - - SP_MessageBoxQuestion - qstyle.html - StandardPixmap-enum - - - SP_DesktopIcon - qstyle.html - StandardPixmap-enum - - - SP_TrashIcon - qstyle.html - StandardPixmap-enum - - - SP_ComputerIcon - qstyle.html - StandardPixmap-enum - - - SP_DriveFDIcon - qstyle.html - StandardPixmap-enum - - - SP_DriveHDIcon - qstyle.html - StandardPixmap-enum - - - SP_DriveCDIcon - qstyle.html - StandardPixmap-enum - - - SP_DriveDVDIcon - qstyle.html - StandardPixmap-enum - - - SP_DriveNetIcon - qstyle.html - StandardPixmap-enum - - - SP_DirOpenIcon - qstyle.html - StandardPixmap-enum - - - SP_DirClosedIcon - qstyle.html - StandardPixmap-enum - - - SP_DirLinkIcon - qstyle.html - StandardPixmap-enum - - - SP_DirLinkOpenIcon - qstyle.html - StandardPixmap-enum - - - SP_FileIcon - qstyle.html - StandardPixmap-enum - - - SP_FileLinkIcon - qstyle.html - StandardPixmap-enum - - - SP_ToolBarHorizontalExtensionButton - qstyle.html - StandardPixmap-enum - - - SP_ToolBarVerticalExtensionButton - qstyle.html - StandardPixmap-enum - - - SP_FileDialogStart - qstyle.html - StandardPixmap-enum - - - SP_FileDialogEnd - qstyle.html - StandardPixmap-enum - - - SP_FileDialogToParent - qstyle.html - StandardPixmap-enum - - - SP_FileDialogNewFolder - qstyle.html - StandardPixmap-enum - - - SP_FileDialogDetailedView - qstyle.html - StandardPixmap-enum - - - SP_FileDialogInfoView - qstyle.html - StandardPixmap-enum - - - SP_FileDialogContentsView - qstyle.html - StandardPixmap-enum - - - SP_FileDialogListView - qstyle.html - StandardPixmap-enum - - - SP_FileDialogBack - qstyle.html - StandardPixmap-enum - - - SP_DirIcon - qstyle.html - StandardPixmap-enum - - - SP_DialogOkButton - qstyle.html - StandardPixmap-enum - - - SP_DialogCancelButton - qstyle.html - StandardPixmap-enum - - - SP_DialogHelpButton - qstyle.html - StandardPixmap-enum - - - SP_DialogOpenButton - qstyle.html - StandardPixmap-enum - - - SP_DialogSaveButton - qstyle.html - StandardPixmap-enum - - - SP_DialogCloseButton - qstyle.html - StandardPixmap-enum - - - SP_DialogApplyButton - qstyle.html - StandardPixmap-enum - - - SP_DialogResetButton - qstyle.html - StandardPixmap-enum - - - SP_DialogDiscardButton - qstyle.html - StandardPixmap-enum - - - SP_DialogYesButton - qstyle.html - StandardPixmap-enum - - - SP_DialogNoButton - qstyle.html - StandardPixmap-enum - - - SP_ArrowUp - qstyle.html - StandardPixmap-enum - - - SP_ArrowDown - qstyle.html - StandardPixmap-enum - - - SP_ArrowLeft - qstyle.html - StandardPixmap-enum - - - SP_ArrowRight - qstyle.html - StandardPixmap-enum - - - SP_ArrowBack - qstyle.html - StandardPixmap-enum - - - SP_ArrowForward - qstyle.html - StandardPixmap-enum - - - SP_DirHomeIcon - qstyle.html - StandardPixmap-enum - - - SP_CommandLink - qstyle.html - StandardPixmap-enum - - - SP_VistaShield - qstyle.html - StandardPixmap-enum - - - SP_BrowserReload - qstyle.html - StandardPixmap-enum - - - SP_BrowserStop - qstyle.html - StandardPixmap-enum - - - SP_MediaPlay - qstyle.html - StandardPixmap-enum - - - SP_MediaStop - qstyle.html - StandardPixmap-enum - - - SP_MediaPause - qstyle.html - StandardPixmap-enum - - - SP_MediaSkipForward - qstyle.html - StandardPixmap-enum - - - SP_MediaSkipBackward - qstyle.html - StandardPixmap-enum - - - SP_MediaSeekForward - qstyle.html - StandardPixmap-enum - - - SP_MediaSeekBackward - qstyle.html - StandardPixmap-enum - - - SP_MediaVolume - qstyle.html - StandardPixmap-enum - - - SP_MediaVolumeMuted - qstyle.html - StandardPixmap-enum - - - SP_LineEditClearButton - qstyle.html - StandardPixmap-enum - - - SP_CustomBase - qstyle.html - StandardPixmap-enum - - - virtual QPixmap - standardPixmap - qstyle-obsolete.html - standardPixmap - (QStyle::StandardPixmap standardPixmap, const QStyleOption *option, const QWidget *widget) const const = 0 - - - virtual QIcon - standardIcon - qstyle.html - standardIcon - (QStyle::StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const const = 0 - - - virtual QPixmap - generatedIconPixmap - qstyle.html - generatedIconPixmap - (QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *option) const const = 0 - - - QRect - visualRect - qstyle.html - visualRect - (Qt::LayoutDirection direction, const QRect &boundingRectangle, const QRect &logicalRectangle) - - - QPoint - visualPos - qstyle.html - visualPos - (Qt::LayoutDirection direction, const QRect &boundingRectangle, const QPoint &logicalPosition) - - - int - sliderPositionFromValue - qstyle.html - sliderPositionFromValue - (int min, int max, int logicalValue, int span, bool upsideDown) - - - int - sliderValueFromPosition - qstyle.html - sliderValueFromPosition - (int min, int max, int position, int span, bool upsideDown) - - - Qt::Alignment - visualAlignment - qstyle.html - visualAlignment - (Qt::LayoutDirection direction, Qt::Alignment alignment) - - - QRect - alignedRect - qstyle.html - alignedRect - (Qt::LayoutDirection direction, Qt::Alignment alignment, const QSize &size, const QRect &rectangle) - - - virtual int - layoutSpacing - qstyle.html - layoutSpacing - (QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption *option, const QWidget *widget) const const = 0 - - - int - combinedLayoutSpacing - qstyle.html - combinedLayoutSpacing - (QSizePolicy::ControlTypes controls1, QSizePolicy::ControlTypes controls2, Qt::Orientation orientation, QStyleOption *option, QWidget *widget) const const - - - const QStyle * - proxy - qstyle.html - proxy - () const const - - - - QTabBar - qtabbar.html - QWidget - - virtual const QMetaObject * - metaObject - qtabbar.html - metaObject - () const const - - - virtual void * - qt_metacast - qtabbar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtabbar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtabbar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtabbar.html - trUtf8 - (const char *s, const char *c, int n) - - - shape - qtabbar.html - shape-prop - - - - currentIndex - qtabbar.html - currentIndex-prop - - - - count - qtabbar.html - count-prop - - - - drawBase - qtabbar.html - drawBase-prop - - - - iconSize - qtabbar.html - iconSize-prop - - - - elideMode - qtabbar.html - elideMode-prop - - - - usesScrollButtons - qtabbar.html - usesScrollButtons-prop - - - - tabsClosable - qtabbar.html - tabsClosable-prop - - - - selectionBehaviorOnRemove - qtabbar.html - selectionBehaviorOnRemove-prop - - - - expanding - qtabbar.html - expanding-prop - - - - movable - qtabbar.html - movable-prop - - - - documentMode - qtabbar.html - documentMode-prop - - - - autoHide - qtabbar.html - autoHide-prop - - - - changeCurrentOnDrag - qtabbar.html - changeCurrentOnDrag-prop - - - - - QTabBar - qtabbar.html - QTabBar - (QWidget *parent) - - - virtual - ~QTabBar - qtabbar.html - dtor.QTabBar - () - - - Shape - qtabbar.html - Shape-enum - - - RoundedNorth - qtabbar.html - Shape-enum - - - RoundedSouth - qtabbar.html - Shape-enum - - - RoundedWest - qtabbar.html - Shape-enum - - - RoundedEast - qtabbar.html - Shape-enum - - - TriangularNorth - qtabbar.html - Shape-enum - - - TriangularSouth - qtabbar.html - Shape-enum - - - TriangularWest - qtabbar.html - Shape-enum - - - TriangularEast - qtabbar.html - Shape-enum - - - ButtonPosition - qtabbar.html - ButtonPosition-enum - - - LeftSide - qtabbar.html - ButtonPosition-enum - - - RightSide - qtabbar.html - ButtonPosition-enum - - - SelectionBehavior - qtabbar.html - SelectionBehavior-enum - - - SelectLeftTab - qtabbar.html - SelectionBehavior-enum - - - SelectRightTab - qtabbar.html - SelectionBehavior-enum - - - SelectPreviousTab - qtabbar.html - SelectionBehavior-enum - - - QTabBar::Shape - shape - qtabbar.html - shape-prop - () const const - - - void - setShape - qtabbar.html - shape-prop - (QTabBar::Shape shape) - - - int - addTab - qtabbar.html - addTab - (const QString &text) - - - int - addTab - qtabbar.html - addTab-1 - (const QIcon &icon, const QString &text) - - - int - insertTab - qtabbar.html - insertTab - (int index, const QString &text) - - - int - insertTab - qtabbar.html - insertTab-1 - (int index, const QIcon &icon, const QString &text) - - - void - removeTab - qtabbar.html - removeTab - (int index) - - - void - moveTab - qtabbar.html - moveTab - (int from, int to) - - - bool - isTabEnabled - qtabbar.html - isTabEnabled - (int index) const const - - - void - setTabEnabled - qtabbar.html - setTabEnabled - (int index, bool enabled) - - - QString - tabText - qtabbar.html - tabText - (int index) const const - - - void - setTabText - qtabbar.html - setTabText - (int index, const QString &text) - - - QColor - tabTextColor - qtabbar.html - tabTextColor - (int index) const const - - - void - setTabTextColor - qtabbar.html - setTabTextColor - (int index, const QColor &color) - - - QIcon - tabIcon - qtabbar.html - tabIcon - (int index) const const - - - void - setTabIcon - qtabbar.html - setTabIcon - (int index, const QIcon &icon) - - - Qt::TextElideMode - elideMode - qtabbar.html - elideMode-prop - () const const - - - void - setElideMode - qtabbar.html - elideMode-prop - (Qt::TextElideMode ) - - - void - setTabToolTip - qtabbar.html - setTabToolTip - (int index, const QString &tip) - - - QString - tabToolTip - qtabbar.html - tabToolTip - (int index) const const - - - void - setTabWhatsThis - qtabbar.html - setTabWhatsThis - (int index, const QString &text) - - - QString - tabWhatsThis - qtabbar.html - tabWhatsThis - (int index) const const - - - void - setTabData - qtabbar.html - setTabData - (int index, const QVariant &data) - - - QVariant - tabData - qtabbar.html - tabData - (int index) const const - - - QRect - tabRect - qtabbar.html - tabRect - (int index) const const - - - int - tabAt - qtabbar.html - tabAt - (const QPoint &position) const const - - - int - currentIndex - qtabbar.html - currentIndex-prop - () const const - - - int - count - qtabbar.html - count-prop - () const const - - - virtual QSize - sizeHint - qtabbar.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qtabbar.html - minimumSizeHint - () const const override - - - void - setDrawBase - qtabbar.html - drawBase-prop - (bool drawTheBase) - - - bool - drawBase - qtabbar.html - drawBase-prop - () const const - - - QSize - iconSize - qtabbar.html - iconSize-prop - () const const - - - void - setIconSize - qtabbar.html - iconSize-prop - (const QSize &size) - - - bool - usesScrollButtons - qtabbar.html - usesScrollButtons-prop - () const const - - - void - setUsesScrollButtons - qtabbar.html - usesScrollButtons-prop - (bool useButtons) - - - bool - tabsClosable - qtabbar.html - tabsClosable-prop - () const const - - - void - setTabsClosable - qtabbar.html - tabsClosable-prop - (bool closable) - - - void - setTabButton - qtabbar.html - setTabButton - (int index, QTabBar::ButtonPosition position, QWidget *widget) - - - QWidget * - tabButton - qtabbar.html - tabButton - (int index, QTabBar::ButtonPosition position) const const - - - QTabBar::SelectionBehavior - selectionBehaviorOnRemove - qtabbar.html - selectionBehaviorOnRemove-prop - () const const - - - void - setSelectionBehaviorOnRemove - qtabbar.html - selectionBehaviorOnRemove-prop - (QTabBar::SelectionBehavior behavior) - - - bool - expanding - qtabbar.html - expanding-prop - () const const - - - void - setExpanding - qtabbar.html - expanding-prop - (bool enabled) - - - bool - isMovable - qtabbar.html - movable-prop - () const const - - - void - setMovable - qtabbar.html - movable-prop - (bool movable) - - - bool - documentMode - qtabbar.html - documentMode-prop - () const const - - - void - setDocumentMode - qtabbar.html - documentMode-prop - (bool set) - - - bool - autoHide - qtabbar.html - autoHide-prop - () const const - - - void - setAutoHide - qtabbar.html - autoHide-prop - (bool hide) - - - bool - changeCurrentOnDrag - qtabbar.html - changeCurrentOnDrag-prop - () const const - - - void - setChangeCurrentOnDrag - qtabbar.html - changeCurrentOnDrag-prop - (bool change) - - - QString - accessibleTabName - qtabbar.html - accessibleTabName - (int index) const const - - - void - setAccessibleTabName - qtabbar.html - setAccessibleTabName - (int index, const QString &name) - - - void - setCurrentIndex - qtabbar.html - currentIndex-prop - (int index) - - - void - currentChanged - qtabbar.html - currentChanged - (int index) - - - void - tabCloseRequested - qtabbar.html - tabCloseRequested - (int index) - - - void - tabMoved - qtabbar.html - tabMoved - (int from, int to) - - - void - tabBarClicked - qtabbar.html - tabBarClicked - (int index) - - - void - tabBarDoubleClicked - qtabbar.html - tabBarDoubleClicked - (int index) - - - virtual QSize - tabSizeHint - qtabbar.html - tabSizeHint - (int index) const const - - - virtual QSize - minimumTabSizeHint - qtabbar.html - minimumTabSizeHint - (int index) const const - - - virtual void - tabInserted - qtabbar.html - tabInserted - (int index) - - - virtual void - tabRemoved - qtabbar.html - tabRemoved - (int index) - - - virtual void - tabLayoutChange - qtabbar.html - tabLayoutChange - () - - - virtual bool - event - qtabbar.html - event - (QEvent *event) override - - - virtual void - resizeEvent - qtabbar.html - resizeEvent - (QResizeEvent *) override - - - virtual void - showEvent - qtabbar.html - showEvent - (QShowEvent *) override - - - virtual void - hideEvent - qtabbar.html - hideEvent - (QHideEvent *) override - - - virtual void - paintEvent - qtabbar.html - paintEvent - (QPaintEvent *) override - - - virtual void - mousePressEvent - qtabbar.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qtabbar.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qtabbar.html - mouseReleaseEvent - (QMouseEvent *event) override - - - virtual void - wheelEvent - qtabbar.html - wheelEvent - (QWheelEvent *event) override - - - virtual void - keyPressEvent - qtabbar.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - changeEvent - qtabbar.html - changeEvent - (QEvent *event) override - - - virtual void - timerEvent - qtabbar.html - timerEvent - (QTimerEvent *event) override - - - void - initStyleOption - qtabbar.html - initStyleOption - (QStyleOptionTab *option, int tabIndex) const const - - - - QTabWidget - qtabwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qtabwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qtabwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtabwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtabwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtabwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - tabPosition - qtabwidget.html - tabPosition-prop - - - - tabShape - qtabwidget.html - tabShape-prop - - - - currentIndex - qtabwidget.html - currentIndex-prop - - - - count - qtabwidget.html - count-prop - - - - iconSize - qtabwidget.html - iconSize-prop - - - - elideMode - qtabwidget.html - elideMode-prop - - - - usesScrollButtons - qtabwidget.html - usesScrollButtons-prop - - - - documentMode - qtabwidget.html - documentMode-prop - - - - tabsClosable - qtabwidget.html - tabsClosable-prop - - - - movable - qtabwidget.html - movable-prop - - - - tabBarAutoHide - qtabwidget.html - tabBarAutoHide-prop - - - - - QTabWidget - qtabwidget.html - QTabWidget - (QWidget *parent) - - - virtual - ~QTabWidget - qtabwidget.html - dtor.QTabWidget - () - - - int - addTab - qtabwidget.html - addTab - (QWidget *page, const QString &label) - - - int - addTab - qtabwidget.html - addTab-1 - (QWidget *page, const QIcon &icon, const QString &label) - - - int - insertTab - qtabwidget.html - insertTab - (int index, QWidget *page, const QString &label) - - - int - insertTab - qtabwidget.html - insertTab-1 - (int index, QWidget *page, const QIcon &icon, const QString &label) - - - void - removeTab - qtabwidget.html - removeTab - (int index) - - - bool - isTabEnabled - qtabwidget.html - isTabEnabled - (int index) const const - - - void - setTabEnabled - qtabwidget.html - setTabEnabled - (int index, bool enable) - - - QString - tabText - qtabwidget.html - tabText - (int index) const const - - - void - setTabText - qtabwidget.html - setTabText - (int index, const QString &label) - - - QIcon - tabIcon - qtabwidget.html - tabIcon - (int index) const const - - - void - setTabIcon - qtabwidget.html - setTabIcon - (int index, const QIcon &icon) - - - void - setTabToolTip - qtabwidget.html - setTabToolTip - (int index, const QString &tip) - - - QString - tabToolTip - qtabwidget.html - tabToolTip - (int index) const const - - - void - setTabWhatsThis - qtabwidget.html - setTabWhatsThis - (int index, const QString &text) - - - QString - tabWhatsThis - qtabwidget.html - tabWhatsThis - (int index) const const - - - int - currentIndex - qtabwidget.html - currentIndex-prop - () const const - - - QWidget * - currentWidget - qtabwidget.html - currentWidget - () const const - - - QWidget * - widget - qtabwidget.html - widget - (int index) const const - - - int - indexOf - qtabwidget.html - indexOf - (QWidget *w) const const - - - int - count - qtabwidget.html - count-prop - () const const - - - TabPosition - qtabwidget.html - TabPosition-enum - - - North - qtabwidget.html - TabPosition-enum - - - South - qtabwidget.html - TabPosition-enum - - - West - qtabwidget.html - TabPosition-enum - - - East - qtabwidget.html - TabPosition-enum - - - QTabWidget::TabPosition - tabPosition - qtabwidget.html - tabPosition-prop - () const const - - - void - setTabPosition - qtabwidget.html - tabPosition-prop - (QTabWidget::TabPosition ) - - - bool - tabsClosable - qtabwidget.html - tabsClosable-prop - () const const - - - void - setTabsClosable - qtabwidget.html - tabsClosable-prop - (bool closeable) - - - bool - isMovable - qtabwidget.html - movable-prop - () const const - - - void - setMovable - qtabwidget.html - movable-prop - (bool movable) - - - TabShape - qtabwidget.html - TabShape-enum - - - Rounded - qtabwidget.html - TabShape-enum - - - Triangular - qtabwidget.html - TabShape-enum - - - QTabWidget::TabShape - tabShape - qtabwidget.html - tabShape-prop - () const const - - - void - setTabShape - qtabwidget.html - tabShape-prop - (QTabWidget::TabShape s) - - - virtual QSize - sizeHint - qtabwidget.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qtabwidget.html - minimumSizeHint - () const const override - - - virtual int - heightForWidth - qtabwidget.html - heightForWidth - (int width) const const override - - - virtual bool - hasHeightForWidth - qtabwidget.html - hasHeightForWidth - () const const override - - - void - setCornerWidget - qtabwidget.html - setCornerWidget - (QWidget *widget, Qt::Corner corner) - - - QWidget * - cornerWidget - qtabwidget.html - cornerWidget - (Qt::Corner corner) const const - - - Qt::TextElideMode - elideMode - qtabwidget.html - elideMode-prop - () const const - - - void - setElideMode - qtabwidget.html - elideMode-prop - (Qt::TextElideMode ) - - - QSize - iconSize - qtabwidget.html - iconSize-prop - () const const - - - void - setIconSize - qtabwidget.html - iconSize-prop - (const QSize &size) - - - bool - usesScrollButtons - qtabwidget.html - usesScrollButtons-prop - () const const - - - void - setUsesScrollButtons - qtabwidget.html - usesScrollButtons-prop - (bool useButtons) - - - bool - documentMode - qtabwidget.html - documentMode-prop - () const const - - - void - setDocumentMode - qtabwidget.html - documentMode-prop - (bool set) - - - bool - tabBarAutoHide - qtabwidget.html - tabBarAutoHide-prop - () const const - - - void - setTabBarAutoHide - qtabwidget.html - tabBarAutoHide-prop - (bool enabled) - - - void - clear - qtabwidget.html - clear - () - - - QTabBar * - tabBar - qtabwidget.html - tabBar - () const const - - - void - setCurrentIndex - qtabwidget.html - currentIndex-prop - (int index) - - - void - setCurrentWidget - qtabwidget.html - setCurrentWidget - (QWidget *widget) - - - void - currentChanged - qtabwidget.html - currentChanged - (int index) - - - void - tabCloseRequested - qtabwidget.html - tabCloseRequested - (int index) - - - void - tabBarClicked - qtabwidget.html - tabBarClicked - (int index) - - - void - tabBarDoubleClicked - qtabwidget.html - tabBarDoubleClicked - (int index) - - - virtual void - tabInserted - qtabwidget.html - tabInserted - (int index) - - - virtual void - tabRemoved - qtabwidget.html - tabRemoved - (int index) - - - virtual void - showEvent - qtabwidget.html - showEvent - (QShowEvent *) override - - - virtual void - resizeEvent - qtabwidget.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - keyPressEvent - qtabwidget.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - paintEvent - qtabwidget.html - paintEvent - (QPaintEvent *event) override - - - void - setTabBar - qtabwidget.html - setTabBar - (QTabBar *tb) - - - virtual void - changeEvent - qtabwidget.html - changeEvent - (QEvent *ev) override - - - virtual bool - event - qtabwidget.html - event - (QEvent *ev) override - - - void - initStyleOption - qtabwidget.html - initStyleOption - (QStyleOptionTabWidgetFrame *option) const const - - - - QRubberBand - qrubberband.html - QWidget - - virtual const QMetaObject * - metaObject - qrubberband.html - metaObject - () const const - - - virtual void * - qt_metacast - qrubberband.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qrubberband.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qrubberband.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qrubberband.html - trUtf8 - (const char *s, const char *c, int n) - - - Shape - qrubberband.html - Shape-enum - - - Line - qrubberband.html - Shape-enum - - - Rectangle - qrubberband.html - Shape-enum - - - - QRubberBand - qrubberband.html - QRubberBand - (QRubberBand::Shape s, QWidget *p) - - - virtual - ~QRubberBand - qrubberband.html - dtor.QRubberBand - () - - - QRubberBand::Shape - shape - qrubberband.html - shape - () const const - - - void - setGeometry - qrubberband.html - setGeometry - (const QRect &rect) - - - void - setGeometry - qrubberband.html - setGeometry-1 - (int x, int y, int width, int height) - - - void - move - qrubberband.html - move - (int x, int y) - - - void - move - qrubberband.html - move-1 - (const QPoint &p) - - - void - resize - qrubberband.html - resize - (int width, int height) - - - void - resize - qrubberband.html - resize-1 - (const QSize &size) - - - virtual bool - event - qrubberband.html - event - (QEvent *e) override - - - virtual void - paintEvent - qrubberband.html - paintEvent - (QPaintEvent *) override - - - virtual void - changeEvent - qrubberband.html - changeEvent - (QEvent *e) override - - - virtual void - showEvent - qrubberband.html - showEvent - (QShowEvent *e) override - - - virtual void - resizeEvent - qrubberband.html - resizeEvent - (QResizeEvent *) override - - - virtual void - moveEvent - qrubberband.html - moveEvent - (QMoveEvent *) override - - - void - initStyleOption - qrubberband.html - initStyleOption - (QStyleOptionRubberBand *option) const const - - - - QFrame - qframe.html - QWidget - - virtual const QMetaObject * - metaObject - qframe.html - metaObject - () const const - - - virtual void * - qt_metacast - qframe.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qframe.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qframe.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qframe.html - trUtf8 - (const char *s, const char *c, int n) - - - frameShape - qframe.html - frameShape-prop - - - - frameShadow - qframe.html - frameShadow-prop - - - - lineWidth - qframe.html - lineWidth-prop - - - - midLineWidth - qframe.html - midLineWidth-prop - - - - frameWidth - qframe.html - frameWidth-prop - - - - frameRect - qframe.html - frameRect-prop - - - - - QFrame - qframe.html - QFrame - (QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QFrame - qframe.html - dtor.QFrame - () - - - int - frameStyle - qframe.html - frameStyle - () const const - - - void - setFrameStyle - qframe.html - setFrameStyle - (int style) - - - int - frameWidth - qframe.html - frameWidth-prop - () const const - - - virtual QSize - sizeHint - qframe.html - sizeHint - () const const override - - - Shape - qframe.html - Shape-enum - - - NoFrame - qframe.html - Shape-enum - - - Box - qframe.html - Shape-enum - - - Panel - qframe.html - Shape-enum - - - WinPanel - qframe.html - Shape-enum - - - HLine - qframe.html - Shape-enum - - - VLine - qframe.html - Shape-enum - - - StyledPanel - qframe.html - Shape-enum - - - Shadow - qframe.html - Shadow-enum - - - Plain - qframe.html - Shadow-enum - - - Raised - qframe.html - Shadow-enum - - - Sunken - qframe.html - Shadow-enum - - - StyleMask - qframe.html - StyleMask-enum - - - Shadow_Mask - qframe.html - StyleMask-enum - - - Shape_Mask - qframe.html - StyleMask-enum - - - QFrame::Shape - frameShape - qframe.html - frameShape-prop - () const const - - - void - setFrameShape - qframe.html - frameShape-prop - (QFrame::Shape ) - - - QFrame::Shadow - frameShadow - qframe.html - frameShadow-prop - () const const - - - void - setFrameShadow - qframe.html - frameShadow-prop - (QFrame::Shadow ) - - - int - lineWidth - qframe.html - lineWidth-prop - () const const - - - void - setLineWidth - qframe.html - lineWidth-prop - (int ) - - - int - midLineWidth - qframe.html - midLineWidth-prop - () const const - - - void - setMidLineWidth - qframe.html - midLineWidth-prop - (int ) - - - QRect - frameRect - qframe.html - frameRect-prop - () const const - - - void - setFrameRect - qframe.html - frameRect-prop - (const QRect &) - - - virtual bool - event - qframe.html - event - (QEvent *e) override - - - virtual void - paintEvent - qframe.html - paintEvent - (QPaintEvent *) override - - - virtual void - changeEvent - qframe.html - changeEvent - (QEvent *ev) override - - - void - initStyleOption - qframe.html - initStyleOption - (QStyleOptionFrame *option) const const - - - - QStyleOption - qstyleoption.html - - OptionType - qstyleoption.html - OptionType-enum - - - SO_Default - qstyleoption.html - OptionType-enum - - - SO_FocusRect - qstyleoption.html - OptionType-enum - - - SO_Button - qstyleoption.html - OptionType-enum - - - SO_Tab - qstyleoption.html - OptionType-enum - - - SO_MenuItem - qstyleoption.html - OptionType-enum - - - SO_Frame - qstyleoption.html - OptionType-enum - - - SO_ProgressBar - qstyleoption.html - OptionType-enum - - - SO_ToolBox - qstyleoption.html - OptionType-enum - - - SO_Header - qstyleoption.html - OptionType-enum - - - SO_DockWidget - qstyleoption.html - OptionType-enum - - - SO_ViewItem - qstyleoption.html - OptionType-enum - - - SO_TabWidgetFrame - qstyleoption.html - OptionType-enum - - - SO_TabBarBase - qstyleoption.html - OptionType-enum - - - SO_RubberBand - qstyleoption.html - OptionType-enum - - - SO_ToolBar - qstyleoption.html - OptionType-enum - - - SO_GraphicsItem - qstyleoption.html - OptionType-enum - - - SO_Complex - qstyleoption.html - OptionType-enum - - - SO_Slider - qstyleoption.html - OptionType-enum - - - SO_SpinBox - qstyleoption.html - OptionType-enum - - - SO_ToolButton - qstyleoption.html - OptionType-enum - - - SO_ComboBox - qstyleoption.html - OptionType-enum - - - SO_TitleBar - qstyleoption.html - OptionType-enum - - - SO_GroupBox - qstyleoption.html - OptionType-enum - - - SO_SizeGrip - qstyleoption.html - OptionType-enum - - - SO_CustomBase - qstyleoption.html - OptionType-enum - - - SO_ComplexCustomBase - qstyleoption.html - OptionType-enum - - - StyleOptionType - qstyleoption.html - StyleOptionType-enum - - - Type - qstyleoption.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoption.html - StyleOptionVersion-enum - - - Version - qstyleoption.html - StyleOptionVersion-enum - - - - QStyleOption - qstyleoption.html - QStyleOption - (int version, int type) - - - - QStyleOption - qstyleoption.html - QStyleOption-1 - (const QStyleOption &other) - - - - ~QStyleOption - qstyleoption.html - dtor.QStyleOption - () - - - void - init - qstyleoption-obsolete.html - init - (const QWidget *widget) - - - void - initFrom - qstyleoption.html - initFrom - (const QWidget *widget) - - - QStyleOption & - operator= - qstyleoption.html - operator-eq - (const QStyleOption &other) - - - - QStyleOptionFocusRect - qstyleoptionfocusrect.html - QStyleOption - - StyleOptionType - qstyleoptionfocusrect.html - StyleOptionType-enum - - - Type - qstyleoptionfocusrect.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionfocusrect.html - StyleOptionVersion-enum - - - Version - qstyleoptionfocusrect.html - StyleOptionVersion-enum - - - - QStyleOptionFocusRect - qstyleoptionfocusrect.html - QStyleOptionFocusRect - () - - - - QStyleOptionFocusRect - qstyleoptionfocusrect.html - QStyleOptionFocusRect-1 - (const QStyleOptionFocusRect &other) - - - - QStyleOptionFrame - qstyleoptionframe.html - QStyleOption - - StyleOptionType - qstyleoptionframe.html - StyleOptionType-enum - - - Type - qstyleoptionframe.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionframe.html - StyleOptionVersion-enum - - - Version - qstyleoptionframe.html - StyleOptionVersion-enum - - - FrameFeature - qstyleoptionframe.html - FrameFeature-enum - - - None - qstyleoptionframe.html - FrameFeature-enum - - - Flat - qstyleoptionframe.html - FrameFeature-enum - - - Rounded - qstyleoptionframe.html - FrameFeature-enum - - - FrameFeatures - qstyleoptionframe.html - FrameFeature-enum - - - - - QStyleOptionFrame - qstyleoptionframe.html - QStyleOptionFrame - () - - - - QStyleOptionFrame - qstyleoptionframe.html - QStyleOptionFrame-1 - (const QStyleOptionFrame &other) - - - - QStyleOptionTabWidgetFrame - qstyleoptiontabwidgetframe.html - QStyleOption - - StyleOptionType - qstyleoptiontabwidgetframe.html - StyleOptionType-enum - - - Type - qstyleoptiontabwidgetframe.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontabwidgetframe.html - StyleOptionVersion-enum - - - Version - qstyleoptiontabwidgetframe.html - StyleOptionVersion-enum - - - - QStyleOptionTabWidgetFrame - qstyleoptiontabwidgetframe.html - QStyleOptionTabWidgetFrame - () - - - - QStyleOptionTabWidgetFrame - qstyleoptiontabwidgetframe.html - QStyleOptionTabWidgetFrame-1 - (const QStyleOptionTabWidgetFrame &other) - - - - QStyleOptionTabBarBase - qstyleoptiontabbarbase.html - QStyleOption - - StyleOptionType - qstyleoptiontabbarbase.html - StyleOptionType-enum - - - Type - qstyleoptiontabbarbase.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontabbarbase.html - StyleOptionVersion-enum - - - Version - qstyleoptiontabbarbase.html - StyleOptionVersion-enum - - - - QStyleOptionTabBarBase - qstyleoptiontabbarbase.html - QStyleOptionTabBarBase - () - - - - QStyleOptionTabBarBase - qstyleoptiontabbarbase.html - QStyleOptionTabBarBase-1 - (const QStyleOptionTabBarBase &other) - - - - QStyleOptionHeader - qstyleoptionheader.html - QStyleOption - - StyleOptionType - qstyleoptionheader.html - StyleOptionType-enum - - - Type - qstyleoptionheader.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionheader.html - StyleOptionVersion-enum - - - Version - qstyleoptionheader.html - StyleOptionVersion-enum - - - SectionPosition - qstyleoptionheader.html - SectionPosition-enum - - - Beginning - qstyleoptionheader.html - SectionPosition-enum - - - Middle - qstyleoptionheader.html - SectionPosition-enum - - - End - qstyleoptionheader.html - SectionPosition-enum - - - OnlyOneSection - qstyleoptionheader.html - SectionPosition-enum - - - SelectedPosition - qstyleoptionheader.html - SelectedPosition-enum - - - NotAdjacent - qstyleoptionheader.html - SelectedPosition-enum - - - NextIsSelected - qstyleoptionheader.html - SelectedPosition-enum - - - PreviousIsSelected - qstyleoptionheader.html - SelectedPosition-enum - - - NextAndPreviousAreSelected - qstyleoptionheader.html - SelectedPosition-enum - - - SortIndicator - qstyleoptionheader.html - SortIndicator-enum - - - None - qstyleoptionheader.html - SortIndicator-enum - - - SortUp - qstyleoptionheader.html - SortIndicator-enum - - - SortDown - qstyleoptionheader.html - SortIndicator-enum - - - - QStyleOptionHeader - qstyleoptionheader.html - QStyleOptionHeader - () - - - - QStyleOptionHeader - qstyleoptionheader.html - QStyleOptionHeader-1 - (const QStyleOptionHeader &other) - - - - QStyleOptionButton - qstyleoptionbutton.html - QStyleOption - - StyleOptionType - qstyleoptionbutton.html - StyleOptionType-enum - - - Type - qstyleoptionbutton.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionbutton.html - StyleOptionVersion-enum - - - Version - qstyleoptionbutton.html - StyleOptionVersion-enum - - - ButtonFeature - qstyleoptionbutton.html - ButtonFeature-enum - - - None - qstyleoptionbutton.html - ButtonFeature-enum - - - Flat - qstyleoptionbutton.html - ButtonFeature-enum - - - HasMenu - qstyleoptionbutton.html - ButtonFeature-enum - - - DefaultButton - qstyleoptionbutton.html - ButtonFeature-enum - - - AutoDefaultButton - qstyleoptionbutton.html - ButtonFeature-enum - - - CommandLinkButton - qstyleoptionbutton.html - ButtonFeature-enum - - - ButtonFeatures - qstyleoptionbutton.html - ButtonFeature-enum - - - - - QStyleOptionButton - qstyleoptionbutton.html - QStyleOptionButton - () - - - - QStyleOptionButton - qstyleoptionbutton.html - QStyleOptionButton-1 - (const QStyleOptionButton &other) - - - - QStyleOptionTab - qstyleoptiontab.html - QStyleOption - - StyleOptionType - qstyleoptiontab.html - StyleOptionType-enum - - - Type - qstyleoptiontab.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontab.html - StyleOptionVersion-enum - - - Version - qstyleoptiontab.html - StyleOptionVersion-enum - - - TabPosition - qstyleoptiontab.html - TabPosition-enum - - - Beginning - qstyleoptiontab.html - TabPosition-enum - - - Middle - qstyleoptiontab.html - TabPosition-enum - - - End - qstyleoptiontab.html - TabPosition-enum - - - OnlyOneTab - qstyleoptiontab.html - TabPosition-enum - - - SelectedPosition - qstyleoptiontab.html - SelectedPosition-enum - - - NotAdjacent - qstyleoptiontab.html - SelectedPosition-enum - - - NextIsSelected - qstyleoptiontab.html - SelectedPosition-enum - - - PreviousIsSelected - qstyleoptiontab.html - SelectedPosition-enum - - - CornerWidget - qstyleoptiontab.html - CornerWidget-enum - - - NoCornerWidgets - qstyleoptiontab.html - CornerWidget-enum - - - LeftCornerWidget - qstyleoptiontab.html - CornerWidget-enum - - - RightCornerWidget - qstyleoptiontab.html - CornerWidget-enum - - - TabFeature - qstyleoptiontab.html - TabFeature-enum - - - None - qstyleoptiontab.html - TabFeature-enum - - - HasFrame - qstyleoptiontab.html - TabFeature-enum - - - CornerWidgets - qstyleoptiontab.html - CornerWidget-enum - - - - TabFeatures - qstyleoptiontab.html - TabFeature-enum - - - - - QStyleOptionTab - qstyleoptiontab.html - QStyleOptionTab - () - - - - QStyleOptionTab - qstyleoptiontab.html - QStyleOptionTab-1 - (const QStyleOptionTab &other) - - - - QStyleOptionToolBar - qstyleoptiontoolbar.html - QStyleOption - - StyleOptionType - qstyleoptiontoolbar.html - StyleOptionType-enum - - - Type - qstyleoptiontoolbar.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontoolbar.html - StyleOptionVersion-enum - - - Version - qstyleoptiontoolbar.html - StyleOptionVersion-enum - - - ToolBarPosition - qstyleoptiontoolbar.html - ToolBarPosition-enum - - - Beginning - qstyleoptiontoolbar.html - ToolBarPosition-enum - - - Middle - qstyleoptiontoolbar.html - ToolBarPosition-enum - - - End - qstyleoptiontoolbar.html - ToolBarPosition-enum - - - OnlyOne - qstyleoptiontoolbar.html - ToolBarPosition-enum - - - ToolBarFeature - qstyleoptiontoolbar.html - ToolBarFeature-enum - - - None - qstyleoptiontoolbar.html - ToolBarFeature-enum - - - Movable - qstyleoptiontoolbar.html - ToolBarFeature-enum - - - ToolBarFeatures - qstyleoptiontoolbar.html - ToolBarFeature-enum - - - - - QStyleOptionToolBar - qstyleoptiontoolbar.html - QStyleOptionToolBar - () - - - - QStyleOptionToolBar - qstyleoptiontoolbar.html - QStyleOptionToolBar-1 - (const QStyleOptionToolBar &other) - - - - QStyleOptionProgressBar - qstyleoptionprogressbar.html - QStyleOption - - StyleOptionType - qstyleoptionprogressbar.html - StyleOptionType-enum - - - Type - qstyleoptionprogressbar.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionprogressbar.html - StyleOptionVersion-enum - - - Version - qstyleoptionprogressbar.html - StyleOptionVersion-enum - - - - QStyleOptionProgressBar - qstyleoptionprogressbar.html - QStyleOptionProgressBar - () - - - - QStyleOptionProgressBar - qstyleoptionprogressbar.html - QStyleOptionProgressBar-1 - (const QStyleOptionProgressBar &other) - - - - QStyleOptionMenuItem - qstyleoptionmenuitem.html - QStyleOption - - StyleOptionType - qstyleoptionmenuitem.html - StyleOptionType-enum - - - Type - qstyleoptionmenuitem.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionmenuitem.html - StyleOptionVersion-enum - - - Version - qstyleoptionmenuitem.html - StyleOptionVersion-enum - - - MenuItemType - qstyleoptionmenuitem.html - MenuItemType-enum - - - Normal - qstyleoptionmenuitem.html - MenuItemType-enum - - - DefaultItem - qstyleoptionmenuitem.html - MenuItemType-enum - - - Separator - qstyleoptionmenuitem.html - MenuItemType-enum - - - SubMenu - qstyleoptionmenuitem.html - MenuItemType-enum - - - Scroller - qstyleoptionmenuitem.html - MenuItemType-enum - - - TearOff - qstyleoptionmenuitem.html - MenuItemType-enum - - - Margin - qstyleoptionmenuitem.html - MenuItemType-enum - - - EmptyArea - qstyleoptionmenuitem.html - MenuItemType-enum - - - CheckType - qstyleoptionmenuitem.html - CheckType-enum - - - NotCheckable - qstyleoptionmenuitem.html - CheckType-enum - - - Exclusive - qstyleoptionmenuitem.html - CheckType-enum - - - NonExclusive - qstyleoptionmenuitem.html - CheckType-enum - - - - QStyleOptionMenuItem - qstyleoptionmenuitem.html - QStyleOptionMenuItem - () - - - - QStyleOptionMenuItem - qstyleoptionmenuitem.html - QStyleOptionMenuItem-1 - (const QStyleOptionMenuItem &other) - - - - QStyleOptionDockWidget - qstyleoptiondockwidget.html - QStyleOption - - StyleOptionType - qstyleoptiondockwidget.html - StyleOptionType-enum - - - Type - qstyleoptiondockwidget.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiondockwidget.html - StyleOptionVersion-enum - - - Version - qstyleoptiondockwidget.html - StyleOptionVersion-enum - - - - QStyleOptionDockWidget - qstyleoptiondockwidget.html - QStyleOptionDockWidget - () - - - - QStyleOptionDockWidget - qstyleoptiondockwidget.html - QStyleOptionDockWidget-1 - (const QStyleOptionDockWidget &other) - - - - QStyleOptionViewItem - qstyleoptionviewitem.html - QStyleOption - - StyleOptionType - qstyleoptionviewitem.html - StyleOptionType-enum - - - Type - qstyleoptionviewitem.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionviewitem.html - StyleOptionVersion-enum - - - Version - qstyleoptionviewitem.html - StyleOptionVersion-enum - - - Position - qstyleoptionviewitem.html - Position-enum - - - Left - qstyleoptionviewitem.html - Position-enum - - - Right - qstyleoptionviewitem.html - Position-enum - - - Top - qstyleoptionviewitem.html - Position-enum - - - Bottom - qstyleoptionviewitem.html - Position-enum - - - ViewItemFeature - qstyleoptionviewitem.html - ViewItemFeature-enum - - - None - qstyleoptionviewitem.html - ViewItemFeature-enum - - - WrapText - qstyleoptionviewitem.html - ViewItemFeature-enum - - - Alternate - qstyleoptionviewitem.html - ViewItemFeature-enum - - - HasCheckIndicator - qstyleoptionviewitem.html - ViewItemFeature-enum - - - HasDisplay - qstyleoptionviewitem.html - ViewItemFeature-enum - - - HasDecoration - qstyleoptionviewitem.html - ViewItemFeature-enum - - - ViewItemFeatures - qstyleoptionviewitem.html - ViewItemFeature-enum - - - - ViewItemPosition - qstyleoptionviewitem.html - ViewItemPosition-enum - - - Invalid - qstyleoptionviewitem.html - ViewItemPosition-enum - - - Beginning - qstyleoptionviewitem.html - ViewItemPosition-enum - - - Middle - qstyleoptionviewitem.html - ViewItemPosition-enum - - - End - qstyleoptionviewitem.html - ViewItemPosition-enum - - - OnlyOne - qstyleoptionviewitem.html - ViewItemPosition-enum - - - - QStyleOptionViewItem - qstyleoptionviewitem.html - QStyleOptionViewItem - () - - - - QStyleOptionViewItem - qstyleoptionviewitem.html - QStyleOptionViewItem-1 - (const QStyleOptionViewItem &other) - - - - QStyleOptionToolBox - qstyleoptiontoolbox.html - QStyleOption - - StyleOptionType - qstyleoptiontoolbox.html - StyleOptionType-enum - - - Type - qstyleoptiontoolbox.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontoolbox.html - StyleOptionVersion-enum - - - Version - qstyleoptiontoolbox.html - StyleOptionVersion-enum - - - TabPosition - qstyleoptiontoolbox.html - TabPosition-enum - - - Beginning - qstyleoptiontoolbox.html - TabPosition-enum - - - Middle - qstyleoptiontoolbox.html - TabPosition-enum - - - End - qstyleoptiontoolbox.html - TabPosition-enum - - - OnlyOneTab - qstyleoptiontoolbox.html - TabPosition-enum - - - SelectedPosition - qstyleoptiontoolbox.html - SelectedPosition-enum - - - NotAdjacent - qstyleoptiontoolbox.html - SelectedPosition-enum - - - NextIsSelected - qstyleoptiontoolbox.html - SelectedPosition-enum - - - PreviousIsSelected - qstyleoptiontoolbox.html - SelectedPosition-enum - - - - QStyleOptionToolBox - qstyleoptiontoolbox.html - QStyleOptionToolBox - () - - - - QStyleOptionToolBox - qstyleoptiontoolbox.html - QStyleOptionToolBox-1 - (const QStyleOptionToolBox &other) - - - - QStyleOptionRubberBand - qstyleoptionrubberband.html - QStyleOption - - StyleOptionType - qstyleoptionrubberband.html - StyleOptionType-enum - - - Type - qstyleoptionrubberband.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionrubberband.html - StyleOptionVersion-enum - - - Version - qstyleoptionrubberband.html - StyleOptionVersion-enum - - - - QStyleOptionRubberBand - qstyleoptionrubberband.html - QStyleOptionRubberBand - () - - - - QStyleOptionRubberBand - qstyleoptionrubberband.html - QStyleOptionRubberBand-1 - (const QStyleOptionRubberBand &other) - - - - QStyleOptionComplex - qstyleoptioncomplex.html - QStyleOption - - StyleOptionType - qstyleoptioncomplex.html - StyleOptionType-enum - - - Type - qstyleoptioncomplex.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptioncomplex.html - StyleOptionVersion-enum - - - Version - qstyleoptioncomplex.html - StyleOptionVersion-enum - - - - QStyleOptionComplex - qstyleoptioncomplex.html - QStyleOptionComplex - (int version, int type) - - - - QStyleOptionComplex - qstyleoptioncomplex.html - QStyleOptionComplex-1 - (const QStyleOptionComplex &other) - - - - QStyleOptionSlider - qstyleoptionslider.html - QStyleOptionComplex - - StyleOptionType - qstyleoptionslider.html - StyleOptionType-enum - - - Type - qstyleoptionslider.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionslider.html - StyleOptionVersion-enum - - - Version - qstyleoptionslider.html - StyleOptionVersion-enum - - - - QStyleOptionSlider - qstyleoptionslider.html - QStyleOptionSlider - () - - - - QStyleOptionSlider - qstyleoptionslider.html - QStyleOptionSlider-1 - (const QStyleOptionSlider &other) - - - - QStyleOptionSpinBox - qstyleoptionspinbox.html - QStyleOptionComplex - - StyleOptionType - qstyleoptionspinbox.html - StyleOptionType-enum - - - Type - qstyleoptionspinbox.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionspinbox.html - StyleOptionVersion-enum - - - Version - qstyleoptionspinbox.html - StyleOptionVersion-enum - - - - QStyleOptionSpinBox - qstyleoptionspinbox.html - QStyleOptionSpinBox - () - - - - QStyleOptionSpinBox - qstyleoptionspinbox.html - QStyleOptionSpinBox-1 - (const QStyleOptionSpinBox &other) - - - - QStyleOptionToolButton - qstyleoptiontoolbutton.html - QStyleOptionComplex - - StyleOptionType - qstyleoptiontoolbutton.html - StyleOptionType-enum - - - Type - qstyleoptiontoolbutton.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontoolbutton.html - StyleOptionVersion-enum - - - Version - qstyleoptiontoolbutton.html - StyleOptionVersion-enum - - - ToolButtonFeature - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - None - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - Arrow - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - Menu - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - MenuButtonPopup - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - PopupDelay - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - HasMenu - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - ToolButtonFeatures - qstyleoptiontoolbutton.html - ToolButtonFeature-enum - - - - - QStyleOptionToolButton - qstyleoptiontoolbutton.html - QStyleOptionToolButton - () - - - - QStyleOptionToolButton - qstyleoptiontoolbutton.html - QStyleOptionToolButton-1 - (const QStyleOptionToolButton &other) - - - - QStyleOptionComboBox - qstyleoptioncombobox.html - QStyleOptionComplex - - StyleOptionType - qstyleoptioncombobox.html - StyleOptionType-enum - - - Type - qstyleoptioncombobox.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptioncombobox.html - StyleOptionVersion-enum - - - Version - qstyleoptioncombobox.html - StyleOptionVersion-enum - - - - QStyleOptionComboBox - qstyleoptioncombobox.html - QStyleOptionComboBox - () - - - - QStyleOptionComboBox - qstyleoptioncombobox.html - QStyleOptionComboBox-1 - (const QStyleOptionComboBox &other) - - - - QStyleOptionTitleBar - qstyleoptiontitlebar.html - QStyleOptionComplex - - StyleOptionType - qstyleoptiontitlebar.html - StyleOptionType-enum - - - Type - qstyleoptiontitlebar.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiontitlebar.html - StyleOptionVersion-enum - - - Version - qstyleoptiontitlebar.html - StyleOptionVersion-enum - - - - QStyleOptionTitleBar - qstyleoptiontitlebar.html - QStyleOptionTitleBar - () - - - - QStyleOptionTitleBar - qstyleoptiontitlebar.html - QStyleOptionTitleBar-1 - (const QStyleOptionTitleBar &other) - - - - QStyleOptionGroupBox - qstyleoptiongroupbox.html - QStyleOptionComplex - - StyleOptionType - qstyleoptiongroupbox.html - StyleOptionType-enum - - - Type - qstyleoptiongroupbox.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiongroupbox.html - StyleOptionVersion-enum - - - Version - qstyleoptiongroupbox.html - StyleOptionVersion-enum - - - - QStyleOptionGroupBox - qstyleoptiongroupbox.html - QStyleOptionGroupBox - () - - - - QStyleOptionGroupBox - qstyleoptiongroupbox.html - QStyleOptionGroupBox-1 - (const QStyleOptionGroupBox &other) - - - - QStyleOptionSizeGrip - qstyleoptionsizegrip.html - QStyleOptionComplex - - StyleOptionType - qstyleoptionsizegrip.html - StyleOptionType-enum - - - Type - qstyleoptionsizegrip.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptionsizegrip.html - StyleOptionVersion-enum - - - Version - qstyleoptionsizegrip.html - StyleOptionVersion-enum - - - - QStyleOptionSizeGrip - qstyleoptionsizegrip.html - QStyleOptionSizeGrip - () - - - - QStyleOptionSizeGrip - qstyleoptionsizegrip.html - QStyleOptionSizeGrip-1 - (const QStyleOptionSizeGrip &other) - - - - QStyleOptionGraphicsItem - qstyleoptiongraphicsitem.html - QStyleOption - - StyleOptionType - qstyleoptiongraphicsitem.html - StyleOptionType-enum - - - Type - qstyleoptiongraphicsitem.html - StyleOptionType-enum - - - StyleOptionVersion - qstyleoptiongraphicsitem.html - StyleOptionVersion-enum - - - Version - qstyleoptiongraphicsitem.html - StyleOptionVersion-enum - - - - QStyleOptionGraphicsItem - qstyleoptiongraphicsitem.html - QStyleOptionGraphicsItem - () - - - - QStyleOptionGraphicsItem - qstyleoptiongraphicsitem.html - QStyleOptionGraphicsItem-1 - (const QStyleOptionGraphicsItem &other) - - - qreal - levelOfDetailFromTransform - qstyleoptiongraphicsitem.html - levelOfDetailFromTransform - (const QTransform &worldTransform) - - - - QStyleHintReturn - qstylehintreturn.html - - HintReturnType - qstylehintreturn.html - HintReturnType-enum - - - SH_Default - qstylehintreturn.html - HintReturnType-enum - - - SH_Mask - qstylehintreturn.html - HintReturnType-enum - - - SH_Variant - qstylehintreturn.html - HintReturnType-enum - - - StyleOptionType - qstylehintreturn.html - StyleOptionType-enum - - - Type - qstylehintreturn.html - StyleOptionType-enum - - - StyleOptionVersion - qstylehintreturn.html - StyleOptionVersion-enum - - - Version - qstylehintreturn.html - StyleOptionVersion-enum - - - - QStyleHintReturn - qstylehintreturn.html - QStyleHintReturn - (int version, int type) - - - - QStyleHintReturnMask - qstylehintreturnmask.html - QStyleHintReturn - - StyleOptionType - qstylehintreturnmask.html - StyleOptionType-enum - - - Type - qstylehintreturnmask.html - StyleOptionType-enum - - - StyleOptionVersion - qstylehintreturnmask.html - StyleOptionVersion-enum - - - Version - qstylehintreturnmask.html - StyleOptionVersion-enum - - - - QStyleHintReturnMask - qstylehintreturnmask.html - QStyleHintReturnMask - () - - - - ~QStyleHintReturnMask - qstylehintreturnmask.html - dtor.QStyleHintReturnMask - () - - - - QStyleHintReturnVariant - qstylehintreturnvariant.html - QStyleHintReturn - - StyleOptionType - qstylehintreturnvariant.html - StyleOptionType-enum - - - Type - qstylehintreturnvariant.html - StyleOptionType-enum - - - StyleOptionVersion - qstylehintreturnvariant.html - StyleOptionVersion-enum - - - Version - qstylehintreturnvariant.html - StyleOptionVersion-enum - - - - QStyleHintReturnVariant - qstylehintreturnvariant.html - QStyleHintReturnVariant - () - - - - ~QStyleHintReturnVariant - qstylehintreturnvariant.html - dtor.QStyleHintReturnVariant - () - - - - QAbstractItemDelegate - qabstractitemdelegate.html - QObject - - virtual const QMetaObject * - metaObject - qabstractitemdelegate.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractitemdelegate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractitemdelegate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractitemdelegate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractitemdelegate.html - trUtf8 - (const char *s, const char *c, int n) - - - EndEditHint - qabstractitemdelegate.html - EndEditHint-enum - - - NoHint - qabstractitemdelegate.html - EndEditHint-enum - - - EditNextItem - qabstractitemdelegate.html - EndEditHint-enum - - - EditPreviousItem - qabstractitemdelegate.html - EndEditHint-enum - - - SubmitModelCache - qabstractitemdelegate.html - EndEditHint-enum - - - RevertModelCache - qabstractitemdelegate.html - EndEditHint-enum - - - - QAbstractItemDelegate - qabstractitemdelegate.html - QAbstractItemDelegate - (QObject *parent) - - - virtual - ~QAbstractItemDelegate - qabstractitemdelegate.html - dtor.QAbstractItemDelegate - () - - - virtual void - paint - qabstractitemdelegate.html - paint - (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const const = 0 - - - virtual QSize - sizeHint - qabstractitemdelegate.html - sizeHint - (const QStyleOptionViewItem &option, const QModelIndex &index) const const = 0 - - - virtual QWidget * - createEditor - qabstractitemdelegate.html - createEditor - (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const const - - - virtual void - destroyEditor - qabstractitemdelegate.html - destroyEditor - (QWidget *editor, const QModelIndex &index) const const - - - virtual void - setEditorData - qabstractitemdelegate.html - setEditorData - (QWidget *editor, const QModelIndex &index) const const - - - virtual void - setModelData - qabstractitemdelegate.html - setModelData - (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const const - - - virtual void - updateEditorGeometry - qabstractitemdelegate.html - updateEditorGeometry - (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const const - - - virtual bool - editorEvent - qabstractitemdelegate.html - editorEvent - (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) - - - QString - elidedText - qabstractitemdelegate-obsolete.html - elidedText - (const QFontMetrics &fontMetrics, int width, Qt::TextElideMode mode, const QString &text) - - - virtual bool - helpEvent - qabstractitemdelegate.html - helpEvent - (QHelpEvent *event, QAbstractItemView *view, const QStyleOptionViewItem &option, const QModelIndex &index) - - - void - commitData - qabstractitemdelegate.html - commitData - (QWidget *editor) - - - void - closeEditor - qabstractitemdelegate.html - closeEditor - (QWidget *editor, QAbstractItemDelegate::EndEditHint hint) - - - void - sizeHintChanged - qabstractitemdelegate.html - sizeHintChanged - (const QModelIndex &index) - - - - QAbstractScrollArea - qabstractscrollarea.html - QFrame - - virtual const QMetaObject * - metaObject - qabstractscrollarea.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractscrollarea.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractscrollarea.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractscrollarea.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractscrollarea.html - trUtf8 - (const char *s, const char *c, int n) - - - verticalScrollBarPolicy - qabstractscrollarea.html - verticalScrollBarPolicy-prop - - - - horizontalScrollBarPolicy - qabstractscrollarea.html - horizontalScrollBarPolicy-prop - - - - sizeAdjustPolicy - qabstractscrollarea.html - sizeAdjustPolicy-prop - - - - - QAbstractScrollArea - qabstractscrollarea.html - QAbstractScrollArea - (QWidget *parent) - - - virtual - ~QAbstractScrollArea - qabstractscrollarea.html - dtor.QAbstractScrollArea - () - - - SizeAdjustPolicy - qabstractscrollarea.html - SizeAdjustPolicy-enum - - - AdjustIgnored - qabstractscrollarea.html - SizeAdjustPolicy-enum - - - AdjustToContentsOnFirstShow - qabstractscrollarea.html - SizeAdjustPolicy-enum - - - AdjustToContents - qabstractscrollarea.html - SizeAdjustPolicy-enum - - - Qt::ScrollBarPolicy - verticalScrollBarPolicy - qabstractscrollarea.html - verticalScrollBarPolicy-prop - () const const - - - void - setVerticalScrollBarPolicy - qabstractscrollarea.html - verticalScrollBarPolicy-prop - (Qt::ScrollBarPolicy ) - - - QScrollBar * - verticalScrollBar - qabstractscrollarea.html - verticalScrollBar - () const const - - - void - setVerticalScrollBar - qabstractscrollarea.html - setVerticalScrollBar - (QScrollBar *scrollBar) - - - Qt::ScrollBarPolicy - horizontalScrollBarPolicy - qabstractscrollarea.html - horizontalScrollBarPolicy-prop - () const const - - - void - setHorizontalScrollBarPolicy - qabstractscrollarea.html - horizontalScrollBarPolicy-prop - (Qt::ScrollBarPolicy ) - - - QScrollBar * - horizontalScrollBar - qabstractscrollarea.html - horizontalScrollBar - () const const - - - void - setHorizontalScrollBar - qabstractscrollarea.html - setHorizontalScrollBar - (QScrollBar *scrollBar) - - - QWidget * - cornerWidget - qabstractscrollarea.html - cornerWidget - () const const - - - void - setCornerWidget - qabstractscrollarea.html - setCornerWidget - (QWidget *widget) - - - void - addScrollBarWidget - qabstractscrollarea.html - addScrollBarWidget - (QWidget *widget, Qt::Alignment alignment) - - - QWidgetList - scrollBarWidgets - qabstractscrollarea.html - scrollBarWidgets - (Qt::Alignment alignment) - - - QWidget * - viewport - qabstractscrollarea.html - viewport - () const const - - - void - setViewport - qabstractscrollarea.html - setViewport - (QWidget *widget) - - - QSize - maximumViewportSize - qabstractscrollarea.html - maximumViewportSize - () const const - - - virtual QSize - minimumSizeHint - qabstractscrollarea.html - minimumSizeHint - () const const override - - - virtual QSize - sizeHint - qabstractscrollarea.html - sizeHint - () const const override - - - virtual void - setupViewport - qabstractscrollarea.html - setupViewport - (QWidget *viewport) - - - QAbstractScrollArea::SizeAdjustPolicy - sizeAdjustPolicy - qabstractscrollarea.html - sizeAdjustPolicy-prop - () const const - - - void - setSizeAdjustPolicy - qabstractscrollarea.html - sizeAdjustPolicy-prop - (QAbstractScrollArea::SizeAdjustPolicy policy) - - - void - setViewportMargins - qabstractscrollarea.html - setViewportMargins - (int left, int top, int right, int bottom) - - - void - setViewportMargins - qabstractscrollarea.html - setViewportMargins-1 - (const QMargins &margins) - - - QMargins - viewportMargins - qabstractscrollarea.html - viewportMargins - () const const - - - virtual bool - event - qabstractscrollarea.html - event - (QEvent *event) override - - - virtual bool - viewportEvent - qabstractscrollarea.html - viewportEvent - (QEvent *event) - - - virtual void - resizeEvent - qabstractscrollarea.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - paintEvent - qabstractscrollarea.html - paintEvent - (QPaintEvent *event) override - - - virtual void - mousePressEvent - qabstractscrollarea.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qabstractscrollarea.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseDoubleClickEvent - qabstractscrollarea.html - mouseDoubleClickEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qabstractscrollarea.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - wheelEvent - qabstractscrollarea.html - wheelEvent - (QWheelEvent *e) override - - - virtual void - contextMenuEvent - qabstractscrollarea.html - contextMenuEvent - (QContextMenuEvent *e) override - - - virtual void - dragEnterEvent - qabstractscrollarea.html - dragEnterEvent - (QDragEnterEvent *event) override - - - virtual void - dragMoveEvent - qabstractscrollarea.html - dragMoveEvent - (QDragMoveEvent *event) override - - - virtual void - dragLeaveEvent - qabstractscrollarea.html - dragLeaveEvent - (QDragLeaveEvent *event) override - - - virtual void - dropEvent - qabstractscrollarea.html - dropEvent - (QDropEvent *event) override - - - virtual void - keyPressEvent - qabstractscrollarea.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - scrollContentsBy - qabstractscrollarea.html - scrollContentsBy - (int dx, int dy) - - - virtual QSize - viewportSizeHint - qabstractscrollarea.html - viewportSizeHint - () const const - - - - QAbstractItemView - qabstractitemview.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qabstractitemview.html - metaObject - () const const - - - virtual void * - qt_metacast - qabstractitemview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qabstractitemview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qabstractitemview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qabstractitemview.html - trUtf8 - (const char *s, const char *c, int n) - - - autoScroll - qabstractitemview.html - autoScroll-prop - - - - autoScrollMargin - qabstractitemview.html - autoScrollMargin-prop - - - - editTriggers - qabstractitemview.html - editTriggers-prop - - - - tabKeyNavigation - qabstractitemview.html - tabKeyNavigation-prop - - - - showDropIndicator - qabstractitemview.html - showDropIndicator-prop - - - - dragEnabled - qabstractitemview.html - dragEnabled-prop - - - - dragDropOverwriteMode - qabstractitemview.html - dragDropOverwriteMode-prop - - - - dragDropMode - qabstractitemview.html - dragDropMode-prop - - - - defaultDropAction - qabstractitemview.html - defaultDropAction-prop - - - - alternatingRowColors - qabstractitemview.html - alternatingRowColors-prop - - - - selectionMode - qabstractitemview.html - selectionMode-prop - - - - selectionBehavior - qabstractitemview.html - selectionBehavior-prop - - - - iconSize - qabstractitemview.html - iconSize-prop - - - - textElideMode - qabstractitemview.html - textElideMode-prop - - - - verticalScrollMode - qabstractitemview.html - verticalScrollMode-prop - - - - horizontalScrollMode - qabstractitemview.html - horizontalScrollMode-prop - - - - SelectionMode - qabstractitemview.html - SelectionMode-enum - - - NoSelection - qabstractitemview.html - SelectionMode-enum - - - SingleSelection - qabstractitemview.html - SelectionMode-enum - - - MultiSelection - qabstractitemview.html - SelectionMode-enum - - - ExtendedSelection - qabstractitemview.html - SelectionMode-enum - - - ContiguousSelection - qabstractitemview.html - SelectionMode-enum - - - SelectionBehavior - qabstractitemview.html - SelectionBehavior-enum - - - SelectItems - qabstractitemview.html - SelectionBehavior-enum - - - SelectRows - qabstractitemview.html - SelectionBehavior-enum - - - SelectColumns - qabstractitemview.html - SelectionBehavior-enum - - - ScrollHint - qabstractitemview.html - ScrollHint-enum - - - EnsureVisible - qabstractitemview.html - ScrollHint-enum - - - PositionAtTop - qabstractitemview.html - ScrollHint-enum - - - PositionAtBottom - qabstractitemview.html - ScrollHint-enum - - - PositionAtCenter - qabstractitemview.html - ScrollHint-enum - - - EditTrigger - qabstractitemview.html - EditTrigger-enum - - - NoEditTriggers - qabstractitemview.html - EditTrigger-enum - - - CurrentChanged - qabstractitemview.html - EditTrigger-enum - - - DoubleClicked - qabstractitemview.html - EditTrigger-enum - - - SelectedClicked - qabstractitemview.html - EditTrigger-enum - - - EditKeyPressed - qabstractitemview.html - EditTrigger-enum - - - AnyKeyPressed - qabstractitemview.html - EditTrigger-enum - - - AllEditTriggers - qabstractitemview.html - EditTrigger-enum - - - EditTriggers - qabstractitemview.html - EditTrigger-enum - - - - ScrollMode - qabstractitemview.html - ScrollMode-enum - - - ScrollPerItem - qabstractitemview.html - ScrollMode-enum - - - ScrollPerPixel - qabstractitemview.html - ScrollMode-enum - - - - QAbstractItemView - qabstractitemview.html - QAbstractItemView - (QWidget *parent) - - - virtual - ~QAbstractItemView - qabstractitemview.html - dtor.QAbstractItemView - () - - - virtual void - setModel - qabstractitemview.html - setModel - (QAbstractItemModel *model) - - - QAbstractItemModel * - model - qabstractitemview.html - model - () const const - - - virtual void - setSelectionModel - qabstractitemview.html - setSelectionModel - (QItemSelectionModel *selectionModel) - - - QItemSelectionModel * - selectionModel - qabstractitemview.html - selectionModel - () const const - - - void - setItemDelegate - qabstractitemview.html - setItemDelegate - (QAbstractItemDelegate *delegate) - - - QAbstractItemDelegate * - itemDelegate - qabstractitemview.html - itemDelegate - () const const - - - void - setSelectionMode - qabstractitemview.html - selectionMode-prop - (QAbstractItemView::SelectionMode mode) - - - QAbstractItemView::SelectionMode - selectionMode - qabstractitemview.html - selectionMode-prop - () const const - - - void - setSelectionBehavior - qabstractitemview.html - selectionBehavior-prop - (QAbstractItemView::SelectionBehavior behavior) - - - QAbstractItemView::SelectionBehavior - selectionBehavior - qabstractitemview.html - selectionBehavior-prop - () const const - - - QModelIndex - currentIndex - qabstractitemview.html - currentIndex - () const const - - - QModelIndex - rootIndex - qabstractitemview.html - rootIndex - () const const - - - void - setEditTriggers - qabstractitemview.html - editTriggers-prop - (QAbstractItemView::EditTriggers triggers) - - - QAbstractItemView::EditTriggers - editTriggers - qabstractitemview.html - editTriggers-prop - () const const - - - void - setVerticalScrollMode - qabstractitemview.html - verticalScrollMode-prop - (QAbstractItemView::ScrollMode mode) - - - QAbstractItemView::ScrollMode - verticalScrollMode - qabstractitemview.html - verticalScrollMode-prop - () const const - - - void - resetVerticalScrollMode - qabstractitemview.html - verticalScrollMode-prop - () - - - void - setHorizontalScrollMode - qabstractitemview.html - horizontalScrollMode-prop - (QAbstractItemView::ScrollMode mode) - - - QAbstractItemView::ScrollMode - horizontalScrollMode - qabstractitemview.html - horizontalScrollMode-prop - () const const - - - void - resetHorizontalScrollMode - qabstractitemview.html - horizontalScrollMode-prop - () - - - void - setAutoScroll - qabstractitemview.html - autoScroll-prop - (bool enable) - - - bool - hasAutoScroll - qabstractitemview.html - autoScroll-prop - () const const - - - void - setAutoScrollMargin - qabstractitemview.html - autoScrollMargin-prop - (int margin) - - - int - autoScrollMargin - qabstractitemview.html - autoScrollMargin-prop - () const const - - - void - setTabKeyNavigation - qabstractitemview.html - tabKeyNavigation-prop - (bool enable) - - - bool - tabKeyNavigation - qabstractitemview.html - tabKeyNavigation-prop - () const const - - - void - setDropIndicatorShown - qabstractitemview.html - showDropIndicator-prop - (bool enable) - - - bool - showDropIndicator - qabstractitemview.html - showDropIndicator-prop - () const const - - - void - setDragEnabled - qabstractitemview.html - dragEnabled-prop - (bool enable) - - - bool - dragEnabled - qabstractitemview.html - dragEnabled-prop - () const const - - - void - setDragDropOverwriteMode - qabstractitemview.html - dragDropOverwriteMode-prop - (bool overwrite) - - - bool - dragDropOverwriteMode - qabstractitemview.html - dragDropOverwriteMode-prop - () const const - - - DragDropMode - qabstractitemview.html - DragDropMode-enum - - - NoDragDrop - qabstractitemview.html - DragDropMode-enum - - - DragOnly - qabstractitemview.html - DragDropMode-enum - - - DropOnly - qabstractitemview.html - DragDropMode-enum - - - DragDrop - qabstractitemview.html - DragDropMode-enum - - - InternalMove - qabstractitemview.html - DragDropMode-enum - - - void - setDragDropMode - qabstractitemview.html - dragDropMode-prop - (QAbstractItemView::DragDropMode behavior) - - - QAbstractItemView::DragDropMode - dragDropMode - qabstractitemview.html - dragDropMode-prop - () const const - - - void - setDefaultDropAction - qabstractitemview.html - defaultDropAction-prop - (Qt::DropAction dropAction) - - - Qt::DropAction - defaultDropAction - qabstractitemview.html - defaultDropAction-prop - () const const - - - void - setAlternatingRowColors - qabstractitemview.html - alternatingRowColors-prop - (bool enable) - - - bool - alternatingRowColors - qabstractitemview.html - alternatingRowColors-prop - () const const - - - void - setIconSize - qabstractitemview.html - iconSize-prop - (const QSize &size) - - - QSize - iconSize - qabstractitemview.html - iconSize-prop - () const const - - - void - setTextElideMode - qabstractitemview.html - textElideMode-prop - (Qt::TextElideMode mode) - - - Qt::TextElideMode - textElideMode - qabstractitemview.html - textElideMode-prop - () const const - - - virtual void - keyboardSearch - qabstractitemview.html - keyboardSearch - (const QString &search) - - - virtual QRect - visualRect - qabstractitemview.html - visualRect - (const QModelIndex &index) const const = 0 - - - virtual void - scrollTo - qabstractitemview.html - scrollTo - (const QModelIndex &index, QAbstractItemView::ScrollHint hint) = 0 - - - virtual QModelIndex - indexAt - qabstractitemview.html - indexAt - (const QPoint &point) const const = 0 - - - QSize - sizeHintForIndex - qabstractitemview.html - sizeHintForIndex - (const QModelIndex &index) const const - - - virtual int - sizeHintForRow - qabstractitemview.html - sizeHintForRow - (int row) const const - - - virtual int - sizeHintForColumn - qabstractitemview.html - sizeHintForColumn - (int column) const const - - - void - openPersistentEditor - qabstractitemview.html - openPersistentEditor - (const QModelIndex &index) - - - void - closePersistentEditor - qabstractitemview.html - closePersistentEditor - (const QModelIndex &index) - - - bool - isPersistentEditorOpen - qabstractitemview.html - isPersistentEditorOpen - (const QModelIndex &index) const const - - - void - setIndexWidget - qabstractitemview.html - setIndexWidget - (const QModelIndex &index, QWidget *widget) - - - QWidget * - indexWidget - qabstractitemview.html - indexWidget - (const QModelIndex &index) const const - - - void - setItemDelegateForRow - qabstractitemview.html - setItemDelegateForRow - (int row, QAbstractItemDelegate *delegate) - - - QAbstractItemDelegate * - itemDelegateForRow - qabstractitemview.html - itemDelegateForRow - (int row) const const - - - void - setItemDelegateForColumn - qabstractitemview.html - setItemDelegateForColumn - (int column, QAbstractItemDelegate *delegate) - - - QAbstractItemDelegate * - itemDelegateForColumn - qabstractitemview.html - itemDelegateForColumn - (int column) const const - - - QAbstractItemDelegate * - itemDelegate - qabstractitemview.html - itemDelegate-1 - (const QModelIndex &index) const const - - - virtual QVariant - inputMethodQuery - qabstractitemview.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - virtual void - reset - qabstractitemview.html - reset - () - - - virtual void - setRootIndex - qabstractitemview.html - setRootIndex - (const QModelIndex &index) - - - virtual void - selectAll - qabstractitemview.html - selectAll - () - - - void - edit - qabstractitemview.html - edit - (const QModelIndex &index) - - - void - clearSelection - qabstractitemview.html - clearSelection - () - - - void - setCurrentIndex - qabstractitemview.html - setCurrentIndex - (const QModelIndex &index) - - - void - scrollToTop - qabstractitemview.html - scrollToTop - () - - - void - scrollToBottom - qabstractitemview.html - scrollToBottom - () - - - void - update - qabstractitemview.html - update - (const QModelIndex &index) - - - virtual void - dataChanged - qabstractitemview.html - dataChanged - (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) - - - virtual void - rowsInserted - qabstractitemview.html - rowsInserted - (const QModelIndex &parent, int start, int end) - - - virtual void - rowsAboutToBeRemoved - qabstractitemview.html - rowsAboutToBeRemoved - (const QModelIndex &parent, int start, int end) - - - virtual void - selectionChanged - qabstractitemview.html - selectionChanged - (const QItemSelection &selected, const QItemSelection &deselected) - - - virtual void - currentChanged - qabstractitemview.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) - - - virtual void - updateGeometries - qabstractitemview.html - updateGeometries - () - - - virtual void - closeEditor - qabstractitemview.html - closeEditor - (QWidget *editor, QAbstractItemDelegate::EndEditHint hint) - - - virtual void - commitData - qabstractitemview.html - commitData - (QWidget *editor) - - - virtual void - editorDestroyed - qabstractitemview.html - editorDestroyed - (QObject *editor) - - - void - pressed - qabstractitemview.html - pressed - (const QModelIndex &index) - - - void - clicked - qabstractitemview.html - clicked - (const QModelIndex &index) - - - void - doubleClicked - qabstractitemview.html - doubleClicked - (const QModelIndex &index) - - - void - activated - qabstractitemview.html - activated - (const QModelIndex &index) - - - void - entered - qabstractitemview.html - entered - (const QModelIndex &index) - - - void - viewportEntered - qabstractitemview.html - viewportEntered - () - - - void - iconSizeChanged - qabstractitemview.html - iconSize-prop - (const QSize &size) - - - void - setHorizontalStepsPerItem - qabstractitemview-obsolete.html - setHorizontalStepsPerItem - (int steps) - - - int - horizontalStepsPerItem - qabstractitemview-obsolete.html - horizontalStepsPerItem - () const const - - - void - setVerticalStepsPerItem - qabstractitemview-obsolete.html - setVerticalStepsPerItem - (int steps) - - - int - verticalStepsPerItem - qabstractitemview-obsolete.html - verticalStepsPerItem - () const const - - - CursorAction - qabstractitemview.html - CursorAction-enum - - - MoveUp - qabstractitemview.html - CursorAction-enum - - - MoveDown - qabstractitemview.html - CursorAction-enum - - - MoveLeft - qabstractitemview.html - CursorAction-enum - - - MoveRight - qabstractitemview.html - CursorAction-enum - - - MoveHome - qabstractitemview.html - CursorAction-enum - - - MoveEnd - qabstractitemview.html - CursorAction-enum - - - MovePageUp - qabstractitemview.html - CursorAction-enum - - - MovePageDown - qabstractitemview.html - CursorAction-enum - - - MoveNext - qabstractitemview.html - CursorAction-enum - - - MovePrevious - qabstractitemview.html - CursorAction-enum - - - virtual QModelIndex - moveCursor - qabstractitemview.html - moveCursor - (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) = 0 - - - virtual int - horizontalOffset - qabstractitemview.html - horizontalOffset - () const const = 0 - - - virtual int - verticalOffset - qabstractitemview.html - verticalOffset - () const const = 0 - - - virtual bool - isIndexHidden - qabstractitemview.html - isIndexHidden - (const QModelIndex &index) const const = 0 - - - virtual void - setSelection - qabstractitemview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags flags) = 0 - - - virtual QRegion - visualRegionForSelection - qabstractitemview.html - visualRegionForSelection - (const QItemSelection &selection) const const = 0 - - - virtual QModelIndexList - selectedIndexes - qabstractitemview.html - selectedIndexes - () const const - - - virtual bool - edit - qabstractitemview.html - edit-1 - (const QModelIndex &index, QAbstractItemView::EditTrigger trigger, QEvent *event) - - - virtual QItemSelectionModel::SelectionFlags - selectionCommand - qabstractitemview.html - selectionCommand - (const QModelIndex &index, const QEvent *event) const const - - - virtual void - startDrag - qabstractitemview.html - startDrag - (Qt::DropActions supportedActions) - - - virtual QStyleOptionViewItem - viewOptions - qabstractitemview.html - viewOptions - () const const - - - State - qabstractitemview.html - State-enum - - - NoState - qabstractitemview.html - State-enum - - - DraggingState - qabstractitemview.html - State-enum - - - DragSelectingState - qabstractitemview.html - State-enum - - - EditingState - qabstractitemview.html - State-enum - - - ExpandingState - qabstractitemview.html - State-enum - - - CollapsingState - qabstractitemview.html - State-enum - - - AnimatingState - qabstractitemview.html - State-enum - - - QAbstractItemView::State - state - qabstractitemview.html - state - () const const - - - void - setState - qabstractitemview.html - setState - (QAbstractItemView::State state) - - - void - scheduleDelayedItemsLayout - qabstractitemview.html - scheduleDelayedItemsLayout - () - - - void - executeDelayedItemsLayout - qabstractitemview.html - executeDelayedItemsLayout - () - - - void - setDirtyRegion - qabstractitemview.html - setDirtyRegion - (const QRegion &region) - - - void - scrollDirtyRegion - qabstractitemview.html - scrollDirtyRegion - (int dx, int dy) - - - QPoint - dirtyRegionOffset - qabstractitemview.html - dirtyRegionOffset - () const const - - - virtual bool - focusNextPrevChild - qabstractitemview.html - focusNextPrevChild - (bool next) override - - - virtual bool - event - qabstractitemview.html - event - (QEvent *event) override - - - virtual bool - viewportEvent - qabstractitemview.html - viewportEvent - (QEvent *event) override - - - virtual void - mousePressEvent - qabstractitemview.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qabstractitemview.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qabstractitemview.html - mouseReleaseEvent - (QMouseEvent *event) override - - - virtual void - mouseDoubleClickEvent - qabstractitemview.html - mouseDoubleClickEvent - (QMouseEvent *event) override - - - virtual void - dragEnterEvent - qabstractitemview.html - dragEnterEvent - (QDragEnterEvent *event) override - - - virtual void - dragMoveEvent - qabstractitemview.html - dragMoveEvent - (QDragMoveEvent *event) override - - - virtual void - dragLeaveEvent - qabstractitemview.html - dragLeaveEvent - (QDragLeaveEvent *event) override - - - virtual void - dropEvent - qabstractitemview.html - dropEvent - (QDropEvent *event) override - - - virtual void - focusInEvent - qabstractitemview.html - focusInEvent - (QFocusEvent *event) override - - - virtual void - focusOutEvent - qabstractitemview.html - focusOutEvent - (QFocusEvent *event) override - - - virtual void - keyPressEvent - qabstractitemview.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - resizeEvent - qabstractitemview.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - timerEvent - qabstractitemview.html - timerEvent - (QTimerEvent *event) override - - - virtual void - inputMethodEvent - qabstractitemview.html - inputMethodEvent - (QInputMethodEvent *event) override - - - virtual bool - eventFilter - qabstractitemview.html - eventFilter - (QObject *object, QEvent *event) override - - - DropIndicatorPosition - qabstractitemview.html - DropIndicatorPosition-enum - - - OnItem - qabstractitemview.html - DropIndicatorPosition-enum - - - AboveItem - qabstractitemview.html - DropIndicatorPosition-enum - - - BelowItem - qabstractitemview.html - DropIndicatorPosition-enum - - - OnViewport - qabstractitemview.html - DropIndicatorPosition-enum - - - QAbstractItemView::DropIndicatorPosition - dropIndicatorPosition - qabstractitemview.html - dropIndicatorPosition - () const const - - - virtual QSize - viewportSizeHint - qabstractitemview.html - viewportSizeHint - () const const override - - - - QAccessibleWidget - qaccessiblewidget.html - QAccessibleObject - QAccessibleActionInterface - - - QAccessibleWidget - qaccessiblewidget.html - QAccessibleWidget - (QWidget *w, QAccessible::Role role, const QString &name) - - - virtual bool - isValid - qaccessiblewidget.html - isValid - () const const override - - - virtual QWindow * - window - qaccessiblewidget.html - window - () const const override - - - virtual int - childCount - qaccessiblewidget.html - childCount - () const const override - - - virtual int - indexOfChild - qaccessiblewidget.html - indexOfChild - (const QAccessibleInterface *child) const const override - - - virtual QVector<QPair<QAccessibleInterface *, QAccessible::Relation> > - relations - qaccessiblewidget.html - relations - (QAccessible::Relation match) const const override - - - virtual QAccessibleInterface * - focusChild - qaccessiblewidget.html - focusChild - () const const override - - - virtual QRect - rect - qaccessiblewidget.html - rect - () const const override - - - virtual QAccessibleInterface * - parent - qaccessiblewidget.html - parent - () const const override - - - virtual QAccessibleInterface * - child - qaccessiblewidget.html - child - (int index) const const override - - - virtual QString - text - qaccessiblewidget.html - text - (QAccessible::Text t) const const override - - - virtual QAccessible::Role - role - qaccessiblewidget.html - role - () const const override - - - virtual QAccessible::State - state - qaccessiblewidget.html - state - () const const override - - - virtual QColor - foregroundColor - qaccessiblewidget.html - foregroundColor - () const const override - - - virtual QColor - backgroundColor - qaccessiblewidget.html - backgroundColor - () const const override - - - virtual void * - interface_cast - qaccessiblewidget.html - interface_cast - (QAccessible::InterfaceType t) override - - - virtual QStringList - actionNames - qaccessiblewidget.html - actionNames - () const const override - - - virtual void - doAction - qaccessiblewidget.html - doAction - (const QString &actionName) override - - - virtual QStringList - keyBindingsForAction - qaccessiblewidget.html - keyBindingsForAction - (const QString &actionName) const const override - - - virtual - ~QAccessibleWidget - qaccessiblewidget.html - dtor.QAccessibleWidget - () - - - QWidget * - widget - qaccessiblewidget.html - widget - () const const - - - QObject * - parentObject - qaccessiblewidget.html - parentObject - () const const - - - void - addControllingSignal - qaccessiblewidget.html - addControllingSignal - (const QString &signal) - - - - QAction - qaction.html - QObject - - virtual const QMetaObject * - metaObject - qaction.html - metaObject - () const const - - - virtual void * - qt_metacast - qaction.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qaction.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qaction.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qaction.html - trUtf8 - (const char *s, const char *c, int n) - - - checkable - qaction.html - checkable-prop - - - - checked - qaction.html - checked-prop - - - - enabled - qaction.html - enabled-prop - - - - icon - qaction.html - icon-prop - - - - text - qaction.html - text-prop - - - - iconText - qaction.html - iconText-prop - - - - toolTip - qaction.html - toolTip-prop - - - - statusTip - qaction.html - statusTip-prop - - - - whatsThis - qaction.html - whatsThis-prop - - - - font - qaction.html - font-prop - - - - shortcut - qaction.html - shortcut-prop - - - - shortcutContext - qaction.html - shortcutContext-prop - - - - autoRepeat - qaction.html - autoRepeat-prop - - - - visible - qaction.html - visible-prop - - - - menuRole - qaction.html - menuRole-prop - - - - iconVisibleInMenu - qaction.html - iconVisibleInMenu-prop - - - - shortcutVisibleInContextMenu - qaction.html - shortcutVisibleInContextMenu-prop - - - - priority - qaction.html - priority-prop - - - - MenuRole - qaction.html - MenuRole-enum - - - NoRole - qaction.html - MenuRole-enum - - - TextHeuristicRole - qaction.html - MenuRole-enum - - - ApplicationSpecificRole - qaction.html - MenuRole-enum - - - AboutQtRole - qaction.html - MenuRole-enum - - - AboutRole - qaction.html - MenuRole-enum - - - PreferencesRole - qaction.html - MenuRole-enum - - - QuitRole - qaction.html - MenuRole-enum - - - Priority - qaction.html - Priority-enum - - - LowPriority - qaction.html - Priority-enum - - - NormalPriority - qaction.html - Priority-enum - - - HighPriority - qaction.html - Priority-enum - - - - QAction - qaction.html - QAction - (QObject *parent) - - - - QAction - qaction.html - QAction-1 - (const QString &text, QObject *parent) - - - - QAction - qaction.html - QAction-2 - (const QIcon &icon, const QString &text, QObject *parent) - - - virtual - ~QAction - qaction.html - dtor.QAction - () - - - void - setActionGroup - qaction.html - setActionGroup - (QActionGroup *group) - - - QActionGroup * - actionGroup - qaction.html - actionGroup - () const const - - - void - setIcon - qaction.html - icon-prop - (const QIcon &icon) - - - QIcon - icon - qaction.html - icon-prop - () const const - - - void - setText - qaction.html - text-prop - (const QString &text) - - - QString - text - qaction.html - text-prop - () const const - - - void - setIconText - qaction.html - iconText-prop - (const QString &text) - - - QString - iconText - qaction.html - iconText-prop - () const const - - - void - setToolTip - qaction.html - toolTip-prop - (const QString &tip) - - - QString - toolTip - qaction.html - toolTip-prop - () const const - - - void - setStatusTip - qaction.html - statusTip-prop - (const QString &statusTip) - - - QString - statusTip - qaction.html - statusTip-prop - () const const - - - void - setWhatsThis - qaction.html - whatsThis-prop - (const QString &what) - - - QString - whatsThis - qaction.html - whatsThis-prop - () const const - - - void - setPriority - qaction.html - priority-prop - (QAction::Priority priority) - - - QAction::Priority - priority - qaction.html - priority-prop - () const const - - - QMenu * - menu - qaction.html - menu - () const const - - - void - setMenu - qaction.html - setMenu - (QMenu *menu) - - - void - setSeparator - qaction.html - setSeparator - (bool b) - - - bool - isSeparator - qaction.html - isSeparator - () const const - - - void - setShortcut - qaction.html - shortcut-prop - (const QKeySequence &shortcut) - - - QKeySequence - shortcut - qaction.html - shortcut - () const const - - - void - setShortcuts - qaction.html - setShortcuts - (const QList<QKeySequence> &shortcuts) - - - void - setShortcuts - qaction.html - setShortcuts-1 - (QKeySequence::StandardKey key) - - - QList<QKeySequence> - shortcuts - qaction.html - shortcuts - () const const - - - void - setShortcutContext - qaction.html - shortcutContext-prop - (Qt::ShortcutContext context) - - - Qt::ShortcutContext - shortcutContext - qaction.html - shortcutContext-prop - () const const - - - void - setAutoRepeat - qaction.html - autoRepeat-prop - (bool ) - - - bool - autoRepeat - qaction.html - autoRepeat-prop - () const const - - - void - setFont - qaction.html - font-prop - (const QFont &font) - - - QFont - font - qaction.html - font-prop - () const const - - - void - setCheckable - qaction.html - checkable-prop - (bool ) - - - bool - isCheckable - qaction.html - checkable-prop - () const const - - - QVariant - data - qaction.html - data - () const const - - - void - setData - qaction.html - setData - (const QVariant &userData) - - - bool - isChecked - qaction.html - checked-prop - () const const - - - bool - isEnabled - qaction.html - enabled-prop - () const const - - - bool - isVisible - qaction.html - visible-prop - () const const - - - ActionEvent - qaction.html - ActionEvent-enum - - - Trigger - qaction.html - ActionEvent-enum - - - Hover - qaction.html - ActionEvent-enum - - - void - activate - qaction.html - activate - (QAction::ActionEvent event) - - - bool - showStatusText - qaction.html - showStatusText - (QWidget *widget) - - - void - setMenuRole - qaction.html - menuRole-prop - (QAction::MenuRole menuRole) - - - QAction::MenuRole - menuRole - qaction.html - menuRole-prop - () const const - - - void - setIconVisibleInMenu - qaction.html - iconVisibleInMenu-prop - (bool visible) - - - bool - isIconVisibleInMenu - qaction.html - iconVisibleInMenu-prop - () const const - - - void - setShortcutVisibleInContextMenu - qaction.html - shortcutVisibleInContextMenu-prop - (bool show) - - - bool - isShortcutVisibleInContextMenu - qaction.html - shortcutVisibleInContextMenu-prop - () const const - - - QWidget * - parentWidget - qaction.html - parentWidget - () const const - - - QList<QWidget *> - associatedWidgets - qaction.html - associatedWidgets - () const const - - - QList<QGraphicsWidget *> - associatedGraphicsWidgets - qaction.html - associatedGraphicsWidgets - () const const - - - virtual bool - event - qaction.html - event - (QEvent *e) override - - - void - trigger - qaction.html - trigger - () - - - void - hover - qaction.html - hover - () - - - void - setChecked - qaction.html - checked-prop - (bool ) - - - void - toggle - qaction.html - toggle - () - - - void - setEnabled - qaction.html - enabled-prop - (bool ) - - - void - setDisabled - qaction.html - setDisabled - (bool b) - - - void - setVisible - qaction.html - visible-prop - (bool ) - - - void - changed - qaction.html - changed - () - - - void - triggered - qaction.html - triggered - (bool checked) - - - void - hovered - qaction.html - hovered - () - - - void - toggled - qaction.html - toggled - (bool checked) - - - - QActionGroup - qactiongroup.html - QObject - - virtual const QMetaObject * - metaObject - qactiongroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qactiongroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qactiongroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qactiongroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qactiongroup.html - trUtf8 - (const char *s, const char *c, int n) - - - exclusive - qactiongroup.html - exclusive-prop - - - - enabled - qactiongroup.html - enabled-prop - - - - visible - qactiongroup.html - visible-prop - - - - - QActionGroup - qactiongroup.html - QActionGroup - (QObject *parent) - - - virtual - ~QActionGroup - qactiongroup.html - dtor.QActionGroup - () - - - QAction * - addAction - qactiongroup.html - addAction - (QAction *action) - - - QAction * - addAction - qactiongroup.html - addAction-1 - (const QString &text) - - - QAction * - addAction - qactiongroup.html - addAction-2 - (const QIcon &icon, const QString &text) - - - void - removeAction - qactiongroup.html - removeAction - (QAction *action) - - - QList<QAction *> - actions - qactiongroup.html - actions - () const const - - - QAction * - checkedAction - qactiongroup.html - checkedAction - () const const - - - bool - isExclusive - qactiongroup.html - exclusive-prop - () const const - - - bool - isEnabled - qactiongroup.html - enabled-prop - () const const - - - bool - isVisible - qactiongroup.html - visible-prop - () const const - - - void - setEnabled - qactiongroup.html - enabled-prop - (bool ) - - - void - setDisabled - qactiongroup.html - setDisabled - (bool b) - - - void - setVisible - qactiongroup.html - visible-prop - (bool ) - - - void - setExclusive - qactiongroup.html - exclusive-prop - (bool ) - - - void - triggered - qactiongroup.html - triggered - (QAction *action) - - - void - hovered - qactiongroup.html - hovered - (QAction *action) - - - - QApplication - qapplication.html - QGuiApplication - - virtual const QMetaObject * - metaObject - qapplication.html - metaObject - () const const - - - virtual void * - qt_metacast - qapplication.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qapplication.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qapplication.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qapplication.html - trUtf8 - (const char *s, const char *c, int n) - - - windowIcon - qapplication.html - windowIcon-prop - - - - cursorFlashTime - qapplication.html - cursorFlashTime-prop - - - - doubleClickInterval - qapplication.html - doubleClickInterval-prop - - - - keyboardInputInterval - qapplication.html - keyboardInputInterval-prop - - - - wheelScrollLines - qapplication.html - wheelScrollLines-prop - - - - globalStrut - qapplication.html - globalStrut-prop - - - - startDragTime - qapplication.html - startDragTime-prop - - - - startDragDistance - qapplication.html - startDragDistance-prop - - - - styleSheet - qapplication.html - styleSheet-prop - - - - autoSipEnabled - qapplication.html - autoSipEnabled-prop - - - - - QApplication - qapplication.html - QApplication - (int &argc, char **argv) - - - virtual - ~QApplication - qapplication.html - dtor.QApplication - () - - - QStyle * - style - qapplication.html - style - () - - - void - setStyle - qapplication.html - setStyle - (QStyle *style) - - - QStyle * - setStyle - qapplication.html - setStyle-1 - (const QString &style) - - - ColorSpec - qapplication.html - ColorSpec-enum - - - NormalColor - qapplication.html - ColorSpec-enum - - - CustomColor - qapplication.html - ColorSpec-enum - - - ManyColor - qapplication.html - ColorSpec-enum - - - int - colorSpec - qapplication-obsolete.html - colorSpec - () - - - void - setColorSpec - qapplication-obsolete.html - setColorSpec - (int spec) - - - void - setGraphicsSystem - qapplication-obsolete.html - setGraphicsSystem - (const QString &) - - - QPalette - palette - qapplication.html - palette - (const QWidget *widget) - - - QPalette - palette - qapplication.html - palette-1 - (const char *className) - - - void - setPalette - qapplication.html - setPalette - (const QPalette &palette, const char *className) - - - QFont - font - qapplication.html - font - () - - - QFont - font - qapplication.html - font-1 - (const QWidget *widget) - - - QFont - font - qapplication.html - font-2 - (const char *className) - - - void - setFont - qapplication.html - setFont - (const QFont &font, const char *className) - - - QFontMetrics - fontMetrics - qapplication.html - fontMetrics - () - - - void - setWindowIcon - qapplication.html - windowIcon-prop - (const QIcon &icon) - - - QIcon - windowIcon - qapplication.html - windowIcon-prop - () - - - QWidgetList - allWidgets - qapplication.html - allWidgets - () - - - QWidgetList - topLevelWidgets - qapplication.html - topLevelWidgets - () - - - QDesktopWidget * - desktop - qapplication.html - desktop - () - - - QWidget * - activePopupWidget - qapplication.html - activePopupWidget - () - - - QWidget * - activeModalWidget - qapplication.html - activeModalWidget - () - - - QWidget * - focusWidget - qapplication.html - focusWidget - () - - - QWidget * - activeWindow - qapplication.html - activeWindow - () - - - void - setActiveWindow - qapplication.html - setActiveWindow - (QWidget *active) - - - QWidget * - widgetAt - qapplication.html - widgetAt - (const QPoint &point) - - - QWidget * - widgetAt - qapplication.html - widgetAt-1 - (int x, int y) - - - QWidget * - topLevelAt - qapplication.html - topLevelAt - (const QPoint &point) - - - QWidget * - topLevelAt - qapplication.html - topLevelAt-1 - (int x, int y) - - - void - beep - qapplication.html - beep - () - - - void - alert - qapplication.html - alert - (QWidget *widget, int msec) - - - void - setCursorFlashTime - qapplication.html - cursorFlashTime-prop - (int ) - - - int - cursorFlashTime - qapplication.html - cursorFlashTime-prop - () - - - void - setDoubleClickInterval - qapplication.html - doubleClickInterval-prop - (int ) - - - int - doubleClickInterval - qapplication.html - doubleClickInterval-prop - () - - - void - setKeyboardInputInterval - qapplication.html - keyboardInputInterval-prop - (int ) - - - int - keyboardInputInterval - qapplication.html - keyboardInputInterval-prop - () - - - void - setWheelScrollLines - qapplication.html - wheelScrollLines-prop - (int ) - - - int - wheelScrollLines - qapplication.html - wheelScrollLines-prop - () - - - void - setGlobalStrut - qapplication.html - globalStrut-prop - (const QSize &) - - - QSize - globalStrut - qapplication.html - globalStrut-prop - () - - - void - setStartDragTime - qapplication.html - startDragTime-prop - (int ms) - - - int - startDragTime - qapplication.html - startDragTime-prop - () - - - void - setStartDragDistance - qapplication.html - startDragDistance-prop - (int l) - - - int - startDragDistance - qapplication.html - startDragDistance-prop - () - - - bool - isEffectEnabled - qapplication.html - isEffectEnabled - (Qt::UIEffect effect) - - - void - setEffectEnabled - qapplication.html - setEffectEnabled - (Qt::UIEffect effect, bool enable) - - - QLocale - keyboardInputLocale - qapplication-obsolete.html - keyboardInputLocale - () - - - Qt::LayoutDirection - keyboardInputDirection - qapplication-obsolete.html - keyboardInputDirection - () - - - int - exec - qapplication.html - exec - () - - - virtual bool - notify - qapplication.html - notify - (QObject *receiver, QEvent *e) override - - - void - setKeypadNavigationEnabled - qapplication-obsolete.html - setKeypadNavigationEnabled - (bool enable) - - - bool - keypadNavigationEnabled - qapplication-obsolete.html - keypadNavigationEnabled - () - - - void - setNavigationMode - qapplication.html - setNavigationMode - (Qt::NavigationMode mode) - - - Qt::NavigationMode - navigationMode - qapplication.html - navigationMode - () - - - void - focusChanged - qapplication.html - focusChanged - (QWidget *old, QWidget *now) - - - QString - styleSheet - qapplication.html - styleSheet-prop - () const const - - - void - setStyleSheet - qapplication.html - styleSheet-prop - (const QString &sheet) - - - void - setAutoSipEnabled - qapplication.html - autoSipEnabled-prop - (const bool enabled) - - - bool - autoSipEnabled - qapplication.html - autoSipEnabled-prop - () const const - - - void - closeAllWindows - qapplication.html - closeAllWindows - () - - - void - aboutQt - qapplication.html - aboutQt - () - - - virtual bool - event - qapplication.html - event - (QEvent *e) override - - - - QLayoutItem - qlayoutitem.html - - - QLayoutItem - qlayoutitem.html - QLayoutItem - (Qt::Alignment alignment) - - - virtual - ~QLayoutItem - qlayoutitem.html - dtor.QLayoutItem - () - - - virtual QSize - sizeHint - qlayoutitem.html - sizeHint - () const const = 0 - - - virtual QSize - minimumSize - qlayoutitem.html - minimumSize - () const const = 0 - - - virtual QSize - maximumSize - qlayoutitem.html - maximumSize - () const const = 0 - - - virtual Qt::Orientations - expandingDirections - qlayoutitem.html - expandingDirections - () const const = 0 - - - virtual void - setGeometry - qlayoutitem.html - setGeometry - (const QRect &r) = 0 - - - virtual QRect - geometry - qlayoutitem.html - geometry - () const const = 0 - - - virtual bool - isEmpty - qlayoutitem.html - isEmpty - () const const = 0 - - - virtual bool - hasHeightForWidth - qlayoutitem.html - hasHeightForWidth - () const const - - - virtual int - heightForWidth - qlayoutitem.html - heightForWidth - (int ) const const - - - virtual int - minimumHeightForWidth - qlayoutitem.html - minimumHeightForWidth - (int w) const const - - - virtual void - invalidate - qlayoutitem.html - invalidate - () - - - virtual QWidget * - widget - qlayoutitem.html - widget - () - - - virtual QLayout * - layout - qlayoutitem.html - layout - () - - - virtual QSpacerItem * - spacerItem - qlayoutitem.html - spacerItem - () - - - Qt::Alignment - alignment - qlayoutitem.html - alignment - () const const - - - void - setAlignment - qlayoutitem.html - setAlignment - (Qt::Alignment alignment) - - - virtual QSizePolicy::ControlTypes - controlTypes - qlayoutitem.html - controlTypes - () const const - - - - QSpacerItem - qspaceritem.html - QLayoutItem - - - QSpacerItem - qspaceritem.html - QSpacerItem - (int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) - - - virtual - ~QSpacerItem - qspaceritem.html - dtor.QSpacerItem - () - - - void - changeSize - qspaceritem.html - changeSize - (int w, int h, QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy) - - - virtual QSize - sizeHint - qspaceritem.html - sizeHint - () const const override - - - virtual QSize - minimumSize - qspaceritem.html - minimumSize - () const const override - - - virtual QSize - maximumSize - qspaceritem.html - maximumSize - () const const override - - - virtual Qt::Orientations - expandingDirections - qspaceritem.html - expandingDirections - () const const override - - - virtual bool - isEmpty - qspaceritem.html - isEmpty - () const const override - - - virtual void - setGeometry - qspaceritem.html - setGeometry - (const QRect &r) override - - - virtual QRect - geometry - qspaceritem.html - geometry - () const const override - - - virtual QSpacerItem * - spacerItem - qspaceritem.html - spacerItem - () override - - - QSizePolicy - sizePolicy - qspaceritem.html - sizePolicy - () const const - - - - QWidgetItem - qwidgetitem.html - QLayoutItem - - - QWidgetItem - qwidgetitem.html - QWidgetItem - (QWidget *widget) - - - virtual - ~QWidgetItem - qwidgetitem.html - dtor.QWidgetItem - () - - - virtual QSize - sizeHint - qwidgetitem.html - sizeHint - () const const override - - - virtual QSize - minimumSize - qwidgetitem.html - minimumSize - () const const override - - - virtual QSize - maximumSize - qwidgetitem.html - maximumSize - () const const override - - - virtual Qt::Orientations - expandingDirections - qwidgetitem.html - expandingDirections - () const const override - - - virtual bool - isEmpty - qwidgetitem.html - isEmpty - () const const override - - - virtual void - setGeometry - qwidgetitem.html - setGeometry - (const QRect &rect) override - - - virtual QRect - geometry - qwidgetitem.html - geometry - () const const override - - - virtual QWidget * - widget - qwidgetitem.html - widget - () override - - - virtual bool - hasHeightForWidth - qwidgetitem.html - hasHeightForWidth - () const const override - - - virtual int - heightForWidth - qwidgetitem.html - heightForWidth - (int w) const const override - - - virtual QSizePolicy::ControlTypes - controlTypes - qwidgetitem.html - controlTypes - () const const override - - - - QLayout - qlayout.html - QObject - QLayoutItem - - virtual const QMetaObject * - metaObject - qlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - margin - qlayout-obsolete.html - margin-prop - - - - spacing - qlayout.html - spacing-prop - - - - sizeConstraint - qlayout.html - sizeConstraint-prop - - - - SizeConstraint - qlayout.html - SizeConstraint-enum - - - SetDefaultConstraint - qlayout.html - SizeConstraint-enum - - - SetNoConstraint - qlayout.html - SizeConstraint-enum - - - SetMinimumSize - qlayout.html - SizeConstraint-enum - - - SetFixedSize - qlayout.html - SizeConstraint-enum - - - SetMaximumSize - qlayout.html - SizeConstraint-enum - - - SetMinAndMaxSize - qlayout.html - SizeConstraint-enum - - - - QLayout - qlayout.html - QLayout - (QWidget *parent) - - - - QLayout - qlayout.html - QLayout-1 - () - - - int - margin - qlayout-obsolete.html - margin - () const const - - - int - spacing - qlayout.html - spacing-prop - () const const - - - void - setMargin - qlayout-obsolete.html - setMargin - (int margin) - - - void - setSpacing - qlayout.html - spacing-prop - (int ) - - - void - setContentsMargins - qlayout.html - setContentsMargins - (int left, int top, int right, int bottom) - - - void - setContentsMargins - qlayout.html - setContentsMargins-1 - (const QMargins &margins) - - - void - getContentsMargins - qlayout.html - getContentsMargins - (int *left, int *top, int *right, int *bottom) const const - - - QMargins - contentsMargins - qlayout.html - contentsMargins - () const const - - - QRect - contentsRect - qlayout.html - contentsRect - () const const - - - bool - setAlignment - qlayout.html - setAlignment - (QWidget *w, Qt::Alignment alignment) - - - bool - setAlignment - qlayout.html - setAlignment-1 - (QLayout *l, Qt::Alignment alignment) - - - void - setSizeConstraint - qlayout.html - sizeConstraint-prop - (QLayout::SizeConstraint ) - - - QLayout::SizeConstraint - sizeConstraint - qlayout.html - sizeConstraint-prop - () const const - - - void - setMenuBar - qlayout.html - setMenuBar - (QWidget *widget) - - - QWidget * - menuBar - qlayout.html - menuBar - () const const - - - QWidget * - parentWidget - qlayout.html - parentWidget - () const const - - - virtual void - invalidate - qlayout.html - invalidate - () override - - - virtual QRect - geometry - qlayout.html - geometry - () const const override - - - bool - activate - qlayout.html - activate - () - - - void - update - qlayout.html - update - () - - - void - addWidget - qlayout.html - addWidget - (QWidget *w) - - - virtual void - addItem - qlayout.html - addItem - (QLayoutItem *item) = 0 - - - void - removeWidget - qlayout.html - removeWidget - (QWidget *widget) - - - void - removeItem - qlayout.html - removeItem - (QLayoutItem *item) - - - virtual Qt::Orientations - expandingDirections - qlayout.html - expandingDirections - () const const override - - - virtual QSize - minimumSize - qlayout.html - minimumSize - () const const override - - - virtual QSize - maximumSize - qlayout.html - maximumSize - () const const override - - - virtual void - setGeometry - qlayout.html - setGeometry - (const QRect &r) override - - - virtual QLayoutItem * - itemAt - qlayout.html - itemAt - (int index) const const = 0 - - - virtual QLayoutItem * - takeAt - qlayout.html - takeAt - (int index) = 0 - - - virtual int - indexOf - qlayout.html - indexOf - (QWidget *widget) const const - - - int - indexOf - qlayout.html - indexOf-1 - (QLayoutItem *layoutItem) const const - - - virtual int - count - qlayout.html - count - () const const = 0 - - - virtual bool - isEmpty - qlayout.html - isEmpty - () const const override - - - virtual QSizePolicy::ControlTypes - controlTypes - qlayout.html - controlTypes - () const const override - - - QLayoutItem * - replaceWidget - qlayout.html - replaceWidget - (QWidget *from, QWidget *to, Qt::FindChildOptions options) - - - virtual QLayout * - layout - qlayout.html - layout - () override - - - void - setEnabled - qlayout.html - setEnabled - (bool enable) - - - bool - isEnabled - qlayout.html - isEnabled - () const const - - - QSize - closestAcceptableSize - qlayout.html - closestAcceptableSize - (const QWidget *widget, const QSize &size) - - - virtual void - childEvent - qlayout.html - childEvent - (QChildEvent *e) override - - - void - addChildLayout - qlayout.html - addChildLayout - (QLayout *l) - - - void - addChildWidget - qlayout.html - addChildWidget - (QWidget *w) - - - QRect - alignmentRect - qlayout.html - alignmentRect - (const QRect &r) const const - - - - QGridLayout - qgridlayout.html - QLayout - - virtual const QMetaObject * - metaObject - qgridlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qgridlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgridlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgridlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgridlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - horizontalSpacing - qgridlayout.html - horizontalSpacing-prop - - - - verticalSpacing - qgridlayout.html - verticalSpacing-prop - - - - - QGridLayout - qgridlayout.html - QGridLayout - (QWidget *parent) - - - - QGridLayout - qgridlayout.html - QGridLayout-1 - () - - - virtual - ~QGridLayout - qgridlayout.html - dtor.QGridLayout - () - - - virtual QSize - sizeHint - qgridlayout.html - sizeHint - () const const override - - - virtual QSize - minimumSize - qgridlayout.html - minimumSize - () const const override - - - virtual QSize - maximumSize - qgridlayout.html - maximumSize - () const const override - - - void - setHorizontalSpacing - qgridlayout.html - horizontalSpacing-prop - (int spacing) - - - int - horizontalSpacing - qgridlayout.html - horizontalSpacing-prop - () const const - - - void - setVerticalSpacing - qgridlayout.html - verticalSpacing-prop - (int spacing) - - - int - verticalSpacing - qgridlayout.html - verticalSpacing-prop - () const const - - - void - setSpacing - qgridlayout.html - setSpacing - (int spacing) - - - int - spacing - qgridlayout.html - spacing - () const const - - - void - setRowStretch - qgridlayout.html - setRowStretch - (int row, int stretch) - - - void - setColumnStretch - qgridlayout.html - setColumnStretch - (int column, int stretch) - - - int - rowStretch - qgridlayout.html - rowStretch - (int row) const const - - - int - columnStretch - qgridlayout.html - columnStretch - (int column) const const - - - void - setRowMinimumHeight - qgridlayout.html - setRowMinimumHeight - (int row, int minSize) - - - void - setColumnMinimumWidth - qgridlayout.html - setColumnMinimumWidth - (int column, int minSize) - - - int - rowMinimumHeight - qgridlayout.html - rowMinimumHeight - (int row) const const - - - int - columnMinimumWidth - qgridlayout.html - columnMinimumWidth - (int column) const const - - - int - columnCount - qgridlayout.html - columnCount - () const const - - - int - rowCount - qgridlayout.html - rowCount - () const const - - - QRect - cellRect - qgridlayout.html - cellRect - (int row, int column) const const - - - virtual bool - hasHeightForWidth - qgridlayout.html - hasHeightForWidth - () const const override - - - virtual int - heightForWidth - qgridlayout.html - heightForWidth - (int w) const const override - - - virtual int - minimumHeightForWidth - qgridlayout.html - minimumHeightForWidth - (int w) const const override - - - virtual Qt::Orientations - expandingDirections - qgridlayout.html - expandingDirections - () const const override - - - virtual void - invalidate - qgridlayout.html - invalidate - () override - - - void - addWidget - qgridlayout.html - addWidget - (QWidget *widget, int row, int column, Qt::Alignment alignment) - - - void - addWidget - qgridlayout.html - addWidget-2 - (QWidget *widget, int fromRow, int fromColumn, int rowSpan, int columnSpan, Qt::Alignment alignment) - - - void - addLayout - qgridlayout.html - addLayout - (QLayout *layout, int row, int column, Qt::Alignment alignment) - - - void - addLayout - qgridlayout.html - addLayout-1 - (QLayout *layout, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) - - - void - setOriginCorner - qgridlayout.html - setOriginCorner - (Qt::Corner corner) - - - Qt::Corner - originCorner - qgridlayout.html - originCorner - () const const - - - virtual QLayoutItem * - itemAt - qgridlayout.html - itemAt - (int index) const const override - - - QLayoutItem * - itemAtPosition - qgridlayout.html - itemAtPosition - (int row, int column) const const - - - virtual QLayoutItem * - takeAt - qgridlayout.html - takeAt - (int index) override - - - virtual int - count - qgridlayout.html - count - () const const override - - - virtual void - setGeometry - qgridlayout.html - setGeometry - (const QRect &rect) override - - - void - addItem - qgridlayout.html - addItem - (QLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) - - - void - getItemPosition - qgridlayout.html - getItemPosition - (int index, int *row, int *column, int *rowSpan, int *columnSpan) const const - - - virtual void - addItem - qgridlayout.html - addItem-1 - (QLayoutItem *item) override - - - - QBoxLayout - qboxlayout.html - QLayout - - virtual const QMetaObject * - metaObject - qboxlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qboxlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qboxlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qboxlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qboxlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - Direction - qboxlayout.html - Direction-enum - - - LeftToRight - qboxlayout.html - Direction-enum - - - RightToLeft - qboxlayout.html - Direction-enum - - - TopToBottom - qboxlayout.html - Direction-enum - - - BottomToTop - qboxlayout.html - Direction-enum - - - Down - qboxlayout.html - Direction-enum - - - Up - qboxlayout.html - Direction-enum - - - - QBoxLayout - qboxlayout.html - QBoxLayout - (QBoxLayout::Direction dir, QWidget *parent) - - - virtual - ~QBoxLayout - qboxlayout.html - dtor.QBoxLayout - () - - - QBoxLayout::Direction - direction - qboxlayout.html - direction - () const const - - - void - setDirection - qboxlayout.html - setDirection - (QBoxLayout::Direction direction) - - - void - addSpacing - qboxlayout.html - addSpacing - (int size) - - - void - addStretch - qboxlayout.html - addStretch - (int stretch) - - - void - addSpacerItem - qboxlayout.html - addSpacerItem - (QSpacerItem *spacerItem) - - - void - addWidget - qboxlayout.html - addWidget - (QWidget *widget, int stretch, Qt::Alignment alignment) - - - void - addLayout - qboxlayout.html - addLayout - (QLayout *layout, int stretch) - - - void - addStrut - qboxlayout.html - addStrut - (int size) - - - virtual void - addItem - qboxlayout.html - addItem - (QLayoutItem *item) override - - - void - insertSpacing - qboxlayout.html - insertSpacing - (int index, int size) - - - void - insertStretch - qboxlayout.html - insertStretch - (int index, int stretch) - - - void - insertSpacerItem - qboxlayout.html - insertSpacerItem - (int index, QSpacerItem *spacerItem) - - - void - insertWidget - qboxlayout.html - insertWidget - (int index, QWidget *widget, int stretch, Qt::Alignment alignment) - - - void - insertLayout - qboxlayout.html - insertLayout - (int index, QLayout *layout, int stretch) - - - void - insertItem - qboxlayout.html - insertItem - (int index, QLayoutItem *item) - - - int - spacing - qboxlayout.html - spacing - () const const - - - void - setSpacing - qboxlayout.html - setSpacing - (int spacing) - - - bool - setStretchFactor - qboxlayout.html - setStretchFactor - (QWidget *widget, int stretch) - - - bool - setStretchFactor - qboxlayout.html - setStretchFactor-1 - (QLayout *layout, int stretch) - - - void - setStretch - qboxlayout.html - setStretch - (int index, int stretch) - - - int - stretch - qboxlayout.html - stretch - (int index) const const - - - virtual QSize - sizeHint - qboxlayout.html - sizeHint - () const const override - - - virtual QSize - minimumSize - qboxlayout.html - minimumSize - () const const override - - - virtual QSize - maximumSize - qboxlayout.html - maximumSize - () const const override - - - virtual bool - hasHeightForWidth - qboxlayout.html - hasHeightForWidth - () const const override - - - virtual int - heightForWidth - qboxlayout.html - heightForWidth - (int w) const const override - - - virtual int - minimumHeightForWidth - qboxlayout.html - minimumHeightForWidth - (int w) const const override - - - virtual Qt::Orientations - expandingDirections - qboxlayout.html - expandingDirections - () const const override - - - virtual void - invalidate - qboxlayout.html - invalidate - () override - - - virtual QLayoutItem * - itemAt - qboxlayout.html - itemAt - (int index) const const override - - - virtual QLayoutItem * - takeAt - qboxlayout.html - takeAt - (int index) override - - - virtual int - count - qboxlayout.html - count - () const const override - - - virtual void - setGeometry - qboxlayout.html - setGeometry - (const QRect &r) override - - - - QHBoxLayout - qhboxlayout.html - QBoxLayout - - virtual const QMetaObject * - metaObject - qhboxlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qhboxlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qhboxlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qhboxlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qhboxlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - - QHBoxLayout - qhboxlayout.html - QHBoxLayout - () - - - - QHBoxLayout - qhboxlayout.html - QHBoxLayout-1 - (QWidget *parent) - - - virtual - ~QHBoxLayout - qhboxlayout.html - dtor.QHBoxLayout - () - - - - QVBoxLayout - qvboxlayout.html - QBoxLayout - - virtual const QMetaObject * - metaObject - qvboxlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qvboxlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qvboxlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qvboxlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qvboxlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - - QVBoxLayout - qvboxlayout.html - QVBoxLayout - () - - - - QVBoxLayout - qvboxlayout.html - QVBoxLayout-1 - (QWidget *parent) - - - virtual - ~QVBoxLayout - qvboxlayout.html - dtor.QVBoxLayout - () - - - - QButtonGroup - qbuttongroup.html - QObject - - virtual const QMetaObject * - metaObject - qbuttongroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qbuttongroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qbuttongroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qbuttongroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qbuttongroup.html - trUtf8 - (const char *s, const char *c, int n) - - - exclusive - qbuttongroup.html - exclusive-prop - - - - - QButtonGroup - qbuttongroup.html - QButtonGroup - (QObject *parent) - - - virtual - ~QButtonGroup - qbuttongroup.html - dtor.QButtonGroup - () - - - void - setExclusive - qbuttongroup.html - exclusive-prop - (bool ) - - - bool - exclusive - qbuttongroup.html - exclusive-prop - () const const - - - void - addButton - qbuttongroup.html - addButton - (QAbstractButton *button, int id) - - - void - removeButton - qbuttongroup.html - removeButton - (QAbstractButton *button) - - - QList<QAbstractButton *> - buttons - qbuttongroup.html - buttons - () const const - - - QAbstractButton * - checkedButton - qbuttongroup.html - checkedButton - () const const - - - QAbstractButton * - button - qbuttongroup.html - button - (int id) const const - - - void - setId - qbuttongroup.html - setId - (QAbstractButton *button, int id) - - - int - id - qbuttongroup.html - id - (QAbstractButton *button) const const - - - int - checkedId - qbuttongroup.html - checkedId - () const const - - - void - buttonClicked - qbuttongroup.html - buttonClicked - (QAbstractButton *button) - - - void - buttonClicked - qbuttongroup.html - buttonClicked-1 - (int id) - - - void - buttonPressed - qbuttongroup.html - buttonPressed - (QAbstractButton *button) - - - void - buttonPressed - qbuttongroup.html - buttonPressed-1 - (int id) - - - void - buttonReleased - qbuttongroup.html - buttonReleased - (QAbstractButton *button) - - - void - buttonReleased - qbuttongroup.html - buttonReleased-1 - (int id) - - - void - buttonToggled - qbuttongroup.html - buttonToggled - (QAbstractButton *button, bool checked) - - - void - buttonToggled - qbuttongroup.html - buttonToggled-1 - (int id, bool checked) - - - - QCalendarWidget - qcalendarwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qcalendarwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qcalendarwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcalendarwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcalendarwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcalendarwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - selectedDate - qcalendarwidget.html - selectedDate-prop - - - - minimumDate - qcalendarwidget.html - minimumDate-prop - - - - maximumDate - qcalendarwidget.html - maximumDate-prop - - - - firstDayOfWeek - qcalendarwidget.html - firstDayOfWeek-prop - - - - gridVisible - qcalendarwidget.html - gridVisible-prop - - - - selectionMode - qcalendarwidget.html - selectionMode-prop - - - - horizontalHeaderFormat - qcalendarwidget.html - horizontalHeaderFormat-prop - - - - verticalHeaderFormat - qcalendarwidget.html - verticalHeaderFormat-prop - - - - navigationBarVisible - qcalendarwidget.html - navigationBarVisible-prop - - - - dateEditEnabled - qcalendarwidget.html - dateEditEnabled-prop - - - - dateEditAcceptDelay - qcalendarwidget.html - dateEditAcceptDelay-prop - - - - HorizontalHeaderFormat - qcalendarwidget.html - HorizontalHeaderFormat-enum - - - NoHorizontalHeader - qcalendarwidget.html - HorizontalHeaderFormat-enum - - - SingleLetterDayNames - qcalendarwidget.html - HorizontalHeaderFormat-enum - - - ShortDayNames - qcalendarwidget.html - HorizontalHeaderFormat-enum - - - LongDayNames - qcalendarwidget.html - HorizontalHeaderFormat-enum - - - VerticalHeaderFormat - qcalendarwidget.html - VerticalHeaderFormat-enum - - - NoVerticalHeader - qcalendarwidget.html - VerticalHeaderFormat-enum - - - ISOWeekNumbers - qcalendarwidget.html - VerticalHeaderFormat-enum - - - SelectionMode - qcalendarwidget.html - SelectionMode-enum - - - NoSelection - qcalendarwidget.html - SelectionMode-enum - - - SingleSelection - qcalendarwidget.html - SelectionMode-enum - - - - QCalendarWidget - qcalendarwidget.html - QCalendarWidget - (QWidget *parent) - - - virtual - ~QCalendarWidget - qcalendarwidget.html - dtor.QCalendarWidget - () - - - virtual QSize - sizeHint - qcalendarwidget.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qcalendarwidget.html - minimumSizeHint - () const const override - - - QDate - selectedDate - qcalendarwidget.html - selectedDate-prop - () const const - - - int - yearShown - qcalendarwidget.html - yearShown - () const const - - - int - monthShown - qcalendarwidget.html - monthShown - () const const - - - QDate - minimumDate - qcalendarwidget.html - minimumDate-prop - () const const - - - void - setMinimumDate - qcalendarwidget.html - minimumDate-prop - (const QDate &date) - - - QDate - maximumDate - qcalendarwidget.html - maximumDate-prop - () const const - - - void - setMaximumDate - qcalendarwidget.html - maximumDate-prop - (const QDate &date) - - - Qt::DayOfWeek - firstDayOfWeek - qcalendarwidget.html - firstDayOfWeek-prop - () const const - - - void - setFirstDayOfWeek - qcalendarwidget.html - firstDayOfWeek-prop - (Qt::DayOfWeek dayOfWeek) - - - bool - isNavigationBarVisible - qcalendarwidget.html - navigationBarVisible-prop - () const const - - - bool - isGridVisible - qcalendarwidget.html - gridVisible-prop - () const const - - - QCalendarWidget::SelectionMode - selectionMode - qcalendarwidget.html - selectionMode-prop - () const const - - - void - setSelectionMode - qcalendarwidget.html - selectionMode-prop - (QCalendarWidget::SelectionMode mode) - - - QCalendarWidget::HorizontalHeaderFormat - horizontalHeaderFormat - qcalendarwidget.html - horizontalHeaderFormat-prop - () const const - - - void - setHorizontalHeaderFormat - qcalendarwidget.html - horizontalHeaderFormat-prop - (QCalendarWidget::HorizontalHeaderFormat format) - - - QCalendarWidget::VerticalHeaderFormat - verticalHeaderFormat - qcalendarwidget.html - verticalHeaderFormat-prop - () const const - - - void - setVerticalHeaderFormat - qcalendarwidget.html - verticalHeaderFormat-prop - (QCalendarWidget::VerticalHeaderFormat format) - - - QTextCharFormat - headerTextFormat - qcalendarwidget.html - headerTextFormat - () const const - - - void - setHeaderTextFormat - qcalendarwidget.html - setHeaderTextFormat - (const QTextCharFormat &format) - - - QTextCharFormat - weekdayTextFormat - qcalendarwidget.html - weekdayTextFormat - (Qt::DayOfWeek dayOfWeek) const const - - - void - setWeekdayTextFormat - qcalendarwidget.html - setWeekdayTextFormat - (Qt::DayOfWeek dayOfWeek, const QTextCharFormat &format) - - - QMap<QDate, QTextCharFormat> - dateTextFormat - qcalendarwidget.html - dateTextFormat - () const const - - - QTextCharFormat - dateTextFormat - qcalendarwidget.html - dateTextFormat-1 - (const QDate &date) const const - - - void - setDateTextFormat - qcalendarwidget.html - setDateTextFormat - (const QDate &date, const QTextCharFormat &format) - - - bool - isDateEditEnabled - qcalendarwidget.html - dateEditEnabled-prop - () const const - - - void - setDateEditEnabled - qcalendarwidget.html - dateEditEnabled-prop - (bool enable) - - - int - dateEditAcceptDelay - qcalendarwidget.html - dateEditAcceptDelay-prop - () const const - - - void - setDateEditAcceptDelay - qcalendarwidget.html - dateEditAcceptDelay-prop - (int delay) - - - virtual bool - event - qcalendarwidget.html - event - (QEvent *event) override - - - virtual bool - eventFilter - qcalendarwidget.html - eventFilter - (QObject *watched, QEvent *event) override - - - virtual void - mousePressEvent - qcalendarwidget.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - resizeEvent - qcalendarwidget.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - keyPressEvent - qcalendarwidget.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - paintCell - qcalendarwidget.html - paintCell - (QPainter *painter, const QRect &rect, const QDate &date) const const - - - void - updateCell - qcalendarwidget.html - updateCell - (const QDate &date) - - - void - updateCells - qcalendarwidget.html - updateCells - () - - - void - setSelectedDate - qcalendarwidget.html - selectedDate-prop - (const QDate &date) - - - void - setDateRange - qcalendarwidget.html - setDateRange - (const QDate &min, const QDate &max) - - - void - setCurrentPage - qcalendarwidget.html - setCurrentPage - (int year, int month) - - - void - setGridVisible - qcalendarwidget.html - gridVisible-prop - (bool show) - - - void - setNavigationBarVisible - qcalendarwidget.html - navigationBarVisible-prop - (bool visible) - - - void - showNextMonth - qcalendarwidget.html - showNextMonth - () - - - void - showPreviousMonth - qcalendarwidget.html - showPreviousMonth - () - - - void - showNextYear - qcalendarwidget.html - showNextYear - () - - - void - showPreviousYear - qcalendarwidget.html - showPreviousYear - () - - - void - showSelectedDate - qcalendarwidget.html - showSelectedDate - () - - - void - showToday - qcalendarwidget.html - showToday - () - - - void - selectionChanged - qcalendarwidget.html - selectionChanged - () - - - void - clicked - qcalendarwidget.html - clicked - (const QDate &date) - - - void - activated - qcalendarwidget.html - activated - (const QDate &date) - - - void - currentPageChanged - qcalendarwidget.html - currentPageChanged - (int year, int month) - - - - QCheckBox - qcheckbox.html - QAbstractButton - - virtual const QMetaObject * - metaObject - qcheckbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qcheckbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcheckbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcheckbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcheckbox.html - trUtf8 - (const char *s, const char *c, int n) - - - tristate - qcheckbox.html - tristate-prop - - - - - QCheckBox - qcheckbox.html - QCheckBox - (QWidget *parent) - - - - QCheckBox - qcheckbox.html - QCheckBox-1 - (const QString &text, QWidget *parent) - - - virtual - ~QCheckBox - qcheckbox.html - dtor.QCheckBox - () - - - virtual QSize - sizeHint - qcheckbox.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qcheckbox.html - minimumSizeHint - () const const override - - - void - setTristate - qcheckbox.html - tristate-prop - (bool y) - - - bool - isTristate - qcheckbox.html - tristate-prop - () const const - - - Qt::CheckState - checkState - qcheckbox.html - checkState - () const const - - - void - setCheckState - qcheckbox.html - setCheckState - (Qt::CheckState state) - - - void - stateChanged - qcheckbox.html - stateChanged - (int state) - - - virtual bool - event - qcheckbox.html - event - (QEvent *e) override - - - virtual bool - hitButton - qcheckbox.html - hitButton - (const QPoint &pos) const const override - - - virtual void - checkStateSet - qcheckbox.html - checkStateSet - () override - - - virtual void - nextCheckState - qcheckbox.html - nextCheckState - () override - - - virtual void - paintEvent - qcheckbox.html - paintEvent - (QPaintEvent *) override - - - virtual void - mouseMoveEvent - qcheckbox.html - mouseMoveEvent - (QMouseEvent *e) override - - - void - initStyleOption - qcheckbox.html - initStyleOption - (QStyleOptionButton *option) const const - - - - QDialog - qdialog.html - QWidget - - virtual const QMetaObject * - metaObject - qdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - sizeGripEnabled - qdialog.html - sizeGripEnabled-prop - - - - modal - qdialog.html - modal-prop - - - - - QDialog - qdialog.html - QDialog - (QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QDialog - qdialog.html - dtor.QDialog - () - - - DialogCode - qdialog.html - DialogCode-enum - - - Rejected - qdialog.html - DialogCode-enum - - - Accepted - qdialog.html - DialogCode-enum - - - int - result - qdialog.html - result - () const const - - - virtual void - setVisible - qdialog.html - setVisible - (bool visible) override - - - void - setOrientation - qdialog-obsolete.html - setOrientation - (Qt::Orientation orientation) - - - Qt::Orientation - orientation - qdialog-obsolete.html - orientation - () const const - - - void - setExtension - qdialog-obsolete.html - setExtension - (QWidget *extension) - - - QWidget * - extension - qdialog-obsolete.html - extension - () const const - - - virtual QSize - sizeHint - qdialog.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qdialog.html - minimumSizeHint - () const const override - - - void - setSizeGripEnabled - qdialog.html - sizeGripEnabled-prop - (bool ) - - - bool - isSizeGripEnabled - qdialog.html - sizeGripEnabled-prop - () const const - - - void - setModal - qdialog.html - modal-prop - (bool modal) - - - void - setResult - qdialog.html - setResult - (int i) - - - void - finished - qdialog.html - finished - (int result) - - - void - accepted - qdialog.html - accepted - () - - - void - rejected - qdialog.html - rejected - () - - - virtual void - open - qdialog.html - open - () - - - virtual int - exec - qdialog.html - exec - () - - - virtual void - done - qdialog.html - done - (int r) - - - virtual void - accept - qdialog.html - accept - () - - - virtual void - reject - qdialog.html - reject - () - - - void - showExtension - qdialog-obsolete.html - showExtension - (bool showIt) - - - virtual void - keyPressEvent - qdialog.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - closeEvent - qdialog.html - closeEvent - (QCloseEvent *e) override - - - virtual void - showEvent - qdialog.html - showEvent - (QShowEvent *event) override - - - virtual void - resizeEvent - qdialog.html - resizeEvent - (QResizeEvent *) override - - - virtual void - contextMenuEvent - qdialog.html - contextMenuEvent - (QContextMenuEvent *e) override - - - virtual bool - eventFilter - qdialog.html - eventFilter - (QObject *o, QEvent *e) override - - - - QColorDialog - qcolordialog.html - QDialog - - virtual const QMetaObject * - metaObject - qcolordialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qcolordialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcolordialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcolordialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcolordialog.html - trUtf8 - (const char *s, const char *c, int n) - - - currentColor - qcolordialog.html - currentColor-prop - - - - options - qcolordialog.html - options-prop - - - - ColorDialogOption - qcolordialog.html - ColorDialogOption-enum - - - ShowAlphaChannel - qcolordialog.html - ColorDialogOption-enum - - - NoButtons - qcolordialog.html - ColorDialogOption-enum - - - DontUseNativeDialog - qcolordialog.html - ColorDialogOption-enum - - - ColorDialogOptions - qcolordialog.html - ColorDialogOption-enum - - - - - QColorDialog - qcolordialog.html - QColorDialog - (QWidget *parent) - - - - QColorDialog - qcolordialog.html - QColorDialog-1 - (const QColor &initial, QWidget *parent) - - - virtual - ~QColorDialog - qcolordialog.html - dtor.QColorDialog - () - - - void - setCurrentColor - qcolordialog.html - currentColor-prop - (const QColor &color) - - - QColor - currentColor - qcolordialog.html - currentColor-prop - () const const - - - QColor - selectedColor - qcolordialog.html - selectedColor - () const const - - - void - setOption - qcolordialog.html - setOption - (QColorDialog::ColorDialogOption option, bool on) - - - bool - testOption - qcolordialog.html - testOption - (QColorDialog::ColorDialogOption option) const const - - - void - setOptions - qcolordialog.html - options-prop - (QColorDialog::ColorDialogOptions options) - - - QColorDialog::ColorDialogOptions - options - qcolordialog.html - options-prop - () const const - - - void - open - qcolordialog.html - open - (QObject *receiver, const char *member) - - - virtual void - setVisible - qcolordialog.html - setVisible - (bool visible) override - - - QColor - getColor - qcolordialog.html - getColor - (const QColor &initial, QWidget *parent, const QString &title, QColorDialog::ColorDialogOptions options) - - - QRgb - getRgba - qcolordialog-obsolete.html - getRgba - (QRgb initial, bool *ok, QWidget *parent) - - - int - customCount - qcolordialog.html - customCount - () - - - QColor - customColor - qcolordialog.html - customColor - (int index) - - - void - setCustomColor - qcolordialog.html - setCustomColor - (int index, QColor color) - - - QColor - standardColor - qcolordialog.html - standardColor - (int index) - - - void - setStandardColor - qcolordialog.html - setStandardColor - (int index, QColor color) - - - void - currentColorChanged - qcolordialog.html - currentColorChanged - (const QColor &color) - - - void - colorSelected - qcolordialog.html - colorSelected - (const QColor &color) - - - virtual void - changeEvent - qcolordialog.html - changeEvent - (QEvent *e) override - - - virtual void - done - qcolordialog.html - done - (int result) override - - - - QColormap - qcolormap.html - - Mode - qcolormap.html - Mode-enum - - - Direct - qcolormap.html - Mode-enum - - - Indexed - qcolormap.html - Mode-enum - - - Gray - qcolormap.html - Mode-enum - - - QColormap - instance - qcolormap.html - instance - (int screen) - - - - QColormap - qcolormap.html - QColormap - (const QColormap &colormap) - - - - ~QColormap - qcolormap.html - dtor.QColormap - () - - - QColormap & - operator= - qcolormap.html - operator-eq - (const QColormap &colormap) - - - QColormap::Mode - mode - qcolormap.html - mode - () const const - - - int - depth - qcolormap.html - depth - () const const - - - int - size - qcolormap.html - size - () const const - - - uint - pixel - qcolormap.html - pixel - (const QColor &color) const const - - - const QColor - colorAt - qcolormap.html - colorAt - (uint pixel) const const - - - const QVector<QColor> - colormap - qcolormap.html - colormap - () const const - - - - QColumnView - qcolumnview.html - QAbstractItemView - - virtual const QMetaObject * - metaObject - qcolumnview.html - metaObject - () const const - - - virtual void * - qt_metacast - qcolumnview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcolumnview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcolumnview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcolumnview.html - trUtf8 - (const char *s, const char *c, int n) - - - resizeGripsVisible - qcolumnview.html - resizeGripsVisible-prop - - - - void - updatePreviewWidget - qcolumnview.html - updatePreviewWidget - (const QModelIndex &index) - - - - QColumnView - qcolumnview.html - QColumnView - (QWidget *parent) - - - virtual - ~QColumnView - qcolumnview.html - dtor.QColumnView - () - - - virtual QModelIndex - indexAt - qcolumnview.html - indexAt - (const QPoint &point) const const override - - - virtual void - scrollTo - qcolumnview.html - scrollTo - (const QModelIndex &index, QAbstractItemView::ScrollHint hint) override - - - virtual QSize - sizeHint - qcolumnview.html - sizeHint - () const const override - - - virtual QRect - visualRect - qcolumnview.html - visualRect - (const QModelIndex &index) const const override - - - virtual void - setModel - qcolumnview.html - setModel - (QAbstractItemModel *model) override - - - virtual void - setSelectionModel - qcolumnview.html - setSelectionModel - (QItemSelectionModel *newSelectionModel) override - - - virtual void - setRootIndex - qcolumnview.html - setRootIndex - (const QModelIndex &index) override - - - virtual void - selectAll - qcolumnview.html - selectAll - () override - - - void - setResizeGripsVisible - qcolumnview.html - resizeGripsVisible-prop - (bool visible) - - - bool - resizeGripsVisible - qcolumnview.html - resizeGripsVisible-prop - () const const - - - QWidget * - previewWidget - qcolumnview.html - previewWidget - () const const - - - void - setPreviewWidget - qcolumnview.html - setPreviewWidget - (QWidget *widget) - - - void - setColumnWidths - qcolumnview.html - setColumnWidths - (const QList<int> &list) - - - QList<int> - columnWidths - qcolumnview.html - columnWidths - () const const - - - virtual bool - isIndexHidden - qcolumnview.html - isIndexHidden - (const QModelIndex &index) const const override - - - virtual QModelIndex - moveCursor - qcolumnview.html - moveCursor - (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override - - - virtual void - resizeEvent - qcolumnview.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - setSelection - qcolumnview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags command) override - - - virtual QRegion - visualRegionForSelection - qcolumnview.html - visualRegionForSelection - (const QItemSelection &selection) const const override - - - virtual int - horizontalOffset - qcolumnview.html - horizontalOffset - () const const override - - - virtual int - verticalOffset - qcolumnview.html - verticalOffset - () const const override - - - virtual void - rowsInserted - qcolumnview.html - rowsInserted - (const QModelIndex &parent, int start, int end) override - - - virtual void - currentChanged - qcolumnview.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) override - - - virtual void - scrollContentsBy - qcolumnview.html - scrollContentsBy - (int dx, int dy) override - - - virtual QAbstractItemView * - createColumn - qcolumnview.html - createColumn - (const QModelIndex &index) - - - void - initializeColumn - qcolumnview.html - initializeColumn - (QAbstractItemView *column) const const - - - - QComboBox - qcombobox.html - QWidget - - virtual const QMetaObject * - metaObject - qcombobox.html - metaObject - () const const - - - virtual void * - qt_metacast - qcombobox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcombobox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcombobox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcombobox.html - trUtf8 - (const char *s, const char *c, int n) - - - editable - qcombobox.html - editable-prop - - - - count - qcombobox.html - count-prop - - - - currentText - qcombobox.html - currentText-prop - - - - currentIndex - qcombobox.html - currentIndex-prop - - - - currentData - qcombobox.html - currentData-prop - - - - maxVisibleItems - qcombobox.html - maxVisibleItems-prop - - - - maxCount - qcombobox.html - maxCount-prop - - - - insertPolicy - qcombobox.html - insertPolicy-prop - - - - sizeAdjustPolicy - qcombobox.html - sizeAdjustPolicy-prop - - - - minimumContentsLength - qcombobox.html - minimumContentsLength-prop - - - - iconSize - qcombobox.html - iconSize-prop - - - - autoCompletion - qcombobox-obsolete.html - autoCompletion-prop - - - - autoCompletionCaseSensitivity - qcombobox-obsolete.html - autoCompletionCaseSensitivity-prop - - - - duplicatesEnabled - qcombobox.html - duplicatesEnabled-prop - - - - frame - qcombobox.html - frame-prop - - - - modelColumn - qcombobox.html - modelColumn-prop - - - - - QComboBox - qcombobox.html - QComboBox - (QWidget *parent) - - - virtual - ~QComboBox - qcombobox.html - dtor.QComboBox - () - - - int - maxVisibleItems - qcombobox.html - maxVisibleItems-prop - () const const - - - void - setMaxVisibleItems - qcombobox.html - maxVisibleItems-prop - (int maxItems) - - - int - count - qcombobox.html - count-prop - () const const - - - void - setMaxCount - qcombobox.html - maxCount-prop - (int max) - - - int - maxCount - qcombobox.html - maxCount-prop - () const const - - - bool - autoCompletion - qcombobox-obsolete.html - autoCompletion - () const const - - - void - setAutoCompletion - qcombobox-obsolete.html - setAutoCompletion - (bool enable) - - - Qt::CaseSensitivity - autoCompletionCaseSensitivity - qcombobox-obsolete.html - autoCompletionCaseSensitivity - () const const - - - void - setAutoCompletionCaseSensitivity - qcombobox-obsolete.html - setAutoCompletionCaseSensitivity - (Qt::CaseSensitivity sensitivity) - - - bool - duplicatesEnabled - qcombobox.html - duplicatesEnabled-prop - () const const - - - void - setDuplicatesEnabled - qcombobox.html - duplicatesEnabled-prop - (bool enable) - - - void - setFrame - qcombobox.html - frame-prop - (bool ) - - - bool - hasFrame - qcombobox.html - frame-prop - () const const - - - int - findText - qcombobox.html - findText - (const QString &text, Qt::MatchFlags flags) const const - - - int - findData - qcombobox.html - findData - (const QVariant &data, int role, Qt::MatchFlags flags) const const - - - InsertPolicy - qcombobox.html - InsertPolicy-enum - - - NoInsert - qcombobox.html - InsertPolicy-enum - - - InsertAtTop - qcombobox.html - InsertPolicy-enum - - - InsertAtCurrent - qcombobox.html - InsertPolicy-enum - - - InsertAtBottom - qcombobox.html - InsertPolicy-enum - - - InsertAfterCurrent - qcombobox.html - InsertPolicy-enum - - - InsertBeforeCurrent - qcombobox.html - InsertPolicy-enum - - - InsertAlphabetically - qcombobox.html - InsertPolicy-enum - - - QComboBox::InsertPolicy - insertPolicy - qcombobox.html - insertPolicy-prop - () const const - - - void - setInsertPolicy - qcombobox.html - insertPolicy-prop - (QComboBox::InsertPolicy policy) - - - SizeAdjustPolicy - qcombobox.html - SizeAdjustPolicy-enum - - - AdjustToContents - qcombobox.html - SizeAdjustPolicy-enum - - - AdjustToContentsOnFirstShow - qcombobox.html - SizeAdjustPolicy-enum - - - AdjustToMinimumContentsLength - qcombobox.html - SizeAdjustPolicy-enum - - - AdjustToMinimumContentsLengthWithIcon - qcombobox.html - SizeAdjustPolicy-enum - - - QComboBox::SizeAdjustPolicy - sizeAdjustPolicy - qcombobox.html - sizeAdjustPolicy-prop - () const const - - - void - setSizeAdjustPolicy - qcombobox.html - sizeAdjustPolicy-prop - (QComboBox::SizeAdjustPolicy policy) - - - int - minimumContentsLength - qcombobox.html - minimumContentsLength-prop - () const const - - - void - setMinimumContentsLength - qcombobox.html - minimumContentsLength-prop - (int characters) - - - QSize - iconSize - qcombobox.html - iconSize-prop - () const const - - - void - setIconSize - qcombobox.html - iconSize-prop - (const QSize &size) - - - bool - isEditable - qcombobox.html - editable-prop - () const const - - - void - setEditable - qcombobox.html - editable-prop - (bool editable) - - - void - setLineEdit - qcombobox.html - setLineEdit - (QLineEdit *edit) - - - QLineEdit * - lineEdit - qcombobox.html - lineEdit - () const const - - - void - setValidator - qcombobox.html - setValidator - (const QValidator *validator) - - - const QValidator * - validator - qcombobox.html - validator - () const const - - - void - setCompleter - qcombobox.html - setCompleter - (QCompleter *completer) - - - QCompleter * - completer - qcombobox.html - completer - () const const - - - QAbstractItemDelegate * - itemDelegate - qcombobox.html - itemDelegate - () const const - - - void - setItemDelegate - qcombobox.html - setItemDelegate - (QAbstractItemDelegate *delegate) - - - QAbstractItemModel * - model - qcombobox.html - model - () const const - - - void - setModel - qcombobox.html - setModel - (QAbstractItemModel *model) - - - QModelIndex - rootModelIndex - qcombobox.html - rootModelIndex - () const const - - - void - setRootModelIndex - qcombobox.html - setRootModelIndex - (const QModelIndex &index) - - - int - modelColumn - qcombobox.html - modelColumn-prop - () const const - - - void - setModelColumn - qcombobox.html - modelColumn-prop - (int visibleColumn) - - - int - currentIndex - qcombobox.html - currentIndex-prop - () const const - - - QString - currentText - qcombobox.html - currentText-prop - () const const - - - QVariant - currentData - qcombobox.html - currentData-prop - (int role) const const - - - QString - itemText - qcombobox.html - itemText - (int index) const const - - - QIcon - itemIcon - qcombobox.html - itemIcon - (int index) const const - - - QVariant - itemData - qcombobox.html - itemData - (int index, int role) const const - - - void - addItem - qcombobox.html - addItem - (const QString &text, const QVariant &userData) - - - void - addItem - qcombobox.html - addItem-1 - (const QIcon &icon, const QString &text, const QVariant &userData) - - - void - addItems - qcombobox.html - addItems - (const QStringList &texts) - - - void - insertItem - qcombobox.html - insertItem - (int index, const QString &text, const QVariant &userData) - - - void - insertItem - qcombobox.html - insertItem-1 - (int index, const QIcon &icon, const QString &text, const QVariant &userData) - - - void - insertItems - qcombobox.html - insertItems - (int index, const QStringList &list) - - - void - insertSeparator - qcombobox.html - insertSeparator - (int index) - - - void - removeItem - qcombobox.html - removeItem - (int index) - - - void - setItemText - qcombobox.html - setItemText - (int index, const QString &text) - - - void - setItemIcon - qcombobox.html - setItemIcon - (int index, const QIcon &icon) - - - void - setItemData - qcombobox.html - setItemData - (int index, const QVariant &value, int role) - - - QAbstractItemView * - view - qcombobox.html - view - () const const - - - void - setView - qcombobox.html - setView - (QAbstractItemView *itemView) - - - virtual QSize - sizeHint - qcombobox.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qcombobox.html - minimumSizeHint - () const const override - - - virtual void - showPopup - qcombobox.html - showPopup - () - - - virtual void - hidePopup - qcombobox.html - hidePopup - () - - - virtual bool - event - qcombobox.html - event - (QEvent *event) override - - - virtual QVariant - inputMethodQuery - qcombobox.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - void - clear - qcombobox.html - clear - () - - - void - clearEditText - qcombobox.html - clearEditText - () - - - void - setEditText - qcombobox.html - setEditText - (const QString &text) - - - void - setCurrentIndex - qcombobox.html - currentIndex-prop - (int index) - - - void - setCurrentText - qcombobox.html - currentText-prop - (const QString &text) - - - void - editTextChanged - qcombobox.html - editTextChanged - (const QString &text) - - - void - activated - qcombobox.html - activated - (int index) - - - void - activated - qcombobox.html - activated-1 - (const QString &text) - - - void - highlighted - qcombobox.html - highlighted - (int index) - - - void - highlighted - qcombobox.html - highlighted-1 - (const QString &text) - - - void - currentIndexChanged - qcombobox.html - currentIndexChanged - (int index) - - - void - currentIndexChanged - qcombobox.html - currentIndexChanged-1 - (const QString &text) - - - void - currentTextChanged - qcombobox.html - currentTextChanged - (const QString &text) - - - virtual void - focusInEvent - qcombobox.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qcombobox.html - focusOutEvent - (QFocusEvent *e) override - - - virtual void - changeEvent - qcombobox.html - changeEvent - (QEvent *e) override - - - virtual void - resizeEvent - qcombobox.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - paintEvent - qcombobox.html - paintEvent - (QPaintEvent *e) override - - - virtual void - showEvent - qcombobox.html - showEvent - (QShowEvent *e) override - - - virtual void - hideEvent - qcombobox.html - hideEvent - (QHideEvent *e) override - - - virtual void - mousePressEvent - qcombobox.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qcombobox.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - keyPressEvent - qcombobox.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - keyReleaseEvent - qcombobox.html - keyReleaseEvent - (QKeyEvent *e) override - - - virtual void - wheelEvent - qcombobox.html - wheelEvent - (QWheelEvent *e) override - - - virtual void - contextMenuEvent - qcombobox.html - contextMenuEvent - (QContextMenuEvent *e) override - - - virtual void - inputMethodEvent - qcombobox.html - inputMethodEvent - (QInputMethodEvent *e) override - - - void - initStyleOption - qcombobox.html - initStyleOption - (QStyleOptionComboBox *option) const const - - - - QPushButton - qpushbutton.html - QAbstractButton - - virtual const QMetaObject * - metaObject - qpushbutton.html - metaObject - () const const - - - virtual void * - qt_metacast - qpushbutton.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpushbutton.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpushbutton.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpushbutton.html - trUtf8 - (const char *s, const char *c, int n) - - - autoDefault - qpushbutton.html - autoDefault-prop - - - - default - qpushbutton.html - default-prop - - - - flat - qpushbutton.html - flat-prop - - - - - QPushButton - qpushbutton.html - QPushButton - (QWidget *parent) - - - - QPushButton - qpushbutton.html - QPushButton-1 - (const QString &text, QWidget *parent) - - - - QPushButton - qpushbutton.html - QPushButton-2 - (const QIcon &icon, const QString &text, QWidget *parent) - - - virtual - ~QPushButton - qpushbutton.html - dtor.QPushButton - () - - - virtual QSize - sizeHint - qpushbutton.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qpushbutton.html - minimumSizeHint - () const const override - - - bool - autoDefault - qpushbutton.html - autoDefault-prop - () const const - - - void - setAutoDefault - qpushbutton.html - autoDefault-prop - (bool ) - - - bool - isDefault - qpushbutton.html - default-prop - () const const - - - void - setDefault - qpushbutton.html - default-prop - (bool ) - - - void - setMenu - qpushbutton.html - setMenu - (QMenu *menu) - - - QMenu * - menu - qpushbutton.html - menu - () const const - - - void - setFlat - qpushbutton.html - flat-prop - (bool ) - - - bool - isFlat - qpushbutton.html - flat-prop - () const const - - - void - showMenu - qpushbutton.html - showMenu - () - - - virtual bool - event - qpushbutton.html - event - (QEvent *e) override - - - virtual void - paintEvent - qpushbutton.html - paintEvent - (QPaintEvent *) override - - - virtual void - keyPressEvent - qpushbutton.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - focusInEvent - qpushbutton.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qpushbutton.html - focusOutEvent - (QFocusEvent *e) override - - - void - initStyleOption - qpushbutton.html - initStyleOption - (QStyleOptionButton *option) const const - - - - QCommandLinkButton - qcommandlinkbutton.html - QPushButton - - virtual const QMetaObject * - metaObject - qcommandlinkbutton.html - metaObject - () const const - - - virtual void * - qt_metacast - qcommandlinkbutton.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcommandlinkbutton.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcommandlinkbutton.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcommandlinkbutton.html - trUtf8 - (const char *s, const char *c, int n) - - - description - qcommandlinkbutton.html - description-prop - - - - flat - qcommandlinkbutton.html - flat-prop - - - - - QCommandLinkButton - qcommandlinkbutton.html - QCommandLinkButton - (QWidget *parent) - - - - QCommandLinkButton - qcommandlinkbutton.html - QCommandLinkButton-1 - (const QString &text, QWidget *parent) - - - - QCommandLinkButton - qcommandlinkbutton.html - QCommandLinkButton-2 - (const QString &text, const QString &description, QWidget *parent) - - - virtual - ~QCommandLinkButton - qcommandlinkbutton.html - dtor.QCommandLinkButton - () - - - QString - description - qcommandlinkbutton.html - description-prop - () const const - - - void - setDescription - qcommandlinkbutton.html - description-prop - (const QString &description) - - - virtual QSize - sizeHint - qcommandlinkbutton.html - sizeHint - () const const override - - - virtual int - heightForWidth - qcommandlinkbutton.html - heightForWidth - (int width) const const override - - - virtual QSize - minimumSizeHint - qcommandlinkbutton.html - minimumSizeHint - () const const override - - - virtual bool - event - qcommandlinkbutton.html - event - (QEvent *e) override - - - virtual void - paintEvent - qcommandlinkbutton.html - paintEvent - (QPaintEvent *) override - - - - QCommonStyle - qcommonstyle.html - QStyle - - virtual const QMetaObject * - metaObject - qcommonstyle.html - metaObject - () const const - - - virtual void * - qt_metacast - qcommonstyle.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcommonstyle.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcommonstyle.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcommonstyle.html - trUtf8 - (const char *s, const char *c, int n) - - - - QCommonStyle - qcommonstyle.html - QCommonStyle - () - - - virtual - ~QCommonStyle - qcommonstyle.html - dtor.QCommonStyle - () - - - virtual void - drawPrimitive - qcommonstyle.html - drawPrimitive - (QStyle::PrimitiveElement pe, const QStyleOption *opt, QPainter *p, const QWidget *widget) const const override - - - virtual void - drawControl - qcommonstyle.html - drawControl - (QStyle::ControlElement element, const QStyleOption *opt, QPainter *p, const QWidget *widget) const const override - - - virtual QRect - subElementRect - qcommonstyle.html - subElementRect - (QStyle::SubElement sr, const QStyleOption *opt, const QWidget *widget) const const override - - - virtual void - drawComplexControl - qcommonstyle.html - drawComplexControl - (QStyle::ComplexControl cc, const QStyleOptionComplex *opt, QPainter *p, const QWidget *widget) const const override - - - virtual QStyle::SubControl - hitTestComplexControl - qcommonstyle.html - hitTestComplexControl - (QStyle::ComplexControl cc, const QStyleOptionComplex *opt, const QPoint &pt, const QWidget *widget) const const override - - - virtual QRect - subControlRect - qcommonstyle.html - subControlRect - (QStyle::ComplexControl cc, const QStyleOptionComplex *opt, QStyle::SubControl sc, const QWidget *widget) const const override - - - virtual QSize - sizeFromContents - qcommonstyle.html - sizeFromContents - (QStyle::ContentsType ct, const QStyleOption *opt, const QSize &csz, const QWidget *widget) const const override - - - virtual int - pixelMetric - qcommonstyle.html - pixelMetric - (QStyle::PixelMetric m, const QStyleOption *opt, const QWidget *widget) const const override - - - virtual int - styleHint - qcommonstyle.html - styleHint - (QStyle::StyleHint sh, const QStyleOption *opt, const QWidget *widget, QStyleHintReturn *hret) const const override - - - virtual QPixmap - standardPixmap - qcommonstyle.html - standardPixmap - (QStyle::StandardPixmap sp, const QStyleOption *option, const QWidget *widget) const const override - - - virtual QPixmap - generatedIconPixmap - qcommonstyle.html - generatedIconPixmap - (QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const const override - - - virtual int - layoutSpacing - qcommonstyle.html - layoutSpacing - (QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption *option, const QWidget *widget) const const override - - - virtual void - polish - qcommonstyle.html - polish - (QPalette &pal) override - - - virtual void - polish - qcommonstyle.html - polish-1 - (QApplication *app) override - - - virtual void - polish - qcommonstyle.html - polish-2 - (QWidget *widget) override - - - virtual void - unpolish - qcommonstyle.html - unpolish - (QWidget *widget) override - - - virtual void - unpolish - qcommonstyle.html - unpolish-1 - (QApplication *application) override - - - - QCompleter - qcompleter.html - QObject - - virtual const QMetaObject * - metaObject - qcompleter.html - metaObject - () const const - - - virtual void * - qt_metacast - qcompleter.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qcompleter.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qcompleter.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qcompleter.html - trUtf8 - (const char *s, const char *c, int n) - - - completionPrefix - qcompleter.html - completionPrefix-prop - - - - modelSorting - qcompleter.html - modelSorting-prop - - - - filterMode - qcompleter.html - filterMode-prop - - - - completionMode - qcompleter.html - completionMode-prop - - - - completionColumn - qcompleter.html - completionColumn-prop - - - - completionRole - qcompleter.html - completionRole-prop - - - - maxVisibleItems - qcompleter.html - maxVisibleItems-prop - - - - caseSensitivity - qcompleter.html - caseSensitivity-prop - - - - wrapAround - qcompleter.html - wrapAround-prop - - - - CompletionMode - qcompleter.html - CompletionMode-enum - - - PopupCompletion - qcompleter.html - CompletionMode-enum - - - UnfilteredPopupCompletion - qcompleter.html - CompletionMode-enum - - - InlineCompletion - qcompleter.html - CompletionMode-enum - - - ModelSorting - qcompleter.html - ModelSorting-enum - - - UnsortedModel - qcompleter.html - ModelSorting-enum - - - CaseSensitivelySortedModel - qcompleter.html - ModelSorting-enum - - - CaseInsensitivelySortedModel - qcompleter.html - ModelSorting-enum - - - - QCompleter - qcompleter.html - QCompleter - (QObject *parent) - - - - QCompleter - qcompleter.html - QCompleter-1 - (QAbstractItemModel *model, QObject *parent) - - - - QCompleter - qcompleter.html - QCompleter-2 - (const QStringList &list, QObject *parent) - - - virtual - ~QCompleter - qcompleter.html - dtor.QCompleter - () override - - - void - setWidget - qcompleter.html - setWidget - (QWidget *widget) - - - QWidget * - widget - qcompleter.html - widget - () const const - - - void - setModel - qcompleter.html - setModel - (QAbstractItemModel *model) - - - QAbstractItemModel * - model - qcompleter.html - model - () const const - - - void - setCompletionMode - qcompleter.html - completionMode-prop - (QCompleter::CompletionMode mode) - - - QCompleter::CompletionMode - completionMode - qcompleter.html - completionMode-prop - () const const - - - void - setFilterMode - qcompleter.html - filterMode-prop - (Qt::MatchFlags filterMode) - - - Qt::MatchFlags - filterMode - qcompleter.html - filterMode-prop - () const const - - - QAbstractItemView * - popup - qcompleter.html - popup - () const const - - - void - setPopup - qcompleter.html - setPopup - (QAbstractItemView *popup) - - - void - setCaseSensitivity - qcompleter.html - caseSensitivity-prop - (Qt::CaseSensitivity caseSensitivity) - - - Qt::CaseSensitivity - caseSensitivity - qcompleter.html - caseSensitivity-prop - () const const - - - void - setModelSorting - qcompleter.html - modelSorting-prop - (QCompleter::ModelSorting sorting) - - - QCompleter::ModelSorting - modelSorting - qcompleter.html - modelSorting-prop - () const const - - - void - setCompletionColumn - qcompleter.html - completionColumn-prop - (int column) - - - int - completionColumn - qcompleter.html - completionColumn-prop - () const const - - - void - setCompletionRole - qcompleter.html - completionRole-prop - (int role) - - - int - completionRole - qcompleter.html - completionRole-prop - () const const - - - bool - wrapAround - qcompleter.html - wrapAround-prop - () const const - - - int - maxVisibleItems - qcompleter.html - maxVisibleItems-prop - () const const - - - void - setMaxVisibleItems - qcompleter.html - maxVisibleItems-prop - (int maxItems) - - - int - completionCount - qcompleter.html - completionCount - () const const - - - bool - setCurrentRow - qcompleter.html - setCurrentRow - (int row) - - - int - currentRow - qcompleter.html - currentRow - () const const - - - QModelIndex - currentIndex - qcompleter.html - currentIndex - () const const - - - QString - currentCompletion - qcompleter.html - currentCompletion - () const const - - - QAbstractItemModel * - completionModel - qcompleter.html - completionModel - () const const - - - QString - completionPrefix - qcompleter.html - completionPrefix-prop - () const const - - - void - setCompletionPrefix - qcompleter.html - completionPrefix-prop - (const QString &prefix) - - - void - complete - qcompleter.html - complete - (const QRect &rect) - - - void - setWrapAround - qcompleter.html - wrapAround-prop - (bool wrap) - - - virtual QString - pathFromIndex - qcompleter.html - pathFromIndex - (const QModelIndex &index) const const - - - virtual QStringList - splitPath - qcompleter.html - splitPath - (const QString &path) const const - - - virtual bool - eventFilter - qcompleter.html - eventFilter - (QObject *o, QEvent *e) override - - - virtual bool - event - qcompleter.html - event - (QEvent *ev) override - - - void - activated - qcompleter.html - activated - (const QString &text) - - - void - activated - qcompleter.html - activated-1 - (const QModelIndex &index) - - - void - highlighted - qcompleter.html - highlighted - (const QString &text) - - - void - highlighted - qcompleter.html - highlighted-1 - (const QModelIndex &index) - - - - QDataWidgetMapper - qdatawidgetmapper.html - QObject - - virtual const QMetaObject * - metaObject - qdatawidgetmapper.html - metaObject - () const const - - - virtual void * - qt_metacast - qdatawidgetmapper.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdatawidgetmapper.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdatawidgetmapper.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdatawidgetmapper.html - trUtf8 - (const char *s, const char *c, int n) - - - currentIndex - qdatawidgetmapper.html - currentIndex-prop - - - - orientation - qdatawidgetmapper.html - orientation-prop - - - - submitPolicy - qdatawidgetmapper.html - submitPolicy-prop - - - - - QDataWidgetMapper - qdatawidgetmapper.html - QDataWidgetMapper - (QObject *parent) - - - virtual - ~QDataWidgetMapper - qdatawidgetmapper.html - dtor.QDataWidgetMapper - () - - - void - setModel - qdatawidgetmapper.html - setModel - (QAbstractItemModel *model) - - - QAbstractItemModel * - model - qdatawidgetmapper.html - model - () const const - - - void - setItemDelegate - qdatawidgetmapper.html - setItemDelegate - (QAbstractItemDelegate *delegate) - - - QAbstractItemDelegate * - itemDelegate - qdatawidgetmapper.html - itemDelegate - () const const - - - void - setRootIndex - qdatawidgetmapper.html - setRootIndex - (const QModelIndex &index) - - - QModelIndex - rootIndex - qdatawidgetmapper.html - rootIndex - () const const - - - void - setOrientation - qdatawidgetmapper.html - orientation-prop - (Qt::Orientation aOrientation) - - - Qt::Orientation - orientation - qdatawidgetmapper.html - orientation-prop - () const const - - - SubmitPolicy - qdatawidgetmapper.html - SubmitPolicy-enum - - - AutoSubmit - qdatawidgetmapper.html - SubmitPolicy-enum - - - ManualSubmit - qdatawidgetmapper.html - SubmitPolicy-enum - - - void - setSubmitPolicy - qdatawidgetmapper.html - submitPolicy-prop - (QDataWidgetMapper::SubmitPolicy policy) - - - QDataWidgetMapper::SubmitPolicy - submitPolicy - qdatawidgetmapper.html - submitPolicy-prop - () const const - - - void - addMapping - qdatawidgetmapper.html - addMapping - (QWidget *widget, int section) - - - void - addMapping - qdatawidgetmapper.html - addMapping-1 - (QWidget *widget, int section, const QByteArray &propertyName) - - - void - removeMapping - qdatawidgetmapper.html - removeMapping - (QWidget *widget) - - - int - mappedSection - qdatawidgetmapper.html - mappedSection - (QWidget *widget) const const - - - QByteArray - mappedPropertyName - qdatawidgetmapper.html - mappedPropertyName - (QWidget *widget) const const - - - QWidget * - mappedWidgetAt - qdatawidgetmapper.html - mappedWidgetAt - (int section) const const - - - void - clearMapping - qdatawidgetmapper.html - clearMapping - () - - - int - currentIndex - qdatawidgetmapper.html - currentIndex-prop - () const const - - - void - revert - qdatawidgetmapper.html - revert - () - - - bool - submit - qdatawidgetmapper.html - submit - () - - - void - toFirst - qdatawidgetmapper.html - toFirst - () - - - void - toLast - qdatawidgetmapper.html - toLast - () - - - void - toNext - qdatawidgetmapper.html - toNext - () - - - void - toPrevious - qdatawidgetmapper.html - toPrevious - () - - - virtual void - setCurrentIndex - qdatawidgetmapper.html - currentIndex-prop - (int index) - - - void - setCurrentModelIndex - qdatawidgetmapper.html - setCurrentModelIndex - (const QModelIndex &index) - - - void - currentIndexChanged - qdatawidgetmapper.html - currentIndexChanged - (int index) - - - - QDateTimeEdit - qdatetimeedit.html - QAbstractSpinBox - - virtual const QMetaObject * - metaObject - qdatetimeedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qdatetimeedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdatetimeedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdatetimeedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdatetimeedit.html - trUtf8 - (const char *s, const char *c, int n) - - - dateTime - qdatetimeedit.html - dateTime-prop - - - - date - qdatetimeedit.html - date-prop - - - - time - qdatetimeedit.html - time-prop - - - - maximumDateTime - qdatetimeedit.html - maximumDateTime-prop - - - - minimumDateTime - qdatetimeedit.html - minimumDateTime-prop - - - - maximumDate - qdatetimeedit.html - maximumDate-prop - - - - minimumDate - qdatetimeedit.html - minimumDate-prop - - - - maximumTime - qdatetimeedit.html - maximumTime-prop - - - - minimumTime - qdatetimeedit.html - minimumTime-prop - - - - currentSection - qdatetimeedit.html - currentSection-prop - - - - displayedSections - qdatetimeedit.html - displayedSections-prop - - - - displayFormat - qdatetimeedit.html - displayFormat-prop - - - - calendarPopup - qdatetimeedit.html - calendarPopup-prop - - - - currentSectionIndex - qdatetimeedit.html - currentSectionIndex-prop - - - - sectionCount - qdatetimeedit.html - sectionCount-prop - - - - timeSpec - qdatetimeedit.html - timeSpec-prop - - - - Section - qdatetimeedit.html - Section-enum - - - NoSection - qdatetimeedit.html - Section-enum - - - AmPmSection - qdatetimeedit.html - Section-enum - - - MSecSection - qdatetimeedit.html - Section-enum - - - SecondSection - qdatetimeedit.html - Section-enum - - - MinuteSection - qdatetimeedit.html - Section-enum - - - HourSection - qdatetimeedit.html - Section-enum - - - DaySection - qdatetimeedit.html - Section-enum - - - MonthSection - qdatetimeedit.html - Section-enum - - - YearSection - qdatetimeedit.html - Section-enum - - - TimeSections_Mask - qdatetimeedit.html - Section-enum - - - DateSections_Mask - qdatetimeedit.html - Section-enum - - - Sections - qdatetimeedit.html - Section-enum - - - - - QDateTimeEdit - qdatetimeedit.html - QDateTimeEdit - (QWidget *parent) - - - - QDateTimeEdit - qdatetimeedit.html - QDateTimeEdit-1 - (const QDateTime &datetime, QWidget *parent) - - - - QDateTimeEdit - qdatetimeedit.html - QDateTimeEdit-2 - (const QDate &date, QWidget *parent) - - - - QDateTimeEdit - qdatetimeedit.html - QDateTimeEdit-3 - (const QTime &time, QWidget *parent) - - - virtual - ~QDateTimeEdit - qdatetimeedit.html - dtor.QDateTimeEdit - () - - - QDateTime - dateTime - qdatetimeedit.html - dateTime-prop - () const const - - - QDate - date - qdatetimeedit.html - date - () const const - - - QTime - time - qdatetimeedit.html - time - () const const - - - QDateTime - minimumDateTime - qdatetimeedit.html - minimumDateTime-prop - () const const - - - void - clearMinimumDateTime - qdatetimeedit.html - minimumDateTime-prop - () - - - void - setMinimumDateTime - qdatetimeedit.html - minimumDateTime-prop - (const QDateTime &dt) - - - QDateTime - maximumDateTime - qdatetimeedit.html - maximumDateTime-prop - () const const - - - void - clearMaximumDateTime - qdatetimeedit.html - maximumDateTime-prop - () - - - void - setMaximumDateTime - qdatetimeedit.html - maximumDateTime-prop - (const QDateTime &dt) - - - void - setDateTimeRange - qdatetimeedit.html - setDateTimeRange - (const QDateTime &min, const QDateTime &max) - - - QDate - minimumDate - qdatetimeedit.html - minimumDate-prop - () const const - - - void - setMinimumDate - qdatetimeedit.html - minimumDate-prop - (const QDate &min) - - - void - clearMinimumDate - qdatetimeedit.html - minimumDate-prop - () - - - QDate - maximumDate - qdatetimeedit.html - maximumDate-prop - () const const - - - void - setMaximumDate - qdatetimeedit.html - maximumDate-prop - (const QDate &max) - - - void - clearMaximumDate - qdatetimeedit.html - maximumDate-prop - () - - - void - setDateRange - qdatetimeedit.html - setDateRange - (const QDate &min, const QDate &max) - - - QTime - minimumTime - qdatetimeedit.html - minimumTime-prop - () const const - - - void - setMinimumTime - qdatetimeedit.html - minimumTime-prop - (const QTime &min) - - - void - clearMinimumTime - qdatetimeedit.html - minimumTime-prop - () - - - QTime - maximumTime - qdatetimeedit.html - maximumTime-prop - () const const - - - void - setMaximumTime - qdatetimeedit.html - maximumTime-prop - (const QTime &max) - - - void - clearMaximumTime - qdatetimeedit.html - maximumTime-prop - () - - - void - setTimeRange - qdatetimeedit.html - setTimeRange - (const QTime &min, const QTime &max) - - - QDateTimeEdit::Sections - displayedSections - qdatetimeedit.html - displayedSections-prop - () const const - - - QDateTimeEdit::Section - currentSection - qdatetimeedit.html - currentSection-prop - () const const - - - QDateTimeEdit::Section - sectionAt - qdatetimeedit.html - sectionAt - (int index) const const - - - void - setCurrentSection - qdatetimeedit.html - currentSection-prop - (QDateTimeEdit::Section section) - - - int - currentSectionIndex - qdatetimeedit.html - currentSectionIndex-prop - () const const - - - void - setCurrentSectionIndex - qdatetimeedit.html - currentSectionIndex-prop - (int index) - - - QCalendarWidget * - calendarWidget - qdatetimeedit.html - calendarWidget - () const const - - - void - setCalendarWidget - qdatetimeedit.html - setCalendarWidget - (QCalendarWidget *calendarWidget) - - - int - sectionCount - qdatetimeedit.html - sectionCount-prop - () const const - - - void - setSelectedSection - qdatetimeedit.html - setSelectedSection - (QDateTimeEdit::Section section) - - - QString - sectionText - qdatetimeedit.html - sectionText - (QDateTimeEdit::Section section) const const - - - QString - displayFormat - qdatetimeedit.html - displayFormat-prop - () const const - - - void - setDisplayFormat - qdatetimeedit.html - displayFormat-prop - (const QString &format) - - - bool - calendarPopup - qdatetimeedit.html - calendarPopup-prop - () const const - - - void - setCalendarPopup - qdatetimeedit.html - calendarPopup-prop - (bool enable) - - - Qt::TimeSpec - timeSpec - qdatetimeedit.html - timeSpec-prop - () const const - - - void - setTimeSpec - qdatetimeedit.html - timeSpec-prop - (Qt::TimeSpec spec) - - - virtual QSize - sizeHint - qdatetimeedit.html - sizeHint - () const const override - - - virtual void - clear - qdatetimeedit.html - clear - () override - - - virtual void - stepBy - qdatetimeedit.html - stepBy - (int steps) override - - - virtual bool - event - qdatetimeedit.html - event - (QEvent *event) override - - - void - dateTimeChanged - qdatetimeedit.html - dateTimeChanged - (const QDateTime &datetime) - - - void - timeChanged - qdatetimeedit.html - timeChanged - (const QTime &time) - - - void - dateChanged - qdatetimeedit.html - dateChanged - (const QDate &date) - - - void - setDateTime - qdatetimeedit.html - dateTime-prop - (const QDateTime &dateTime) - - - void - setDate - qdatetimeedit.html - date-prop - (const QDate &date) - - - void - setTime - qdatetimeedit.html - time-prop - (const QTime &time) - - - virtual void - keyPressEvent - qdatetimeedit.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - wheelEvent - qdatetimeedit.html - wheelEvent - (QWheelEvent *event) override - - - virtual void - focusInEvent - qdatetimeedit.html - focusInEvent - (QFocusEvent *event) override - - - virtual bool - focusNextPrevChild - qdatetimeedit.html - focusNextPrevChild - (bool next) override - - - virtual QValidator::State - validate - qdatetimeedit.html - validate - (QString &text, int &pos) const const override - - - virtual void - fixup - qdatetimeedit.html - fixup - (QString &input) const const override - - - virtual QDateTime - dateTimeFromText - qdatetimeedit.html - dateTimeFromText - (const QString &text) const const - - - virtual QString - textFromDateTime - qdatetimeedit.html - textFromDateTime - (const QDateTime &dateTime) const const - - - virtual QAbstractSpinBox::StepEnabled - stepEnabled - qdatetimeedit.html - stepEnabled - () const const override - - - virtual void - mousePressEvent - qdatetimeedit.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - paintEvent - qdatetimeedit.html - paintEvent - (QPaintEvent *event) override - - - void - initStyleOption - qdatetimeedit.html - initStyleOption - (QStyleOptionSpinBox *option) const const - - - - QTimeEdit - qtimeedit.html - QDateTimeEdit - - virtual const QMetaObject * - metaObject - qtimeedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qtimeedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtimeedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtimeedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtimeedit.html - trUtf8 - (const char *s, const char *c, int n) - - - - QTimeEdit - qtimeedit.html - QTimeEdit - (QWidget *parent) - - - - QTimeEdit - qtimeedit.html - QTimeEdit-1 - (const QTime &time, QWidget *parent) - - - virtual - ~QTimeEdit - qtimeedit.html - dtor.QTimeEdit - () - - - - QDateEdit - qdateedit.html - QDateTimeEdit - - virtual const QMetaObject * - metaObject - qdateedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qdateedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdateedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdateedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdateedit.html - trUtf8 - (const char *s, const char *c, int n) - - - - QDateEdit - qdateedit.html - QDateEdit - (QWidget *parent) - - - - QDateEdit - qdateedit.html - QDateEdit-1 - (const QDate &date, QWidget *parent) - - - virtual - ~QDateEdit - qdateedit.html - dtor.QDateEdit - () - - - - QDesktopWidget - qdesktopwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qdesktopwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qdesktopwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdesktopwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdesktopwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdesktopwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - virtualDesktop - qdesktopwidget-obsolete.html - virtualDesktop-prop - - - - screenCount - qdesktopwidget-obsolete.html - screenCount-prop - - - - primaryScreen - qdesktopwidget-obsolete.html - primaryScreen-prop - - - - int - screenNumber - qdesktopwidget.html - screenNumber - (const QWidget *widget) const const - - - const QRect - screenGeometry - qdesktopwidget.html - screenGeometry - (const QWidget *widget) const const - - - const QRect - availableGeometry - qdesktopwidget.html - availableGeometry - (const QWidget *widget) const const - - - bool - isVirtualDesktop - qdesktopwidget-obsolete.html - virtualDesktop-prop - () const const - - - int - numScreens - qdesktopwidget-obsolete.html - numScreens - () const const - - - int - screenCount - qdesktopwidget-obsolete.html - screenCount-prop - () const const - - - int - primaryScreen - qdesktopwidget-obsolete.html - primaryScreen-prop - () const const - - - int - screenNumber - qdesktopwidget-obsolete.html - screenNumber-1 - (const QPoint &point) const const - - - QWidget * - screen - qdesktopwidget-obsolete.html - screen - (int screen) - - - const QRect - screenGeometry - qdesktopwidget-obsolete.html - screenGeometry-1 - (int screen) const const - - - const QRect - screenGeometry - qdesktopwidget-obsolete.html - screenGeometry-2 - (const QPoint &p) const const - - - const QRect - availableGeometry - qdesktopwidget-obsolete.html - availableGeometry-1 - (int screen) const const - - - const QRect - availableGeometry - qdesktopwidget-obsolete.html - availableGeometry-2 - (const QPoint &p) const const - - - void - resized - qdesktopwidget-obsolete.html - resized - (int screen) - - - void - workAreaResized - qdesktopwidget-obsolete.html - workAreaResized - (int screen) - - - void - screenCountChanged - qdesktopwidget-obsolete.html - screenCountChanged - (int newCount) - - - void - primaryScreenChanged - qdesktopwidget-obsolete.html - primaryScreenChanged - () - - - - QDial - qdial.html - QAbstractSlider - - virtual const QMetaObject * - metaObject - qdial.html - metaObject - () const const - - - virtual void * - qt_metacast - qdial.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdial.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdial.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdial.html - trUtf8 - (const char *s, const char *c, int n) - - - wrapping - qdial.html - wrapping-prop - - - - notchSize - qdial.html - notchSize-prop - - - - notchTarget - qdial.html - notchTarget-prop - - - - notchesVisible - qdial.html - notchesVisible-prop - - - - - QDial - qdial.html - QDial - (QWidget *parent) - - - virtual - ~QDial - qdial.html - dtor.QDial - () - - - bool - wrapping - qdial.html - wrapping-prop - () const const - - - int - notchSize - qdial.html - notchSize-prop - () const const - - - void - setNotchTarget - qdial.html - notchTarget-prop - (double target) - - - qreal - notchTarget - qdial.html - notchTarget-prop - () const const - - - bool - notchesVisible - qdial.html - notchesVisible-prop - () const const - - - virtual QSize - sizeHint - qdial.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qdial.html - minimumSizeHint - () const const override - - - void - setNotchesVisible - qdial.html - notchesVisible-prop - (bool visible) - - - void - setWrapping - qdial.html - wrapping-prop - (bool on) - - - virtual bool - event - qdial.html - event - (QEvent *e) override - - - virtual void - resizeEvent - qdial.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - paintEvent - qdial.html - paintEvent - (QPaintEvent *pe) override - - - virtual void - mousePressEvent - qdial.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qdial.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qdial.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - sliderChange - qdial.html - sliderChange - (QAbstractSlider::SliderChange change) override - - - void - initStyleOption - qdial.html - initStyleOption - (QStyleOptionSlider *option) const const - - - - QDialogButtonBox - qdialogbuttonbox.html - QWidget - - virtual const QMetaObject * - metaObject - qdialogbuttonbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qdialogbuttonbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdialogbuttonbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdialogbuttonbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdialogbuttonbox.html - trUtf8 - (const char *s, const char *c, int n) - - - orientation - qdialogbuttonbox.html - orientation-prop - - - - standardButtons - qdialogbuttonbox.html - standardButtons-prop - - - - centerButtons - qdialogbuttonbox.html - centerButtons-prop - - - - ButtonRole - qdialogbuttonbox.html - ButtonRole-enum - - - InvalidRole - qdialogbuttonbox.html - ButtonRole-enum - - - AcceptRole - qdialogbuttonbox.html - ButtonRole-enum - - - RejectRole - qdialogbuttonbox.html - ButtonRole-enum - - - DestructiveRole - qdialogbuttonbox.html - ButtonRole-enum - - - ActionRole - qdialogbuttonbox.html - ButtonRole-enum - - - HelpRole - qdialogbuttonbox.html - ButtonRole-enum - - - YesRole - qdialogbuttonbox.html - ButtonRole-enum - - - NoRole - qdialogbuttonbox.html - ButtonRole-enum - - - ResetRole - qdialogbuttonbox.html - ButtonRole-enum - - - ApplyRole - qdialogbuttonbox.html - ButtonRole-enum - - - NRoles - qdialogbuttonbox.html - ButtonRole-enum - - - StandardButton - qdialogbuttonbox.html - StandardButton-enum - - - NoButton - qdialogbuttonbox.html - StandardButton-enum - - - Ok - qdialogbuttonbox.html - StandardButton-enum - - - Save - qdialogbuttonbox.html - StandardButton-enum - - - SaveAll - qdialogbuttonbox.html - StandardButton-enum - - - Open - qdialogbuttonbox.html - StandardButton-enum - - - Yes - qdialogbuttonbox.html - StandardButton-enum - - - YesToAll - qdialogbuttonbox.html - StandardButton-enum - - - No - qdialogbuttonbox.html - StandardButton-enum - - - NoToAll - qdialogbuttonbox.html - StandardButton-enum - - - Abort - qdialogbuttonbox.html - StandardButton-enum - - - Retry - qdialogbuttonbox.html - StandardButton-enum - - - Ignore - qdialogbuttonbox.html - StandardButton-enum - - - Close - qdialogbuttonbox.html - StandardButton-enum - - - Cancel - qdialogbuttonbox.html - StandardButton-enum - - - Discard - qdialogbuttonbox.html - StandardButton-enum - - - Help - qdialogbuttonbox.html - StandardButton-enum - - - Apply - qdialogbuttonbox.html - StandardButton-enum - - - Reset - qdialogbuttonbox.html - StandardButton-enum - - - RestoreDefaults - qdialogbuttonbox.html - StandardButton-enum - - - FirstButton - qdialogbuttonbox.html - StandardButton-enum - - - LastButton - qdialogbuttonbox.html - StandardButton-enum - - - StandardButtons - qdialogbuttonbox.html - StandardButton-enum - - - - ButtonLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - WinLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - MacLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - KdeLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - GnomeLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - AndroidLayout - qdialogbuttonbox.html - ButtonLayout-enum - - - - QDialogButtonBox - qdialogbuttonbox.html - QDialogButtonBox - (QWidget *parent) - - - - QDialogButtonBox - qdialogbuttonbox.html - QDialogButtonBox-1 - (Qt::Orientation orientation, QWidget *parent) - - - - QDialogButtonBox - qdialogbuttonbox.html - QDialogButtonBox-2 - (QDialogButtonBox::StandardButtons buttons, QWidget *parent) - - - - QDialogButtonBox - qdialogbuttonbox.html - QDialogButtonBox-3 - (QDialogButtonBox::StandardButtons buttons, Qt::Orientation orientation, QWidget *parent) - - - virtual - ~QDialogButtonBox - qdialogbuttonbox.html - dtor.QDialogButtonBox - () - - - void - setOrientation - qdialogbuttonbox.html - orientation-prop - (Qt::Orientation orientation) - - - Qt::Orientation - orientation - qdialogbuttonbox.html - orientation-prop - () const const - - - void - addButton - qdialogbuttonbox.html - addButton - (QAbstractButton *button, QDialogButtonBox::ButtonRole role) - - - QPushButton * - addButton - qdialogbuttonbox.html - addButton-1 - (const QString &text, QDialogButtonBox::ButtonRole role) - - - QPushButton * - addButton - qdialogbuttonbox.html - addButton-2 - (QDialogButtonBox::StandardButton button) - - - void - removeButton - qdialogbuttonbox.html - removeButton - (QAbstractButton *button) - - - void - clear - qdialogbuttonbox.html - clear - () - - - QList<QAbstractButton *> - buttons - qdialogbuttonbox.html - buttons - () const const - - - QDialogButtonBox::ButtonRole - buttonRole - qdialogbuttonbox.html - buttonRole - (QAbstractButton *button) const const - - - void - setStandardButtons - qdialogbuttonbox.html - standardButtons-prop - (QDialogButtonBox::StandardButtons buttons) - - - QDialogButtonBox::StandardButtons - standardButtons - qdialogbuttonbox.html - standardButtons-prop - () const const - - - QDialogButtonBox::StandardButton - standardButton - qdialogbuttonbox.html - standardButton - (QAbstractButton *button) const const - - - QPushButton * - button - qdialogbuttonbox.html - button - (QDialogButtonBox::StandardButton which) const const - - - void - setCenterButtons - qdialogbuttonbox.html - centerButtons-prop - (bool center) - - - bool - centerButtons - qdialogbuttonbox.html - centerButtons-prop - () const const - - - void - clicked - qdialogbuttonbox.html - clicked - (QAbstractButton *button) - - - void - accepted - qdialogbuttonbox.html - accepted - () - - - void - helpRequested - qdialogbuttonbox.html - helpRequested - () - - - void - rejected - qdialogbuttonbox.html - rejected - () - - - virtual void - changeEvent - qdialogbuttonbox.html - changeEvent - (QEvent *event) override - - - virtual bool - event - qdialogbuttonbox.html - event - (QEvent *event) override - - - - QFileIconProvider - qfileiconprovider.html - - - QFileIconProvider - qfileiconprovider.html - QFileIconProvider - () - - - virtual - ~QFileIconProvider - qfileiconprovider.html - dtor.QFileIconProvider - () - - - IconType - qfileiconprovider.html - IconType-enum - - - Computer - qfileiconprovider.html - IconType-enum - - - Desktop - qfileiconprovider.html - IconType-enum - - - Trashcan - qfileiconprovider.html - IconType-enum - - - Network - qfileiconprovider.html - IconType-enum - - - Drive - qfileiconprovider.html - IconType-enum - - - Folder - qfileiconprovider.html - IconType-enum - - - File - qfileiconprovider.html - IconType-enum - - - Option - qfileiconprovider.html - Option-enum - - - DontUseCustomDirectoryIcons - qfileiconprovider.html - Option-enum - - - Options - qfileiconprovider.html - Option-enum - - - - virtual QIcon - icon - qfileiconprovider.html - icon - (QFileIconProvider::IconType type) const const - - - virtual QIcon - icon - qfileiconprovider.html - icon-1 - (const QFileInfo &info) const const - - - virtual QString - type - qfileiconprovider.html - type - (const QFileInfo &info) const const - - - void - setOptions - qfileiconprovider.html - setOptions - (QFileIconProvider::Options options) - - - QFileIconProvider::Options - options - qfileiconprovider.html - options - () const const - - - - QDirModel - qdirmodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qdirmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qdirmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdirmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdirmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdirmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - resolveSymlinks - qdirmodel.html - resolveSymlinks-prop - - - - readOnly - qdirmodel.html - readOnly-prop - - - - lazyChildCount - qdirmodel.html - lazyChildCount-prop - - - - Roles - qdirmodel.html - Roles-enum - - - FileIconRole - qdirmodel.html - Roles-enum - - - FilePathRole - qdirmodel.html - Roles-enum - - - FileNameRole - qdirmodel.html - Roles-enum - - - - QDirModel - qdirmodel.html - QDirModel - (const QStringList &nameFilters, QDir::Filters filters, QDir::SortFlags sort, QObject *parent) - - - - QDirModel - qdirmodel.html - QDirModel-1 - (QObject *parent) - - - virtual - ~QDirModel - qdirmodel.html - dtor.QDirModel - () - - - virtual QModelIndex - index - qdirmodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - virtual QModelIndex - parent - qdirmodel.html - parent - (const QModelIndex &child) const const override - - - virtual int - rowCount - qdirmodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual int - columnCount - qdirmodel.html - columnCount - (const QModelIndex &parent) const const override - - - virtual QVariant - data - qdirmodel.html - data - (const QModelIndex &index, int role) const const override - - - virtual bool - setData - qdirmodel.html - setData - (const QModelIndex &index, const QVariant &value, int role) override - - - virtual QVariant - headerData - qdirmodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual bool - hasChildren - qdirmodel.html - hasChildren - (const QModelIndex &parent) const const override - - - virtual Qt::ItemFlags - flags - qdirmodel.html - flags - (const QModelIndex &index) const const override - - - virtual void - sort - qdirmodel.html - sort - (int column, Qt::SortOrder order) override - - - virtual QStringList - mimeTypes - qdirmodel.html - mimeTypes - () const const override - - - virtual QMimeData * - mimeData - qdirmodel.html - mimeData - (const QModelIndexList &indexes) const const override - - - virtual bool - dropMimeData - qdirmodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual Qt::DropActions - supportedDropActions - qdirmodel.html - supportedDropActions - () const const override - - - void - setIconProvider - qdirmodel.html - setIconProvider - (QFileIconProvider *provider) - - - QFileIconProvider * - iconProvider - qdirmodel.html - iconProvider - () const const - - - void - setNameFilters - qdirmodel.html - setNameFilters - (const QStringList &filters) - - - QStringList - nameFilters - qdirmodel.html - nameFilters - () const const - - - void - setFilter - qdirmodel.html - setFilter - (QDir::Filters filters) - - - QDir::Filters - filter - qdirmodel.html - filter - () const const - - - void - setSorting - qdirmodel.html - setSorting - (QDir::SortFlags sort) - - - QDir::SortFlags - sorting - qdirmodel.html - sorting - () const const - - - void - setResolveSymlinks - qdirmodel.html - resolveSymlinks-prop - (bool enable) - - - bool - resolveSymlinks - qdirmodel.html - resolveSymlinks-prop - () const const - - - void - setReadOnly - qdirmodel.html - readOnly-prop - (bool enable) - - - bool - isReadOnly - qdirmodel.html - readOnly-prop - () const const - - - void - setLazyChildCount - qdirmodel.html - lazyChildCount-prop - (bool enable) - - - bool - lazyChildCount - qdirmodel.html - lazyChildCount-prop - () const const - - - QModelIndex - index - qdirmodel.html - index-1 - (const QString &path, int column) const const - - - bool - isDir - qdirmodel.html - isDir - (const QModelIndex &index) const const - - - QModelIndex - mkdir - qdirmodel.html - mkdir - (const QModelIndex &parent, const QString &name) - - - bool - rmdir - qdirmodel.html - rmdir - (const QModelIndex &index) - - - bool - remove - qdirmodel.html - remove - (const QModelIndex &index) - - - QString - filePath - qdirmodel.html - filePath - (const QModelIndex &index) const const - - - QString - fileName - qdirmodel.html - fileName - (const QModelIndex &index) const const - - - QIcon - fileIcon - qdirmodel.html - fileIcon - (const QModelIndex &index) const const - - - QFileInfo - fileInfo - qdirmodel.html - fileInfo - (const QModelIndex &index) const const - - - void - refresh - qdirmodel.html - refresh - (const QModelIndex &parent) - - - - QDockWidget - qdockwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qdockwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qdockwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdockwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdockwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdockwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - floating - qdockwidget.html - floating-prop - - - - features - qdockwidget.html - features-prop - - - - allowedAreas - qdockwidget.html - allowedAreas-prop - - - - windowTitle - qdockwidget.html - windowTitle-prop - - - - - QDockWidget - qdockwidget.html - QDockWidget - (const QString &title, QWidget *parent, Qt::WindowFlags flags) - - - - QDockWidget - qdockwidget.html - QDockWidget-1 - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QDockWidget - qdockwidget.html - dtor.QDockWidget - () - - - QWidget * - widget - qdockwidget.html - widget - () const const - - - void - setWidget - qdockwidget.html - setWidget - (QWidget *widget) - - - DockWidgetFeature - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetClosable - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetMovable - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetFloatable - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetVerticalTitleBar - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetFeatureMask - qdockwidget.html - DockWidgetFeature-enum - - - AllDockWidgetFeatures - qdockwidget.html - DockWidgetFeature-enum - - - NoDockWidgetFeatures - qdockwidget.html - DockWidgetFeature-enum - - - Reserved - qdockwidget.html - DockWidgetFeature-enum - - - DockWidgetFeatures - qdockwidget.html - DockWidgetFeature-enum - - - - void - setFeatures - qdockwidget.html - features-prop - (QDockWidget::DockWidgetFeatures features) - - - QDockWidget::DockWidgetFeatures - features - qdockwidget.html - features-prop - () const const - - - void - setFloating - qdockwidget.html - floating-prop - (bool floating) - - - bool - isFloating - qdockwidget.html - floating-prop - () const const - - - void - setAllowedAreas - qdockwidget.html - allowedAreas-prop - (Qt::DockWidgetAreas areas) - - - Qt::DockWidgetAreas - allowedAreas - qdockwidget.html - allowedAreas-prop - () const const - - - void - setTitleBarWidget - qdockwidget.html - setTitleBarWidget - (QWidget *widget) - - - QWidget * - titleBarWidget - qdockwidget.html - titleBarWidget - () const const - - - bool - isAreaAllowed - qdockwidget.html - isAreaAllowed - (Qt::DockWidgetArea area) const const - - - QAction * - toggleViewAction - qdockwidget.html - toggleViewAction - () const const - - - void - featuresChanged - qdockwidget.html - featuresChanged - (QDockWidget::DockWidgetFeatures features) - - - void - topLevelChanged - qdockwidget.html - topLevelChanged - (bool topLevel) - - - void - allowedAreasChanged - qdockwidget.html - allowedAreasChanged - (Qt::DockWidgetAreas allowedAreas) - - - void - visibilityChanged - qdockwidget.html - visibilityChanged - (bool visible) - - - void - dockLocationChanged - qdockwidget.html - dockLocationChanged - (Qt::DockWidgetArea area) - - - virtual void - changeEvent - qdockwidget.html - changeEvent - (QEvent *event) override - - - virtual void - closeEvent - qdockwidget.html - closeEvent - (QCloseEvent *event) override - - - virtual void - paintEvent - qdockwidget.html - paintEvent - (QPaintEvent *event) override - - - virtual bool - event - qdockwidget.html - event - (QEvent *event) override - - - void - initStyleOption - qdockwidget.html - initStyleOption - (QStyleOptionDockWidget *option) const const - - - - QTileRules - qtilerules.html - - - QTileRules - qtilerules.html - QTileRules - (Qt::TileRule horizontalRule, Qt::TileRule verticalRule) - - - - QTileRules - qtilerules.html - QTileRules-1 - (Qt::TileRule rule) - - - - QErrorMessage - qerrormessage.html - QDialog - - virtual const QMetaObject * - metaObject - qerrormessage.html - metaObject - () const const - - - virtual void * - qt_metacast - qerrormessage.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qerrormessage.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qerrormessage.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qerrormessage.html - trUtf8 - (const char *s, const char *c, int n) - - - - QErrorMessage - qerrormessage.html - QErrorMessage - (QWidget *parent) - - - virtual - ~QErrorMessage - qerrormessage.html - dtor.QErrorMessage - () - - - QErrorMessage * - qtHandler - qerrormessage.html - qtHandler - () - - - void - showMessage - qerrormessage.html - showMessage - (const QString &message) - - - void - showMessage - qerrormessage.html - showMessage-1 - (const QString &message, const QString &type) - - - virtual void - done - qerrormessage.html - done - (int a) override - - - virtual void - changeEvent - qerrormessage.html - changeEvent - (QEvent *e) override - - - - QFileDialog - qfiledialog.html - QDialog - - virtual const QMetaObject * - metaObject - qfiledialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qfiledialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfiledialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfiledialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfiledialog.html - trUtf8 - (const char *s, const char *c, int n) - - - viewMode - qfiledialog.html - viewMode-prop - - - - fileMode - qfiledialog.html - fileMode-prop - - - - acceptMode - qfiledialog.html - acceptMode-prop - - - - readOnly - qfiledialog-obsolete.html - readOnly-prop - - - - resolveSymlinks - qfiledialog-obsolete.html - resolveSymlinks-prop - - - - confirmOverwrite - qfiledialog-obsolete.html - confirmOverwrite-prop - - - - defaultSuffix - qfiledialog.html - defaultSuffix-prop - - - - nameFilterDetailsVisible - qfiledialog-obsolete.html - nameFilterDetailsVisible-prop - - - - options - qfiledialog.html - options-prop - - - - supportedSchemes - qfiledialog.html - supportedSchemes-prop - - - - ViewMode - qfiledialog.html - ViewMode-enum - - - Detail - qfiledialog.html - ViewMode-enum - - - List - qfiledialog.html - ViewMode-enum - - - FileMode - qfiledialog.html - FileMode-enum - - - AnyFile - qfiledialog.html - FileMode-enum - - - ExistingFile - qfiledialog.html - FileMode-enum - - - Directory - qfiledialog.html - FileMode-enum - - - ExistingFiles - qfiledialog.html - FileMode-enum - - - DirectoryOnly - qfiledialog.html - FileMode-enum - - - AcceptMode - qfiledialog.html - AcceptMode-enum - - - AcceptOpen - qfiledialog.html - AcceptMode-enum - - - AcceptSave - qfiledialog.html - AcceptMode-enum - - - DialogLabel - qfiledialog.html - DialogLabel-enum - - - LookIn - qfiledialog.html - DialogLabel-enum - - - FileName - qfiledialog.html - DialogLabel-enum - - - FileType - qfiledialog.html - DialogLabel-enum - - - Accept - qfiledialog.html - DialogLabel-enum - - - Reject - qfiledialog.html - DialogLabel-enum - - - Option - qfiledialog.html - Option-enum - - - ShowDirsOnly - qfiledialog.html - Option-enum - - - DontResolveSymlinks - qfiledialog.html - Option-enum - - - DontConfirmOverwrite - qfiledialog.html - Option-enum - - - DontUseSheet - qfiledialog.html - Option-enum - - - DontUseNativeDialog - qfiledialog.html - Option-enum - - - ReadOnly - qfiledialog.html - Option-enum - - - HideNameFilterDetails - qfiledialog.html - Option-enum - - - DontUseCustomDirectoryIcons - qfiledialog.html - Option-enum - - - Options - qfiledialog.html - Option-enum - - - - - QFileDialog - qfiledialog.html - QFileDialog - (QWidget *parent, Qt::WindowFlags flags) - - - - QFileDialog - qfiledialog.html - QFileDialog-1 - (QWidget *parent, const QString &caption, const QString &directory, const QString &filter) - - - virtual - ~QFileDialog - qfiledialog.html - dtor.QFileDialog - () - - - void - setDirectory - qfiledialog.html - setDirectory - (const QString &directory) - - - void - setDirectory - qfiledialog.html - setDirectory-1 - (const QDir &directory) - - - QDir - directory - qfiledialog.html - directory - () const const - - - void - setDirectoryUrl - qfiledialog.html - setDirectoryUrl - (const QUrl &directory) - - - QUrl - directoryUrl - qfiledialog.html - directoryUrl - () const const - - - void - selectFile - qfiledialog.html - selectFile - (const QString &filename) - - - QStringList - selectedFiles - qfiledialog.html - selectedFiles - () const const - - - void - selectUrl - qfiledialog.html - selectUrl - (const QUrl &url) - - - QList<QUrl> - selectedUrls - qfiledialog.html - selectedUrls - () const const - - - void - setNameFilterDetailsVisible - qfiledialog-obsolete.html - nameFilterDetailsVisible-prop - (bool enabled) - - - bool - isNameFilterDetailsVisible - qfiledialog-obsolete.html - nameFilterDetailsVisible-prop - () const const - - - void - setNameFilter - qfiledialog.html - setNameFilter - (const QString &filter) - - - void - setNameFilters - qfiledialog.html - setNameFilters - (const QStringList &filters) - - - QStringList - nameFilters - qfiledialog.html - nameFilters - () const const - - - void - selectNameFilter - qfiledialog.html - selectNameFilter - (const QString &filter) - - - QString - selectedMimeTypeFilter - qfiledialog.html - selectedMimeTypeFilter - () const const - - - QString - selectedNameFilter - qfiledialog.html - selectedNameFilter - () const const - - - void - setMimeTypeFilters - qfiledialog.html - setMimeTypeFilters - (const QStringList &filters) - - - QStringList - mimeTypeFilters - qfiledialog.html - mimeTypeFilters - () const const - - - void - selectMimeTypeFilter - qfiledialog.html - selectMimeTypeFilter - (const QString &filter) - - - QDir::Filters - filter - qfiledialog.html - filter - () const const - - - void - setFilter - qfiledialog.html - setFilter - (QDir::Filters filters) - - - void - setViewMode - qfiledialog.html - viewMode-prop - (QFileDialog::ViewMode mode) - - - QFileDialog::ViewMode - viewMode - qfiledialog.html - viewMode-prop - () const const - - - void - setFileMode - qfiledialog.html - fileMode-prop - (QFileDialog::FileMode mode) - - - QFileDialog::FileMode - fileMode - qfiledialog.html - fileMode-prop - () const const - - - void - setAcceptMode - qfiledialog.html - acceptMode-prop - (QFileDialog::AcceptMode mode) - - - QFileDialog::AcceptMode - acceptMode - qfiledialog.html - acceptMode-prop - () const const - - - void - setReadOnly - qfiledialog-obsolete.html - readOnly-prop - (bool enabled) - - - bool - isReadOnly - qfiledialog-obsolete.html - readOnly-prop - () const const - - - void - setResolveSymlinks - qfiledialog-obsolete.html - resolveSymlinks-prop - (bool enabled) - - - bool - resolveSymlinks - qfiledialog-obsolete.html - resolveSymlinks-prop - () const const - - - void - setSidebarUrls - qfiledialog.html - setSidebarUrls - (const QList<QUrl> &urls) - - - QList<QUrl> - sidebarUrls - qfiledialog.html - sidebarUrls - () const const - - - QByteArray - saveState - qfiledialog.html - saveState - () const const - - - bool - restoreState - qfiledialog.html - restoreState - (const QByteArray &state) - - - void - setConfirmOverwrite - qfiledialog-obsolete.html - confirmOverwrite-prop - (bool enabled) - - - bool - confirmOverwrite - qfiledialog-obsolete.html - confirmOverwrite-prop - () const const - - - void - setDefaultSuffix - qfiledialog.html - defaultSuffix-prop - (const QString &suffix) - - - QString - defaultSuffix - qfiledialog.html - defaultSuffix-prop - () const const - - - void - setHistory - qfiledialog.html - setHistory - (const QStringList &paths) - - - QStringList - history - qfiledialog.html - history - () const const - - - void - setItemDelegate - qfiledialog.html - setItemDelegate - (QAbstractItemDelegate *delegate) - - - QAbstractItemDelegate * - itemDelegate - qfiledialog.html - itemDelegate - () const const - - - void - setIconProvider - qfiledialog.html - setIconProvider - (QFileIconProvider *provider) - - - QFileIconProvider * - iconProvider - qfiledialog.html - iconProvider - () const const - - - void - setLabelText - qfiledialog.html - setLabelText - (QFileDialog::DialogLabel label, const QString &text) - - - QString - labelText - qfiledialog.html - labelText - (QFileDialog::DialogLabel label) const const - - - void - setSupportedSchemes - qfiledialog.html - supportedSchemes-prop - (const QStringList &schemes) - - - QStringList - supportedSchemes - qfiledialog.html - supportedSchemes-prop - () const const - - - void - setProxyModel - qfiledialog.html - setProxyModel - (QAbstractProxyModel *proxyModel) - - - QAbstractProxyModel * - proxyModel - qfiledialog.html - proxyModel - () const const - - - void - setOption - qfiledialog.html - setOption - (QFileDialog::Option option, bool on) - - - bool - testOption - qfiledialog.html - testOption - (QFileDialog::Option option) const const - - - void - setOptions - qfiledialog.html - options-prop - (QFileDialog::Options options) - - - QFileDialog::Options - options - qfiledialog.html - options-prop - () const const - - - void - open - qfiledialog.html - open - (QObject *receiver, const char *member) - - - virtual void - setVisible - qfiledialog.html - setVisible - (bool visible) override - - - void - fileSelected - qfiledialog.html - fileSelected - (const QString &file) - - - void - filesSelected - qfiledialog.html - filesSelected - (const QStringList &selected) - - - void - currentChanged - qfiledialog.html - currentChanged - (const QString &path) - - - void - directoryEntered - qfiledialog.html - directoryEntered - (const QString &directory) - - - void - urlSelected - qfiledialog.html - urlSelected - (const QUrl &url) - - - void - urlsSelected - qfiledialog.html - urlsSelected - (const QList<QUrl> &urls) - - - void - currentUrlChanged - qfiledialog.html - currentUrlChanged - (const QUrl &url) - - - void - directoryUrlEntered - qfiledialog.html - directoryUrlEntered - (const QUrl &directory) - - - void - filterSelected - qfiledialog.html - filterSelected - (const QString &filter) - - - QString - getOpenFileName - qfiledialog.html - getOpenFileName - (QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) - - - QUrl - getOpenFileUrl - qfiledialog.html - getOpenFileUrl - (QWidget *parent, const QString &caption, const QUrl &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options, const QStringList &supportedSchemes) - - - QString - getSaveFileName - qfiledialog.html - getSaveFileName - (QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) - - - QUrl - getSaveFileUrl - qfiledialog.html - getSaveFileUrl - (QWidget *parent, const QString &caption, const QUrl &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options, const QStringList &supportedSchemes) - - - QString - getExistingDirectory - qfiledialog.html - getExistingDirectory - (QWidget *parent, const QString &caption, const QString &dir, QFileDialog::Options options) - - - QUrl - getExistingDirectoryUrl - qfiledialog.html - getExistingDirectoryUrl - (QWidget *parent, const QString &caption, const QUrl &dir, QFileDialog::Options options, const QStringList &supportedSchemes) - - - QStringList - getOpenFileNames - qfiledialog.html - getOpenFileNames - (QWidget *parent, const QString &caption, const QString &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options) - - - QList<QUrl> - getOpenFileUrls - qfiledialog.html - getOpenFileUrls - (QWidget *parent, const QString &caption, const QUrl &dir, const QString &filter, QString *selectedFilter, QFileDialog::Options options, const QStringList &supportedSchemes) - - - virtual void - done - qfiledialog.html - done - (int result) override - - - virtual void - accept - qfiledialog.html - accept - () override - - - virtual void - changeEvent - qfiledialog.html - changeEvent - (QEvent *e) override - - - - QFileSystemModel - qfilesystemmodel.html - QAbstractItemModel - - virtual const QMetaObject * - metaObject - qfilesystemmodel.html - metaObject - () const const - - - virtual void * - qt_metacast - qfilesystemmodel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfilesystemmodel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfilesystemmodel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfilesystemmodel.html - trUtf8 - (const char *s, const char *c, int n) - - - resolveSymlinks - qfilesystemmodel.html - resolveSymlinks-prop - - - - readOnly - qfilesystemmodel.html - readOnly-prop - - - - nameFilterDisables - qfilesystemmodel.html - nameFilterDisables-prop - - - - void - rootPathChanged - qfilesystemmodel.html - rootPathChanged - (const QString &newPath) - - - void - fileRenamed - qfilesystemmodel.html - fileRenamed - (const QString &path, const QString &oldName, const QString &newName) - - - void - directoryLoaded - qfilesystemmodel.html - directoryLoaded - (const QString &path) - - - Roles - qfilesystemmodel.html - Roles-enum - - - FileIconRole - qfilesystemmodel.html - Roles-enum - - - FilePathRole - qfilesystemmodel.html - Roles-enum - - - FileNameRole - qfilesystemmodel.html - Roles-enum - - - FilePermissions - qfilesystemmodel.html - Roles-enum - - - - QFileSystemModel - qfilesystemmodel.html - QFileSystemModel - (QObject *parent) - - - virtual - ~QFileSystemModel - qfilesystemmodel.html - dtor.QFileSystemModel - () - - - virtual QModelIndex - index - qfilesystemmodel.html - index - (int row, int column, const QModelIndex &parent) const const override - - - QModelIndex - index - qfilesystemmodel.html - index-1 - (const QString &path, int column) const const - - - virtual QModelIndex - parent - qfilesystemmodel.html - parent - (const QModelIndex &index) const const override - - - virtual QModelIndex - sibling - qfilesystemmodel.html - sibling - (int row, int column, const QModelIndex &idx) const const override - - - virtual bool - hasChildren - qfilesystemmodel.html - hasChildren - (const QModelIndex &parent) const const override - - - virtual bool - canFetchMore - qfilesystemmodel.html - canFetchMore - (const QModelIndex &parent) const const override - - - virtual void - fetchMore - qfilesystemmodel.html - fetchMore - (const QModelIndex &parent) override - - - virtual int - rowCount - qfilesystemmodel.html - rowCount - (const QModelIndex &parent) const const override - - - virtual int - columnCount - qfilesystemmodel.html - columnCount - (const QModelIndex &parent) const const override - - - QVariant - myComputer - qfilesystemmodel.html - myComputer - (int role) const const - - - virtual QVariant - data - qfilesystemmodel.html - data - (const QModelIndex &index, int role) const const override - - - virtual bool - setData - qfilesystemmodel.html - setData - (const QModelIndex &idx, const QVariant &value, int role) override - - - virtual QVariant - headerData - qfilesystemmodel.html - headerData - (int section, Qt::Orientation orientation, int role) const const override - - - virtual Qt::ItemFlags - flags - qfilesystemmodel.html - flags - (const QModelIndex &index) const const override - - - virtual void - sort - qfilesystemmodel.html - sort - (int column, Qt::SortOrder order) override - - - virtual QStringList - mimeTypes - qfilesystemmodel.html - mimeTypes - () const const override - - - virtual QMimeData * - mimeData - qfilesystemmodel.html - mimeData - (const QModelIndexList &indexes) const const override - - - virtual bool - dropMimeData - qfilesystemmodel.html - dropMimeData - (const QMimeData *data, Qt::DropAction action, int row, int column, const QModelIndex &parent) override - - - virtual Qt::DropActions - supportedDropActions - qfilesystemmodel.html - supportedDropActions - () const const override - - - QModelIndex - setRootPath - qfilesystemmodel.html - setRootPath - (const QString &newPath) - - - QString - rootPath - qfilesystemmodel.html - rootPath - () const const - - - QDir - rootDirectory - qfilesystemmodel.html - rootDirectory - () const const - - - void - setIconProvider - qfilesystemmodel.html - setIconProvider - (QFileIconProvider *provider) - - - QFileIconProvider * - iconProvider - qfilesystemmodel.html - iconProvider - () const const - - - void - setFilter - qfilesystemmodel.html - setFilter - (QDir::Filters filters) - - - QDir::Filters - filter - qfilesystemmodel.html - filter - () const const - - - void - setResolveSymlinks - qfilesystemmodel.html - resolveSymlinks-prop - (bool enable) - - - bool - resolveSymlinks - qfilesystemmodel.html - resolveSymlinks-prop - () const const - - - void - setReadOnly - qfilesystemmodel.html - readOnly-prop - (bool enable) - - - bool - isReadOnly - qfilesystemmodel.html - readOnly-prop - () const const - - - void - setNameFilterDisables - qfilesystemmodel.html - nameFilterDisables-prop - (bool enable) - - - bool - nameFilterDisables - qfilesystemmodel.html - nameFilterDisables-prop - () const const - - - void - setNameFilters - qfilesystemmodel.html - setNameFilters - (const QStringList &filters) - - - QStringList - nameFilters - qfilesystemmodel.html - nameFilters - () const const - - - QString - filePath - qfilesystemmodel.html - filePath - (const QModelIndex &index) const const - - - bool - isDir - qfilesystemmodel.html - isDir - (const QModelIndex &index) const const - - - qint64 - size - qfilesystemmodel.html - size - (const QModelIndex &index) const const - - - QString - type - qfilesystemmodel.html - type - (const QModelIndex &index) const const - - - QDateTime - lastModified - qfilesystemmodel.html - lastModified - (const QModelIndex &index) const const - - - QModelIndex - mkdir - qfilesystemmodel.html - mkdir - (const QModelIndex &parent, const QString &name) - - - bool - rmdir - qfilesystemmodel.html - rmdir - (const QModelIndex &index) - - - QString - fileName - qfilesystemmodel.html - fileName - (const QModelIndex &index) const const - - - QIcon - fileIcon - qfilesystemmodel.html - fileIcon - (const QModelIndex &index) const const - - - QFile::Permissions - permissions - qfilesystemmodel.html - permissions - (const QModelIndex &index) const const - - - QFileInfo - fileInfo - qfilesystemmodel.html - fileInfo - (const QModelIndex &index) const const - - - bool - remove - qfilesystemmodel.html - remove - (const QModelIndex &index) - - - virtual void - timerEvent - qfilesystemmodel.html - timerEvent - (QTimerEvent *event) override - - - virtual bool - event - qfilesystemmodel.html - event - (QEvent *event) override - - - - QFocusFrame - qfocusframe.html - QWidget - - virtual const QMetaObject * - metaObject - qfocusframe.html - metaObject - () const const - - - virtual void * - qt_metacast - qfocusframe.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfocusframe.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfocusframe.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfocusframe.html - trUtf8 - (const char *s, const char *c, int n) - - - - QFocusFrame - qfocusframe.html - QFocusFrame - (QWidget *parent) - - - virtual - ~QFocusFrame - qfocusframe.html - dtor.QFocusFrame - () - - - void - setWidget - qfocusframe.html - setWidget - (QWidget *widget) - - - QWidget * - widget - qfocusframe.html - widget - () const const - - - virtual bool - event - qfocusframe.html - event - (QEvent *e) override - - - virtual bool - eventFilter - qfocusframe.html - eventFilter - (QObject *o, QEvent *e) override - - - virtual void - paintEvent - qfocusframe.html - paintEvent - (QPaintEvent *) override - - - void - initStyleOption - qfocusframe.html - initStyleOption - (QStyleOption *option) const const - - - - QFontComboBox - qfontcombobox.html - QComboBox - - virtual const QMetaObject * - metaObject - qfontcombobox.html - metaObject - () const const - - - virtual void * - qt_metacast - qfontcombobox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfontcombobox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfontcombobox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfontcombobox.html - trUtf8 - (const char *s, const char *c, int n) - - - writingSystem - qfontcombobox.html - writingSystem-prop - - - - fontFilters - qfontcombobox.html - fontFilters-prop - - - - currentFont - qfontcombobox.html - currentFont-prop - - - - - QFontComboBox - qfontcombobox.html - QFontComboBox - (QWidget *parent) - - - virtual - ~QFontComboBox - qfontcombobox.html - dtor.QFontComboBox - () - - - void - setWritingSystem - qfontcombobox.html - writingSystem-prop - (QFontDatabase::WritingSystem ) - - - QFontDatabase::WritingSystem - writingSystem - qfontcombobox.html - writingSystem-prop - () const const - - - FontFilter - qfontcombobox.html - FontFilter-enum - - - AllFonts - qfontcombobox.html - FontFilter-enum - - - ScalableFonts - qfontcombobox.html - FontFilter-enum - - - NonScalableFonts - qfontcombobox.html - FontFilter-enum - - - MonospacedFonts - qfontcombobox.html - FontFilter-enum - - - ProportionalFonts - qfontcombobox.html - FontFilter-enum - - - FontFilters - qfontcombobox.html - FontFilter-enum - - - - void - setFontFilters - qfontcombobox.html - fontFilters-prop - (QFontComboBox::FontFilters filters) - - - QFontComboBox::FontFilters - fontFilters - qfontcombobox.html - fontFilters-prop - () const const - - - QFont - currentFont - qfontcombobox.html - currentFont-prop - () const const - - - virtual QSize - sizeHint - qfontcombobox.html - sizeHint - () const const override - - - void - setCurrentFont - qfontcombobox.html - currentFont-prop - (const QFont &f) - - - void - currentFontChanged - qfontcombobox.html - currentFontChanged - (const QFont &font) - - - virtual bool - event - qfontcombobox.html - event - (QEvent *e) override - - - - QFontDialog - qfontdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qfontdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qfontdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qfontdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qfontdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qfontdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - currentFont - qfontdialog.html - currentFont-prop - - - - options - qfontdialog.html - options-prop - - - - FontDialogOption - qfontdialog.html - FontDialogOption-enum - - - NoButtons - qfontdialog.html - FontDialogOption-enum - - - DontUseNativeDialog - qfontdialog.html - FontDialogOption-enum - - - ScalableFonts - qfontdialog.html - FontDialogOption-enum - - - NonScalableFonts - qfontdialog.html - FontDialogOption-enum - - - MonospacedFonts - qfontdialog.html - FontDialogOption-enum - - - ProportionalFonts - qfontdialog.html - FontDialogOption-enum - - - FontDialogOptions - qfontdialog.html - FontDialogOption-enum - - - - - QFontDialog - qfontdialog.html - QFontDialog - (QWidget *parent) - - - - QFontDialog - qfontdialog.html - QFontDialog-1 - (const QFont &initial, QWidget *parent) - - - void - setCurrentFont - qfontdialog.html - setCurrentFont - (const QFont &font) - - - QFont - currentFont - qfontdialog.html - currentFont - () const const - - - QFont - selectedFont - qfontdialog.html - selectedFont - () const const - - - void - setOption - qfontdialog.html - setOption - (QFontDialog::FontDialogOption option, bool on) - - - bool - testOption - qfontdialog.html - testOption - (QFontDialog::FontDialogOption option) const const - - - void - setOptions - qfontdialog.html - options-prop - (QFontDialog::FontDialogOptions options) - - - QFontDialog::FontDialogOptions - options - qfontdialog.html - options-prop - () const const - - - void - open - qfontdialog.html - open - (QObject *receiver, const char *member) - - - virtual void - setVisible - qfontdialog.html - setVisible - (bool visible) override - - - QFont - getFont - qfontdialog.html - getFont-1 - (bool *ok, QWidget *parent) - - - QFont - getFont - qfontdialog.html - getFont - (bool *ok, const QFont &initial, QWidget *parent, const QString &title, QFontDialog::FontDialogOptions options) - - - void - currentFontChanged - qfontdialog.html - currentFontChanged - (const QFont &font) - - - void - fontSelected - qfontdialog.html - fontSelected - (const QFont &font) - - - virtual void - changeEvent - qfontdialog.html - changeEvent - (QEvent *e) override - - - virtual void - done - qfontdialog.html - done - (int result) override - - - - QFormLayout - qformlayout.html - QLayout - - virtual const QMetaObject * - metaObject - qformlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qformlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qformlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qformlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qformlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - fieldGrowthPolicy - qformlayout.html - fieldGrowthPolicy-prop - - - - rowWrapPolicy - qformlayout.html - rowWrapPolicy-prop - - - - labelAlignment - qformlayout.html - labelAlignment-prop - - - - formAlignment - qformlayout.html - formAlignment-prop - - - - horizontalSpacing - qformlayout.html - horizontalSpacing-prop - - - - verticalSpacing - qformlayout.html - verticalSpacing-prop - - - - FieldGrowthPolicy - qformlayout.html - FieldGrowthPolicy-enum - - - FieldsStayAtSizeHint - qformlayout.html - FieldGrowthPolicy-enum - - - ExpandingFieldsGrow - qformlayout.html - FieldGrowthPolicy-enum - - - AllNonFixedFieldsGrow - qformlayout.html - FieldGrowthPolicy-enum - - - RowWrapPolicy - qformlayout.html - RowWrapPolicy-enum - - - DontWrapRows - qformlayout.html - RowWrapPolicy-enum - - - WrapLongRows - qformlayout.html - RowWrapPolicy-enum - - - WrapAllRows - qformlayout.html - RowWrapPolicy-enum - - - ItemRole - qformlayout.html - ItemRole-enum - - - LabelRole - qformlayout.html - ItemRole-enum - - - FieldRole - qformlayout.html - ItemRole-enum - - - SpanningRole - qformlayout.html - ItemRole-enum - - QFormLayout::TakeRowResult - - - QFormLayout - qformlayout.html - QFormLayout - (QWidget *parent) - - - virtual - ~QFormLayout - qformlayout.html - dtor.QFormLayout - () - - - void - setFieldGrowthPolicy - qformlayout.html - fieldGrowthPolicy-prop - (QFormLayout::FieldGrowthPolicy policy) - - - QFormLayout::FieldGrowthPolicy - fieldGrowthPolicy - qformlayout.html - fieldGrowthPolicy-prop - () const const - - - void - setRowWrapPolicy - qformlayout.html - rowWrapPolicy-prop - (QFormLayout::RowWrapPolicy policy) - - - QFormLayout::RowWrapPolicy - rowWrapPolicy - qformlayout.html - rowWrapPolicy-prop - () const const - - - void - setLabelAlignment - qformlayout.html - labelAlignment-prop - (Qt::Alignment alignment) - - - Qt::Alignment - labelAlignment - qformlayout.html - labelAlignment-prop - () const const - - - void - setFormAlignment - qformlayout.html - formAlignment-prop - (Qt::Alignment alignment) - - - Qt::Alignment - formAlignment - qformlayout.html - formAlignment-prop - () const const - - - void - setHorizontalSpacing - qformlayout.html - horizontalSpacing-prop - (int spacing) - - - int - horizontalSpacing - qformlayout.html - horizontalSpacing-prop - () const const - - - void - setVerticalSpacing - qformlayout.html - verticalSpacing-prop - (int spacing) - - - int - verticalSpacing - qformlayout.html - verticalSpacing-prop - () const const - - - int - spacing - qformlayout.html - spacing - () const const - - - void - setSpacing - qformlayout.html - setSpacing - (int spacing) - - - void - addRow - qformlayout.html - addRow - (QWidget *label, QWidget *field) - - - void - addRow - qformlayout.html - addRow-1 - (QWidget *label, QLayout *field) - - - void - addRow - qformlayout.html - addRow-2 - (const QString &labelText, QWidget *field) - - - void - addRow - qformlayout.html - addRow-3 - (const QString &labelText, QLayout *field) - - - void - addRow - qformlayout.html - addRow-4 - (QWidget *widget) - - - void - addRow - qformlayout.html - addRow-5 - (QLayout *layout) - - - void - insertRow - qformlayout.html - insertRow - (int row, QWidget *label, QWidget *field) - - - void - insertRow - qformlayout.html - insertRow-1 - (int row, QWidget *label, QLayout *field) - - - void - insertRow - qformlayout.html - insertRow-2 - (int row, const QString &labelText, QWidget *field) - - - void - insertRow - qformlayout.html - insertRow-3 - (int row, const QString &labelText, QLayout *field) - - - void - insertRow - qformlayout.html - insertRow-4 - (int row, QWidget *widget) - - - void - insertRow - qformlayout.html - insertRow-5 - (int row, QLayout *layout) - - - void - removeRow - qformlayout.html - removeRow - (int row) - - - void - removeRow - qformlayout.html - removeRow-1 - (QWidget *widget) - - - void - removeRow - qformlayout.html - removeRow-2 - (QLayout *layout) - - - QFormLayout::TakeRowResult - takeRow - qformlayout.html - takeRow - (int row) - - - QFormLayout::TakeRowResult - takeRow - qformlayout.html - takeRow-1 - (QWidget *widget) - - - QFormLayout::TakeRowResult - takeRow - qformlayout.html - takeRow-2 - (QLayout *layout) - - - void - setItem - qformlayout.html - setItem - (int row, QFormLayout::ItemRole role, QLayoutItem *item) - - - void - setWidget - qformlayout.html - setWidget - (int row, QFormLayout::ItemRole role, QWidget *widget) - - - void - setLayout - qformlayout.html - setLayout - (int row, QFormLayout::ItemRole role, QLayout *layout) - - - QLayoutItem * - itemAt - qformlayout.html - itemAt - (int row, QFormLayout::ItemRole role) const const - - - void - getItemPosition - qformlayout.html - getItemPosition - (int index, int *rowPtr, QFormLayout::ItemRole *rolePtr) const const - - - void - getWidgetPosition - qformlayout.html - getWidgetPosition - (QWidget *widget, int *rowPtr, QFormLayout::ItemRole *rolePtr) const const - - - void - getLayoutPosition - qformlayout.html - getLayoutPosition - (QLayout *layout, int *rowPtr, QFormLayout::ItemRole *rolePtr) const const - - - QWidget * - labelForField - qformlayout.html - labelForField - (QWidget *field) const const - - - QWidget * - labelForField - qformlayout.html - labelForField-1 - (QLayout *field) const const - - - virtual void - addItem - qformlayout.html - addItem - (QLayoutItem *item) override - - - virtual QLayoutItem * - itemAt - qformlayout.html - itemAt-1 - (int index) const const override - - - virtual QLayoutItem * - takeAt - qformlayout.html - takeAt - (int index) override - - - virtual void - setGeometry - qformlayout.html - setGeometry - (const QRect &rect) override - - - virtual QSize - minimumSize - qformlayout.html - minimumSize - () const const override - - - virtual QSize - sizeHint - qformlayout.html - sizeHint - () const const override - - - virtual void - invalidate - qformlayout.html - invalidate - () override - - - virtual bool - hasHeightForWidth - qformlayout.html - hasHeightForWidth - () const const override - - - virtual int - heightForWidth - qformlayout.html - heightForWidth - (int width) const const override - - - virtual Qt::Orientations - expandingDirections - qformlayout.html - expandingDirections - () const const override - - - virtual int - count - qformlayout.html - count - () const const override - - - int - rowCount - qformlayout.html - rowCount - () const const - - - - QFormLayout::TakeRowResult - qformlayout-takerowresult.html - - - QGesture - qgesture.html - QObject - - virtual const QMetaObject * - metaObject - qgesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qgesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgesture.html - trUtf8 - (const char *s, const char *c, int n) - - - state - qgesture.html - state-prop - - - - gestureType - qgesture.html - gestureType-prop - - - - gestureCancelPolicy - qgesture.html - gestureCancelPolicy-prop - - - - hotSpot - qgesture.html - hotSpot-prop - - - - hasHotSpot - qgesture.html - hasHotSpot-prop - - - - - QGesture - qgesture.html - QGesture - (QObject *parent) - - - virtual - ~QGesture - qgesture.html - dtor.QGesture - () - - - Qt::GestureType - gestureType - qgesture.html - gestureType-prop - () const const - - - Qt::GestureState - state - qgesture.html - state-prop - () const const - - - QPointF - hotSpot - qgesture.html - hotSpot-prop - () const const - - - void - setHotSpot - qgesture.html - hotSpot-prop - (const QPointF &value) - - - bool - hasHotSpot - qgesture.html - hasHotSpot-prop - () const const - - - void - unsetHotSpot - qgesture.html - hotSpot-prop - () - - - GestureCancelPolicy - qgesture.html - GestureCancelPolicy-enum - - - CancelNone - qgesture.html - GestureCancelPolicy-enum - - - CancelAllInContext - qgesture.html - GestureCancelPolicy-enum - - - void - setGestureCancelPolicy - qgesture.html - gestureCancelPolicy-prop - (QGesture::GestureCancelPolicy policy) - - - QGesture::GestureCancelPolicy - gestureCancelPolicy - qgesture.html - gestureCancelPolicy-prop - () const const - - - - QPanGesture - qpangesture.html - QGesture - - virtual const QMetaObject * - metaObject - qpangesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qpangesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpangesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpangesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpangesture.html - trUtf8 - (const char *s, const char *c, int n) - - - lastOffset - qpangesture.html - lastOffset-prop - - - - offset - qpangesture.html - offset-prop - - - - delta - qpangesture.html - delta-prop - - - - acceleration - qpangesture.html - acceleration-prop - - - - virtual - ~QPanGesture - qpangesture.html - dtor.QPanGesture - () - - - QPointF - lastOffset - qpangesture.html - lastOffset-prop - () const const - - - QPointF - offset - qpangesture.html - offset-prop - () const const - - - QPointF - delta - qpangesture.html - delta-prop - () const const - - - qreal - acceleration - qpangesture.html - acceleration-prop - () const const - - - void - setLastOffset - qpangesture.html - lastOffset-prop - (const QPointF &value) - - - void - setOffset - qpangesture.html - offset-prop - (const QPointF &value) - - - void - setAcceleration - qpangesture.html - acceleration-prop - (qreal value) - - - - QPinchGesture - qpinchgesture.html - QGesture - - virtual const QMetaObject * - metaObject - qpinchgesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qpinchgesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qpinchgesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qpinchgesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qpinchgesture.html - trUtf8 - (const char *s, const char *c, int n) - - - ChangeFlag - qpinchgesture.html - ChangeFlag-enum - - - ScaleFactorChanged - qpinchgesture.html - ChangeFlag-enum - - - RotationAngleChanged - qpinchgesture.html - ChangeFlag-enum - - - CenterPointChanged - qpinchgesture.html - ChangeFlag-enum - - - ChangeFlags - qpinchgesture.html - ChangeFlag-enum - - - - totalChangeFlags - qpinchgesture.html - totalChangeFlags-prop - - - - changeFlags - qpinchgesture.html - changeFlags-prop - - - - totalScaleFactor - qpinchgesture.html - totalScaleFactor-prop - - - - lastScaleFactor - qpinchgesture.html - lastScaleFactor-prop - - - - scaleFactor - qpinchgesture.html - scaleFactor-prop - - - - totalRotationAngle - qpinchgesture.html - totalRotationAngle-prop - - - - lastRotationAngle - qpinchgesture.html - lastRotationAngle-prop - - - - rotationAngle - qpinchgesture.html - rotationAngle-prop - - - - startCenterPoint - qpinchgesture.html - startCenterPoint-prop - - - - lastCenterPoint - qpinchgesture.html - lastCenterPoint-prop - - - - centerPoint - qpinchgesture.html - centerPoint-prop - - - - virtual - ~QPinchGesture - qpinchgesture.html - dtor.QPinchGesture - () - - - QPinchGesture::ChangeFlags - totalChangeFlags - qpinchgesture.html - totalChangeFlags-prop - () const const - - - void - setTotalChangeFlags - qpinchgesture.html - totalChangeFlags-prop - (QPinchGesture::ChangeFlags value) - - - QPinchGesture::ChangeFlags - changeFlags - qpinchgesture.html - changeFlags-prop - () const const - - - void - setChangeFlags - qpinchgesture.html - changeFlags-prop - (QPinchGesture::ChangeFlags value) - - - QPointF - startCenterPoint - qpinchgesture.html - startCenterPoint-prop - () const const - - - QPointF - lastCenterPoint - qpinchgesture.html - lastCenterPoint-prop - () const const - - - QPointF - centerPoint - qpinchgesture.html - centerPoint-prop - () const const - - - void - setStartCenterPoint - qpinchgesture.html - startCenterPoint-prop - (const QPointF &value) - - - void - setLastCenterPoint - qpinchgesture.html - lastCenterPoint-prop - (const QPointF &value) - - - void - setCenterPoint - qpinchgesture.html - centerPoint-prop - (const QPointF &value) - - - qreal - totalScaleFactor - qpinchgesture.html - totalScaleFactor-prop - () const const - - - qreal - lastScaleFactor - qpinchgesture.html - lastScaleFactor-prop - () const const - - - qreal - scaleFactor - qpinchgesture.html - scaleFactor-prop - () const const - - - void - setTotalScaleFactor - qpinchgesture.html - totalScaleFactor-prop - (qreal value) - - - void - setLastScaleFactor - qpinchgesture.html - lastScaleFactor-prop - (qreal value) - - - void - setScaleFactor - qpinchgesture.html - scaleFactor-prop - (qreal value) - - - qreal - totalRotationAngle - qpinchgesture.html - totalRotationAngle-prop - () const const - - - qreal - lastRotationAngle - qpinchgesture.html - lastRotationAngle-prop - () const const - - - qreal - rotationAngle - qpinchgesture.html - rotationAngle-prop - () const const - - - void - setTotalRotationAngle - qpinchgesture.html - totalRotationAngle-prop - (qreal value) - - - void - setLastRotationAngle - qpinchgesture.html - lastRotationAngle-prop - (qreal value) - - - void - setRotationAngle - qpinchgesture.html - rotationAngle-prop - (qreal value) - - - - QSwipeGesture - qswipegesture.html - QGesture - - virtual const QMetaObject * - metaObject - qswipegesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qswipegesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qswipegesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qswipegesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qswipegesture.html - trUtf8 - (const char *s, const char *c, int n) - - - horizontalDirection - qswipegesture.html - horizontalDirection-prop - - - - verticalDirection - qswipegesture.html - verticalDirection-prop - - - - swipeAngle - qswipegesture.html - swipeAngle-prop - - - - SwipeDirection - qswipegesture.html - SwipeDirection-enum - - - NoDirection - qswipegesture.html - SwipeDirection-enum - - - Left - qswipegesture.html - SwipeDirection-enum - - - Right - qswipegesture.html - SwipeDirection-enum - - - Up - qswipegesture.html - SwipeDirection-enum - - - Down - qswipegesture.html - SwipeDirection-enum - - - virtual - ~QSwipeGesture - qswipegesture.html - dtor.QSwipeGesture - () - - - QSwipeGesture::SwipeDirection - horizontalDirection - qswipegesture.html - horizontalDirection-prop - () const const - - - QSwipeGesture::SwipeDirection - verticalDirection - qswipegesture.html - verticalDirection-prop - () const const - - - qreal - swipeAngle - qswipegesture.html - swipeAngle-prop - () const const - - - void - setSwipeAngle - qswipegesture.html - swipeAngle-prop - (qreal value) - - - - QTapGesture - qtapgesture.html - QGesture - - virtual const QMetaObject * - metaObject - qtapgesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qtapgesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtapgesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtapgesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtapgesture.html - trUtf8 - (const char *s, const char *c, int n) - - - position - qtapgesture.html - position-prop - - - - virtual - ~QTapGesture - qtapgesture.html - dtor.QTapGesture - () - - - QPointF - position - qtapgesture.html - position-prop - () const const - - - void - setPosition - qtapgesture.html - position-prop - (const QPointF &pos) - - - - QTapAndHoldGesture - qtapandholdgesture.html - QGesture - - virtual const QMetaObject * - metaObject - qtapandholdgesture.html - metaObject - () const const - - - virtual void * - qt_metacast - qtapandholdgesture.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtapandholdgesture.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtapandholdgesture.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtapandholdgesture.html - trUtf8 - (const char *s, const char *c, int n) - - - position - qtapandholdgesture.html - position-prop - - - - virtual - ~QTapAndHoldGesture - qtapandholdgesture.html - dtor.QTapAndHoldGesture - () - - - QPointF - position - qtapandholdgesture.html - position-prop - () const const - - - void - setPosition - qtapandholdgesture.html - position-prop - (const QPointF &pos) - - - void - setTimeout - qtapandholdgesture.html - setTimeout - (int msecs) - - - int - timeout - qtapandholdgesture.html - timeout - () - - - - QGestureEvent - qgestureevent.html - QEvent - - - QGestureEvent - qgestureevent.html - QGestureEvent - (const QList<QGesture *> &gestures) - - - virtual - ~QGestureEvent - qgestureevent.html - dtor.QGestureEvent - () - - - QList<QGesture *> - gestures - qgestureevent.html - gestures - () const const - - - QGesture * - gesture - qgestureevent.html - gesture - (Qt::GestureType type) const const - - - QList<QGesture *> - activeGestures - qgestureevent.html - activeGestures - () const const - - - QList<QGesture *> - canceledGestures - qgestureevent.html - canceledGestures - () const const - - - void - setAccepted - qgestureevent.html - setAccepted - (QGesture *gesture, bool value) - - - void - accept - qgestureevent.html - accept - (QGesture *gesture) - - - void - ignore - qgestureevent.html - ignore - (QGesture *gesture) - - - bool - isAccepted - qgestureevent.html - isAccepted - (QGesture *gesture) const const - - - void - setAccepted - qgestureevent.html - setAccepted-1 - (Qt::GestureType gestureType, bool value) - - - void - accept - qgestureevent.html - accept-1 - (Qt::GestureType gestureType) - - - void - ignore - qgestureevent.html - ignore-1 - (Qt::GestureType gestureType) - - - bool - isAccepted - qgestureevent.html - isAccepted-1 - (Qt::GestureType gestureType) const const - - - QWidget * - widget - qgestureevent.html - widget - () const const - - - QPointF - mapToGraphicsScene - qgestureevent.html - mapToGraphicsScene - (const QPointF &gesturePoint) const const - - - - QGestureRecognizer - qgesturerecognizer.html - - ResultFlag - qgesturerecognizer.html - ResultFlag-enum - - - Ignore - qgesturerecognizer.html - ResultFlag-enum - - - MayBeGesture - qgesturerecognizer.html - ResultFlag-enum - - - TriggerGesture - qgesturerecognizer.html - ResultFlag-enum - - - FinishGesture - qgesturerecognizer.html - ResultFlag-enum - - - CancelGesture - qgesturerecognizer.html - ResultFlag-enum - - - ResultState_Mask - qgesturerecognizer.html - ResultFlag-enum - - - ConsumeEventHint - qgesturerecognizer.html - ResultFlag-enum - - - ResultHint_Mask - qgesturerecognizer.html - ResultFlag-enum - - - Result - qgesturerecognizer.html - ResultFlag-enum - - - - - QGestureRecognizer - qgesturerecognizer.html - QGestureRecognizer - () - - - virtual - ~QGestureRecognizer - qgesturerecognizer.html - dtor.QGestureRecognizer - () - - - virtual QGesture * - create - qgesturerecognizer.html - create - (QObject *target) - - - virtual QGestureRecognizer::Result - recognize - qgesturerecognizer.html - recognize - (QGesture *gesture, QObject *watched, QEvent *event) = 0 - - - virtual void - reset - qgesturerecognizer.html - reset - (QGesture *gesture) - - - Qt::GestureType - registerRecognizer - qgesturerecognizer.html - registerRecognizer - (QGestureRecognizer *recognizer) - - - void - unregisterRecognizer - qgesturerecognizer.html - unregisterRecognizer - (Qt::GestureType type) - - - - QGraphicsItem - qgraphicsitem.html - - GraphicsItemFlag - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIsMovable - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIsSelectable - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIsFocusable - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemClipsToShape - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemClipsChildrenToShape - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIgnoresTransformations - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIgnoresParentOpacity - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemDoesntPropagateOpacityToChildren - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemStacksBehindParent - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemUsesExtendedStyleOption - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemHasNoContents - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemSendsGeometryChanges - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemAcceptsInputMethod - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemNegativeZStacksBehindParent - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIsPanel - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemIsFocusScope - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemSendsScenePositionChanges - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemStopsClickFocusPropagation - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemStopsFocusHandling - qgraphicsitem.html - GraphicsItemFlag-enum - - - ItemContainsChildrenInShape - qgraphicsitem.html - GraphicsItemFlag-enum - - - GraphicsItemFlags - qgraphicsitem.html - GraphicsItemFlag-enum - - - - GraphicsItemChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemPositionChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemMatrixChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemVisibleChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemEnabledChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemSelectedChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemParentChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemChildAddedChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemChildRemovedChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemTransformChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemPositionHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemTransformHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemSceneChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemVisibleHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemEnabledHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemSelectedHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemParentHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemSceneHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemCursorChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemCursorHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemToolTipChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemToolTipHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemFlagsChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemFlagsHaveChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemZValueChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemZValueHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemOpacityChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemOpacityHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemScenePositionHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemRotationChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemRotationHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemScaleChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemScaleHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemTransformOriginPointChange - qgraphicsitem.html - GraphicsItemChange-enum - - - ItemTransformOriginPointHasChanged - qgraphicsitem.html - GraphicsItemChange-enum - - - CacheMode - qgraphicsitem.html - CacheMode-enum - - - NoCache - qgraphicsitem.html - CacheMode-enum - - - ItemCoordinateCache - qgraphicsitem.html - CacheMode-enum - - - DeviceCoordinateCache - qgraphicsitem.html - CacheMode-enum - - - PanelModality - qgraphicsitem.html - PanelModality-enum - - - NonModal - qgraphicsitem.html - PanelModality-enum - - - PanelModal - qgraphicsitem.html - PanelModality-enum - - - SceneModal - qgraphicsitem.html - PanelModality-enum - - - - QGraphicsItem - qgraphicsitem.html - QGraphicsItem - (QGraphicsItem *parent) - - - virtual - ~QGraphicsItem - qgraphicsitem.html - dtor.QGraphicsItem - () - - - QGraphicsScene * - scene - qgraphicsitem.html - scene - () const const - - - QGraphicsItem * - parentItem - qgraphicsitem.html - parentItem - () const const - - - QGraphicsItem * - topLevelItem - qgraphicsitem.html - topLevelItem - () const const - - - QGraphicsObject * - parentObject - qgraphicsitem.html - parentObject - () const const - - - QGraphicsWidget * - parentWidget - qgraphicsitem.html - parentWidget - () const const - - - QGraphicsWidget * - topLevelWidget - qgraphicsitem.html - topLevelWidget - () const const - - - QGraphicsWidget * - window - qgraphicsitem.html - window - () const const - - - QGraphicsItem * - panel - qgraphicsitem.html - panel - () const const - - - void - setParentItem - qgraphicsitem.html - setParentItem - (QGraphicsItem *newParent) - - - QList<QGraphicsItem *> - children - qgraphicsitem-obsolete.html - children - () const const - - - QList<QGraphicsItem *> - childItems - qgraphicsitem.html - childItems - () const const - - - bool - isWidget - qgraphicsitem.html - isWidget - () const const - - - bool - isWindow - qgraphicsitem.html - isWindow - () const const - - - bool - isPanel - qgraphicsitem.html - isPanel - () const const - - - QGraphicsObject * - toGraphicsObject - qgraphicsitem.html - toGraphicsObject - () - - - const QGraphicsObject * - toGraphicsObject - qgraphicsitem.html - toGraphicsObject-1 - () const const - - - QGraphicsItemGroup * - group - qgraphicsitem.html - group - () const const - - - void - setGroup - qgraphicsitem.html - setGroup - (QGraphicsItemGroup *group) - - - QGraphicsItem::GraphicsItemFlags - flags - qgraphicsitem.html - flags - () const const - - - void - setFlag - qgraphicsitem.html - setFlag - (QGraphicsItem::GraphicsItemFlag flag, bool enabled) - - - void - setFlags - qgraphicsitem.html - setFlags - (QGraphicsItem::GraphicsItemFlags flags) - - - QGraphicsItem::CacheMode - cacheMode - qgraphicsitem.html - cacheMode - () const const - - - void - setCacheMode - qgraphicsitem.html - setCacheMode - (QGraphicsItem::CacheMode mode, const QSize &logicalCacheSize) - - - QGraphicsItem::PanelModality - panelModality - qgraphicsitem.html - panelModality - () const const - - - void - setPanelModality - qgraphicsitem.html - setPanelModality - (QGraphicsItem::PanelModality panelModality) - - - bool - isBlockedByModalPanel - qgraphicsitem.html - isBlockedByModalPanel - (QGraphicsItem **blockingPanel) const const - - - QString - toolTip - qgraphicsitem.html - toolTip - () const const - - - void - setToolTip - qgraphicsitem.html - setToolTip - (const QString &toolTip) - - - QCursor - cursor - qgraphicsitem.html - cursor - () const const - - - void - setCursor - qgraphicsitem.html - setCursor - (const QCursor &cursor) - - - bool - hasCursor - qgraphicsitem.html - hasCursor - () const const - - - void - unsetCursor - qgraphicsitem.html - unsetCursor - () - - - bool - isVisible - qgraphicsitem.html - isVisible - () const const - - - bool - isVisibleTo - qgraphicsitem.html - isVisibleTo - (const QGraphicsItem *parent) const const - - - void - setVisible - qgraphicsitem.html - setVisible - (bool visible) - - - void - hide - qgraphicsitem.html - hide - () - - - void - show - qgraphicsitem.html - show - () - - - bool - isEnabled - qgraphicsitem.html - isEnabled - () const const - - - void - setEnabled - qgraphicsitem.html - setEnabled - (bool enabled) - - - bool - isSelected - qgraphicsitem.html - isSelected - () const const - - - void - setSelected - qgraphicsitem.html - setSelected - (bool selected) - - - bool - acceptDrops - qgraphicsitem.html - acceptDrops - () const const - - - void - setAcceptDrops - qgraphicsitem.html - setAcceptDrops - (bool on) - - - qreal - opacity - qgraphicsitem.html - opacity - () const const - - - qreal - effectiveOpacity - qgraphicsitem.html - effectiveOpacity - () const const - - - void - setOpacity - qgraphicsitem.html - setOpacity - (qreal opacity) - - - QGraphicsEffect * - graphicsEffect - qgraphicsitem.html - graphicsEffect - () const const - - - void - setGraphicsEffect - qgraphicsitem.html - setGraphicsEffect - (QGraphicsEffect *effect) - - - Qt::MouseButtons - acceptedMouseButtons - qgraphicsitem.html - acceptedMouseButtons - () const const - - - void - setAcceptedMouseButtons - qgraphicsitem.html - setAcceptedMouseButtons - (Qt::MouseButtons buttons) - - - bool - acceptsHoverEvents - qgraphicsitem-obsolete.html - acceptsHoverEvents - () const const - - - void - setAcceptsHoverEvents - qgraphicsitem-obsolete.html - setAcceptsHoverEvents - (bool enabled) - - - bool - acceptHoverEvents - qgraphicsitem.html - acceptHoverEvents - () const const - - - void - setAcceptHoverEvents - qgraphicsitem.html - setAcceptHoverEvents - (bool enabled) - - - bool - acceptTouchEvents - qgraphicsitem.html - acceptTouchEvents - () const const - - - void - setAcceptTouchEvents - qgraphicsitem.html - setAcceptTouchEvents - (bool enabled) - - - bool - filtersChildEvents - qgraphicsitem.html - filtersChildEvents - () const const - - - void - setFiltersChildEvents - qgraphicsitem.html - setFiltersChildEvents - (bool enabled) - - - bool - handlesChildEvents - qgraphicsitem-obsolete.html - handlesChildEvents - () const const - - - void - setHandlesChildEvents - qgraphicsitem-obsolete.html - setHandlesChildEvents - (bool enabled) - - - bool - isActive - qgraphicsitem.html - isActive - () const const - - - void - setActive - qgraphicsitem.html - setActive - (bool active) - - - bool - hasFocus - qgraphicsitem.html - hasFocus - () const const - - - void - setFocus - qgraphicsitem.html - setFocus - (Qt::FocusReason focusReason) - - - void - clearFocus - qgraphicsitem.html - clearFocus - () - - - QGraphicsItem * - focusProxy - qgraphicsitem.html - focusProxy - () const const - - - void - setFocusProxy - qgraphicsitem.html - setFocusProxy - (QGraphicsItem *item) - - - QGraphicsItem * - focusItem - qgraphicsitem.html - focusItem - () const const - - - void - grabMouse - qgraphicsitem.html - grabMouse - () - - - void - ungrabMouse - qgraphicsitem.html - ungrabMouse - () - - - void - grabKeyboard - qgraphicsitem.html - grabKeyboard - () - - - void - ungrabKeyboard - qgraphicsitem.html - ungrabKeyboard - () - - - QPointF - pos - qgraphicsitem.html - pos - () const const - - - qreal - x - qgraphicsitem.html - x - () const const - - - void - setX - qgraphicsitem.html - setX - (qreal x) - - - qreal - y - qgraphicsitem.html - y - () const const - - - void - setY - qgraphicsitem.html - setY - (qreal y) - - - QPointF - scenePos - qgraphicsitem.html - scenePos - () const const - - - void - setPos - qgraphicsitem.html - setPos - (const QPointF &pos) - - - void - setPos - qgraphicsitem.html - setPos-1 - (qreal x, qreal y) - - - void - moveBy - qgraphicsitem.html - moveBy - (qreal dx, qreal dy) - - - void - ensureVisible - qgraphicsitem.html - ensureVisible - (const QRectF &rect, int xmargin, int ymargin) - - - void - ensureVisible - qgraphicsitem.html - ensureVisible-1 - (qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin) - - - QMatrix - matrix - qgraphicsitem-obsolete.html - matrix - () const const - - - QMatrix - sceneMatrix - qgraphicsitem-obsolete.html - sceneMatrix - () const const - - - void - setMatrix - qgraphicsitem-obsolete.html - setMatrix - (const QMatrix &matrix, bool combine) - - - void - resetMatrix - qgraphicsitem-obsolete.html - resetMatrix - () - - - QTransform - transform - qgraphicsitem.html - transform - () const const - - - QTransform - sceneTransform - qgraphicsitem.html - sceneTransform - () const const - - - QTransform - deviceTransform - qgraphicsitem.html - deviceTransform - (const QTransform &viewportTransform) const const - - - QTransform - itemTransform - qgraphicsitem.html - itemTransform - (const QGraphicsItem *other, bool *ok) const const - - - void - setTransform - qgraphicsitem.html - setTransform - (const QTransform &matrix, bool combine) - - - void - resetTransform - qgraphicsitem.html - resetTransform - () - - - void - rotate - qgraphicsitem-obsolete.html - rotate - (qreal angle) - - - void - scale - qgraphicsitem-obsolete.html - scale-1 - (qreal sx, qreal sy) - - - void - shear - qgraphicsitem-obsolete.html - shear - (qreal sh, qreal sv) - - - void - translate - qgraphicsitem-obsolete.html - translate - (qreal dx, qreal dy) - - - void - setRotation - qgraphicsitem.html - setRotation - (qreal angle) - - - qreal - rotation - qgraphicsitem.html - rotation - () const const - - - void - setScale - qgraphicsitem.html - setScale - (qreal factor) - - - qreal - scale - qgraphicsitem.html - scale - () const const - - - QList<QGraphicsTransform *> - transformations - qgraphicsitem.html - transformations - () const const - - - void - setTransformations - qgraphicsitem.html - setTransformations - (const QList<QGraphicsTransform *> &transformations) - - - QPointF - transformOriginPoint - qgraphicsitem.html - transformOriginPoint - () const const - - - void - setTransformOriginPoint - qgraphicsitem.html - setTransformOriginPoint - (const QPointF &origin) - - - void - setTransformOriginPoint - qgraphicsitem.html - setTransformOriginPoint-1 - (qreal x, qreal y) - - - virtual void - advance - qgraphicsitem.html - advance - (int phase) - - - qreal - zValue - qgraphicsitem.html - zValue - () const const - - - void - setZValue - qgraphicsitem.html - setZValue - (qreal z) - - - void - stackBefore - qgraphicsitem.html - stackBefore - (const QGraphicsItem *sibling) - - - virtual QRectF - boundingRect - qgraphicsitem.html - boundingRect - () const const = 0 - - - QRectF - childrenBoundingRect - qgraphicsitem.html - childrenBoundingRect - () const const - - - QRectF - sceneBoundingRect - qgraphicsitem.html - sceneBoundingRect - () const const - - - virtual QPainterPath - shape - qgraphicsitem.html - shape - () const const - - - bool - isClipped - qgraphicsitem.html - isClipped - () const const - - - QPainterPath - clipPath - qgraphicsitem.html - clipPath - () const const - - - virtual bool - contains - qgraphicsitem.html - contains - (const QPointF &point) const const - - - virtual bool - collidesWithItem - qgraphicsitem.html - collidesWithItem - (const QGraphicsItem *other, Qt::ItemSelectionMode mode) const const - - - virtual bool - collidesWithPath - qgraphicsitem.html - collidesWithPath - (const QPainterPath &path, Qt::ItemSelectionMode mode) const const - - - QList<QGraphicsItem *> - collidingItems - qgraphicsitem.html - collidingItems - (Qt::ItemSelectionMode mode) const const - - - bool - isObscured - qgraphicsitem.html - isObscured - (const QRectF &rect) const const - - - bool - isObscured - qgraphicsitem.html - isObscured-1 - (qreal x, qreal y, qreal w, qreal h) const const - - - virtual bool - isObscuredBy - qgraphicsitem.html - isObscuredBy - (const QGraphicsItem *item) const const - - - virtual QPainterPath - opaqueArea - qgraphicsitem.html - opaqueArea - () const const - - - QRegion - boundingRegion - qgraphicsitem.html - boundingRegion - (const QTransform &itemToDeviceTransform) const const - - - qreal - boundingRegionGranularity - qgraphicsitem.html - boundingRegionGranularity - () const const - - - void - setBoundingRegionGranularity - qgraphicsitem.html - setBoundingRegionGranularity - (qreal granularity) - - - virtual void - paint - qgraphicsitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) = 0 - - - void - update - qgraphicsitem.html - update - (const QRectF &rect) - - - void - update - qgraphicsitem.html - update-1 - (qreal x, qreal y, qreal width, qreal height) - - - void - scroll - qgraphicsitem.html - scroll - (qreal dx, qreal dy, const QRectF &rect) - - - QPointF - mapToItem - qgraphicsitem.html - mapToItem - (const QGraphicsItem *item, const QPointF &point) const const - - - QPointF - mapToParent - qgraphicsitem.html - mapToParent - (const QPointF &point) const const - - - QPointF - mapToScene - qgraphicsitem.html - mapToScene - (const QPointF &point) const const - - - QPolygonF - mapToItem - qgraphicsitem.html - mapToItem-1 - (const QGraphicsItem *item, const QRectF &rect) const const - - - QPolygonF - mapToParent - qgraphicsitem.html - mapToParent-1 - (const QRectF &rect) const const - - - QPolygonF - mapToScene - qgraphicsitem.html - mapToScene-1 - (const QRectF &rect) const const - - - QRectF - mapRectToItem - qgraphicsitem.html - mapRectToItem - (const QGraphicsItem *item, const QRectF &rect) const const - - - QRectF - mapRectToParent - qgraphicsitem.html - mapRectToParent - (const QRectF &rect) const const - - - QRectF - mapRectToScene - qgraphicsitem.html - mapRectToScene - (const QRectF &rect) const const - - - QPolygonF - mapToItem - qgraphicsitem.html - mapToItem-2 - (const QGraphicsItem *item, const QPolygonF &polygon) const const - - - QPolygonF - mapToParent - qgraphicsitem.html - mapToParent-2 - (const QPolygonF &polygon) const const - - - QPolygonF - mapToScene - qgraphicsitem.html - mapToScene-2 - (const QPolygonF &polygon) const const - - - QPainterPath - mapToItem - qgraphicsitem.html - mapToItem-3 - (const QGraphicsItem *item, const QPainterPath &path) const const - - - QPainterPath - mapToParent - qgraphicsitem.html - mapToParent-3 - (const QPainterPath &path) const const - - - QPainterPath - mapToScene - qgraphicsitem.html - mapToScene-3 - (const QPainterPath &path) const const - - - QPointF - mapFromItem - qgraphicsitem.html - mapFromItem - (const QGraphicsItem *item, const QPointF &point) const const - - - QPointF - mapFromParent - qgraphicsitem.html - mapFromParent - (const QPointF &point) const const - - - QPointF - mapFromScene - qgraphicsitem.html - mapFromScene - (const QPointF &point) const const - - - QPolygonF - mapFromItem - qgraphicsitem.html - mapFromItem-1 - (const QGraphicsItem *item, const QRectF &rect) const const - - - QPolygonF - mapFromParent - qgraphicsitem.html - mapFromParent-1 - (const QRectF &rect) const const - - - QPolygonF - mapFromScene - qgraphicsitem.html - mapFromScene-1 - (const QRectF &rect) const const - - - QRectF - mapRectFromItem - qgraphicsitem.html - mapRectFromItem - (const QGraphicsItem *item, const QRectF &rect) const const - - - QRectF - mapRectFromParent - qgraphicsitem.html - mapRectFromParent - (const QRectF &rect) const const - - - QRectF - mapRectFromScene - qgraphicsitem.html - mapRectFromScene - (const QRectF &rect) const const - - - QPolygonF - mapFromItem - qgraphicsitem.html - mapFromItem-2 - (const QGraphicsItem *item, const QPolygonF &polygon) const const - - - QPolygonF - mapFromParent - qgraphicsitem.html - mapFromParent-2 - (const QPolygonF &polygon) const const - - - QPolygonF - mapFromScene - qgraphicsitem.html - mapFromScene-2 - (const QPolygonF &polygon) const const - - - QPainterPath - mapFromItem - qgraphicsitem.html - mapFromItem-3 - (const QGraphicsItem *item, const QPainterPath &path) const const - - - QPainterPath - mapFromParent - qgraphicsitem.html - mapFromParent-3 - (const QPainterPath &path) const const - - - QPainterPath - mapFromScene - qgraphicsitem.html - mapFromScene-3 - (const QPainterPath &path) const const - - - QPointF - mapToItem - qgraphicsitem.html - mapToItem-4 - (const QGraphicsItem *item, qreal x, qreal y) const const - - - QPointF - mapToParent - qgraphicsitem.html - mapToParent-4 - (qreal x, qreal y) const const - - - QPointF - mapToScene - qgraphicsitem.html - mapToScene-4 - (qreal x, qreal y) const const - - - QPolygonF - mapToItem - qgraphicsitem.html - mapToItem-5 - (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const const - - - QPolygonF - mapToParent - qgraphicsitem.html - mapToParent-5 - (qreal x, qreal y, qreal w, qreal h) const const - - - QPolygonF - mapToScene - qgraphicsitem.html - mapToScene-5 - (qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectToItem - qgraphicsitem.html - mapRectToItem-1 - (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectToParent - qgraphicsitem.html - mapRectToParent-1 - (qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectToScene - qgraphicsitem.html - mapRectToScene-1 - (qreal x, qreal y, qreal w, qreal h) const const - - - QPointF - mapFromItem - qgraphicsitem.html - mapFromItem-4 - (const QGraphicsItem *item, qreal x, qreal y) const const - - - QPointF - mapFromParent - qgraphicsitem.html - mapFromParent-4 - (qreal x, qreal y) const const - - - QPointF - mapFromScene - qgraphicsitem.html - mapFromScene-4 - (qreal x, qreal y) const const - - - QPolygonF - mapFromItem - qgraphicsitem.html - mapFromItem-5 - (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const const - - - QPolygonF - mapFromParent - qgraphicsitem.html - mapFromParent-5 - (qreal x, qreal y, qreal w, qreal h) const const - - - QPolygonF - mapFromScene - qgraphicsitem.html - mapFromScene-5 - (qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectFromItem - qgraphicsitem.html - mapRectFromItem-1 - (const QGraphicsItem *item, qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectFromParent - qgraphicsitem.html - mapRectFromParent-1 - (qreal x, qreal y, qreal w, qreal h) const const - - - QRectF - mapRectFromScene - qgraphicsitem.html - mapRectFromScene-1 - (qreal x, qreal y, qreal w, qreal h) const const - - - bool - isAncestorOf - qgraphicsitem.html - isAncestorOf - (const QGraphicsItem *child) const const - - - QGraphicsItem * - commonAncestorItem - qgraphicsitem.html - commonAncestorItem - (const QGraphicsItem *other) const const - - - bool - isUnderMouse - qgraphicsitem.html - isUnderMouse - () const const - - - QVariant - data - qgraphicsitem.html - data - (int key) const const - - - void - setData - qgraphicsitem.html - setData - (int key, const QVariant &value) - - - Qt::InputMethodHints - inputMethodHints - qgraphicsitem.html - inputMethodHints - () const const - - - void - setInputMethodHints - qgraphicsitem.html - setInputMethodHints - (Qt::InputMethodHints hints) - - - anonymous - qgraphicsitem.html - anonymous-enum - - - Type - qgraphicsitem.html - anonymous-enum - - - UserType - qgraphicsitem.html - anonymous-enum - - - virtual int - type - qgraphicsitem.html - type - () const const - - - void - installSceneEventFilter - qgraphicsitem.html - installSceneEventFilter - (QGraphicsItem *filterItem) - - - void - removeSceneEventFilter - qgraphicsitem.html - removeSceneEventFilter - (QGraphicsItem *filterItem) - - - void - updateMicroFocus - qgraphicsitem.html - updateMicroFocus - () - - - virtual bool - sceneEventFilter - qgraphicsitem.html - sceneEventFilter - (QGraphicsItem *watched, QEvent *event) - - - virtual bool - sceneEvent - qgraphicsitem.html - sceneEvent - (QEvent *event) - - - virtual void - contextMenuEvent - qgraphicsitem.html - contextMenuEvent - (QGraphicsSceneContextMenuEvent *event) - - - virtual void - dragEnterEvent - qgraphicsitem.html - dragEnterEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dragLeaveEvent - qgraphicsitem.html - dragLeaveEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dragMoveEvent - qgraphicsitem.html - dragMoveEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dropEvent - qgraphicsitem.html - dropEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - focusInEvent - qgraphicsitem.html - focusInEvent - (QFocusEvent *event) - - - virtual void - focusOutEvent - qgraphicsitem.html - focusOutEvent - (QFocusEvent *event) - - - virtual void - hoverEnterEvent - qgraphicsitem.html - hoverEnterEvent - (QGraphicsSceneHoverEvent *event) - - - virtual void - hoverMoveEvent - qgraphicsitem.html - hoverMoveEvent - (QGraphicsSceneHoverEvent *event) - - - virtual void - hoverLeaveEvent - qgraphicsitem.html - hoverLeaveEvent - (QGraphicsSceneHoverEvent *event) - - - virtual void - keyPressEvent - qgraphicsitem.html - keyPressEvent - (QKeyEvent *event) - - - virtual void - keyReleaseEvent - qgraphicsitem.html - keyReleaseEvent - (QKeyEvent *event) - - - virtual void - mousePressEvent - qgraphicsitem.html - mousePressEvent - (QGraphicsSceneMouseEvent *event) - - - virtual void - mouseMoveEvent - qgraphicsitem.html - mouseMoveEvent - (QGraphicsSceneMouseEvent *event) - - - virtual void - mouseReleaseEvent - qgraphicsitem.html - mouseReleaseEvent - (QGraphicsSceneMouseEvent *event) - - - virtual void - mouseDoubleClickEvent - qgraphicsitem.html - mouseDoubleClickEvent - (QGraphicsSceneMouseEvent *event) - - - virtual void - wheelEvent - qgraphicsitem.html - wheelEvent - (QGraphicsSceneWheelEvent *event) - - - virtual void - inputMethodEvent - qgraphicsitem.html - inputMethodEvent - (QInputMethodEvent *event) - - - virtual QVariant - inputMethodQuery - qgraphicsitem.html - inputMethodQuery - (Qt::InputMethodQuery query) const const - - - virtual QVariant - itemChange - qgraphicsitem.html - itemChange - (QGraphicsItem::GraphicsItemChange change, const QVariant &value) - - - void - prepareGeometryChange - qgraphicsitem.html - prepareGeometryChange - () - - - - QGraphicsObject - qgraphicsobject.html - QObject - QGraphicsItem - - virtual const QMetaObject * - metaObject - qgraphicsobject.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsobject.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsobject.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsobject.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsobject.html - trUtf8 - (const char *s, const char *c, int n) - - - parent - qgraphicsobject.html - parent-prop - - - - opacity - qgraphicsobject.html - opacity-prop - - - - enabled - qgraphicsobject.html - enabled-prop - - - - visible - qgraphicsobject.html - visible-prop - - - - pos - qgraphicsobject.html - pos-prop - - - - x - qgraphicsobject.html - x-prop - - - - y - qgraphicsobject.html - y-prop - - - - z - qgraphicsobject.html - z-prop - - - - rotation - qgraphicsobject.html - rotation-prop - - - - scale - qgraphicsobject.html - scale-prop - - - - transformOriginPoint - qgraphicsobject.html - transformOriginPoint-prop - - - - effect - qgraphicsobject.html - effect-prop - - - - - QGraphicsObject - qgraphicsobject.html - QGraphicsObject - (QGraphicsItem *parent) - - - virtual - ~QGraphicsObject - qgraphicsobject.html - dtor.QGraphicsObject - () - - - void - grabGesture - qgraphicsobject.html - grabGesture - (Qt::GestureType gesture, Qt::GestureFlags flags) - - - void - ungrabGesture - qgraphicsobject.html - ungrabGesture - (Qt::GestureType gesture) - - - void - updateMicroFocus - qgraphicsobject.html - updateMicroFocus - () - - - void - parentChanged - qgraphicsobject.html - parentChanged - () - - - void - opacityChanged - qgraphicsobject.html - opacityChanged - () - - - void - visibleChanged - qgraphicsobject.html - visibleChanged - () - - - void - enabledChanged - qgraphicsobject.html - enabledChanged - () - - - void - xChanged - qgraphicsobject.html - xChanged - () - - - void - yChanged - qgraphicsobject.html - yChanged - () - - - void - zChanged - qgraphicsobject.html - zChanged - () - - - void - rotationChanged - qgraphicsobject.html - rotationChanged - () - - - void - scaleChanged - qgraphicsobject.html - scaleChanged - () - - - virtual bool - event - qgraphicsobject.html - event - (QEvent *ev) override - - - - QAbstractGraphicsShapeItem - qabstractgraphicsshapeitem.html - QGraphicsItem - - - QAbstractGraphicsShapeItem - qabstractgraphicsshapeitem.html - QAbstractGraphicsShapeItem - (QGraphicsItem *parent) - - - virtual - ~QAbstractGraphicsShapeItem - qabstractgraphicsshapeitem.html - dtor.QAbstractGraphicsShapeItem - () - - - QPen - pen - qabstractgraphicsshapeitem.html - pen - () const const - - - void - setPen - qabstractgraphicsshapeitem.html - setPen - (const QPen &pen) - - - QBrush - brush - qabstractgraphicsshapeitem.html - brush - () const const - - - void - setBrush - qabstractgraphicsshapeitem.html - setBrush - (const QBrush &brush) - - - virtual bool - isObscuredBy - qabstractgraphicsshapeitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qabstractgraphicsshapeitem.html - opaqueArea - () const const override - - - - QGraphicsPathItem - qgraphicspathitem.html - QAbstractGraphicsShapeItem - - - QGraphicsPathItem - qgraphicspathitem.html - QGraphicsPathItem - (QGraphicsItem *parent) - - - - QGraphicsPathItem - qgraphicspathitem.html - QGraphicsPathItem-1 - (const QPainterPath &path, QGraphicsItem *parent) - - - virtual - ~QGraphicsPathItem - qgraphicspathitem.html - dtor.QGraphicsPathItem - () - - - QPainterPath - path - qgraphicspathitem.html - path - () const const - - - void - setPath - qgraphicspathitem.html - setPath - (const QPainterPath &path) - - - virtual QRectF - boundingRect - qgraphicspathitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicspathitem.html - shape - () const const override - - - virtual bool - contains - qgraphicspathitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicspathitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicspathitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicspathitem.html - opaqueArea - () const const override - - - anonymous - qgraphicspathitem.html - anonymous-enum - - - Type - qgraphicspathitem.html - anonymous-enum - - - virtual int - type - qgraphicspathitem.html - type - () const const override - - - - QGraphicsRectItem - qgraphicsrectitem.html - QAbstractGraphicsShapeItem - - - QGraphicsRectItem - qgraphicsrectitem.html - QGraphicsRectItem - (QGraphicsItem *parent) - - - - QGraphicsRectItem - qgraphicsrectitem.html - QGraphicsRectItem-1 - (const QRectF &rect, QGraphicsItem *parent) - - - - QGraphicsRectItem - qgraphicsrectitem.html - QGraphicsRectItem-2 - (qreal x, qreal y, qreal width, qreal height, QGraphicsItem *parent) - - - virtual - ~QGraphicsRectItem - qgraphicsrectitem.html - dtor.QGraphicsRectItem - () - - - QRectF - rect - qgraphicsrectitem.html - rect - () const const - - - void - setRect - qgraphicsrectitem.html - setRect - (const QRectF &rectangle) - - - void - setRect - qgraphicsrectitem.html - setRect-1 - (qreal x, qreal y, qreal width, qreal height) - - - virtual QRectF - boundingRect - qgraphicsrectitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicsrectitem.html - shape - () const const override - - - virtual bool - contains - qgraphicsrectitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicsrectitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicsrectitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicsrectitem.html - opaqueArea - () const const override - - - anonymous - qgraphicsrectitem.html - anonymous-enum - - - Type - qgraphicsrectitem.html - anonymous-enum - - - virtual int - type - qgraphicsrectitem.html - type - () const const override - - - - QGraphicsEllipseItem - qgraphicsellipseitem.html - QAbstractGraphicsShapeItem - - - QGraphicsEllipseItem - qgraphicsellipseitem.html - QGraphicsEllipseItem - (QGraphicsItem *parent) - - - - QGraphicsEllipseItem - qgraphicsellipseitem.html - QGraphicsEllipseItem-1 - (const QRectF &rect, QGraphicsItem *parent) - - - - QGraphicsEllipseItem - qgraphicsellipseitem.html - QGraphicsEllipseItem-2 - (qreal x, qreal y, qreal width, qreal height, QGraphicsItem *parent) - - - virtual - ~QGraphicsEllipseItem - qgraphicsellipseitem.html - dtor.QGraphicsEllipseItem - () - - - QRectF - rect - qgraphicsellipseitem.html - rect - () const const - - - void - setRect - qgraphicsellipseitem.html - setRect - (const QRectF &rect) - - - void - setRect - qgraphicsellipseitem.html - setRect-1 - (qreal x, qreal y, qreal width, qreal height) - - - int - startAngle - qgraphicsellipseitem.html - startAngle - () const const - - - void - setStartAngle - qgraphicsellipseitem.html - setStartAngle - (int angle) - - - int - spanAngle - qgraphicsellipseitem.html - spanAngle - () const const - - - void - setSpanAngle - qgraphicsellipseitem.html - setSpanAngle - (int angle) - - - virtual QRectF - boundingRect - qgraphicsellipseitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicsellipseitem.html - shape - () const const override - - - virtual bool - contains - qgraphicsellipseitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicsellipseitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicsellipseitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicsellipseitem.html - opaqueArea - () const const override - - - anonymous - qgraphicsellipseitem.html - anonymous-enum - - - Type - qgraphicsellipseitem.html - anonymous-enum - - - virtual int - type - qgraphicsellipseitem.html - type - () const const override - - - - QGraphicsPolygonItem - qgraphicspolygonitem.html - QAbstractGraphicsShapeItem - - - QGraphicsPolygonItem - qgraphicspolygonitem.html - QGraphicsPolygonItem - (QGraphicsItem *parent) - - - - QGraphicsPolygonItem - qgraphicspolygonitem.html - QGraphicsPolygonItem-1 - (const QPolygonF &polygon, QGraphicsItem *parent) - - - virtual - ~QGraphicsPolygonItem - qgraphicspolygonitem.html - dtor.QGraphicsPolygonItem - () - - - QPolygonF - polygon - qgraphicspolygonitem.html - polygon - () const const - - - void - setPolygon - qgraphicspolygonitem.html - setPolygon - (const QPolygonF &polygon) - - - Qt::FillRule - fillRule - qgraphicspolygonitem.html - fillRule - () const const - - - void - setFillRule - qgraphicspolygonitem.html - setFillRule - (Qt::FillRule rule) - - - virtual QRectF - boundingRect - qgraphicspolygonitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicspolygonitem.html - shape - () const const override - - - virtual bool - contains - qgraphicspolygonitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicspolygonitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicspolygonitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicspolygonitem.html - opaqueArea - () const const override - - - anonymous - qgraphicspolygonitem.html - anonymous-enum - - - Type - qgraphicspolygonitem.html - anonymous-enum - - - virtual int - type - qgraphicspolygonitem.html - type - () const const override - - - - QGraphicsLineItem - qgraphicslineitem.html - QGraphicsItem - - - QGraphicsLineItem - qgraphicslineitem.html - QGraphicsLineItem - (QGraphicsItem *parent) - - - - QGraphicsLineItem - qgraphicslineitem.html - QGraphicsLineItem-1 - (const QLineF &line, QGraphicsItem *parent) - - - - QGraphicsLineItem - qgraphicslineitem.html - QGraphicsLineItem-2 - (qreal x1, qreal y1, qreal x2, qreal y2, QGraphicsItem *parent) - - - virtual - ~QGraphicsLineItem - qgraphicslineitem.html - dtor.QGraphicsLineItem - () - - - QPen - pen - qgraphicslineitem.html - pen - () const const - - - void - setPen - qgraphicslineitem.html - setPen - (const QPen &pen) - - - QLineF - line - qgraphicslineitem.html - line - () const const - - - void - setLine - qgraphicslineitem.html - setLine - (const QLineF &line) - - - void - setLine - qgraphicslineitem.html - setLine-1 - (qreal x1, qreal y1, qreal x2, qreal y2) - - - virtual QRectF - boundingRect - qgraphicslineitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicslineitem.html - shape - () const const override - - - virtual bool - contains - qgraphicslineitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicslineitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicslineitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicslineitem.html - opaqueArea - () const const override - - - anonymous - qgraphicslineitem.html - anonymous-enum - - - Type - qgraphicslineitem.html - anonymous-enum - - - virtual int - type - qgraphicslineitem.html - type - () const const override - - - - QGraphicsPixmapItem - qgraphicspixmapitem.html - QGraphicsItem - - ShapeMode - qgraphicspixmapitem.html - ShapeMode-enum - - - MaskShape - qgraphicspixmapitem.html - ShapeMode-enum - - - BoundingRectShape - qgraphicspixmapitem.html - ShapeMode-enum - - - HeuristicMaskShape - qgraphicspixmapitem.html - ShapeMode-enum - - - - QGraphicsPixmapItem - qgraphicspixmapitem.html - QGraphicsPixmapItem - (QGraphicsItem *parent) - - - - QGraphicsPixmapItem - qgraphicspixmapitem.html - QGraphicsPixmapItem-1 - (const QPixmap &pixmap, QGraphicsItem *parent) - - - virtual - ~QGraphicsPixmapItem - qgraphicspixmapitem.html - dtor.QGraphicsPixmapItem - () - - - QPixmap - pixmap - qgraphicspixmapitem.html - pixmap - () const const - - - void - setPixmap - qgraphicspixmapitem.html - setPixmap - (const QPixmap &pixmap) - - - Qt::TransformationMode - transformationMode - qgraphicspixmapitem.html - transformationMode - () const const - - - void - setTransformationMode - qgraphicspixmapitem.html - setTransformationMode - (Qt::TransformationMode mode) - - - QPointF - offset - qgraphicspixmapitem.html - offset - () const const - - - void - setOffset - qgraphicspixmapitem.html - setOffset - (const QPointF &offset) - - - void - setOffset - qgraphicspixmapitem.html - setOffset-1 - (qreal x, qreal y) - - - virtual QRectF - boundingRect - qgraphicspixmapitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicspixmapitem.html - shape - () const const override - - - virtual bool - contains - qgraphicspixmapitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicspixmapitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicspixmapitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicspixmapitem.html - opaqueArea - () const const override - - - anonymous - qgraphicspixmapitem.html - anonymous-enum - - - Type - qgraphicspixmapitem.html - anonymous-enum - - - virtual int - type - qgraphicspixmapitem.html - type - () const const override - - - QGraphicsPixmapItem::ShapeMode - shapeMode - qgraphicspixmapitem.html - shapeMode - () const const - - - void - setShapeMode - qgraphicspixmapitem.html - setShapeMode - (QGraphicsPixmapItem::ShapeMode mode) - - - - QGraphicsTextItem - qgraphicstextitem.html - QGraphicsObject - - virtual const QMetaObject * - metaObject - qgraphicstextitem.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicstextitem.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicstextitem.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicstextitem.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicstextitem.html - trUtf8 - (const char *s, const char *c, int n) - - - openExternalLinks - qgraphicstextitem.html - openExternalLinks-prop - - - - textCursor - qgraphicstextitem.html - textCursor-prop - - - - - QGraphicsTextItem - qgraphicstextitem.html - QGraphicsTextItem - (QGraphicsItem *parent) - - - - QGraphicsTextItem - qgraphicstextitem.html - QGraphicsTextItem-1 - (const QString &text, QGraphicsItem *parent) - - - virtual - ~QGraphicsTextItem - qgraphicstextitem.html - dtor.QGraphicsTextItem - () - - - QString - toHtml - qgraphicstextitem.html - toHtml - () const const - - - void - setHtml - qgraphicstextitem.html - setHtml - (const QString &text) - - - QString - toPlainText - qgraphicstextitem.html - toPlainText - () const const - - - void - setPlainText - qgraphicstextitem.html - setPlainText - (const QString &text) - - - QFont - font - qgraphicstextitem.html - font - () const const - - - void - setFont - qgraphicstextitem.html - setFont - (const QFont &font) - - - void - setDefaultTextColor - qgraphicstextitem.html - setDefaultTextColor - (const QColor &col) - - - QColor - defaultTextColor - qgraphicstextitem.html - defaultTextColor - () const const - - - virtual QRectF - boundingRect - qgraphicstextitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicstextitem.html - shape - () const const override - - - virtual bool - contains - qgraphicstextitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicstextitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicstextitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicstextitem.html - opaqueArea - () const const override - - - anonymous - qgraphicstextitem.html - anonymous-enum - - - Type - qgraphicstextitem.html - anonymous-enum - - - virtual int - type - qgraphicstextitem.html - type - () const const override - - - void - setTextWidth - qgraphicstextitem.html - setTextWidth - (qreal width) - - - qreal - textWidth - qgraphicstextitem.html - textWidth - () const const - - - void - adjustSize - qgraphicstextitem.html - adjustSize - () - - - void - setDocument - qgraphicstextitem.html - setDocument - (QTextDocument *document) - - - QTextDocument * - document - qgraphicstextitem.html - document - () const const - - - void - setTextInteractionFlags - qgraphicstextitem.html - setTextInteractionFlags - (Qt::TextInteractionFlags flags) - - - Qt::TextInteractionFlags - textInteractionFlags - qgraphicstextitem.html - textInteractionFlags - () const const - - - void - setTabChangesFocus - qgraphicstextitem.html - setTabChangesFocus - (bool b) - - - bool - tabChangesFocus - qgraphicstextitem.html - tabChangesFocus - () const const - - - void - setOpenExternalLinks - qgraphicstextitem.html - openExternalLinks-prop - (bool open) - - - bool - openExternalLinks - qgraphicstextitem.html - openExternalLinks-prop - () const const - - - void - setTextCursor - qgraphicstextitem.html - textCursor-prop - (const QTextCursor &cursor) - - - QTextCursor - textCursor - qgraphicstextitem.html - textCursor-prop - () const const - - - void - linkActivated - qgraphicstextitem.html - linkActivated - (const QString &link) - - - void - linkHovered - qgraphicstextitem.html - linkHovered - (const QString &link) - - - virtual bool - sceneEvent - qgraphicstextitem.html - sceneEvent - (QEvent *event) override - - - virtual void - mousePressEvent - qgraphicstextitem.html - mousePressEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mouseMoveEvent - qgraphicstextitem.html - mouseMoveEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qgraphicstextitem.html - mouseReleaseEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mouseDoubleClickEvent - qgraphicstextitem.html - mouseDoubleClickEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - contextMenuEvent - qgraphicstextitem.html - contextMenuEvent - (QGraphicsSceneContextMenuEvent *event) override - - - virtual void - keyPressEvent - qgraphicstextitem.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - keyReleaseEvent - qgraphicstextitem.html - keyReleaseEvent - (QKeyEvent *event) override - - - virtual void - focusInEvent - qgraphicstextitem.html - focusInEvent - (QFocusEvent *event) override - - - virtual void - focusOutEvent - qgraphicstextitem.html - focusOutEvent - (QFocusEvent *event) override - - - virtual void - dragEnterEvent - qgraphicstextitem.html - dragEnterEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dragLeaveEvent - qgraphicstextitem.html - dragLeaveEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dragMoveEvent - qgraphicstextitem.html - dragMoveEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dropEvent - qgraphicstextitem.html - dropEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - inputMethodEvent - qgraphicstextitem.html - inputMethodEvent - (QInputMethodEvent *event) override - - - virtual void - hoverEnterEvent - qgraphicstextitem.html - hoverEnterEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - hoverMoveEvent - qgraphicstextitem.html - hoverMoveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - hoverLeaveEvent - qgraphicstextitem.html - hoverLeaveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual QVariant - inputMethodQuery - qgraphicstextitem.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - - QGraphicsSimpleTextItem - qgraphicssimpletextitem.html - QAbstractGraphicsShapeItem - - - QGraphicsSimpleTextItem - qgraphicssimpletextitem.html - QGraphicsSimpleTextItem - (QGraphicsItem *parent) - - - - QGraphicsSimpleTextItem - qgraphicssimpletextitem.html - QGraphicsSimpleTextItem-1 - (const QString &text, QGraphicsItem *parent) - - - virtual - ~QGraphicsSimpleTextItem - qgraphicssimpletextitem.html - dtor.QGraphicsSimpleTextItem - () - - - void - setText - qgraphicssimpletextitem.html - setText - (const QString &text) - - - QString - text - qgraphicssimpletextitem.html - text - () const const - - - void - setFont - qgraphicssimpletextitem.html - setFont - (const QFont &font) - - - QFont - font - qgraphicssimpletextitem.html - font - () const const - - - virtual QRectF - boundingRect - qgraphicssimpletextitem.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicssimpletextitem.html - shape - () const const override - - - virtual bool - contains - qgraphicssimpletextitem.html - contains - (const QPointF &point) const const override - - - virtual void - paint - qgraphicssimpletextitem.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicssimpletextitem.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicssimpletextitem.html - opaqueArea - () const const override - - - anonymous - qgraphicssimpletextitem.html - anonymous-enum - - - Type - qgraphicssimpletextitem.html - anonymous-enum - - - virtual int - type - qgraphicssimpletextitem.html - type - () const const override - - - - QGraphicsItemGroup - qgraphicsitemgroup.html - QGraphicsItem - - - QGraphicsItemGroup - qgraphicsitemgroup.html - QGraphicsItemGroup - (QGraphicsItem *parent) - - - virtual - ~QGraphicsItemGroup - qgraphicsitemgroup.html - dtor.QGraphicsItemGroup - () - - - void - addToGroup - qgraphicsitemgroup.html - addToGroup - (QGraphicsItem *item) - - - void - removeFromGroup - qgraphicsitemgroup.html - removeFromGroup - (QGraphicsItem *item) - - - virtual QRectF - boundingRect - qgraphicsitemgroup.html - boundingRect - () const const override - - - virtual void - paint - qgraphicsitemgroup.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual bool - isObscuredBy - qgraphicsitemgroup.html - isObscuredBy - (const QGraphicsItem *item) const const override - - - virtual QPainterPath - opaqueArea - qgraphicsitemgroup.html - opaqueArea - () const const override - - - anonymous - qgraphicsitemgroup.html - anonymous-enum - - - Type - qgraphicsitemgroup.html - anonymous-enum - - - virtual int - type - qgraphicsitemgroup.html - type - () const const override - - - - QGraphicsLayoutItem - qgraphicslayoutitem.html - - - QGraphicsLayoutItem - qgraphicslayoutitem.html - QGraphicsLayoutItem - (QGraphicsLayoutItem *parent, bool isLayout) - - - virtual - ~QGraphicsLayoutItem - qgraphicslayoutitem.html - dtor.QGraphicsLayoutItem - () - - - void - setSizePolicy - qgraphicslayoutitem.html - setSizePolicy - (const QSizePolicy &policy) - - - void - setSizePolicy - qgraphicslayoutitem.html - setSizePolicy-1 - (QSizePolicy::Policy hPolicy, QSizePolicy::Policy vPolicy, QSizePolicy::ControlType controlType) - - - QSizePolicy - sizePolicy - qgraphicslayoutitem.html - sizePolicy - () const const - - - void - setMinimumSize - qgraphicslayoutitem.html - setMinimumSize - (const QSizeF &size) - - - void - setMinimumSize - qgraphicslayoutitem.html - setMinimumSize-1 - (qreal w, qreal h) - - - QSizeF - minimumSize - qgraphicslayoutitem.html - minimumSize - () const const - - - void - setMinimumWidth - qgraphicslayoutitem.html - setMinimumWidth - (qreal width) - - - qreal - minimumWidth - qgraphicslayoutitem.html - minimumWidth - () const const - - - void - setMinimumHeight - qgraphicslayoutitem.html - setMinimumHeight - (qreal height) - - - qreal - minimumHeight - qgraphicslayoutitem.html - minimumHeight - () const const - - - void - setPreferredSize - qgraphicslayoutitem.html - setPreferredSize - (const QSizeF &size) - - - void - setPreferredSize - qgraphicslayoutitem.html - setPreferredSize-1 - (qreal w, qreal h) - - - QSizeF - preferredSize - qgraphicslayoutitem.html - preferredSize - () const const - - - void - setPreferredWidth - qgraphicslayoutitem.html - setPreferredWidth - (qreal width) - - - qreal - preferredWidth - qgraphicslayoutitem.html - preferredWidth - () const const - - - void - setPreferredHeight - qgraphicslayoutitem.html - setPreferredHeight - (qreal height) - - - qreal - preferredHeight - qgraphicslayoutitem.html - preferredHeight - () const const - - - void - setMaximumSize - qgraphicslayoutitem.html - setMaximumSize - (const QSizeF &size) - - - void - setMaximumSize - qgraphicslayoutitem.html - setMaximumSize-1 - (qreal w, qreal h) - - - QSizeF - maximumSize - qgraphicslayoutitem.html - maximumSize - () const const - - - void - setMaximumWidth - qgraphicslayoutitem.html - setMaximumWidth - (qreal width) - - - qreal - maximumWidth - qgraphicslayoutitem.html - maximumWidth - () const const - - - void - setMaximumHeight - qgraphicslayoutitem.html - setMaximumHeight - (qreal height) - - - qreal - maximumHeight - qgraphicslayoutitem.html - maximumHeight - () const const - - - virtual void - setGeometry - qgraphicslayoutitem.html - setGeometry - (const QRectF &rect) - - - QRectF - geometry - qgraphicslayoutitem.html - geometry - () const const - - - virtual void - getContentsMargins - qgraphicslayoutitem.html - getContentsMargins - (qreal *left, qreal *top, qreal *right, qreal *bottom) const const - - - QRectF - contentsRect - qgraphicslayoutitem.html - contentsRect - () const const - - - QSizeF - effectiveSizeHint - qgraphicslayoutitem.html - effectiveSizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const - - - virtual void - updateGeometry - qgraphicslayoutitem.html - updateGeometry - () - - - QGraphicsLayoutItem * - parentLayoutItem - qgraphicslayoutitem.html - parentLayoutItem - () const const - - - void - setParentLayoutItem - qgraphicslayoutitem.html - setParentLayoutItem - (QGraphicsLayoutItem *parent) - - - bool - isLayout - qgraphicslayoutitem.html - isLayout - () const const - - - QGraphicsItem * - graphicsItem - qgraphicslayoutitem.html - graphicsItem - () const const - - - bool - ownedByLayout - qgraphicslayoutitem.html - ownedByLayout - () const const - - - void - setGraphicsItem - qgraphicslayoutitem.html - setGraphicsItem - (QGraphicsItem *item) - - - void - setOwnedByLayout - qgraphicslayoutitem.html - setOwnedByLayout - (bool ownership) - - - virtual QSizeF - sizeHint - qgraphicslayoutitem.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const = 0 - - - - QGraphicsLayout - qgraphicslayout.html - QGraphicsLayoutItem - - - QGraphicsLayout - qgraphicslayout.html - QGraphicsLayout - (QGraphicsLayoutItem *parent) - - - virtual - ~QGraphicsLayout - qgraphicslayout.html - dtor.QGraphicsLayout - () - - - void - setContentsMargins - qgraphicslayout.html - setContentsMargins - (qreal left, qreal top, qreal right, qreal bottom) - - - virtual void - getContentsMargins - qgraphicslayout.html - getContentsMargins - (qreal *left, qreal *top, qreal *right, qreal *bottom) const const override - - - void - activate - qgraphicslayout.html - activate - () - - - bool - isActivated - qgraphicslayout.html - isActivated - () const const - - - virtual void - invalidate - qgraphicslayout.html - invalidate - () - - - virtual void - updateGeometry - qgraphicslayout.html - updateGeometry - () override - - - virtual void - widgetEvent - qgraphicslayout.html - widgetEvent - (QEvent *e) - - - virtual int - count - qgraphicslayout.html - count - () const const = 0 - - - virtual QGraphicsLayoutItem * - itemAt - qgraphicslayout.html - itemAt - (int i) const const = 0 - - - virtual void - removeAt - qgraphicslayout.html - removeAt - (int index) = 0 - - - void - addChildLayoutItem - qgraphicslayout.html - addChildLayoutItem - (QGraphicsLayoutItem *layoutItem) - - - - QGraphicsAnchor - qgraphicsanchor.html - QObject - - virtual const QMetaObject * - metaObject - qgraphicsanchor.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsanchor.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsanchor.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsanchor.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsanchor.html - trUtf8 - (const char *s, const char *c, int n) - - - spacing - qgraphicsanchor.html - spacing-prop - - - - sizePolicy - qgraphicsanchor.html - sizePolicy-prop - - - - void - setSpacing - qgraphicsanchor.html - spacing-prop - (qreal spacing) - - - void - unsetSpacing - qgraphicsanchor.html - spacing-prop - () - - - qreal - spacing - qgraphicsanchor.html - spacing-prop - () const const - - - void - setSizePolicy - qgraphicsanchor.html - sizePolicy-prop - (QSizePolicy::Policy policy) - - - QSizePolicy::Policy - sizePolicy - qgraphicsanchor.html - sizePolicy-prop - () const const - - - virtual - ~QGraphicsAnchor - qgraphicsanchor.html - dtor.QGraphicsAnchor - () - - - - QGraphicsAnchorLayout - qgraphicsanchorlayout.html - QGraphicsLayout - - - QGraphicsAnchorLayout - qgraphicsanchorlayout.html - QGraphicsAnchorLayout - (QGraphicsLayoutItem *parent) - - - virtual - ~QGraphicsAnchorLayout - qgraphicsanchorlayout.html - dtor.QGraphicsAnchorLayout - () - - - QGraphicsAnchor * - addAnchor - qgraphicsanchorlayout.html - addAnchor - (QGraphicsLayoutItem *firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem *secondItem, Qt::AnchorPoint secondEdge) - - - QGraphicsAnchor * - anchor - qgraphicsanchorlayout.html - anchor - (QGraphicsLayoutItem *firstItem, Qt::AnchorPoint firstEdge, QGraphicsLayoutItem *secondItem, Qt::AnchorPoint secondEdge) - - - void - addCornerAnchors - qgraphicsanchorlayout.html - addCornerAnchors - (QGraphicsLayoutItem *firstItem, Qt::Corner firstCorner, QGraphicsLayoutItem *secondItem, Qt::Corner secondCorner) - - - void - addAnchors - qgraphicsanchorlayout.html - addAnchors - (QGraphicsLayoutItem *firstItem, QGraphicsLayoutItem *secondItem, Qt::Orientations orientations) - - - void - setHorizontalSpacing - qgraphicsanchorlayout.html - setHorizontalSpacing - (qreal spacing) - - - void - setVerticalSpacing - qgraphicsanchorlayout.html - setVerticalSpacing - (qreal spacing) - - - void - setSpacing - qgraphicsanchorlayout.html - setSpacing - (qreal spacing) - - - qreal - horizontalSpacing - qgraphicsanchorlayout.html - horizontalSpacing - () const const - - - qreal - verticalSpacing - qgraphicsanchorlayout.html - verticalSpacing - () const const - - - virtual void - removeAt - qgraphicsanchorlayout.html - removeAt - (int index) override - - - virtual void - setGeometry - qgraphicsanchorlayout.html - setGeometry - (const QRectF &geom) override - - - virtual int - count - qgraphicsanchorlayout.html - count - () const const override - - - virtual QGraphicsLayoutItem * - itemAt - qgraphicsanchorlayout.html - itemAt - (int index) const const override - - - virtual void - invalidate - qgraphicsanchorlayout.html - invalidate - () override - - - virtual QSizeF - sizeHint - qgraphicsanchorlayout.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const override - - - - QGraphicsEffect - qgraphicseffect.html - QObject - - virtual const QMetaObject * - metaObject - qgraphicseffect.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicseffect.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicseffect.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicseffect.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicseffect.html - trUtf8 - (const char *s, const char *c, int n) - - - enabled - qgraphicseffect.html - enabled-prop - - - - ChangeFlag - qgraphicseffect.html - ChangeFlag-enum - - - SourceAttached - qgraphicseffect.html - ChangeFlag-enum - - - SourceDetached - qgraphicseffect.html - ChangeFlag-enum - - - SourceBoundingRectChanged - qgraphicseffect.html - ChangeFlag-enum - - - SourceInvalidated - qgraphicseffect.html - ChangeFlag-enum - - - ChangeFlags - qgraphicseffect.html - ChangeFlag-enum - - - - PixmapPadMode - qgraphicseffect.html - PixmapPadMode-enum - - - NoPad - qgraphicseffect.html - PixmapPadMode-enum - - - PadToTransparentBorder - qgraphicseffect.html - PixmapPadMode-enum - - - PadToEffectiveBoundingRect - qgraphicseffect.html - PixmapPadMode-enum - - - - QGraphicsEffect - qgraphicseffect.html - QGraphicsEffect - (QObject *parent) - - - virtual - ~QGraphicsEffect - qgraphicseffect.html - dtor.QGraphicsEffect - () - - - virtual QRectF - boundingRectFor - qgraphicseffect.html - boundingRectFor - (const QRectF &rect) const const - - - QRectF - boundingRect - qgraphicseffect.html - boundingRect - () const const - - - bool - isEnabled - qgraphicseffect.html - enabled-prop - () const const - - - void - setEnabled - qgraphicseffect.html - enabled-prop - (bool enable) - - - void - update - qgraphicseffect.html - update - () - - - void - enabledChanged - qgraphicseffect.html - enabledChanged - (bool enabled) - - - virtual void - draw - qgraphicseffect.html - draw - (QPainter *painter) = 0 - - - virtual void - sourceChanged - qgraphicseffect.html - sourceChanged - (QGraphicsEffect::ChangeFlags flags) - - - void - updateBoundingRect - qgraphicseffect.html - updateBoundingRect - () - - - bool - sourceIsPixmap - qgraphicseffect.html - sourceIsPixmap - () const const - - - QRectF - sourceBoundingRect - qgraphicseffect.html - sourceBoundingRect - (Qt::CoordinateSystem system) const const - - - void - drawSource - qgraphicseffect.html - drawSource - (QPainter *painter) - - - QPixmap - sourcePixmap - qgraphicseffect.html - sourcePixmap - (Qt::CoordinateSystem system, QPoint *offset, QGraphicsEffect::PixmapPadMode mode) const const - - - - QGraphicsColorizeEffect - qgraphicscolorizeeffect.html - QGraphicsEffect - - virtual const QMetaObject * - metaObject - qgraphicscolorizeeffect.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicscolorizeeffect.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicscolorizeeffect.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicscolorizeeffect.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicscolorizeeffect.html - trUtf8 - (const char *s, const char *c, int n) - - - color - qgraphicscolorizeeffect.html - color-prop - - - - strength - qgraphicscolorizeeffect.html - strength-prop - - - - - QGraphicsColorizeEffect - qgraphicscolorizeeffect.html - QGraphicsColorizeEffect - (QObject *parent) - - - virtual - ~QGraphicsColorizeEffect - qgraphicscolorizeeffect.html - dtor.QGraphicsColorizeEffect - () - - - QColor - color - qgraphicscolorizeeffect.html - color-prop - () const const - - - qreal - strength - qgraphicscolorizeeffect.html - strength-prop - () const const - - - void - setColor - qgraphicscolorizeeffect.html - color-prop - (const QColor &c) - - - void - setStrength - qgraphicscolorizeeffect.html - strength-prop - (qreal strength) - - - void - colorChanged - qgraphicscolorizeeffect.html - colorChanged - (const QColor &color) - - - void - strengthChanged - qgraphicscolorizeeffect.html - strengthChanged - (qreal strength) - - - virtual void - draw - qgraphicscolorizeeffect.html - draw - (QPainter *painter) override - - - - QGraphicsBlurEffect - qgraphicsblureffect.html - QGraphicsEffect - - virtual const QMetaObject * - metaObject - qgraphicsblureffect.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsblureffect.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsblureffect.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsblureffect.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsblureffect.html - trUtf8 - (const char *s, const char *c, int n) - - - blurRadius - qgraphicsblureffect.html - blurRadius-prop - - - - blurHints - qgraphicsblureffect.html - blurHints-prop - - - - BlurHint - qgraphicsblureffect.html - BlurHint-enum - - - PerformanceHint - qgraphicsblureffect.html - BlurHint-enum - - - QualityHint - qgraphicsblureffect.html - BlurHint-enum - - - AnimationHint - qgraphicsblureffect.html - BlurHint-enum - - - BlurHints - qgraphicsblureffect.html - BlurHint-enum - - - - - QGraphicsBlurEffect - qgraphicsblureffect.html - QGraphicsBlurEffect - (QObject *parent) - - - virtual - ~QGraphicsBlurEffect - qgraphicsblureffect.html - dtor.QGraphicsBlurEffect - () - - - virtual QRectF - boundingRectFor - qgraphicsblureffect.html - boundingRectFor - (const QRectF &rect) const const override - - - qreal - blurRadius - qgraphicsblureffect.html - blurRadius-prop - () const const - - - QGraphicsBlurEffect::BlurHints - blurHints - qgraphicsblureffect.html - blurHints-prop - () const const - - - void - setBlurRadius - qgraphicsblureffect.html - blurRadius-prop - (qreal blurRadius) - - - void - setBlurHints - qgraphicsblureffect.html - blurHints-prop - (QGraphicsBlurEffect::BlurHints hints) - - - void - blurRadiusChanged - qgraphicsblureffect.html - blurRadiusChanged - (qreal radius) - - - void - blurHintsChanged - qgraphicsblureffect.html - blurHintsChanged - (QGraphicsBlurEffect::BlurHints hints) - - - virtual void - draw - qgraphicsblureffect.html - draw - (QPainter *painter) override - - - - QGraphicsDropShadowEffect - qgraphicsdropshadoweffect.html - QGraphicsEffect - - virtual const QMetaObject * - metaObject - qgraphicsdropshadoweffect.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsdropshadoweffect.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsdropshadoweffect.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsdropshadoweffect.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsdropshadoweffect.html - trUtf8 - (const char *s, const char *c, int n) - - - offset - qgraphicsdropshadoweffect.html - offset-prop - - - - xOffset - qgraphicsdropshadoweffect.html - xOffset-prop - - - - yOffset - qgraphicsdropshadoweffect.html - yOffset-prop - - - - blurRadius - qgraphicsdropshadoweffect.html - blurRadius-prop - - - - color - qgraphicsdropshadoweffect.html - color-prop - - - - - QGraphicsDropShadowEffect - qgraphicsdropshadoweffect.html - QGraphicsDropShadowEffect - (QObject *parent) - - - virtual - ~QGraphicsDropShadowEffect - qgraphicsdropshadoweffect.html - dtor.QGraphicsDropShadowEffect - () - - - virtual QRectF - boundingRectFor - qgraphicsdropshadoweffect.html - boundingRectFor - (const QRectF &rect) const const override - - - QPointF - offset - qgraphicsdropshadoweffect.html - offset-prop - () const const - - - qreal - xOffset - qgraphicsdropshadoweffect.html - xOffset-prop - () const const - - - qreal - yOffset - qgraphicsdropshadoweffect.html - yOffset-prop - () const const - - - qreal - blurRadius - qgraphicsdropshadoweffect.html - blurRadius-prop - () const const - - - QColor - color - qgraphicsdropshadoweffect.html - color-prop - () const const - - - void - setOffset - qgraphicsdropshadoweffect.html - offset-prop - (const QPointF &ofs) - - - void - setOffset - qgraphicsdropshadoweffect.html - offset-prop - (qreal dx, qreal dy) - - - void - setOffset - qgraphicsdropshadoweffect.html - offset-prop - (qreal d) - - - void - setXOffset - qgraphicsdropshadoweffect.html - xOffset-prop - (qreal dx) - - - void - setYOffset - qgraphicsdropshadoweffect.html - yOffset-prop - (qreal dy) - - - void - setBlurRadius - qgraphicsdropshadoweffect.html - blurRadius-prop - (qreal blurRadius) - - - void - setColor - qgraphicsdropshadoweffect.html - color-prop - (const QColor &color) - - - void - offsetChanged - qgraphicsdropshadoweffect.html - offsetChanged - (const QPointF &offset) - - - void - blurRadiusChanged - qgraphicsdropshadoweffect.html - blurRadiusChanged - (qreal blurRadius) - - - void - colorChanged - qgraphicsdropshadoweffect.html - colorChanged - (const QColor &color) - - - virtual void - draw - qgraphicsdropshadoweffect.html - draw - (QPainter *painter) override - - - - QGraphicsOpacityEffect - qgraphicsopacityeffect.html - QGraphicsEffect - - virtual const QMetaObject * - metaObject - qgraphicsopacityeffect.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsopacityeffect.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsopacityeffect.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsopacityeffect.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsopacityeffect.html - trUtf8 - (const char *s, const char *c, int n) - - - opacity - qgraphicsopacityeffect.html - opacity-prop - - - - opacityMask - qgraphicsopacityeffect.html - opacityMask-prop - - - - - QGraphicsOpacityEffect - qgraphicsopacityeffect.html - QGraphicsOpacityEffect - (QObject *parent) - - - virtual - ~QGraphicsOpacityEffect - qgraphicsopacityeffect.html - dtor.QGraphicsOpacityEffect - () - - - qreal - opacity - qgraphicsopacityeffect.html - opacity-prop - () const const - - - QBrush - opacityMask - qgraphicsopacityeffect.html - opacityMask-prop - () const const - - - void - setOpacity - qgraphicsopacityeffect.html - opacity-prop - (qreal opacity) - - - void - setOpacityMask - qgraphicsopacityeffect.html - opacityMask-prop - (const QBrush &mask) - - - void - opacityChanged - qgraphicsopacityeffect.html - opacityChanged - (qreal opacity) - - - void - opacityMaskChanged - qgraphicsopacityeffect.html - opacityMaskChanged - (const QBrush &mask) - - - virtual void - draw - qgraphicsopacityeffect.html - draw - (QPainter *painter) override - - - - QGraphicsGridLayout - qgraphicsgridlayout.html - QGraphicsLayout - - - QGraphicsGridLayout - qgraphicsgridlayout.html - QGraphicsGridLayout - (QGraphicsLayoutItem *parent) - - - virtual - ~QGraphicsGridLayout - qgraphicsgridlayout.html - dtor.QGraphicsGridLayout - () - - - void - addItem - qgraphicsgridlayout.html - addItem - (QGraphicsLayoutItem *item, int row, int column, int rowSpan, int columnSpan, Qt::Alignment alignment) - - - void - addItem - qgraphicsgridlayout.html - addItem-1 - (QGraphicsLayoutItem *item, int row, int column, Qt::Alignment alignment) - - - void - setHorizontalSpacing - qgraphicsgridlayout.html - setHorizontalSpacing - (qreal spacing) - - - qreal - horizontalSpacing - qgraphicsgridlayout.html - horizontalSpacing - () const const - - - void - setVerticalSpacing - qgraphicsgridlayout.html - setVerticalSpacing - (qreal spacing) - - - qreal - verticalSpacing - qgraphicsgridlayout.html - verticalSpacing - () const const - - - void - setSpacing - qgraphicsgridlayout.html - setSpacing - (qreal spacing) - - - void - setRowSpacing - qgraphicsgridlayout.html - setRowSpacing - (int row, qreal spacing) - - - qreal - rowSpacing - qgraphicsgridlayout.html - rowSpacing - (int row) const const - - - void - setColumnSpacing - qgraphicsgridlayout.html - setColumnSpacing - (int column, qreal spacing) - - - qreal - columnSpacing - qgraphicsgridlayout.html - columnSpacing - (int column) const const - - - void - setRowStretchFactor - qgraphicsgridlayout.html - setRowStretchFactor - (int row, int stretch) - - - int - rowStretchFactor - qgraphicsgridlayout.html - rowStretchFactor - (int row) const const - - - void - setColumnStretchFactor - qgraphicsgridlayout.html - setColumnStretchFactor - (int column, int stretch) - - - int - columnStretchFactor - qgraphicsgridlayout.html - columnStretchFactor - (int column) const const - - - void - setRowMinimumHeight - qgraphicsgridlayout.html - setRowMinimumHeight - (int row, qreal height) - - - qreal - rowMinimumHeight - qgraphicsgridlayout.html - rowMinimumHeight - (int row) const const - - - void - setRowPreferredHeight - qgraphicsgridlayout.html - setRowPreferredHeight - (int row, qreal height) - - - qreal - rowPreferredHeight - qgraphicsgridlayout.html - rowPreferredHeight - (int row) const const - - - void - setRowMaximumHeight - qgraphicsgridlayout.html - setRowMaximumHeight - (int row, qreal height) - - - qreal - rowMaximumHeight - qgraphicsgridlayout.html - rowMaximumHeight - (int row) const const - - - void - setRowFixedHeight - qgraphicsgridlayout.html - setRowFixedHeight - (int row, qreal height) - - - void - setColumnMinimumWidth - qgraphicsgridlayout.html - setColumnMinimumWidth - (int column, qreal width) - - - qreal - columnMinimumWidth - qgraphicsgridlayout.html - columnMinimumWidth - (int column) const const - - - void - setColumnPreferredWidth - qgraphicsgridlayout.html - setColumnPreferredWidth - (int column, qreal width) - - - qreal - columnPreferredWidth - qgraphicsgridlayout.html - columnPreferredWidth - (int column) const const - - - void - setColumnMaximumWidth - qgraphicsgridlayout.html - setColumnMaximumWidth - (int column, qreal width) - - - qreal - columnMaximumWidth - qgraphicsgridlayout.html - columnMaximumWidth - (int column) const const - - - void - setColumnFixedWidth - qgraphicsgridlayout.html - setColumnFixedWidth - (int column, qreal width) - - - void - setRowAlignment - qgraphicsgridlayout.html - setRowAlignment - (int row, Qt::Alignment alignment) - - - Qt::Alignment - rowAlignment - qgraphicsgridlayout.html - rowAlignment - (int row) const const - - - void - setColumnAlignment - qgraphicsgridlayout.html - setColumnAlignment - (int column, Qt::Alignment alignment) - - - Qt::Alignment - columnAlignment - qgraphicsgridlayout.html - columnAlignment - (int column) const const - - - void - setAlignment - qgraphicsgridlayout.html - setAlignment - (QGraphicsLayoutItem *item, Qt::Alignment alignment) - - - Qt::Alignment - alignment - qgraphicsgridlayout.html - alignment - (QGraphicsLayoutItem *item) const const - - - int - rowCount - qgraphicsgridlayout.html - rowCount - () const const - - - int - columnCount - qgraphicsgridlayout.html - columnCount - () const const - - - QGraphicsLayoutItem * - itemAt - qgraphicsgridlayout.html - itemAt - (int row, int column) const const - - - virtual int - count - qgraphicsgridlayout.html - count - () const const override - - - virtual QGraphicsLayoutItem * - itemAt - qgraphicsgridlayout.html - itemAt-1 - (int index) const const override - - - virtual void - removeAt - qgraphicsgridlayout.html - removeAt - (int index) override - - - void - removeItem - qgraphicsgridlayout.html - removeItem - (QGraphicsLayoutItem *item) - - - virtual void - invalidate - qgraphicsgridlayout.html - invalidate - () override - - - virtual void - setGeometry - qgraphicsgridlayout.html - setGeometry - (const QRectF &rect) override - - - virtual QSizeF - sizeHint - qgraphicsgridlayout.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const override - - - - QGraphicsItemAnimation - qgraphicsitemanimation.html - QObject - - virtual const QMetaObject * - metaObject - qgraphicsitemanimation.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsitemanimation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsitemanimation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsitemanimation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsitemanimation.html - trUtf8 - (const char *s, const char *c, int n) - - - - QGraphicsItemAnimation - qgraphicsitemanimation.html - QGraphicsItemAnimation - (QObject *parent) - - - virtual - ~QGraphicsItemAnimation - qgraphicsitemanimation.html - dtor.QGraphicsItemAnimation - () - - - QGraphicsItem * - item - qgraphicsitemanimation.html - item - () const const - - - void - setItem - qgraphicsitemanimation.html - setItem - (QGraphicsItem *item) - - - QTimeLine * - timeLine - qgraphicsitemanimation.html - timeLine - () const const - - - void - setTimeLine - qgraphicsitemanimation.html - setTimeLine - (QTimeLine *timeLine) - - - QPointF - posAt - qgraphicsitemanimation.html - posAt - (qreal step) const const - - - QList<QPair<qreal, QPointF> > - posList - qgraphicsitemanimation.html - posList - () const const - - - void - setPosAt - qgraphicsitemanimation.html - setPosAt - (qreal step, const QPointF &point) - - - QMatrix - matrixAt - qgraphicsitemanimation.html - matrixAt - (qreal step) const const - - - qreal - rotationAt - qgraphicsitemanimation.html - rotationAt - (qreal step) const const - - - QList<QPair<qreal, qreal> > - rotationList - qgraphicsitemanimation.html - rotationList - () const const - - - void - setRotationAt - qgraphicsitemanimation.html - setRotationAt - (qreal step, qreal angle) - - - qreal - xTranslationAt - qgraphicsitemanimation.html - xTranslationAt - (qreal step) const const - - - qreal - yTranslationAt - qgraphicsitemanimation.html - yTranslationAt - (qreal step) const const - - - QList<QPair<qreal, QPointF> > - translationList - qgraphicsitemanimation.html - translationList - () const const - - - void - setTranslationAt - qgraphicsitemanimation.html - setTranslationAt - (qreal step, qreal dx, qreal dy) - - - qreal - verticalScaleAt - qgraphicsitemanimation.html - verticalScaleAt - (qreal step) const const - - - qreal - horizontalScaleAt - qgraphicsitemanimation.html - horizontalScaleAt - (qreal step) const const - - - QList<QPair<qreal, QPointF> > - scaleList - qgraphicsitemanimation.html - scaleList - () const const - - - void - setScaleAt - qgraphicsitemanimation.html - setScaleAt - (qreal step, qreal sx, qreal sy) - - - qreal - verticalShearAt - qgraphicsitemanimation.html - verticalShearAt - (qreal step) const const - - - qreal - horizontalShearAt - qgraphicsitemanimation.html - horizontalShearAt - (qreal step) const const - - - QList<QPair<qreal, QPointF> > - shearList - qgraphicsitemanimation.html - shearList - () const const - - - void - setShearAt - qgraphicsitemanimation.html - setShearAt - (qreal step, qreal sh, qreal sv) - - - void - clear - qgraphicsitemanimation.html - clear - () - - - void - setStep - qgraphicsitemanimation.html - setStep - (qreal step) - - - void - reset - qgraphicsitemanimation-obsolete.html - reset - () - - - virtual void - beforeAnimationStep - qgraphicsitemanimation.html - beforeAnimationStep - (qreal step) - - - virtual void - afterAnimationStep - qgraphicsitemanimation.html - afterAnimationStep - (qreal step) - - - - QGraphicsLinearLayout - qgraphicslinearlayout.html - QGraphicsLayout - - - QGraphicsLinearLayout - qgraphicslinearlayout.html - QGraphicsLinearLayout - (QGraphicsLayoutItem *parent) - - - - QGraphicsLinearLayout - qgraphicslinearlayout.html - QGraphicsLinearLayout-1 - (Qt::Orientation orientation, QGraphicsLayoutItem *parent) - - - virtual - ~QGraphicsLinearLayout - qgraphicslinearlayout.html - dtor.QGraphicsLinearLayout - () - - - void - setOrientation - qgraphicslinearlayout.html - setOrientation - (Qt::Orientation orientation) - - - Qt::Orientation - orientation - qgraphicslinearlayout.html - orientation - () const const - - - void - addItem - qgraphicslinearlayout.html - addItem - (QGraphicsLayoutItem *item) - - - void - addStretch - qgraphicslinearlayout.html - addStretch - (int stretch) - - - void - insertItem - qgraphicslinearlayout.html - insertItem - (int index, QGraphicsLayoutItem *item) - - - void - insertStretch - qgraphicslinearlayout.html - insertStretch - (int index, int stretch) - - - void - removeItem - qgraphicslinearlayout.html - removeItem - (QGraphicsLayoutItem *item) - - - virtual void - removeAt - qgraphicslinearlayout.html - removeAt - (int index) override - - - void - setSpacing - qgraphicslinearlayout.html - setSpacing - (qreal spacing) - - - qreal - spacing - qgraphicslinearlayout.html - spacing - () const const - - - void - setItemSpacing - qgraphicslinearlayout.html - setItemSpacing - (int index, qreal spacing) - - - qreal - itemSpacing - qgraphicslinearlayout.html - itemSpacing - (int index) const const - - - void - setStretchFactor - qgraphicslinearlayout.html - setStretchFactor - (QGraphicsLayoutItem *item, int stretch) - - - int - stretchFactor - qgraphicslinearlayout.html - stretchFactor - (QGraphicsLayoutItem *item) const const - - - void - setAlignment - qgraphicslinearlayout.html - setAlignment - (QGraphicsLayoutItem *item, Qt::Alignment alignment) - - - Qt::Alignment - alignment - qgraphicslinearlayout.html - alignment - (QGraphicsLayoutItem *item) const const - - - virtual void - setGeometry - qgraphicslinearlayout.html - setGeometry - (const QRectF &rect) override - - - virtual int - count - qgraphicslinearlayout.html - count - () const const override - - - virtual QGraphicsLayoutItem * - itemAt - qgraphicslinearlayout.html - itemAt - (int index) const const override - - - virtual void - invalidate - qgraphicslinearlayout.html - invalidate - () override - - - virtual QSizeF - sizeHint - qgraphicslinearlayout.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const override - - - - QGraphicsWidget - qgraphicswidget.html - QGraphicsObject - QGraphicsLayoutItem - - virtual const QMetaObject * - metaObject - qgraphicswidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicswidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicswidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicswidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicswidget.html - trUtf8 - (const char *s, const char *c, int n) - - - palette - qgraphicswidget.html - palette-prop - - - - font - qgraphicswidget.html - font-prop - - - - layoutDirection - qgraphicswidget.html - layoutDirection-prop - - - - size - qgraphicswidget.html - size-prop - - - - minimumSize - qgraphicswidget.html - minimumSize-prop - - - - preferredSize - qgraphicswidget.html - preferredSize-prop - - - - maximumSize - qgraphicswidget.html - maximumSize-prop - - - - sizePolicy - qgraphicswidget.html - sizePolicy-prop - - - - focusPolicy - qgraphicswidget.html - focusPolicy-prop - - - - windowFlags - qgraphicswidget.html - windowFlags-prop - - - - windowTitle - qgraphicswidget.html - windowTitle-prop - - - - geometry - qgraphicswidget.html - geometry-prop - - - - autoFillBackground - qgraphicswidget.html - autoFillBackground-prop - - - - layout - qgraphicswidget.html - layout-prop - - - - - QGraphicsWidget - qgraphicswidget.html - QGraphicsWidget - (QGraphicsItem *parent, Qt::WindowFlags wFlags) - - - virtual - ~QGraphicsWidget - qgraphicswidget.html - dtor.QGraphicsWidget - () - - - QGraphicsLayout * - layout - qgraphicswidget.html - layout - () const const - - - void - setLayout - qgraphicswidget.html - setLayout - (QGraphicsLayout *layout) - - - void - adjustSize - qgraphicswidget.html - adjustSize - () - - - Qt::LayoutDirection - layoutDirection - qgraphicswidget.html - layoutDirection-prop - () const const - - - void - setLayoutDirection - qgraphicswidget.html - layoutDirection-prop - (Qt::LayoutDirection direction) - - - void - unsetLayoutDirection - qgraphicswidget.html - layoutDirection-prop - () - - - QStyle * - style - qgraphicswidget.html - style - () const const - - - void - setStyle - qgraphicswidget.html - setStyle - (QStyle *style) - - - QFont - font - qgraphicswidget.html - font-prop - () const const - - - void - setFont - qgraphicswidget.html - font-prop - (const QFont &font) - - - QPalette - palette - qgraphicswidget.html - palette-prop - () const const - - - void - setPalette - qgraphicswidget.html - palette-prop - (const QPalette &palette) - - - bool - autoFillBackground - qgraphicswidget.html - autoFillBackground-prop - () const const - - - void - setAutoFillBackground - qgraphicswidget.html - autoFillBackground-prop - (bool enabled) - - - void - resize - qgraphicswidget.html - size-prop - (const QSizeF &size) - - - void - resize - qgraphicswidget.html - resize-1 - (qreal w, qreal h) - - - QSizeF - size - qgraphicswidget.html - size-prop - () const const - - - virtual void - setGeometry - qgraphicswidget.html - geometry-prop - (const QRectF &rect) override - - - void - setGeometry - qgraphicswidget.html - setGeometry-1 - (qreal x, qreal y, qreal w, qreal h) - - - QRectF - rect - qgraphicswidget.html - rect - () const const - - - void - setContentsMargins - qgraphicswidget.html - setContentsMargins - (qreal left, qreal top, qreal right, qreal bottom) - - - virtual void - getContentsMargins - qgraphicswidget.html - getContentsMargins - (qreal *left, qreal *top, qreal *right, qreal *bottom) const const override - - - void - setWindowFrameMargins - qgraphicswidget.html - setWindowFrameMargins - (qreal left, qreal top, qreal right, qreal bottom) - - - void - getWindowFrameMargins - qgraphicswidget.html - getWindowFrameMargins - (qreal *left, qreal *top, qreal *right, qreal *bottom) const const - - - void - unsetWindowFrameMargins - qgraphicswidget.html - unsetWindowFrameMargins - () - - - QRectF - windowFrameGeometry - qgraphicswidget.html - windowFrameGeometry - () const const - - - QRectF - windowFrameRect - qgraphicswidget.html - windowFrameRect - () const const - - - Qt::WindowFlags - windowFlags - qgraphicswidget.html - windowFlags-prop - () const const - - - Qt::WindowType - windowType - qgraphicswidget.html - windowType - () const const - - - void - setWindowFlags - qgraphicswidget.html - windowFlags-prop - (Qt::WindowFlags wFlags) - - - bool - isActiveWindow - qgraphicswidget.html - isActiveWindow - () const const - - - void - setWindowTitle - qgraphicswidget.html - windowTitle-prop - (const QString &title) - - - QString - windowTitle - qgraphicswidget.html - windowTitle-prop - () const const - - - Qt::FocusPolicy - focusPolicy - qgraphicswidget.html - focusPolicy-prop - () const const - - - void - setFocusPolicy - qgraphicswidget.html - focusPolicy-prop - (Qt::FocusPolicy policy) - - - void - setTabOrder - qgraphicswidget.html - setTabOrder - (QGraphicsWidget *first, QGraphicsWidget *second) - - - QGraphicsWidget * - focusWidget - qgraphicswidget.html - focusWidget - () const const - - - int - grabShortcut - qgraphicswidget.html - grabShortcut - (const QKeySequence &sequence, Qt::ShortcutContext context) - - - void - releaseShortcut - qgraphicswidget.html - releaseShortcut - (int id) - - - void - setShortcutEnabled - qgraphicswidget.html - setShortcutEnabled - (int id, bool enabled) - - - void - setShortcutAutoRepeat - qgraphicswidget.html - setShortcutAutoRepeat - (int id, bool enabled) - - - void - addAction - qgraphicswidget.html - addAction - (QAction *action) - - - void - addActions - qgraphicswidget.html - addActions - (QList<QAction *> actions) - - - void - insertActions - qgraphicswidget.html - insertActions - (QAction *before, QList<QAction *> actions) - - - void - insertAction - qgraphicswidget.html - insertAction - (QAction *before, QAction *action) - - - void - removeAction - qgraphicswidget.html - removeAction - (QAction *action) - - - QList<QAction *> - actions - qgraphicswidget.html - actions - () const const - - - void - setAttribute - qgraphicswidget.html - setAttribute - (Qt::WidgetAttribute attribute, bool on) - - - bool - testAttribute - qgraphicswidget.html - testAttribute - (Qt::WidgetAttribute attribute) const const - - - anonymous - qgraphicswidget.html - anonymous-enum - - - Type - qgraphicswidget.html - anonymous-enum - - - virtual int - type - qgraphicswidget.html - type - () const const override - - - virtual void - paint - qgraphicswidget.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - virtual void - paintWindowFrame - qgraphicswidget.html - paintWindowFrame - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) - - - virtual QRectF - boundingRect - qgraphicswidget.html - boundingRect - () const const override - - - virtual QPainterPath - shape - qgraphicswidget.html - shape - () const const override - - - void - geometryChanged - qgraphicswidget.html - geometryChanged - () - - - bool - close - qgraphicswidget.html - close - () - - - virtual void - initStyleOption - qgraphicswidget.html - initStyleOption - (QStyleOption *option) const const - - - virtual QSizeF - sizeHint - qgraphicswidget.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const override - - - virtual void - updateGeometry - qgraphicswidget.html - updateGeometry - () override - - - virtual QVariant - itemChange - qgraphicswidget.html - itemChange - (QGraphicsItem::GraphicsItemChange change, const QVariant &value) override - - - virtual bool - sceneEvent - qgraphicswidget.html - sceneEvent - (QEvent *event) override - - - virtual bool - windowFrameEvent - qgraphicswidget.html - windowFrameEvent - (QEvent *event) - - - virtual Qt::WindowFrameSection - windowFrameSectionAt - qgraphicswidget.html - windowFrameSectionAt - (const QPointF &pos) const const - - - virtual bool - event - qgraphicswidget.html - event - (QEvent *event) override - - - virtual void - changeEvent - qgraphicswidget.html - changeEvent - (QEvent *event) - - - virtual void - closeEvent - qgraphicswidget.html - closeEvent - (QCloseEvent *event) - - - virtual void - focusInEvent - qgraphicswidget.html - focusInEvent - (QFocusEvent *event) override - - - virtual bool - focusNextPrevChild - qgraphicswidget.html - focusNextPrevChild - (bool next) - - - virtual void - focusOutEvent - qgraphicswidget.html - focusOutEvent - (QFocusEvent *event) override - - - virtual void - hideEvent - qgraphicswidget.html - hideEvent - (QHideEvent *event) - - - virtual void - moveEvent - qgraphicswidget.html - moveEvent - (QGraphicsSceneMoveEvent *event) - - - virtual void - polishEvent - qgraphicswidget.html - polishEvent - () - - - virtual void - resizeEvent - qgraphicswidget.html - resizeEvent - (QGraphicsSceneResizeEvent *event) - - - virtual void - showEvent - qgraphicswidget.html - showEvent - (QShowEvent *event) - - - virtual void - hoverMoveEvent - qgraphicswidget.html - hoverMoveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - hoverLeaveEvent - qgraphicswidget.html - hoverLeaveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - grabMouseEvent - qgraphicswidget.html - grabMouseEvent - (QEvent *event) - - - virtual void - ungrabMouseEvent - qgraphicswidget.html - ungrabMouseEvent - (QEvent *event) - - - virtual void - grabKeyboardEvent - qgraphicswidget.html - grabKeyboardEvent - (QEvent *event) - - - virtual void - ungrabKeyboardEvent - qgraphicswidget.html - ungrabKeyboardEvent - (QEvent *event) - - - - QGraphicsProxyWidget - qgraphicsproxywidget.html - QGraphicsWidget - - virtual const QMetaObject * - metaObject - qgraphicsproxywidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsproxywidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsproxywidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsproxywidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsproxywidget.html - trUtf8 - (const char *s, const char *c, int n) - - - - QGraphicsProxyWidget - qgraphicsproxywidget.html - QGraphicsProxyWidget - (QGraphicsItem *parent, Qt::WindowFlags wFlags) - - - virtual - ~QGraphicsProxyWidget - qgraphicsproxywidget.html - dtor.QGraphicsProxyWidget - () - - - void - setWidget - qgraphicsproxywidget.html - setWidget - (QWidget *widget) - - - QWidget * - widget - qgraphicsproxywidget.html - widget - () const const - - - QRectF - subWidgetRect - qgraphicsproxywidget.html - subWidgetRect - (const QWidget *widget) const const - - - virtual void - setGeometry - qgraphicsproxywidget.html - setGeometry - (const QRectF &rect) override - - - virtual void - paint - qgraphicsproxywidget.html - paint - (QPainter *painter, const QStyleOptionGraphicsItem *option, QWidget *widget) override - - - anonymous - qgraphicsproxywidget.html - anonymous-enum - - - Type - qgraphicsproxywidget.html - anonymous-enum - - - virtual int - type - qgraphicsproxywidget.html - type - () const const override - - - QGraphicsProxyWidget * - createProxyForChildWidget - qgraphicsproxywidget.html - createProxyForChildWidget - (QWidget *child) - - - virtual QVariant - itemChange - qgraphicsproxywidget.html - itemChange - (QGraphicsItem::GraphicsItemChange change, const QVariant &value) override - - - virtual bool - event - qgraphicsproxywidget.html - event - (QEvent *event) override - - - virtual bool - eventFilter - qgraphicsproxywidget.html - eventFilter - (QObject *object, QEvent *event) override - - - virtual void - showEvent - qgraphicsproxywidget.html - showEvent - (QShowEvent *event) override - - - virtual void - hideEvent - qgraphicsproxywidget.html - hideEvent - (QHideEvent *event) override - - - virtual void - contextMenuEvent - qgraphicsproxywidget.html - contextMenuEvent - (QGraphicsSceneContextMenuEvent *event) override - - - virtual void - dragEnterEvent - qgraphicsproxywidget.html - dragEnterEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dragLeaveEvent - qgraphicsproxywidget.html - dragLeaveEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dragMoveEvent - qgraphicsproxywidget.html - dragMoveEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - dropEvent - qgraphicsproxywidget.html - dropEvent - (QGraphicsSceneDragDropEvent *event) override - - - virtual void - hoverEnterEvent - qgraphicsproxywidget.html - hoverEnterEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - hoverLeaveEvent - qgraphicsproxywidget.html - hoverLeaveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - hoverMoveEvent - qgraphicsproxywidget.html - hoverMoveEvent - (QGraphicsSceneHoverEvent *event) override - - - virtual void - grabMouseEvent - qgraphicsproxywidget.html - grabMouseEvent - (QEvent *event) override - - - virtual void - ungrabMouseEvent - qgraphicsproxywidget.html - ungrabMouseEvent - (QEvent *event) override - - - virtual void - mouseMoveEvent - qgraphicsproxywidget.html - mouseMoveEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mousePressEvent - qgraphicsproxywidget.html - mousePressEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qgraphicsproxywidget.html - mouseReleaseEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - mouseDoubleClickEvent - qgraphicsproxywidget.html - mouseDoubleClickEvent - (QGraphicsSceneMouseEvent *event) override - - - virtual void - wheelEvent - qgraphicsproxywidget.html - wheelEvent - (QGraphicsSceneWheelEvent *event) override - - - virtual void - keyPressEvent - qgraphicsproxywidget.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - keyReleaseEvent - qgraphicsproxywidget.html - keyReleaseEvent - (QKeyEvent *event) override - - - virtual void - focusInEvent - qgraphicsproxywidget.html - focusInEvent - (QFocusEvent *event) override - - - virtual void - focusOutEvent - qgraphicsproxywidget.html - focusOutEvent - (QFocusEvent *event) override - - - virtual bool - focusNextPrevChild - qgraphicsproxywidget.html - focusNextPrevChild - (bool next) override - - - virtual QVariant - inputMethodQuery - qgraphicsproxywidget.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - virtual void - inputMethodEvent - qgraphicsproxywidget.html - inputMethodEvent - (QInputMethodEvent *event) override - - - virtual QSizeF - sizeHint - qgraphicsproxywidget.html - sizeHint - (Qt::SizeHint which, const QSizeF &constraint) const const override - - - virtual void - resizeEvent - qgraphicsproxywidget.html - resizeEvent - (QGraphicsSceneResizeEvent *event) override - - - QGraphicsProxyWidget * - newProxyWidget - qgraphicsproxywidget.html - newProxyWidget - (const QWidget *child) - - - - QGraphicsScene - qgraphicsscene.html - QObject - - virtual const QMetaObject * - metaObject - qgraphicsscene.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsscene.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsscene.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsscene.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsscene.html - trUtf8 - (const char *s, const char *c, int n) - - - backgroundBrush - qgraphicsscene.html - backgroundBrush-prop - - - - foregroundBrush - qgraphicsscene.html - foregroundBrush-prop - - - - itemIndexMethod - qgraphicsscene.html - itemIndexMethod-prop - - - - sceneRect - qgraphicsscene.html - sceneRect-prop - - - - bspTreeDepth - qgraphicsscene.html - bspTreeDepth-prop - - - - palette - qgraphicsscene.html - palette-prop - - - - font - qgraphicsscene.html - font-prop - - - - sortCacheEnabled - qgraphicsscene-obsolete.html - sortCacheEnabled-prop - - - - stickyFocus - qgraphicsscene.html - stickyFocus-prop - - - - minimumRenderSize - qgraphicsscene.html - minimumRenderSize-prop - - - - focusOnTouch - qgraphicsscene.html - focusOnTouch-prop - - - - ItemIndexMethod - qgraphicsscene.html - ItemIndexMethod-enum - - - BspTreeIndex - qgraphicsscene.html - ItemIndexMethod-enum - - - NoIndex - qgraphicsscene.html - ItemIndexMethod-enum - - - SceneLayer - qgraphicsscene.html - SceneLayer-enum - - - ItemLayer - qgraphicsscene.html - SceneLayer-enum - - - BackgroundLayer - qgraphicsscene.html - SceneLayer-enum - - - ForegroundLayer - qgraphicsscene.html - SceneLayer-enum - - - AllLayers - qgraphicsscene.html - SceneLayer-enum - - - SceneLayers - qgraphicsscene.html - SceneLayer-enum - - - - - QGraphicsScene - qgraphicsscene.html - QGraphicsScene - (QObject *parent) - - - - QGraphicsScene - qgraphicsscene.html - QGraphicsScene-1 - (const QRectF &sceneRect, QObject *parent) - - - - QGraphicsScene - qgraphicsscene.html - QGraphicsScene-2 - (qreal x, qreal y, qreal width, qreal height, QObject *parent) - - - virtual - ~QGraphicsScene - qgraphicsscene.html - dtor.QGraphicsScene - () - - - QRectF - sceneRect - qgraphicsscene.html - sceneRect-prop - () const const - - - qreal - width - qgraphicsscene.html - width - () const const - - - qreal - height - qgraphicsscene.html - height - () const const - - - void - setSceneRect - qgraphicsscene.html - sceneRect-prop - (const QRectF &rect) - - - void - setSceneRect - qgraphicsscene.html - sceneRect-prop - (qreal x, qreal y, qreal w, qreal h) - - - void - render - qgraphicsscene.html - render - (QPainter *painter, const QRectF &target, const QRectF &source, Qt::AspectRatioMode aspectRatioMode) - - - QGraphicsScene::ItemIndexMethod - itemIndexMethod - qgraphicsscene.html - itemIndexMethod-prop - () const const - - - void - setItemIndexMethod - qgraphicsscene.html - itemIndexMethod-prop - (QGraphicsScene::ItemIndexMethod method) - - - bool - isSortCacheEnabled - qgraphicsscene-obsolete.html - sortCacheEnabled-prop - () const const - - - void - setSortCacheEnabled - qgraphicsscene-obsolete.html - sortCacheEnabled-prop - (bool enabled) - - - int - bspTreeDepth - qgraphicsscene.html - bspTreeDepth-prop - () const const - - - void - setBspTreeDepth - qgraphicsscene.html - bspTreeDepth-prop - (int depth) - - - QRectF - itemsBoundingRect - qgraphicsscene.html - itemsBoundingRect - () const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items - (Qt::SortOrder order) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items-1 - (const QPointF &pos, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items-2 - (const QRectF &rect, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items-3 - (const QPolygonF &polygon, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items-4 - (const QPainterPath &path, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - collidingItems - qgraphicsscene.html - collidingItems - (const QGraphicsItem *item, Qt::ItemSelectionMode mode) const const - - - QGraphicsItem * - itemAt - qgraphicsscene-obsolete.html - itemAt-1 - (const QPointF &position) const const - - - QGraphicsItem * - itemAt - qgraphicsscene.html - itemAt - (const QPointF &position, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene-obsolete.html - items-5 - (qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode) const const - - - QList<QGraphicsItem *> - items - qgraphicsscene.html - items-6 - (qreal x, qreal y, qreal w, qreal h, Qt::ItemSelectionMode mode, Qt::SortOrder order, const QTransform &deviceTransform) const const - - - QGraphicsItem * - itemAt - qgraphicsscene-obsolete.html - itemAt-2 - (qreal x, qreal y) const const - - - QGraphicsItem * - itemAt - qgraphicsscene.html - itemAt-3 - (qreal x, qreal y, const QTransform &deviceTransform) const const - - - QList<QGraphicsItem *> - selectedItems - qgraphicsscene.html - selectedItems - () const const - - - QPainterPath - selectionArea - qgraphicsscene.html - selectionArea - () const const - - - void - setSelectionArea - qgraphicsscene.html - setSelectionArea - (const QPainterPath &path, const QTransform &deviceTransform) - - - void - setSelectionArea - qgraphicsscene.html - setSelectionArea-1 - (const QPainterPath &path, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) - - - void - setSelectionArea - qgraphicsscene.html - setSelectionArea-2 - (const QPainterPath &path, Qt::ItemSelectionOperation selectionOperation, Qt::ItemSelectionMode mode, const QTransform &deviceTransform) - - - QGraphicsItemGroup * - createItemGroup - qgraphicsscene.html - createItemGroup - (const QList<QGraphicsItem *> &items) - - - void - destroyItemGroup - qgraphicsscene.html - destroyItemGroup - (QGraphicsItemGroup *group) - - - void - addItem - qgraphicsscene.html - addItem - (QGraphicsItem *item) - - - QGraphicsEllipseItem * - addEllipse - qgraphicsscene.html - addEllipse - (const QRectF &rect, const QPen &pen, const QBrush &brush) - - - QGraphicsLineItem * - addLine - qgraphicsscene.html - addLine - (const QLineF &line, const QPen &pen) - - - QGraphicsPathItem * - addPath - qgraphicsscene.html - addPath - (const QPainterPath &path, const QPen &pen, const QBrush &brush) - - - QGraphicsPixmapItem * - addPixmap - qgraphicsscene.html - addPixmap - (const QPixmap &pixmap) - - - QGraphicsPolygonItem * - addPolygon - qgraphicsscene.html - addPolygon - (const QPolygonF &polygon, const QPen &pen, const QBrush &brush) - - - QGraphicsRectItem * - addRect - qgraphicsscene.html - addRect - (const QRectF &rect, const QPen &pen, const QBrush &brush) - - - QGraphicsTextItem * - addText - qgraphicsscene.html - addText - (const QString &text, const QFont &font) - - - QGraphicsSimpleTextItem * - addSimpleText - qgraphicsscene.html - addSimpleText - (const QString &text, const QFont &font) - - - QGraphicsProxyWidget * - addWidget - qgraphicsscene.html - addWidget - (QWidget *widget, Qt::WindowFlags wFlags) - - - QGraphicsEllipseItem * - addEllipse - qgraphicsscene.html - addEllipse-1 - (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) - - - QGraphicsLineItem * - addLine - qgraphicsscene.html - addLine-1 - (qreal x1, qreal y1, qreal x2, qreal y2, const QPen &pen) - - - QGraphicsRectItem * - addRect - qgraphicsscene.html - addRect-1 - (qreal x, qreal y, qreal w, qreal h, const QPen &pen, const QBrush &brush) - - - void - removeItem - qgraphicsscene.html - removeItem - (QGraphicsItem *item) - - - QGraphicsItem * - focusItem - qgraphicsscene.html - focusItem - () const const - - - void - setFocusItem - qgraphicsscene.html - setFocusItem - (QGraphicsItem *item, Qt::FocusReason focusReason) - - - bool - hasFocus - qgraphicsscene.html - hasFocus - () const const - - - void - setFocus - qgraphicsscene.html - setFocus - (Qt::FocusReason focusReason) - - - void - clearFocus - qgraphicsscene.html - clearFocus - () - - - void - setStickyFocus - qgraphicsscene.html - stickyFocus-prop - (bool enabled) - - - bool - stickyFocus - qgraphicsscene.html - stickyFocus-prop - () const const - - - QGraphicsItem * - mouseGrabberItem - qgraphicsscene.html - mouseGrabberItem - () const const - - - QBrush - backgroundBrush - qgraphicsscene.html - backgroundBrush-prop - () const const - - - void - setBackgroundBrush - qgraphicsscene.html - backgroundBrush-prop - (const QBrush &brush) - - - QBrush - foregroundBrush - qgraphicsscene.html - foregroundBrush-prop - () const const - - - void - setForegroundBrush - qgraphicsscene.html - foregroundBrush-prop - (const QBrush &brush) - - - virtual QVariant - inputMethodQuery - qgraphicsscene.html - inputMethodQuery - (Qt::InputMethodQuery query) const const - - - QList<QGraphicsView *> - views - qgraphicsscene.html - views - () const const - - - void - update - qgraphicsscene.html - update-1 - (qreal x, qreal y, qreal w, qreal h) - - - void - invalidate - qgraphicsscene.html - invalidate-1 - (qreal x, qreal y, qreal w, qreal h, QGraphicsScene::SceneLayers layers) - - - QStyle * - style - qgraphicsscene.html - style - () const const - - - void - setStyle - qgraphicsscene.html - setStyle - (QStyle *style) - - - QFont - font - qgraphicsscene.html - font-prop - () const const - - - void - setFont - qgraphicsscene.html - font-prop - (const QFont &font) - - - QPalette - palette - qgraphicsscene.html - palette-prop - () const const - - - void - setPalette - qgraphicsscene.html - palette-prop - (const QPalette &palette) - - - bool - isActive - qgraphicsscene.html - isActive - () const const - - - QGraphicsItem * - activePanel - qgraphicsscene.html - activePanel - () const const - - - void - setActivePanel - qgraphicsscene.html - setActivePanel - (QGraphicsItem *item) - - - QGraphicsWidget * - activeWindow - qgraphicsscene.html - activeWindow - () const const - - - void - setActiveWindow - qgraphicsscene.html - setActiveWindow - (QGraphicsWidget *widget) - - - bool - sendEvent - qgraphicsscene.html - sendEvent - (QGraphicsItem *item, QEvent *event) - - - qreal - minimumRenderSize - qgraphicsscene.html - minimumRenderSize-prop - () const const - - - void - setMinimumRenderSize - qgraphicsscene.html - minimumRenderSize-prop - (qreal minSize) - - - bool - focusOnTouch - qgraphicsscene.html - focusOnTouch-prop - () const const - - - void - setFocusOnTouch - qgraphicsscene.html - focusOnTouch-prop - (bool enabled) - - - void - update - qgraphicsscene.html - update - (const QRectF &rect) - - - void - invalidate - qgraphicsscene.html - invalidate - (const QRectF &rect, QGraphicsScene::SceneLayers layers) - - - void - advance - qgraphicsscene.html - advance - () - - - void - clearSelection - qgraphicsscene.html - clearSelection - () - - - void - clear - qgraphicsscene.html - clear - () - - - virtual bool - event - qgraphicsscene.html - event - (QEvent *event) override - - - virtual bool - eventFilter - qgraphicsscene.html - eventFilter - (QObject *watched, QEvent *event) override - - - virtual void - contextMenuEvent - qgraphicsscene.html - contextMenuEvent - (QGraphicsSceneContextMenuEvent *contextMenuEvent) - - - virtual void - dragEnterEvent - qgraphicsscene.html - dragEnterEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dragMoveEvent - qgraphicsscene.html - dragMoveEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dragLeaveEvent - qgraphicsscene.html - dragLeaveEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - dropEvent - qgraphicsscene.html - dropEvent - (QGraphicsSceneDragDropEvent *event) - - - virtual void - focusInEvent - qgraphicsscene.html - focusInEvent - (QFocusEvent *focusEvent) - - - virtual void - focusOutEvent - qgraphicsscene.html - focusOutEvent - (QFocusEvent *focusEvent) - - - virtual void - helpEvent - qgraphicsscene.html - helpEvent - (QGraphicsSceneHelpEvent *helpEvent) - - - virtual void - keyPressEvent - qgraphicsscene.html - keyPressEvent - (QKeyEvent *keyEvent) - - - virtual void - keyReleaseEvent - qgraphicsscene.html - keyReleaseEvent - (QKeyEvent *keyEvent) - - - virtual void - mousePressEvent - qgraphicsscene.html - mousePressEvent - (QGraphicsSceneMouseEvent *mouseEvent) - - - virtual void - mouseMoveEvent - qgraphicsscene.html - mouseMoveEvent - (QGraphicsSceneMouseEvent *mouseEvent) - - - virtual void - mouseReleaseEvent - qgraphicsscene.html - mouseReleaseEvent - (QGraphicsSceneMouseEvent *mouseEvent) - - - virtual void - mouseDoubleClickEvent - qgraphicsscene.html - mouseDoubleClickEvent - (QGraphicsSceneMouseEvent *mouseEvent) - - - virtual void - wheelEvent - qgraphicsscene.html - wheelEvent - (QGraphicsSceneWheelEvent *wheelEvent) - - - virtual void - inputMethodEvent - qgraphicsscene.html - inputMethodEvent - (QInputMethodEvent *event) - - - virtual void - drawBackground - qgraphicsscene.html - drawBackground - (QPainter *painter, const QRectF &rect) - - - virtual void - drawForeground - qgraphicsscene.html - drawForeground - (QPainter *painter, const QRectF &rect) - - - virtual void - drawItems - qgraphicsscene-obsolete.html - drawItems - (QPainter *painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem [] options, QWidget *widget) - - - bool - focusNextPrevChild - qgraphicsscene.html - focusNextPrevChild - (bool next) - - - void - changed - qgraphicsscene.html - changed - (const QList<QRectF> &region) - - - void - sceneRectChanged - qgraphicsscene.html - sceneRectChanged - (const QRectF &rect) - - - void - selectionChanged - qgraphicsscene.html - selectionChanged - () - - - void - focusItemChanged - qgraphicsscene.html - focusItemChanged - (QGraphicsItem *newFocusItem, QGraphicsItem *oldFocusItem, Qt::FocusReason reason) - - - - QGraphicsSceneEvent - qgraphicssceneevent.html - QEvent - - virtual - ~QGraphicsSceneEvent - qgraphicssceneevent.html - dtor.QGraphicsSceneEvent - () - - - QWidget * - widget - qgraphicssceneevent.html - widget - () const const - - - QGraphicsSceneEventPrivate * - d_func - qgraphicssceneevent.html - d_func - () - - - const QGraphicsSceneEventPrivate * - d_func - qgraphicssceneevent.html - d_func-1 - () const const - - - - QGraphicsSceneMouseEvent - qgraphicsscenemouseevent.html - QGraphicsSceneEvent - - virtual - ~QGraphicsSceneMouseEvent - qgraphicsscenemouseevent.html - dtor.QGraphicsSceneMouseEvent - () - - - QPointF - pos - qgraphicsscenemouseevent.html - pos - () const const - - - QPointF - scenePos - qgraphicsscenemouseevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenemouseevent.html - screenPos - () const const - - - QPointF - buttonDownPos - qgraphicsscenemouseevent.html - buttonDownPos - (Qt::MouseButton button) const const - - - QPointF - buttonDownScenePos - qgraphicsscenemouseevent.html - buttonDownScenePos - (Qt::MouseButton button) const const - - - QPoint - buttonDownScreenPos - qgraphicsscenemouseevent.html - buttonDownScreenPos - (Qt::MouseButton button) const const - - - QPointF - lastPos - qgraphicsscenemouseevent.html - lastPos - () const const - - - QPointF - lastScenePos - qgraphicsscenemouseevent.html - lastScenePos - () const const - - - QPoint - lastScreenPos - qgraphicsscenemouseevent.html - lastScreenPos - () const const - - - Qt::MouseButtons - buttons - qgraphicsscenemouseevent.html - buttons - () const const - - - Qt::MouseButton - button - qgraphicsscenemouseevent.html - button - () const const - - - Qt::KeyboardModifiers - modifiers - qgraphicsscenemouseevent.html - modifiers - () const const - - - Qt::MouseEventSource - source - qgraphicsscenemouseevent.html - source - () const const - - - Qt::MouseEventFlags - flags - qgraphicsscenemouseevent.html - flags - () const const - - - - QGraphicsSceneWheelEvent - qgraphicsscenewheelevent.html - QGraphicsSceneEvent - - virtual - ~QGraphicsSceneWheelEvent - qgraphicsscenewheelevent.html - dtor.QGraphicsSceneWheelEvent - () - - - QPointF - pos - qgraphicsscenewheelevent.html - pos - () const const - - - QPointF - scenePos - qgraphicsscenewheelevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenewheelevent.html - screenPos - () const const - - - Qt::MouseButtons - buttons - qgraphicsscenewheelevent.html - buttons - () const const - - - Qt::KeyboardModifiers - modifiers - qgraphicsscenewheelevent.html - modifiers - () const const - - - int - delta - qgraphicsscenewheelevent.html - delta - () const const - - - Qt::Orientation - orientation - qgraphicsscenewheelevent.html - orientation - () const const - - - - QGraphicsSceneContextMenuEvent - qgraphicsscenecontextmenuevent.html - QGraphicsSceneEvent - - Reason - qgraphicsscenecontextmenuevent.html - Reason-enum - - - Mouse - qgraphicsscenecontextmenuevent.html - Reason-enum - - - Keyboard - qgraphicsscenecontextmenuevent.html - Reason-enum - - - Other - qgraphicsscenecontextmenuevent.html - Reason-enum - - - virtual - ~QGraphicsSceneContextMenuEvent - qgraphicsscenecontextmenuevent.html - dtor.QGraphicsSceneContextMenuEvent - () - - - QPointF - pos - qgraphicsscenecontextmenuevent.html - pos - () const const - - - QPointF - scenePos - qgraphicsscenecontextmenuevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenecontextmenuevent.html - screenPos - () const const - - - Qt::KeyboardModifiers - modifiers - qgraphicsscenecontextmenuevent.html - modifiers - () const const - - - QGraphicsSceneContextMenuEvent::Reason - reason - qgraphicsscenecontextmenuevent.html - reason - () const const - - - - QGraphicsSceneHoverEvent - qgraphicsscenehoverevent.html - QGraphicsSceneEvent - - virtual - ~QGraphicsSceneHoverEvent - qgraphicsscenehoverevent.html - dtor.QGraphicsSceneHoverEvent - () - - - QPointF - pos - qgraphicsscenehoverevent.html - pos - () const const - - - QPointF - scenePos - qgraphicsscenehoverevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenehoverevent.html - screenPos - () const const - - - QPointF - lastPos - qgraphicsscenehoverevent.html - lastPos - () const const - - - QPointF - lastScenePos - qgraphicsscenehoverevent.html - lastScenePos - () const const - - - QPoint - lastScreenPos - qgraphicsscenehoverevent.html - lastScreenPos - () const const - - - Qt::KeyboardModifiers - modifiers - qgraphicsscenehoverevent.html - modifiers - () const const - - - - QGraphicsSceneHelpEvent - qgraphicsscenehelpevent.html - QGraphicsSceneEvent - - virtual - ~QGraphicsSceneHelpEvent - qgraphicsscenehelpevent.html - dtor.QGraphicsSceneHelpEvent - () - - - QPointF - scenePos - qgraphicsscenehelpevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenehelpevent.html - screenPos - () const const - - - - QGraphicsSceneDragDropEvent - qgraphicsscenedragdropevent.html - QGraphicsSceneEvent - - virtual - ~QGraphicsSceneDragDropEvent - qgraphicsscenedragdropevent.html - dtor.QGraphicsSceneDragDropEvent - () - - - QPointF - pos - qgraphicsscenedragdropevent.html - pos - () const const - - - QPointF - scenePos - qgraphicsscenedragdropevent.html - scenePos - () const const - - - QPoint - screenPos - qgraphicsscenedragdropevent.html - screenPos - () const const - - - Qt::MouseButtons - buttons - qgraphicsscenedragdropevent.html - buttons - () const const - - - Qt::KeyboardModifiers - modifiers - qgraphicsscenedragdropevent.html - modifiers - () const const - - - Qt::DropActions - possibleActions - qgraphicsscenedragdropevent.html - possibleActions - () const const - - - Qt::DropAction - proposedAction - qgraphicsscenedragdropevent.html - proposedAction - () const const - - - void - acceptProposedAction - qgraphicsscenedragdropevent.html - acceptProposedAction - () - - - Qt::DropAction - dropAction - qgraphicsscenedragdropevent.html - dropAction - () const const - - - void - setDropAction - qgraphicsscenedragdropevent.html - setDropAction - (Qt::DropAction action) - - - QWidget * - source - qgraphicsscenedragdropevent.html - source - () const const - - - const QMimeData * - mimeData - qgraphicsscenedragdropevent.html - mimeData - () const const - - - - QGraphicsSceneResizeEvent - qgraphicssceneresizeevent.html - QGraphicsSceneEvent - - - QGraphicsSceneResizeEvent - qgraphicssceneresizeevent.html - QGraphicsSceneResizeEvent - () - - - virtual - ~QGraphicsSceneResizeEvent - qgraphicssceneresizeevent.html - dtor.QGraphicsSceneResizeEvent - () - - - QSizeF - oldSize - qgraphicssceneresizeevent.html - oldSize - () const const - - - QSizeF - newSize - qgraphicssceneresizeevent.html - newSize - () const const - - - - QGraphicsSceneMoveEvent - qgraphicsscenemoveevent.html - QGraphicsSceneEvent - - - QGraphicsSceneMoveEvent - qgraphicsscenemoveevent.html - QGraphicsSceneMoveEvent - () - - - virtual - ~QGraphicsSceneMoveEvent - qgraphicsscenemoveevent.html - dtor.QGraphicsSceneMoveEvent - () - - - QPointF - oldPos - qgraphicsscenemoveevent.html - oldPos - () const const - - - QPointF - newPos - qgraphicsscenemoveevent.html - newPos - () const const - - - - QGraphicsTransform - qgraphicstransform.html - QObject - - virtual const QMetaObject * - metaObject - qgraphicstransform.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicstransform.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicstransform.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicstransform.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicstransform.html - trUtf8 - (const char *s, const char *c, int n) - - - - QGraphicsTransform - qgraphicstransform.html - QGraphicsTransform - (QObject *parent) - - - virtual - ~QGraphicsTransform - qgraphicstransform.html - dtor.QGraphicsTransform - () - - - virtual void - applyTo - qgraphicstransform.html - applyTo - (QMatrix4x4 *matrix) const const = 0 - - - void - update - qgraphicstransform.html - update - () - - - - QGraphicsScale - qgraphicsscale.html - QGraphicsTransform - - virtual const QMetaObject * - metaObject - qgraphicsscale.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsscale.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsscale.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsscale.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsscale.html - trUtf8 - (const char *s, const char *c, int n) - - - origin - qgraphicsscale.html - origin-prop - - - - xScale - qgraphicsscale.html - xScale-prop - - - - yScale - qgraphicsscale.html - yScale-prop - - - - zScale - qgraphicsscale.html - zScale-prop - - - - - QGraphicsScale - qgraphicsscale.html - QGraphicsScale - (QObject *parent) - - - virtual - ~QGraphicsScale - qgraphicsscale.html - dtor.QGraphicsScale - () - - - QVector3D - origin - qgraphicsscale.html - origin-prop - () const const - - - void - setOrigin - qgraphicsscale.html - origin-prop - (const QVector3D &point) - - - qreal - xScale - qgraphicsscale.html - xScale-prop - () const const - - - void - setXScale - qgraphicsscale.html - xScale-prop - (qreal ) - - - qreal - yScale - qgraphicsscale.html - yScale-prop - () const const - - - void - setYScale - qgraphicsscale.html - yScale-prop - (qreal ) - - - qreal - zScale - qgraphicsscale.html - zScale-prop - () const const - - - void - setZScale - qgraphicsscale.html - zScale-prop - (qreal ) - - - virtual void - applyTo - qgraphicsscale.html - applyTo - (QMatrix4x4 *matrix) const const override - - - void - originChanged - qgraphicsscale.html - originChanged - () - - - void - xScaleChanged - qgraphicsscale.html - xScaleChanged - () - - - void - yScaleChanged - qgraphicsscale.html - yScaleChanged - () - - - void - zScaleChanged - qgraphicsscale.html - zScaleChanged - () - - - void - scaleChanged - qgraphicsscale.html - scaleChanged - () - - - - QGraphicsRotation - qgraphicsrotation.html - QGraphicsTransform - - virtual const QMetaObject * - metaObject - qgraphicsrotation.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsrotation.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsrotation.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsrotation.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsrotation.html - trUtf8 - (const char *s, const char *c, int n) - - - origin - qgraphicsrotation.html - origin-prop - - - - angle - qgraphicsrotation.html - angle-prop - - - - axis - qgraphicsrotation.html - axis-prop - - - - - QGraphicsRotation - qgraphicsrotation.html - QGraphicsRotation - (QObject *parent) - - - virtual - ~QGraphicsRotation - qgraphicsrotation.html - dtor.QGraphicsRotation - () - - - QVector3D - origin - qgraphicsrotation.html - origin-prop - () const const - - - void - setOrigin - qgraphicsrotation.html - origin-prop - (const QVector3D &point) - - - qreal - angle - qgraphicsrotation.html - angle-prop - () const const - - - void - setAngle - qgraphicsrotation.html - angle-prop - (qreal ) - - - QVector3D - axis - qgraphicsrotation.html - axis-prop - () const const - - - void - setAxis - qgraphicsrotation.html - axis-prop - (const QVector3D &axis) - - - void - setAxis - qgraphicsrotation.html - setAxis-1 - (Qt::Axis axis) - - - virtual void - applyTo - qgraphicsrotation.html - applyTo - (QMatrix4x4 *matrix) const const override - - - void - originChanged - qgraphicsrotation.html - originChanged - () - - - void - angleChanged - qgraphicsrotation.html - angleChanged - () - - - void - axisChanged - qgraphicsrotation.html - axisChanged - () - - - - QScrollArea - qscrollarea.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qscrollarea.html - metaObject - () const const - - - virtual void * - qt_metacast - qscrollarea.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qscrollarea.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qscrollarea.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qscrollarea.html - trUtf8 - (const char *s, const char *c, int n) - - - widgetResizable - qscrollarea.html - widgetResizable-prop - - - - alignment - qscrollarea.html - alignment-prop - - - - - QScrollArea - qscrollarea.html - QScrollArea - (QWidget *parent) - - - virtual - ~QScrollArea - qscrollarea.html - dtor.QScrollArea - () - - - QWidget * - widget - qscrollarea.html - widget - () const const - - - void - setWidget - qscrollarea.html - setWidget - (QWidget *widget) - - - QWidget * - takeWidget - qscrollarea.html - takeWidget - () - - - bool - widgetResizable - qscrollarea.html - widgetResizable-prop - () const const - - - void - setWidgetResizable - qscrollarea.html - widgetResizable-prop - (bool resizable) - - - virtual QSize - sizeHint - qscrollarea.html - sizeHint - () const const override - - - virtual bool - focusNextPrevChild - qscrollarea.html - focusNextPrevChild - (bool next) override - - - Qt::Alignment - alignment - qscrollarea.html - alignment-prop - () const const - - - void - setAlignment - qscrollarea.html - alignment-prop - (Qt::Alignment ) - - - void - ensureVisible - qscrollarea.html - ensureVisible - (int x, int y, int xmargin, int ymargin) - - - void - ensureWidgetVisible - qscrollarea.html - ensureWidgetVisible - (QWidget *childWidget, int xmargin, int ymargin) - - - virtual bool - event - qscrollarea.html - event - (QEvent *e) override - - - virtual bool - eventFilter - qscrollarea.html - eventFilter - (QObject *o, QEvent *e) override - - - virtual void - resizeEvent - qscrollarea.html - resizeEvent - (QResizeEvent *) override - - - virtual void - scrollContentsBy - qscrollarea.html - scrollContentsBy - (int dx, int dy) override - - - virtual QSize - viewportSizeHint - qscrollarea.html - viewportSizeHint - () const const override - - - - QGraphicsView - qgraphicsview.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qgraphicsview.html - metaObject - () const const - - - virtual void * - qt_metacast - qgraphicsview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgraphicsview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgraphicsview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgraphicsview.html - trUtf8 - (const char *s, const char *c, int n) - - - backgroundBrush - qgraphicsview.html - backgroundBrush-prop - - - - foregroundBrush - qgraphicsview.html - foregroundBrush-prop - - - - interactive - qgraphicsview.html - interactive-prop - - - - sceneRect - qgraphicsview.html - sceneRect-prop - - - - alignment - qgraphicsview.html - alignment-prop - - - - renderHints - qgraphicsview.html - renderHints-prop - - - - dragMode - qgraphicsview.html - dragMode-prop - - - - cacheMode - qgraphicsview.html - cacheMode-prop - - - - transformationAnchor - qgraphicsview.html - transformationAnchor-prop - - - - resizeAnchor - qgraphicsview.html - resizeAnchor-prop - - - - viewportUpdateMode - qgraphicsview.html - viewportUpdateMode-prop - - - - rubberBandSelectionMode - qgraphicsview.html - rubberBandSelectionMode-prop - - - - optimizationFlags - qgraphicsview.html - optimizationFlags-prop - - - - ViewportAnchor - qgraphicsview.html - ViewportAnchor-enum - - - NoAnchor - qgraphicsview.html - ViewportAnchor-enum - - - AnchorViewCenter - qgraphicsview.html - ViewportAnchor-enum - - - AnchorUnderMouse - qgraphicsview.html - ViewportAnchor-enum - - - CacheModeFlag - qgraphicsview.html - CacheModeFlag-enum - - - CacheNone - qgraphicsview.html - CacheModeFlag-enum - - - CacheBackground - qgraphicsview.html - CacheModeFlag-enum - - - CacheMode - qgraphicsview.html - CacheModeFlag-enum - - - - DragMode - qgraphicsview.html - DragMode-enum - - - NoDrag - qgraphicsview.html - DragMode-enum - - - ScrollHandDrag - qgraphicsview.html - DragMode-enum - - - RubberBandDrag - qgraphicsview.html - DragMode-enum - - - ViewportUpdateMode - qgraphicsview.html - ViewportUpdateMode-enum - - - FullViewportUpdate - qgraphicsview.html - ViewportUpdateMode-enum - - - MinimalViewportUpdate - qgraphicsview.html - ViewportUpdateMode-enum - - - SmartViewportUpdate - qgraphicsview.html - ViewportUpdateMode-enum - - - NoViewportUpdate - qgraphicsview.html - ViewportUpdateMode-enum - - - BoundingRectViewportUpdate - qgraphicsview.html - ViewportUpdateMode-enum - - - OptimizationFlag - qgraphicsview.html - OptimizationFlag-enum - - - DontClipPainter - qgraphicsview.html - OptimizationFlag-enum - - - DontSavePainterState - qgraphicsview.html - OptimizationFlag-enum - - - DontAdjustForAntialiasing - qgraphicsview.html - OptimizationFlag-enum - - - IndirectPainting - qgraphicsview.html - OptimizationFlag-enum - - - OptimizationFlags - qgraphicsview.html - OptimizationFlag-enum - - - - - QGraphicsView - qgraphicsview.html - QGraphicsView - (QWidget *parent) - - - - QGraphicsView - qgraphicsview.html - QGraphicsView-1 - (QGraphicsScene *scene, QWidget *parent) - - - virtual - ~QGraphicsView - qgraphicsview.html - dtor.QGraphicsView - () - - - virtual QSize - sizeHint - qgraphicsview.html - sizeHint - () const const override - - - QPainter::RenderHints - renderHints - qgraphicsview.html - renderHints-prop - () const const - - - void - setRenderHint - qgraphicsview.html - setRenderHint - (QPainter::RenderHint hint, bool enabled) - - - void - setRenderHints - qgraphicsview.html - renderHints-prop - (QPainter::RenderHints hints) - - - Qt::Alignment - alignment - qgraphicsview.html - alignment-prop - () const const - - - void - setAlignment - qgraphicsview.html - alignment-prop - (Qt::Alignment alignment) - - - QGraphicsView::ViewportAnchor - transformationAnchor - qgraphicsview.html - transformationAnchor-prop - () const const - - - void - setTransformationAnchor - qgraphicsview.html - transformationAnchor-prop - (QGraphicsView::ViewportAnchor anchor) - - - QGraphicsView::ViewportAnchor - resizeAnchor - qgraphicsview.html - resizeAnchor-prop - () const const - - - void - setResizeAnchor - qgraphicsview.html - resizeAnchor-prop - (QGraphicsView::ViewportAnchor anchor) - - - QGraphicsView::ViewportUpdateMode - viewportUpdateMode - qgraphicsview.html - viewportUpdateMode-prop - () const const - - - void - setViewportUpdateMode - qgraphicsview.html - viewportUpdateMode-prop - (QGraphicsView::ViewportUpdateMode mode) - - - QGraphicsView::OptimizationFlags - optimizationFlags - qgraphicsview.html - optimizationFlags-prop - () const const - - - void - setOptimizationFlag - qgraphicsview.html - setOptimizationFlag - (QGraphicsView::OptimizationFlag flag, bool enabled) - - - void - setOptimizationFlags - qgraphicsview.html - optimizationFlags-prop - (QGraphicsView::OptimizationFlags flags) - - - QGraphicsView::DragMode - dragMode - qgraphicsview.html - dragMode-prop - () const const - - - void - setDragMode - qgraphicsview.html - dragMode-prop - (QGraphicsView::DragMode mode) - - - Qt::ItemSelectionMode - rubberBandSelectionMode - qgraphicsview.html - rubberBandSelectionMode-prop - () const const - - - void - setRubberBandSelectionMode - qgraphicsview.html - rubberBandSelectionMode-prop - (Qt::ItemSelectionMode mode) - - - QRect - rubberBandRect - qgraphicsview.html - rubberBandRect - () const const - - - QGraphicsView::CacheMode - cacheMode - qgraphicsview.html - cacheMode-prop - () const const - - - void - setCacheMode - qgraphicsview.html - cacheMode-prop - (QGraphicsView::CacheMode mode) - - - void - resetCachedContent - qgraphicsview.html - resetCachedContent - () - - - bool - isInteractive - qgraphicsview.html - interactive-prop - () const const - - - void - setInteractive - qgraphicsview.html - interactive-prop - (bool allowed) - - - QGraphicsScene * - scene - qgraphicsview.html - scene - () const const - - - void - setScene - qgraphicsview.html - setScene - (QGraphicsScene *scene) - - - QRectF - sceneRect - qgraphicsview.html - sceneRect-prop - () const const - - - void - setSceneRect - qgraphicsview.html - sceneRect-prop - (const QRectF &rect) - - - void - setSceneRect - qgraphicsview.html - sceneRect-prop - (qreal x, qreal y, qreal w, qreal h) - - - QMatrix - matrix - qgraphicsview.html - matrix - () const const - - - void - setMatrix - qgraphicsview.html - setMatrix - (const QMatrix &matrix, bool combine) - - - void - resetMatrix - qgraphicsview.html - resetMatrix - () - - - QTransform - transform - qgraphicsview.html - transform - () const const - - - QTransform - viewportTransform - qgraphicsview.html - viewportTransform - () const const - - - bool - isTransformed - qgraphicsview.html - isTransformed - () const const - - - void - setTransform - qgraphicsview.html - setTransform - (const QTransform &matrix, bool combine) - - - void - resetTransform - qgraphicsview.html - resetTransform - () - - - void - rotate - qgraphicsview.html - rotate - (qreal angle) - - - void - scale - qgraphicsview.html - scale - (qreal sx, qreal sy) - - - void - shear - qgraphicsview.html - shear - (qreal sh, qreal sv) - - - void - translate - qgraphicsview.html - translate - (qreal dx, qreal dy) - - - void - centerOn - qgraphicsview.html - centerOn - (const QPointF &pos) - - - void - centerOn - qgraphicsview.html - centerOn-1 - (qreal x, qreal y) - - - void - centerOn - qgraphicsview.html - centerOn-2 - (const QGraphicsItem *item) - - - void - ensureVisible - qgraphicsview.html - ensureVisible - (const QRectF &rect, int xmargin, int ymargin) - - - void - ensureVisible - qgraphicsview.html - ensureVisible-1 - (qreal x, qreal y, qreal w, qreal h, int xmargin, int ymargin) - - - void - ensureVisible - qgraphicsview.html - ensureVisible-2 - (const QGraphicsItem *item, int xmargin, int ymargin) - - - void - fitInView - qgraphicsview.html - fitInView - (const QRectF &rect, Qt::AspectRatioMode aspectRatioMode) - - - void - fitInView - qgraphicsview.html - fitInView-1 - (qreal x, qreal y, qreal w, qreal h, Qt::AspectRatioMode aspectRatioMode) - - - void - fitInView - qgraphicsview.html - fitInView-2 - (const QGraphicsItem *item, Qt::AspectRatioMode aspectRatioMode) - - - void - render - qgraphicsview.html - render - (QPainter *painter, const QRectF &target, const QRect &source, Qt::AspectRatioMode aspectRatioMode) - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items - () const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-1 - (const QPoint &pos) const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-2 - (int x, int y) const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-3 - (const QRect &rect, Qt::ItemSelectionMode mode) const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-4 - (int x, int y, int w, int h, Qt::ItemSelectionMode mode) const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-5 - (const QPolygon &polygon, Qt::ItemSelectionMode mode) const const - - - QList<QGraphicsItem *> - items - qgraphicsview.html - items-6 - (const QPainterPath &path, Qt::ItemSelectionMode mode) const const - - - QGraphicsItem * - itemAt - qgraphicsview.html - itemAt - (const QPoint &pos) const const - - - QGraphicsItem * - itemAt - qgraphicsview.html - itemAt-1 - (int x, int y) const const - - - QPointF - mapToScene - qgraphicsview.html - mapToScene - (const QPoint &point) const const - - - QPolygonF - mapToScene - qgraphicsview.html - mapToScene-1 - (const QRect &rect) const const - - - QPolygonF - mapToScene - qgraphicsview.html - mapToScene-2 - (const QPolygon &polygon) const const - - - QPainterPath - mapToScene - qgraphicsview.html - mapToScene-3 - (const QPainterPath &path) const const - - - QPoint - mapFromScene - qgraphicsview.html - mapFromScene - (const QPointF &point) const const - - - QPolygon - mapFromScene - qgraphicsview.html - mapFromScene-1 - (const QRectF &rect) const const - - - QPolygon - mapFromScene - qgraphicsview.html - mapFromScene-2 - (const QPolygonF &polygon) const const - - - QPainterPath - mapFromScene - qgraphicsview.html - mapFromScene-3 - (const QPainterPath &path) const const - - - QPointF - mapToScene - qgraphicsview.html - mapToScene-4 - (int x, int y) const const - - - QPolygonF - mapToScene - qgraphicsview.html - mapToScene-5 - (int x, int y, int w, int h) const const - - - QPoint - mapFromScene - qgraphicsview.html - mapFromScene-4 - (qreal x, qreal y) const const - - - QPolygon - mapFromScene - qgraphicsview.html - mapFromScene-5 - (qreal x, qreal y, qreal w, qreal h) const const - - - virtual QVariant - inputMethodQuery - qgraphicsview.html - inputMethodQuery - (Qt::InputMethodQuery query) const const override - - - QBrush - backgroundBrush - qgraphicsview.html - backgroundBrush-prop - () const const - - - void - setBackgroundBrush - qgraphicsview.html - backgroundBrush-prop - (const QBrush &brush) - - - QBrush - foregroundBrush - qgraphicsview.html - foregroundBrush-prop - () const const - - - void - setForegroundBrush - qgraphicsview.html - foregroundBrush-prop - (const QBrush &brush) - - - void - updateScene - qgraphicsview.html - updateScene - (const QList<QRectF> &rects) - - - void - invalidateScene - qgraphicsview.html - invalidateScene - (const QRectF &rect, QGraphicsScene::SceneLayers layers) - - - void - updateSceneRect - qgraphicsview.html - updateSceneRect - (const QRectF &rect) - - - void - rubberBandChanged - qgraphicsview.html - rubberBandChanged - (QRect rubberBandRect, QPointF fromScenePoint, QPointF toScenePoint) - - - virtual void - setupViewport - qgraphicsview.html - setupViewport - (QWidget *widget) override - - - virtual bool - event - qgraphicsview.html - event - (QEvent *event) override - - - virtual bool - viewportEvent - qgraphicsview.html - viewportEvent - (QEvent *event) override - - - virtual void - contextMenuEvent - qgraphicsview.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual void - dragEnterEvent - qgraphicsview.html - dragEnterEvent - (QDragEnterEvent *event) override - - - virtual void - dragLeaveEvent - qgraphicsview.html - dragLeaveEvent - (QDragLeaveEvent *event) override - - - virtual void - dragMoveEvent - qgraphicsview.html - dragMoveEvent - (QDragMoveEvent *event) override - - - virtual void - dropEvent - qgraphicsview.html - dropEvent - (QDropEvent *event) override - - - virtual void - focusInEvent - qgraphicsview.html - focusInEvent - (QFocusEvent *event) override - - - virtual bool - focusNextPrevChild - qgraphicsview.html - focusNextPrevChild - (bool next) override - - - virtual void - focusOutEvent - qgraphicsview.html - focusOutEvent - (QFocusEvent *event) override - - - virtual void - keyPressEvent - qgraphicsview.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - keyReleaseEvent - qgraphicsview.html - keyReleaseEvent - (QKeyEvent *event) override - - - virtual void - mouseDoubleClickEvent - qgraphicsview.html - mouseDoubleClickEvent - (QMouseEvent *event) override - - - virtual void - mousePressEvent - qgraphicsview.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qgraphicsview.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qgraphicsview.html - mouseReleaseEvent - (QMouseEvent *event) override - - - virtual void - wheelEvent - qgraphicsview.html - wheelEvent - (QWheelEvent *event) override - - - virtual void - paintEvent - qgraphicsview.html - paintEvent - (QPaintEvent *event) override - - - virtual void - resizeEvent - qgraphicsview.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - scrollContentsBy - qgraphicsview.html - scrollContentsBy - (int dx, int dy) override - - - virtual void - showEvent - qgraphicsview.html - showEvent - (QShowEvent *event) override - - - virtual void - inputMethodEvent - qgraphicsview.html - inputMethodEvent - (QInputMethodEvent *event) override - - - virtual void - drawBackground - qgraphicsview.html - drawBackground - (QPainter *painter, const QRectF &rect) - - - virtual void - drawForeground - qgraphicsview.html - drawForeground - (QPainter *painter, const QRectF &rect) - - - virtual void - drawItems - qgraphicsview-obsolete.html - drawItems - (QPainter *painter, int numItems, QGraphicsItem *[] items, const QStyleOptionGraphicsItem [] options) - - - - QGroupBox - qgroupbox.html - QWidget - - virtual const QMetaObject * - metaObject - qgroupbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qgroupbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qgroupbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qgroupbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qgroupbox.html - trUtf8 - (const char *s, const char *c, int n) - - - title - qgroupbox.html - title-prop - - - - alignment - qgroupbox.html - alignment-prop - - - - flat - qgroupbox.html - flat-prop - - - - checkable - qgroupbox.html - checkable-prop - - - - checked - qgroupbox.html - checked-prop - - - - - QGroupBox - qgroupbox.html - QGroupBox - (QWidget *parent) - - - - QGroupBox - qgroupbox.html - QGroupBox-1 - (const QString &title, QWidget *parent) - - - virtual - ~QGroupBox - qgroupbox.html - dtor.QGroupBox - () - - - QString - title - qgroupbox.html - title-prop - () const const - - - void - setTitle - qgroupbox.html - title-prop - (const QString &title) - - - Qt::Alignment - alignment - qgroupbox.html - alignment-prop - () const const - - - void - setAlignment - qgroupbox.html - alignment-prop - (int alignment) - - - virtual QSize - minimumSizeHint - qgroupbox.html - minimumSizeHint - () const const override - - - bool - isFlat - qgroupbox.html - flat-prop - () const const - - - void - setFlat - qgroupbox.html - flat-prop - (bool flat) - - - bool - isCheckable - qgroupbox.html - checkable-prop - () const const - - - void - setCheckable - qgroupbox.html - checkable-prop - (bool checkable) - - - bool - isChecked - qgroupbox.html - checked-prop - () const const - - - void - setChecked - qgroupbox.html - checked-prop - (bool checked) - - - void - clicked - qgroupbox.html - clicked - (bool checked) - - - void - toggled - qgroupbox.html - toggled - (bool on) - - - virtual bool - event - qgroupbox.html - event - (QEvent *e) override - - - virtual void - childEvent - qgroupbox.html - childEvent - (QChildEvent *c) override - - - virtual void - resizeEvent - qgroupbox.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - paintEvent - qgroupbox.html - paintEvent - (QPaintEvent *event) override - - - virtual void - focusInEvent - qgroupbox.html - focusInEvent - (QFocusEvent *fe) override - - - virtual void - changeEvent - qgroupbox.html - changeEvent - (QEvent *ev) override - - - virtual void - mousePressEvent - qgroupbox.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qgroupbox.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qgroupbox.html - mouseReleaseEvent - (QMouseEvent *event) override - - - void - initStyleOption - qgroupbox.html - initStyleOption - (QStyleOptionGroupBox *option) const const - - - - QHeaderView - qheaderview.html - QAbstractItemView - - virtual const QMetaObject * - metaObject - qheaderview.html - metaObject - () const const - - - virtual void * - qt_metacast - qheaderview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qheaderview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qheaderview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qheaderview.html - trUtf8 - (const char *s, const char *c, int n) - - - firstSectionMovable - qheaderview.html - firstSectionMovable-prop - - - - showSortIndicator - qheaderview.html - showSortIndicator-prop - - - - highlightSections - qheaderview.html - highlightSections-prop - - - - stretchLastSection - qheaderview.html - stretchLastSection-prop - - - - cascadingSectionResizes - qheaderview.html - cascadingSectionResizes-prop - - - - defaultSectionSize - qheaderview.html - defaultSectionSize-prop - - - - minimumSectionSize - qheaderview.html - minimumSectionSize-prop - - - - maximumSectionSize - qheaderview.html - maximumSectionSize-prop - - - - defaultAlignment - qheaderview.html - defaultAlignment-prop - - - - ResizeMode - qheaderview.html - ResizeMode-enum - - - Interactive - qheaderview.html - ResizeMode-enum - - - Stretch - qheaderview.html - ResizeMode-enum - - - Fixed - qheaderview.html - ResizeMode-enum - - - ResizeToContents - qheaderview.html - ResizeMode-enum - - - Custom - qheaderview.html - ResizeMode-enum - - - - QHeaderView - qheaderview.html - QHeaderView - (Qt::Orientation orientation, QWidget *parent) - - - virtual - ~QHeaderView - qheaderview.html - dtor.QHeaderView - () - - - virtual void - setModel - qheaderview.html - setModel - (QAbstractItemModel *model) override - - - Qt::Orientation - orientation - qheaderview.html - orientation - () const const - - - int - offset - qheaderview.html - offset - () const const - - - int - length - qheaderview.html - length - () const const - - - virtual QSize - sizeHint - qheaderview.html - sizeHint - () const const override - - - virtual void - setVisible - qheaderview.html - setVisible - (bool v) override - - - int - sectionSizeHint - qheaderview.html - sectionSizeHint - (int logicalIndex) const const - - - int - visualIndexAt - qheaderview.html - visualIndexAt - (int position) const const - - - int - logicalIndexAt - qheaderview.html - logicalIndexAt - (int position) const const - - - int - logicalIndexAt - qheaderview.html - logicalIndexAt-1 - (int x, int y) const const - - - int - logicalIndexAt - qheaderview.html - logicalIndexAt-2 - (const QPoint &pos) const const - - - int - sectionSize - qheaderview.html - sectionSize - (int logicalIndex) const const - - - int - sectionPosition - qheaderview.html - sectionPosition - (int logicalIndex) const const - - - int - sectionViewportPosition - qheaderview.html - sectionViewportPosition - (int logicalIndex) const const - - - void - moveSection - qheaderview.html - moveSection - (int from, int to) - - - void - swapSections - qheaderview.html - swapSections - (int first, int second) - - - void - resizeSection - qheaderview.html - resizeSection - (int logicalIndex, int size) - - - void - resizeSections - qheaderview.html - resizeSections - (QHeaderView::ResizeMode mode) - - - bool - isSectionHidden - qheaderview.html - isSectionHidden - (int logicalIndex) const const - - - void - setSectionHidden - qheaderview.html - setSectionHidden - (int logicalIndex, bool hide) - - - int - hiddenSectionCount - qheaderview.html - hiddenSectionCount - () const const - - - void - hideSection - qheaderview.html - hideSection - (int logicalIndex) - - - void - showSection - qheaderview.html - showSection - (int logicalIndex) - - - int - count - qheaderview.html - count - () const const - - - int - visualIndex - qheaderview.html - visualIndex - (int logicalIndex) const const - - - int - logicalIndex - qheaderview.html - logicalIndex - (int visualIndex) const const - - - void - setSectionsMovable - qheaderview.html - setSectionsMovable - (bool movable) - - - bool - sectionsMovable - qheaderview.html - sectionsMovable - () const const - - - void - setMovable - qheaderview-obsolete.html - setMovable - (bool movable) - - - bool - isMovable - qheaderview-obsolete.html - isMovable - () const const - - - void - setFirstSectionMovable - qheaderview.html - firstSectionMovable-prop - (bool movable) - - - bool - isFirstSectionMovable - qheaderview.html - firstSectionMovable-prop - () const const - - - void - setSectionsClickable - qheaderview.html - setSectionsClickable - (bool clickable) - - - bool - sectionsClickable - qheaderview.html - sectionsClickable - () const const - - - void - setClickable - qheaderview-obsolete.html - setClickable - (bool clickable) - - - bool - isClickable - qheaderview-obsolete.html - isClickable - () const const - - - void - setHighlightSections - qheaderview.html - highlightSections-prop - (bool highlight) - - - bool - highlightSections - qheaderview.html - highlightSections-prop - () const const - - - QHeaderView::ResizeMode - sectionResizeMode - qheaderview.html - sectionResizeMode - (int logicalIndex) const const - - - void - setSectionResizeMode - qheaderview.html - setSectionResizeMode - (QHeaderView::ResizeMode mode) - - - void - setSectionResizeMode - qheaderview.html - setSectionResizeMode-1 - (int logicalIndex, QHeaderView::ResizeMode mode) - - - void - setResizeContentsPrecision - qheaderview.html - setResizeContentsPrecision - (int precision) - - - int - resizeContentsPrecision - qheaderview.html - resizeContentsPrecision - () const const - - - void - setResizeMode - qheaderview-obsolete.html - setResizeMode - (QHeaderView::ResizeMode mode) - - - void - setResizeMode - qheaderview-obsolete.html - setResizeMode-1 - (int logicalIndex, QHeaderView::ResizeMode mode) - - - QHeaderView::ResizeMode - resizeMode - qheaderview-obsolete.html - resizeMode - (int logicalIndex) const const - - - int - stretchSectionCount - qheaderview.html - stretchSectionCount - () const const - - - void - setSortIndicatorShown - qheaderview.html - showSortIndicator-prop - (bool show) - - - bool - isSortIndicatorShown - qheaderview.html - showSortIndicator-prop - () const const - - - void - setSortIndicator - qheaderview.html - setSortIndicator - (int logicalIndex, Qt::SortOrder order) - - - int - sortIndicatorSection - qheaderview.html - sortIndicatorSection - () const const - - - Qt::SortOrder - sortIndicatorOrder - qheaderview.html - sortIndicatorOrder - () const const - - - bool - stretchLastSection - qheaderview.html - stretchLastSection-prop - () const const - - - void - setStretchLastSection - qheaderview.html - stretchLastSection-prop - (bool stretch) - - - bool - cascadingSectionResizes - qheaderview.html - cascadingSectionResizes-prop - () const const - - - void - setCascadingSectionResizes - qheaderview.html - cascadingSectionResizes-prop - (bool enable) - - - int - defaultSectionSize - qheaderview.html - defaultSectionSize-prop - () const const - - - void - setDefaultSectionSize - qheaderview.html - defaultSectionSize-prop - (int size) - - - void - resetDefaultSectionSize - qheaderview.html - defaultSectionSize-prop - () - - - int - minimumSectionSize - qheaderview.html - minimumSectionSize-prop - () const const - - - void - setMinimumSectionSize - qheaderview.html - minimumSectionSize-prop - (int size) - - - int - maximumSectionSize - qheaderview.html - maximumSectionSize-prop - () const const - - - void - setMaximumSectionSize - qheaderview.html - maximumSectionSize-prop - (int size) - - - Qt::Alignment - defaultAlignment - qheaderview.html - defaultAlignment-prop - () const const - - - void - setDefaultAlignment - qheaderview.html - defaultAlignment-prop - (Qt::Alignment alignment) - - - bool - sectionsMoved - qheaderview.html - sectionsMoved - () const const - - - bool - sectionsHidden - qheaderview.html - sectionsHidden - () const const - - - QByteArray - saveState - qheaderview.html - saveState - () const const - - - bool - restoreState - qheaderview.html - restoreState - (const QByteArray &state) - - - virtual void - reset - qheaderview.html - reset - () override - - - void - setOffset - qheaderview.html - setOffset - (int offset) - - - void - setOffsetToSectionPosition - qheaderview.html - setOffsetToSectionPosition - (int visualSectionNumber) - - - void - setOffsetToLastSection - qheaderview.html - setOffsetToLastSection - () - - - void - headerDataChanged - qheaderview.html - headerDataChanged - (Qt::Orientation orientation, int logicalFirst, int logicalLast) - - - void - sectionMoved - qheaderview.html - sectionMoved - (int logicalIndex, int oldVisualIndex, int newVisualIndex) - - - void - sectionResized - qheaderview.html - sectionResized - (int logicalIndex, int oldSize, int newSize) - - - void - sectionPressed - qheaderview.html - sectionPressed - (int logicalIndex) - - - void - sectionClicked - qheaderview.html - sectionClicked - (int logicalIndex) - - - void - sectionEntered - qheaderview.html - sectionEntered - (int logicalIndex) - - - void - sectionDoubleClicked - qheaderview.html - sectionDoubleClicked - (int logicalIndex) - - - void - sectionCountChanged - qheaderview.html - sectionCountChanged - (int oldCount, int newCount) - - - void - sectionHandleDoubleClicked - qheaderview.html - sectionHandleDoubleClicked - (int logicalIndex) - - - void - geometriesChanged - qheaderview.html - geometriesChanged - () - - - void - sortIndicatorChanged - qheaderview.html - sortIndicatorChanged - (int logicalIndex, Qt::SortOrder order) - - - void - resizeSections - qheaderview.html - resizeSections-1 - () - - - void - sectionsInserted - qheaderview.html - sectionsInserted - (const QModelIndex &parent, int logicalFirst, int logicalLast) - - - void - sectionsAboutToBeRemoved - qheaderview.html - sectionsAboutToBeRemoved - (const QModelIndex &parent, int logicalFirst, int logicalLast) - - - virtual void - currentChanged - qheaderview.html - currentChanged - (const QModelIndex &current, const QModelIndex &old) override - - - virtual bool - event - qheaderview.html - event - (QEvent *e) override - - - virtual void - paintEvent - qheaderview.html - paintEvent - (QPaintEvent *e) override - - - virtual void - mousePressEvent - qheaderview.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qheaderview.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qheaderview.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseDoubleClickEvent - qheaderview.html - mouseDoubleClickEvent - (QMouseEvent *e) override - - - virtual bool - viewportEvent - qheaderview.html - viewportEvent - (QEvent *e) override - - - virtual void - paintSection - qheaderview.html - paintSection - (QPainter *painter, const QRect &rect, int logicalIndex) const const - - - virtual QSize - sectionSizeFromContents - qheaderview.html - sectionSizeFromContents - (int logicalIndex) const const - - - virtual int - horizontalOffset - qheaderview.html - horizontalOffset - () const const override - - - virtual int - verticalOffset - qheaderview.html - verticalOffset - () const const override - - - virtual void - setSelection - qheaderview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags flags) override - - - void - initStyleOption - qheaderview.html - initStyleOption - (QStyleOptionHeader *option) const const - - - - QLineEdit - qlineedit.html - QWidget - - virtual const QMetaObject * - metaObject - qlineedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qlineedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlineedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlineedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlineedit.html - trUtf8 - (const char *s, const char *c, int n) - - - inputMask - qlineedit.html - inputMask-prop - - - - text - qlineedit.html - text-prop - - - - maxLength - qlineedit.html - maxLength-prop - - - - frame - qlineedit.html - frame-prop - - - - echoMode - qlineedit.html - echoMode-prop - - - - displayText - qlineedit.html - displayText-prop - - - - cursorPosition - qlineedit.html - cursorPosition-prop - - - - alignment - qlineedit.html - alignment-prop - - - - modified - qlineedit.html - modified-prop - - - - hasSelectedText - qlineedit.html - hasSelectedText-prop - - - - selectedText - qlineedit.html - selectedText-prop - - - - dragEnabled - qlineedit.html - dragEnabled-prop - - - - readOnly - qlineedit.html - readOnly-prop - - - - undoAvailable - qlineedit.html - undoAvailable-prop - - - - redoAvailable - qlineedit.html - redoAvailable-prop - - - - acceptableInput - qlineedit.html - acceptableInput-prop - - - - placeholderText - qlineedit.html - placeholderText-prop - - - - cursorMoveStyle - qlineedit.html - cursorMoveStyle-prop - - - - clearButtonEnabled - qlineedit.html - clearButtonEnabled-prop - - - - ActionPosition - qlineedit.html - ActionPosition-enum - - - LeadingPosition - qlineedit.html - ActionPosition-enum - - - TrailingPosition - qlineedit.html - ActionPosition-enum - - - - QLineEdit - qlineedit.html - QLineEdit - (QWidget *parent) - - - - QLineEdit - qlineedit.html - QLineEdit-1 - (const QString &contents, QWidget *parent) - - - virtual - ~QLineEdit - qlineedit.html - dtor.QLineEdit - () - - - QString - text - qlineedit.html - text-prop - () const const - - - QString - displayText - qlineedit.html - displayText-prop - () const const - - - QString - placeholderText - qlineedit.html - placeholderText-prop - () const const - - - void - setPlaceholderText - qlineedit.html - placeholderText-prop - (const QString &) - - - int - maxLength - qlineedit.html - maxLength-prop - () const const - - - void - setMaxLength - qlineedit.html - maxLength-prop - (int ) - - - void - setFrame - qlineedit.html - frame-prop - (bool ) - - - bool - hasFrame - qlineedit.html - frame-prop - () const const - - - void - setClearButtonEnabled - qlineedit.html - clearButtonEnabled-prop - (bool enable) - - - bool - isClearButtonEnabled - qlineedit.html - clearButtonEnabled-prop - () const const - - - EchoMode - qlineedit.html - EchoMode-enum - - - Normal - qlineedit.html - EchoMode-enum - - - NoEcho - qlineedit.html - EchoMode-enum - - - Password - qlineedit.html - EchoMode-enum - - - PasswordEchoOnEdit - qlineedit.html - EchoMode-enum - - - QLineEdit::EchoMode - echoMode - qlineedit.html - echoMode-prop - () const const - - - void - setEchoMode - qlineedit.html - echoMode-prop - (QLineEdit::EchoMode ) - - - bool - isReadOnly - qlineedit.html - readOnly-prop - () const const - - - void - setReadOnly - qlineedit.html - readOnly-prop - (bool ) - - - void - setValidator - qlineedit.html - setValidator - (const QValidator *v) - - - const QValidator * - validator - qlineedit.html - validator - () const const - - - void - setCompleter - qlineedit.html - setCompleter - (QCompleter *c) - - - QCompleter * - completer - qlineedit.html - completer - () const const - - - virtual QSize - sizeHint - qlineedit.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qlineedit.html - minimumSizeHint - () const const override - - - int - cursorPosition - qlineedit.html - cursorPosition-prop - () const const - - - void - setCursorPosition - qlineedit.html - cursorPosition-prop - (int ) - - - int - cursorPositionAt - qlineedit.html - cursorPositionAt - (const QPoint &pos) - - - void - setAlignment - qlineedit.html - alignment-prop - (Qt::Alignment flag) - - - Qt::Alignment - alignment - qlineedit.html - alignment-prop - () const const - - - void - cursorForward - qlineedit.html - cursorForward - (bool mark, int steps) - - - void - cursorBackward - qlineedit.html - cursorBackward - (bool mark, int steps) - - - void - cursorWordForward - qlineedit.html - cursorWordForward - (bool mark) - - - void - cursorWordBackward - qlineedit.html - cursorWordBackward - (bool mark) - - - void - backspace - qlineedit.html - backspace - () - - - void - del - qlineedit.html - del - () - - - void - home - qlineedit.html - home - (bool mark) - - - void - end - qlineedit.html - end - (bool mark) - - - bool - isModified - qlineedit.html - modified-prop - () const const - - - void - setModified - qlineedit.html - modified-prop - (bool ) - - - void - setSelection - qlineedit.html - setSelection - (int start, int length) - - - bool - hasSelectedText - qlineedit.html - hasSelectedText-prop - () const const - - - QString - selectedText - qlineedit.html - selectedText-prop - () const const - - - int - selectionStart - qlineedit.html - selectionStart - () const const - - - int - selectionEnd - qlineedit.html - selectionEnd - () const const - - - int - selectionLength - qlineedit.html - selectionLength - () const const - - - bool - isUndoAvailable - qlineedit.html - undoAvailable-prop - () const const - - - bool - isRedoAvailable - qlineedit.html - redoAvailable-prop - () const const - - - void - setDragEnabled - qlineedit.html - dragEnabled-prop - (bool b) - - - bool - dragEnabled - qlineedit.html - dragEnabled-prop - () const const - - - void - setCursorMoveStyle - qlineedit.html - cursorMoveStyle-prop - (Qt::CursorMoveStyle style) - - - Qt::CursorMoveStyle - cursorMoveStyle - qlineedit.html - cursorMoveStyle-prop - () const const - - - QString - inputMask - qlineedit.html - inputMask-prop - () const const - - - void - setInputMask - qlineedit.html - inputMask-prop - (const QString &inputMask) - - - bool - hasAcceptableInput - qlineedit.html - acceptableInput-prop - () const const - - - void - setTextMargins - qlineedit.html - setTextMargins - (int left, int top, int right, int bottom) - - - void - setTextMargins - qlineedit.html - setTextMargins-1 - (const QMargins &margins) - - - void - getTextMargins - qlineedit.html - getTextMargins - (int *left, int *top, int *right, int *bottom) const const - - - QMargins - textMargins - qlineedit.html - textMargins - () const const - - - void - addAction - qlineedit.html - addAction - (QAction *action, QLineEdit::ActionPosition position) - - - QAction * - addAction - qlineedit.html - addAction-1 - (const QIcon &icon, QLineEdit::ActionPosition position) - - - void - setText - qlineedit.html - text-prop - (const QString &) - - - void - clear - qlineedit.html - clear - () - - - void - selectAll - qlineedit.html - selectAll - () - - - void - undo - qlineedit.html - undo - () - - - void - redo - qlineedit.html - redo - () - - - void - cut - qlineedit.html - cut - () - - - void - copy - qlineedit.html - copy - () const const - - - void - paste - qlineedit.html - paste - () - - - void - deselect - qlineedit.html - deselect - () - - - void - insert - qlineedit.html - insert - (const QString &newText) - - - QMenu * - createStandardContextMenu - qlineedit.html - createStandardContextMenu - () - - - void - textChanged - qlineedit.html - textChanged - (const QString &text) - - - void - textEdited - qlineedit.html - textEdited - (const QString &text) - - - void - cursorPositionChanged - qlineedit.html - cursorPositionChanged - (int oldPos, int newPos) - - - void - returnPressed - qlineedit.html - returnPressed - () - - - void - editingFinished - qlineedit.html - editingFinished - () - - - void - selectionChanged - qlineedit.html - selectionChanged - () - - - void - inputRejected - qlineedit.html - inputRejected - () - - - virtual void - mousePressEvent - qlineedit.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qlineedit.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qlineedit.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseDoubleClickEvent - qlineedit.html - mouseDoubleClickEvent - (QMouseEvent *e) override - - - virtual void - keyPressEvent - qlineedit.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - focusInEvent - qlineedit.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qlineedit.html - focusOutEvent - (QFocusEvent *e) override - - - virtual void - paintEvent - qlineedit.html - paintEvent - (QPaintEvent *) override - - - virtual void - dragEnterEvent - qlineedit.html - dragEnterEvent - (QDragEnterEvent *e) override - - - virtual void - dragMoveEvent - qlineedit.html - dragMoveEvent - (QDragMoveEvent *e) override - - - virtual void - dragLeaveEvent - qlineedit.html - dragLeaveEvent - (QDragLeaveEvent *e) override - - - virtual void - dropEvent - qlineedit.html - dropEvent - (QDropEvent *e) override - - - virtual void - changeEvent - qlineedit.html - changeEvent - (QEvent *ev) override - - - virtual void - contextMenuEvent - qlineedit.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual void - inputMethodEvent - qlineedit.html - inputMethodEvent - (QInputMethodEvent *e) override - - - void - initStyleOption - qlineedit.html - initStyleOption - (QStyleOptionFrame *option) const const - - - virtual QVariant - inputMethodQuery - qlineedit.html - inputMethodQuery - (Qt::InputMethodQuery property) const const override - - - virtual bool - event - qlineedit.html - event - (QEvent *e) override - - - QRect - cursorRect - qlineedit.html - cursorRect - () const const - - - - QInputDialog - qinputdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qinputdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qinputdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qinputdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qinputdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qinputdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - inputMode - qinputdialog.html - inputMode-prop - - - - labelText - qinputdialog.html - labelText-prop - - - - options - qinputdialog.html - options-prop - - - - textValue - qinputdialog.html - textValue-prop - - - - intValue - qinputdialog.html - intValue-prop - - - - doubleValue - qinputdialog.html - doubleValue-prop - - - - textEchoMode - qinputdialog.html - textEchoMode-prop - - - - comboBoxEditable - qinputdialog.html - comboBoxEditable-prop - - - - comboBoxItems - qinputdialog.html - comboBoxItems-prop - - - - intMinimum - qinputdialog.html - intMinimum-prop - - - - intMaximum - qinputdialog.html - intMaximum-prop - - - - intStep - qinputdialog.html - intStep-prop - - - - doubleMinimum - qinputdialog.html - doubleMinimum-prop - - - - doubleMaximum - qinputdialog.html - doubleMaximum-prop - - - - doubleDecimals - qinputdialog.html - doubleDecimals-prop - - - - okButtonText - qinputdialog.html - okButtonText-prop - - - - cancelButtonText - qinputdialog.html - cancelButtonText-prop - - - - doubleStep - qinputdialog.html - doubleStep-prop - - - - InputDialogOption - qinputdialog.html - InputDialogOption-enum - - - NoButtons - qinputdialog.html - InputDialogOption-enum - - - UseListViewForComboBoxItems - qinputdialog.html - InputDialogOption-enum - - - UsePlainTextEditForTextInput - qinputdialog.html - InputDialogOption-enum - - - InputDialogOptions - qinputdialog.html - InputDialogOption-enum - - - - InputMode - qinputdialog.html - InputMode-enum - - - TextInput - qinputdialog.html - InputMode-enum - - - IntInput - qinputdialog.html - InputMode-enum - - - DoubleInput - qinputdialog.html - InputMode-enum - - - - QInputDialog - qinputdialog.html - QInputDialog - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QInputDialog - qinputdialog.html - dtor.QInputDialog - () - - - void - setInputMode - qinputdialog.html - inputMode-prop - (QInputDialog::InputMode mode) - - - QInputDialog::InputMode - inputMode - qinputdialog.html - inputMode-prop - () const const - - - void - setLabelText - qinputdialog.html - labelText-prop - (const QString &text) - - - QString - labelText - qinputdialog.html - labelText-prop - () const const - - - void - setOption - qinputdialog.html - setOption - (QInputDialog::InputDialogOption option, bool on) - - - bool - testOption - qinputdialog.html - testOption - (QInputDialog::InputDialogOption option) const const - - - void - setOptions - qinputdialog.html - options-prop - (QInputDialog::InputDialogOptions options) - - - QInputDialog::InputDialogOptions - options - qinputdialog.html - options-prop - () const const - - - void - setTextValue - qinputdialog.html - textValue-prop - (const QString &text) - - - QString - textValue - qinputdialog.html - textValue-prop - () const const - - - void - setTextEchoMode - qinputdialog.html - textEchoMode-prop - (QLineEdit::EchoMode mode) - - - QLineEdit::EchoMode - textEchoMode - qinputdialog.html - textEchoMode-prop - () const const - - - void - setComboBoxEditable - qinputdialog.html - comboBoxEditable-prop - (bool editable) - - - bool - isComboBoxEditable - qinputdialog.html - comboBoxEditable-prop - () const const - - - void - setComboBoxItems - qinputdialog.html - comboBoxItems-prop - (const QStringList &items) - - - QStringList - comboBoxItems - qinputdialog.html - comboBoxItems-prop - () const const - - - void - setIntValue - qinputdialog.html - intValue-prop - (int value) - - - int - intValue - qinputdialog.html - intValue-prop - () const const - - - void - setIntMinimum - qinputdialog.html - intMinimum-prop - (int min) - - - int - intMinimum - qinputdialog.html - intMinimum-prop - () const const - - - void - setIntMaximum - qinputdialog.html - intMaximum-prop - (int max) - - - int - intMaximum - qinputdialog.html - intMaximum-prop - () const const - - - void - setIntRange - qinputdialog.html - setIntRange - (int min, int max) - - - void - setIntStep - qinputdialog.html - intStep-prop - (int step) - - - int - intStep - qinputdialog.html - intStep-prop - () const const - - - void - setDoubleValue - qinputdialog.html - doubleValue-prop - (double value) - - - double - doubleValue - qinputdialog.html - doubleValue-prop - () const const - - - void - setDoubleMinimum - qinputdialog.html - doubleMinimum-prop - (double min) - - - double - doubleMinimum - qinputdialog.html - doubleMinimum-prop - () const const - - - void - setDoubleMaximum - qinputdialog.html - doubleMaximum-prop - (double max) - - - double - doubleMaximum - qinputdialog.html - doubleMaximum-prop - () const const - - - void - setDoubleRange - qinputdialog.html - setDoubleRange - (double min, double max) - - - void - setDoubleDecimals - qinputdialog.html - doubleDecimals-prop - (int decimals) - - - int - doubleDecimals - qinputdialog.html - doubleDecimals-prop - () const const - - - void - setOkButtonText - qinputdialog.html - okButtonText-prop - (const QString &text) - - - QString - okButtonText - qinputdialog.html - okButtonText-prop - () const const - - - void - setCancelButtonText - qinputdialog.html - cancelButtonText-prop - (const QString &text) - - - QString - cancelButtonText - qinputdialog.html - cancelButtonText-prop - () const const - - - void - open - qinputdialog.html - open - (QObject *receiver, const char *member) - - - virtual QSize - minimumSizeHint - qinputdialog.html - minimumSizeHint - () const const override - - - virtual QSize - sizeHint - qinputdialog.html - sizeHint - () const const override - - - virtual void - setVisible - qinputdialog.html - setVisible - (bool visible) override - - - QString - getText - qinputdialog.html - getText - (QWidget *parent, const QString &title, const QString &label, QLineEdit::EchoMode mode, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) - - - QString - getMultiLineText - qinputdialog.html - getMultiLineText - (QWidget *parent, const QString &title, const QString &label, const QString &text, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) - - - QString - getItem - qinputdialog.html - getItem - (QWidget *parent, const QString &title, const QString &label, const QStringList &items, int current, bool editable, bool *ok, Qt::WindowFlags flags, Qt::InputMethodHints inputMethodHints) - - - int - getInt - qinputdialog.html - getInt - (QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) - - - double - getDouble - qinputdialog.html - getDouble - (QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags) - - - double - getDouble - qinputdialog.html - getDouble-1 - (QWidget *parent, const QString &title, const QString &label, double value, double min, double max, int decimals, bool *ok, Qt::WindowFlags flags, double step) - - - int - getInteger - qinputdialog-obsolete.html - getInteger - (QWidget *parent, const QString &title, const QString &label, int value, int min, int max, int step, bool *ok, Qt::WindowFlags flags) - - - void - setDoubleStep - qinputdialog.html - doubleStep-prop - (double step) - - - double - doubleStep - qinputdialog.html - doubleStep-prop - () const const - - - void - textValueChanged - qinputdialog.html - textValueChanged - (const QString &text) - - - void - textValueSelected - qinputdialog.html - textValueSelected - (const QString &text) - - - void - intValueChanged - qinputdialog.html - intValueChanged - (int value) - - - void - intValueSelected - qinputdialog.html - intValueSelected - (int value) - - - void - doubleValueChanged - qinputdialog.html - doubleValueChanged - (double value) - - - void - doubleValueSelected - qinputdialog.html - doubleValueSelected - (double value) - - - virtual void - done - qinputdialog.html - done - (int result) override - - - - QItemDelegate - qitemdelegate.html - QAbstractItemDelegate - - virtual const QMetaObject * - metaObject - qitemdelegate.html - metaObject - () const const - - - virtual void * - qt_metacast - qitemdelegate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qitemdelegate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qitemdelegate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qitemdelegate.html - trUtf8 - (const char *s, const char *c, int n) - - - clipping - qitemdelegate.html - clipping-prop - - - - - QItemDelegate - qitemdelegate.html - QItemDelegate - (QObject *parent) - - - virtual - ~QItemDelegate - qitemdelegate.html - dtor.QItemDelegate - () - - - bool - hasClipping - qitemdelegate.html - clipping-prop - () const const - - - void - setClipping - qitemdelegate.html - clipping-prop - (bool clip) - - - virtual void - paint - qitemdelegate.html - paint - (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual QSize - sizeHint - qitemdelegate.html - sizeHint - (const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual QWidget * - createEditor - qitemdelegate.html - createEditor - (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual void - setEditorData - qitemdelegate.html - setEditorData - (QWidget *editor, const QModelIndex &index) const const override - - - virtual void - setModelData - qitemdelegate.html - setModelData - (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const const override - - - virtual void - updateEditorGeometry - qitemdelegate.html - updateEditorGeometry - (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - QItemEditorFactory * - itemEditorFactory - qitemdelegate.html - itemEditorFactory - () const const - - - void - setItemEditorFactory - qitemdelegate.html - setItemEditorFactory - (QItemEditorFactory *factory) - - - virtual void - drawDisplay - qitemdelegate.html - drawDisplay - (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QString &text) const const - - - virtual void - drawDecoration - qitemdelegate.html - drawDecoration - (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, const QPixmap &pixmap) const const - - - virtual void - drawFocus - qitemdelegate.html - drawFocus - (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect) const const - - - virtual void - drawCheck - qitemdelegate.html - drawCheck - (QPainter *painter, const QStyleOptionViewItem &option, const QRect &rect, Qt::CheckState state) const const - - - void - drawBackground - qitemdelegate.html - drawBackground - (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const const - - - virtual bool - eventFilter - qitemdelegate.html - eventFilter - (QObject *editor, QEvent *event) override - - - virtual bool - editorEvent - qitemdelegate.html - editorEvent - (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override - - - - QItemEditorCreatorBase - qitemeditorcreatorbase.html - - virtual - ~QItemEditorCreatorBase - qitemeditorcreatorbase.html - dtor.QItemEditorCreatorBase - () - - - virtual QWidget * - createWidget - qitemeditorcreatorbase.html - createWidget - (QWidget *parent) const const = 0 - - - virtual QByteArray - valuePropertyName - qitemeditorcreatorbase.html - valuePropertyName - () const const = 0 - - - - QItemEditorCreator - qitemeditorcreator.html - QItemEditorCreatorBase - - - QItemEditorCreator - qitemeditorcreator.html - QItemEditorCreator - (const QByteArray &valuePropertyName) - - - virtual QWidget * - createWidget - qitemeditorcreator.html - createWidget - (QWidget *parent) const const - - - virtual QByteArray - valuePropertyName - qitemeditorcreator.html - valuePropertyName - () const const - - - - QStandardItemEditorCreator - qstandarditemeditorcreator.html - QItemEditorCreatorBase - - - QStandardItemEditorCreator - qstandarditemeditorcreator.html - QStandardItemEditorCreator - () - - - virtual QWidget * - createWidget - qstandarditemeditorcreator.html - createWidget - (QWidget *parent) const const override - - - virtual QByteArray - valuePropertyName - qstandarditemeditorcreator.html - valuePropertyName - () const const override - - - - QItemEditorFactory - qitemeditorfactory.html - - - QItemEditorFactory - qitemeditorfactory.html - QItemEditorFactory - () - - - virtual - ~QItemEditorFactory - qitemeditorfactory.html - dtor.QItemEditorFactory - () - - - virtual QWidget * - createEditor - qitemeditorfactory.html - createEditor - (int userType, QWidget *parent) const const - - - virtual QByteArray - valuePropertyName - qitemeditorfactory.html - valuePropertyName - (int userType) const const - - - void - registerEditor - qitemeditorfactory.html - registerEditor - (int userType, QItemEditorCreatorBase *creator) - - - const QItemEditorFactory * - defaultFactory - qitemeditorfactory.html - defaultFactory - () - - - void - setDefaultFactory - qitemeditorfactory.html - setDefaultFactory - (QItemEditorFactory *factory) - - - - QKeyEventTransition - qkeyeventtransition.html - QEventTransition - - virtual const QMetaObject * - metaObject - qkeyeventtransition.html - metaObject - () const const - - - virtual void * - qt_metacast - qkeyeventtransition.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qkeyeventtransition.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qkeyeventtransition.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qkeyeventtransition.html - trUtf8 - (const char *s, const char *c, int n) - - - key - qkeyeventtransition.html - key-prop - - - - modifierMask - qkeyeventtransition.html - modifierMask-prop - - - - - QKeyEventTransition - qkeyeventtransition.html - QKeyEventTransition - (QState *sourceState) - - - - QKeyEventTransition - qkeyeventtransition.html - QKeyEventTransition-1 - (QObject *object, QEvent::Type type, int key, QState *sourceState) - - - virtual - ~QKeyEventTransition - qkeyeventtransition.html - dtor.QKeyEventTransition - () - - - int - key - qkeyeventtransition.html - key - () const const - - - void - setKey - qkeyeventtransition.html - setKey - (int key) - - - Qt::KeyboardModifiers - modifierMask - qkeyeventtransition.html - modifierMask - () const const - - - void - setModifierMask - qkeyeventtransition.html - setModifierMask - (Qt::KeyboardModifiers modifierMask) - - - virtual void - onTransition - qkeyeventtransition.html - onTransition - (QEvent *event) override - - - virtual bool - eventTest - qkeyeventtransition.html - eventTest - (QEvent *event) override - - - - QKeySequenceEdit - qkeysequenceedit.html - QWidget - - virtual const QMetaObject * - metaObject - qkeysequenceedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qkeysequenceedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qkeysequenceedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qkeysequenceedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qkeysequenceedit.html - trUtf8 - (const char *s, const char *c, int n) - - - keySequence - qkeysequenceedit.html - keySequence-prop - - - - - QKeySequenceEdit - qkeysequenceedit.html - QKeySequenceEdit - (QWidget *parent) - - - - QKeySequenceEdit - qkeysequenceedit.html - QKeySequenceEdit-1 - (const QKeySequence &keySequence, QWidget *parent) - - - virtual - ~QKeySequenceEdit - qkeysequenceedit.html - dtor.QKeySequenceEdit - () - - - QKeySequence - keySequence - qkeysequenceedit.html - keySequence-prop - () const const - - - void - setKeySequence - qkeysequenceedit.html - keySequence-prop - (const QKeySequence &keySequence) - - - void - clear - qkeysequenceedit.html - clear - () - - - void - editingFinished - qkeysequenceedit.html - editingFinished - () - - - void - keySequenceChanged - qkeysequenceedit.html - keySequence-prop - (const QKeySequence &keySequence) - - - virtual bool - event - qkeysequenceedit.html - event - (QEvent *e) override - - - virtual void - keyPressEvent - qkeysequenceedit.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - keyReleaseEvent - qkeysequenceedit.html - keyReleaseEvent - (QKeyEvent *e) override - - - virtual void - timerEvent - qkeysequenceedit.html - timerEvent - (QTimerEvent *e) override - - - - QLabel - qlabel.html - QFrame - - virtual const QMetaObject * - metaObject - qlabel.html - metaObject - () const const - - - virtual void * - qt_metacast - qlabel.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlabel.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlabel.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlabel.html - trUtf8 - (const char *s, const char *c, int n) - - - text - qlabel.html - text-prop - - - - textFormat - qlabel.html - textFormat-prop - - - - pixmap - qlabel.html - pixmap-prop - - - - scaledContents - qlabel.html - scaledContents-prop - - - - alignment - qlabel.html - alignment-prop - - - - wordWrap - qlabel.html - wordWrap-prop - - - - margin - qlabel.html - margin-prop - - - - indent - qlabel.html - indent-prop - - - - openExternalLinks - qlabel.html - openExternalLinks-prop - - - - textInteractionFlags - qlabel.html - textInteractionFlags-prop - - - - hasSelectedText - qlabel.html - hasSelectedText-prop - - - - selectedText - qlabel.html - selectedText-prop - - - - - QLabel - qlabel.html - QLabel - (QWidget *parent, Qt::WindowFlags f) - - - - QLabel - qlabel.html - QLabel-1 - (const QString &text, QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QLabel - qlabel.html - dtor.QLabel - () - - - QString - text - qlabel.html - text-prop - () const const - - - const QPixmap * - pixmap - qlabel.html - pixmap-prop - () const const - - - const QPicture * - picture - qlabel.html - picture - () const const - - - QMovie * - movie - qlabel.html - movie - () const const - - - Qt::TextFormat - textFormat - qlabel.html - textFormat-prop - () const const - - - void - setTextFormat - qlabel.html - textFormat-prop - (Qt::TextFormat ) - - - Qt::Alignment - alignment - qlabel.html - alignment-prop - () const const - - - void - setAlignment - qlabel.html - alignment-prop - (Qt::Alignment ) - - - void - setWordWrap - qlabel.html - wordWrap-prop - (bool on) - - - bool - wordWrap - qlabel.html - wordWrap-prop - () const const - - - int - indent - qlabel.html - indent-prop - () const const - - - void - setIndent - qlabel.html - indent-prop - (int ) - - - int - margin - qlabel.html - margin-prop - () const const - - - void - setMargin - qlabel.html - margin-prop - (int ) - - - bool - hasScaledContents - qlabel.html - scaledContents-prop - () const const - - - void - setScaledContents - qlabel.html - scaledContents-prop - (bool ) - - - virtual QSize - sizeHint - qlabel.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qlabel.html - minimumSizeHint - () const const override - - - void - setBuddy - qlabel.html - setBuddy - (QWidget *buddy) - - - QWidget * - buddy - qlabel.html - buddy - () const const - - - virtual int - heightForWidth - qlabel.html - heightForWidth - (int w) const const override - - - bool - openExternalLinks - qlabel.html - openExternalLinks-prop - () const const - - - void - setOpenExternalLinks - qlabel.html - openExternalLinks-prop - (bool open) - - - void - setTextInteractionFlags - qlabel.html - textInteractionFlags-prop - (Qt::TextInteractionFlags flags) - - - Qt::TextInteractionFlags - textInteractionFlags - qlabel.html - textInteractionFlags-prop - () const const - - - void - setSelection - qlabel.html - setSelection - (int start, int length) - - - bool - hasSelectedText - qlabel.html - hasSelectedText-prop - () const const - - - QString - selectedText - qlabel.html - selectedText-prop - () const const - - - int - selectionStart - qlabel.html - selectionStart - () const const - - - void - setText - qlabel.html - text-prop - (const QString &) - - - void - setPixmap - qlabel.html - pixmap-prop - (const QPixmap &) - - - void - setPicture - qlabel.html - setPicture - (const QPicture &picture) - - - void - setMovie - qlabel.html - setMovie - (QMovie *movie) - - - void - setNum - qlabel.html - setNum - (int num) - - - void - setNum - qlabel.html - setNum-1 - (double num) - - - void - clear - qlabel.html - clear - () - - - void - linkActivated - qlabel.html - linkActivated - (const QString &link) - - - void - linkHovered - qlabel.html - linkHovered - (const QString &link) - - - virtual bool - event - qlabel.html - event - (QEvent *e) override - - - virtual void - keyPressEvent - qlabel.html - keyPressEvent - (QKeyEvent *ev) override - - - virtual void - paintEvent - qlabel.html - paintEvent - (QPaintEvent *) override - - - virtual void - changeEvent - qlabel.html - changeEvent - (QEvent *ev) override - - - virtual void - mousePressEvent - qlabel.html - mousePressEvent - (QMouseEvent *ev) override - - - virtual void - mouseMoveEvent - qlabel.html - mouseMoveEvent - (QMouseEvent *ev) override - - - virtual void - mouseReleaseEvent - qlabel.html - mouseReleaseEvent - (QMouseEvent *ev) override - - - virtual void - contextMenuEvent - qlabel.html - contextMenuEvent - (QContextMenuEvent *ev) override - - - virtual void - focusInEvent - qlabel.html - focusInEvent - (QFocusEvent *ev) override - - - virtual void - focusOutEvent - qlabel.html - focusOutEvent - (QFocusEvent *ev) override - - - virtual bool - focusNextPrevChild - qlabel.html - focusNextPrevChild - (bool next) override - - - - QLCDNumber - qlcdnumber.html - QFrame - - virtual const QMetaObject * - metaObject - qlcdnumber.html - metaObject - () const const - - - virtual void * - qt_metacast - qlcdnumber.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlcdnumber.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlcdnumber.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlcdnumber.html - trUtf8 - (const char *s, const char *c, int n) - - - smallDecimalPoint - qlcdnumber.html - smallDecimalPoint-prop - - - - digitCount - qlcdnumber.html - digitCount-prop - - - - mode - qlcdnumber.html - mode-prop - - - - segmentStyle - qlcdnumber.html - segmentStyle-prop - - - - value - qlcdnumber.html - value-prop - - - - intValue - qlcdnumber.html - intValue-prop - - - - - QLCDNumber - qlcdnumber.html - QLCDNumber - (QWidget *parent) - - - - QLCDNumber - qlcdnumber.html - QLCDNumber-1 - (uint numDigits, QWidget *parent) - - - virtual - ~QLCDNumber - qlcdnumber.html - dtor.QLCDNumber - () - - - Mode - qlcdnumber.html - Mode-enum - - - Hex - qlcdnumber.html - Mode-enum - - - Dec - qlcdnumber.html - Mode-enum - - - Oct - qlcdnumber.html - Mode-enum - - - Bin - qlcdnumber.html - Mode-enum - - - SegmentStyle - qlcdnumber.html - SegmentStyle-enum - - - Outline - qlcdnumber.html - SegmentStyle-enum - - - Filled - qlcdnumber.html - SegmentStyle-enum - - - Flat - qlcdnumber.html - SegmentStyle-enum - - - bool - smallDecimalPoint - qlcdnumber.html - smallDecimalPoint-prop - () const const - - - int - digitCount - qlcdnumber.html - digitCount - () const const - - - void - setDigitCount - qlcdnumber.html - setDigitCount - (int numDigits) - - - bool - checkOverflow - qlcdnumber.html - checkOverflow - (double num) const const - - - bool - checkOverflow - qlcdnumber.html - checkOverflow-1 - (int num) const const - - - QLCDNumber::Mode - mode - qlcdnumber.html - mode-prop - () const const - - - void - setMode - qlcdnumber.html - mode-prop - (QLCDNumber::Mode ) - - - QLCDNumber::SegmentStyle - segmentStyle - qlcdnumber.html - segmentStyle-prop - () const const - - - void - setSegmentStyle - qlcdnumber.html - segmentStyle-prop - (QLCDNumber::SegmentStyle ) - - - double - value - qlcdnumber.html - value-prop - () const const - - - int - intValue - qlcdnumber.html - intValue-prop - () const const - - - virtual QSize - sizeHint - qlcdnumber.html - sizeHint - () const const override - - - void - display - qlcdnumber.html - display - (const QString &s) - - - void - display - qlcdnumber.html - display-1 - (int num) - - - void - display - qlcdnumber.html - display-2 - (double num) - - - void - setHexMode - qlcdnumber.html - setHexMode - () - - - void - setDecMode - qlcdnumber.html - setDecMode - () - - - void - setOctMode - qlcdnumber.html - setOctMode - () - - - void - setBinMode - qlcdnumber.html - setBinMode - () - - - void - setSmallDecimalPoint - qlcdnumber.html - smallDecimalPoint-prop - (bool ) - - - void - overflow - qlcdnumber.html - overflow - () - - - virtual bool - event - qlcdnumber.html - event - (QEvent *e) override - - - virtual void - paintEvent - qlcdnumber.html - paintEvent - (QPaintEvent *) override - - - - QListView - qlistview.html - QAbstractItemView - - virtual const QMetaObject * - metaObject - qlistview.html - metaObject - () const const - - - virtual void * - qt_metacast - qlistview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlistview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlistview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlistview.html - trUtf8 - (const char *s, const char *c, int n) - - - movement - qlistview.html - movement-prop - - - - flow - qlistview.html - flow-prop - - - - isWrapping - qlistview.html - isWrapping-prop - - - - resizeMode - qlistview.html - resizeMode-prop - - - - layoutMode - qlistview.html - layoutMode-prop - - - - spacing - qlistview.html - spacing-prop - - - - gridSize - qlistview.html - gridSize-prop - - - - viewMode - qlistview.html - viewMode-prop - - - - modelColumn - qlistview.html - modelColumn-prop - - - - uniformItemSizes - qlistview.html - uniformItemSizes-prop - - - - batchSize - qlistview.html - batchSize-prop - - - - wordWrap - qlistview.html - wordWrap-prop - - - - selectionRectVisible - qlistview.html - selectionRectVisible-prop - - - - itemAlignment - qlistview.html - itemAlignment-prop - - - - Movement - qlistview.html - Movement-enum - - - Static - qlistview.html - Movement-enum - - - Free - qlistview.html - Movement-enum - - - Snap - qlistview.html - Movement-enum - - - Flow - qlistview.html - Flow-enum - - - LeftToRight - qlistview.html - Flow-enum - - - TopToBottom - qlistview.html - Flow-enum - - - ResizeMode - qlistview.html - ResizeMode-enum - - - Fixed - qlistview.html - ResizeMode-enum - - - Adjust - qlistview.html - ResizeMode-enum - - - LayoutMode - qlistview.html - LayoutMode-enum - - - SinglePass - qlistview.html - LayoutMode-enum - - - Batched - qlistview.html - LayoutMode-enum - - - ViewMode - qlistview.html - ViewMode-enum - - - ListMode - qlistview.html - ViewMode-enum - - - IconMode - qlistview.html - ViewMode-enum - - - - QListView - qlistview.html - QListView - (QWidget *parent) - - - virtual - ~QListView - qlistview.html - dtor.QListView - () - - - void - setMovement - qlistview.html - movement-prop - (QListView::Movement movement) - - - QListView::Movement - movement - qlistview.html - movement-prop - () const const - - - void - setFlow - qlistview.html - flow-prop - (QListView::Flow flow) - - - QListView::Flow - flow - qlistview.html - flow-prop - () const const - - - void - setWrapping - qlistview.html - isWrapping-prop - (bool enable) - - - bool - isWrapping - qlistview.html - isWrapping-prop - () const const - - - void - setResizeMode - qlistview.html - resizeMode-prop - (QListView::ResizeMode mode) - - - QListView::ResizeMode - resizeMode - qlistview.html - resizeMode-prop - () const const - - - void - setLayoutMode - qlistview.html - layoutMode-prop - (QListView::LayoutMode mode) - - - QListView::LayoutMode - layoutMode - qlistview.html - layoutMode-prop - () const const - - - void - setSpacing - qlistview.html - spacing-prop - (int space) - - - int - spacing - qlistview.html - spacing-prop - () const const - - - void - setBatchSize - qlistview.html - batchSize-prop - (int batchSize) - - - int - batchSize - qlistview.html - batchSize-prop - () const const - - - void - setGridSize - qlistview.html - gridSize-prop - (const QSize &size) - - - QSize - gridSize - qlistview.html - gridSize-prop - () const const - - - void - setViewMode - qlistview.html - viewMode-prop - (QListView::ViewMode mode) - - - QListView::ViewMode - viewMode - qlistview.html - viewMode-prop - () const const - - - void - clearPropertyFlags - qlistview.html - clearPropertyFlags - () - - - bool - isRowHidden - qlistview.html - isRowHidden - (int row) const const - - - void - setRowHidden - qlistview.html - setRowHidden - (int row, bool hide) - - - void - setModelColumn - qlistview.html - modelColumn-prop - (int column) - - - int - modelColumn - qlistview.html - modelColumn-prop - () const const - - - void - setUniformItemSizes - qlistview.html - uniformItemSizes-prop - (bool enable) - - - bool - uniformItemSizes - qlistview.html - uniformItemSizes-prop - () const const - - - void - setWordWrap - qlistview.html - wordWrap-prop - (bool on) - - - bool - wordWrap - qlistview.html - wordWrap-prop - () const const - - - void - setSelectionRectVisible - qlistview.html - selectionRectVisible-prop - (bool show) - - - bool - isSelectionRectVisible - qlistview.html - selectionRectVisible-prop - () const const - - - void - setItemAlignment - qlistview.html - itemAlignment-prop - (Qt::Alignment alignment) - - - Qt::Alignment - itemAlignment - qlistview.html - itemAlignment-prop - () const const - - - virtual QRect - visualRect - qlistview.html - visualRect - (const QModelIndex &index) const const override - - - virtual void - scrollTo - qlistview.html - scrollTo - (const QModelIndex &index, QAbstractItemView::ScrollHint hint) override - - - virtual QModelIndex - indexAt - qlistview.html - indexAt - (const QPoint &p) const const override - - - void - indexesMoved - qlistview.html - indexesMoved - (const QModelIndexList &indexes) - - - virtual bool - event - qlistview.html - event - (QEvent *e) override - - - virtual void - dataChanged - qlistview.html - dataChanged - (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) override - - - virtual void - rowsInserted - qlistview.html - rowsInserted - (const QModelIndex &parent, int start, int end) override - - - virtual void - rowsAboutToBeRemoved - qlistview.html - rowsAboutToBeRemoved - (const QModelIndex &parent, int start, int end) override - - - virtual void - mouseMoveEvent - qlistview.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qlistview.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - wheelEvent - qlistview.html - wheelEvent - (QWheelEvent *e) override - - - virtual void - timerEvent - qlistview.html - timerEvent - (QTimerEvent *e) override - - - virtual void - resizeEvent - qlistview.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - dragMoveEvent - qlistview.html - dragMoveEvent - (QDragMoveEvent *e) override - - - virtual void - dragLeaveEvent - qlistview.html - dragLeaveEvent - (QDragLeaveEvent *e) override - - - virtual void - dropEvent - qlistview.html - dropEvent - (QDropEvent *e) override - - - virtual void - startDrag - qlistview.html - startDrag - (Qt::DropActions supportedActions) override - - - virtual QStyleOptionViewItem - viewOptions - qlistview.html - viewOptions - () const const override - - - virtual void - paintEvent - qlistview.html - paintEvent - (QPaintEvent *e) override - - - virtual int - horizontalOffset - qlistview.html - horizontalOffset - () const const override - - - virtual int - verticalOffset - qlistview.html - verticalOffset - () const const override - - - virtual QModelIndex - moveCursor - qlistview.html - moveCursor - (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override - - - QRect - rectForIndex - qlistview.html - rectForIndex - (const QModelIndex &index) const const - - - void - setPositionForIndex - qlistview.html - setPositionForIndex - (const QPoint &position, const QModelIndex &index) - - - virtual void - setSelection - qlistview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags command) override - - - virtual QRegion - visualRegionForSelection - qlistview.html - visualRegionForSelection - (const QItemSelection &selection) const const override - - - virtual QModelIndexList - selectedIndexes - qlistview.html - selectedIndexes - () const const override - - - virtual void - updateGeometries - qlistview.html - updateGeometries - () override - - - virtual bool - isIndexHidden - qlistview.html - isIndexHidden - (const QModelIndex &index) const const override - - - virtual void - selectionChanged - qlistview.html - selectionChanged - (const QItemSelection &selected, const QItemSelection &deselected) override - - - virtual void - currentChanged - qlistview.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) override - - - virtual QSize - viewportSizeHint - qlistview.html - viewportSizeHint - () const const override - - - - QListWidgetItem - qlistwidgetitem.html - - ItemType - qlistwidgetitem.html - ItemType-enum - - - Type - qlistwidgetitem.html - ItemType-enum - - - UserType - qlistwidgetitem.html - ItemType-enum - - - - QListWidgetItem - qlistwidgetitem.html - QListWidgetItem - (QListWidget *parent, int type) - - - - QListWidgetItem - qlistwidgetitem.html - QListWidgetItem-1 - (const QString &text, QListWidget *parent, int type) - - - - QListWidgetItem - qlistwidgetitem.html - QListWidgetItem-2 - (const QIcon &icon, const QString &text, QListWidget *parent, int type) - - - - QListWidgetItem - qlistwidgetitem.html - QListWidgetItem-3 - (const QListWidgetItem &other) - - - virtual - ~QListWidgetItem - qlistwidgetitem.html - dtor.QListWidgetItem - () - - - virtual QListWidgetItem * - clone - qlistwidgetitem.html - clone - () const const - - - QListWidget * - listWidget - qlistwidgetitem.html - listWidget - () const const - - - void - setSelected - qlistwidgetitem.html - setSelected - (bool select) - - - bool - isSelected - qlistwidgetitem.html - isSelected - () const const - - - void - setHidden - qlistwidgetitem.html - setHidden - (bool hide) - - - bool - isHidden - qlistwidgetitem.html - isHidden - () const const - - - Qt::ItemFlags - flags - qlistwidgetitem.html - flags - () const const - - - void - setFlags - qlistwidgetitem.html - setFlags - (Qt::ItemFlags flags) - - - QString - text - qlistwidgetitem.html - text - () const const - - - void - setText - qlistwidgetitem.html - setText - (const QString &text) - - - QIcon - icon - qlistwidgetitem.html - icon - () const const - - - void - setIcon - qlistwidgetitem.html - setIcon - (const QIcon &icon) - - - QString - statusTip - qlistwidgetitem.html - statusTip - () const const - - - void - setStatusTip - qlistwidgetitem.html - setStatusTip - (const QString &statusTip) - - - QString - toolTip - qlistwidgetitem.html - toolTip - () const const - - - void - setToolTip - qlistwidgetitem.html - setToolTip - (const QString &toolTip) - - - QString - whatsThis - qlistwidgetitem.html - whatsThis - () const const - - - void - setWhatsThis - qlistwidgetitem.html - setWhatsThis - (const QString &whatsThis) - - - QFont - font - qlistwidgetitem.html - font - () const const - - - void - setFont - qlistwidgetitem.html - setFont - (const QFont &font) - - - int - textAlignment - qlistwidgetitem.html - textAlignment - () const const - - - void - setTextAlignment - qlistwidgetitem.html - setTextAlignment - (int alignment) - - - QColor - backgroundColor - qlistwidgetitem-obsolete.html - backgroundColor - () const const - - - virtual void - setBackgroundColor - qlistwidgetitem-obsolete.html - setBackgroundColor - (const QColor &color) - - - QBrush - background - qlistwidgetitem.html - background - () const const - - - void - setBackground - qlistwidgetitem.html - setBackground - (const QBrush &brush) - - - QColor - textColor - qlistwidgetitem-obsolete.html - textColor - () const const - - - void - setTextColor - qlistwidgetitem-obsolete.html - setTextColor - (const QColor &color) - - - QBrush - foreground - qlistwidgetitem.html - foreground - () const const - - - void - setForeground - qlistwidgetitem.html - setForeground - (const QBrush &brush) - - - Qt::CheckState - checkState - qlistwidgetitem.html - checkState - () const const - - - void - setCheckState - qlistwidgetitem.html - setCheckState - (Qt::CheckState state) - - - QSize - sizeHint - qlistwidgetitem.html - sizeHint - () const const - - - void - setSizeHint - qlistwidgetitem.html - setSizeHint - (const QSize &size) - - - virtual QVariant - data - qlistwidgetitem.html - data - (int role) const const - - - virtual void - setData - qlistwidgetitem.html - setData - (int role, const QVariant &value) - - - virtual bool - operator< - qlistwidgetitem.html - operator-lt - (const QListWidgetItem &other) const const - - - virtual void - read - qlistwidgetitem.html - read - (QDataStream &in) - - - virtual void - write - qlistwidgetitem.html - write - (QDataStream &out) const const - - - QListWidgetItem & - operator= - qlistwidgetitem.html - operator-eq - (const QListWidgetItem &other) - - - int - type - qlistwidgetitem.html - type - () const const - - - - QListWidget - qlistwidget.html - QListView - - virtual const QMetaObject * - metaObject - qlistwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qlistwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qlistwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qlistwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qlistwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - count - qlistwidget.html - count-prop - - - - currentRow - qlistwidget.html - currentRow-prop - - - - sortingEnabled - qlistwidget.html - sortingEnabled-prop - - - - - QListWidget - qlistwidget.html - QListWidget - (QWidget *parent) - - - virtual - ~QListWidget - qlistwidget.html - dtor.QListWidget - () - - - virtual void - setSelectionModel - qlistwidget.html - setSelectionModel - (QItemSelectionModel *selectionModel) override - - - QListWidgetItem * - item - qlistwidget.html - item - (int row) const const - - - int - row - qlistwidget.html - row - (const QListWidgetItem *item) const const - - - void - insertItem - qlistwidget.html - insertItem - (int row, QListWidgetItem *item) - - - void - insertItem - qlistwidget.html - insertItem-1 - (int row, const QString &label) - - - void - insertItems - qlistwidget.html - insertItems - (int row, const QStringList &labels) - - - void - addItem - qlistwidget.html - addItem - (const QString &label) - - - void - addItem - qlistwidget.html - addItem-1 - (QListWidgetItem *item) - - - void - addItems - qlistwidget.html - addItems - (const QStringList &labels) - - - QListWidgetItem * - takeItem - qlistwidget.html - takeItem - (int row) - - - int - count - qlistwidget.html - count-prop - () const const - - - QListWidgetItem * - currentItem - qlistwidget.html - currentItem - () const const - - - void - setCurrentItem - qlistwidget.html - setCurrentItem - (QListWidgetItem *item) - - - void - setCurrentItem - qlistwidget.html - setCurrentItem-1 - (QListWidgetItem *item, QItemSelectionModel::SelectionFlags command) - - - int - currentRow - qlistwidget.html - currentRow-prop - () const const - - - void - setCurrentRow - qlistwidget.html - currentRow-prop - (int row) - - - void - setCurrentRow - qlistwidget.html - setCurrentRow-1 - (int row, QItemSelectionModel::SelectionFlags command) - - - QListWidgetItem * - itemAt - qlistwidget.html - itemAt - (const QPoint &p) const const - - - QListWidgetItem * - itemAt - qlistwidget.html - itemAt-1 - (int x, int y) const const - - - QRect - visualItemRect - qlistwidget.html - visualItemRect - (const QListWidgetItem *item) const const - - - void - sortItems - qlistwidget.html - sortItems - (Qt::SortOrder order) - - - void - setSortingEnabled - qlistwidget.html - sortingEnabled-prop - (bool enable) - - - bool - isSortingEnabled - qlistwidget.html - sortingEnabled-prop - () const const - - - void - editItem - qlistwidget.html - editItem - (QListWidgetItem *item) - - - void - openPersistentEditor - qlistwidget.html - openPersistentEditor - (QListWidgetItem *item) - - - void - closePersistentEditor - qlistwidget.html - closePersistentEditor - (QListWidgetItem *item) - - - bool - isPersistentEditorOpen - qlistwidget.html - isPersistentEditorOpen - (QListWidgetItem *item) const const - - - QWidget * - itemWidget - qlistwidget.html - itemWidget - (QListWidgetItem *item) const const - - - void - setItemWidget - qlistwidget.html - setItemWidget - (QListWidgetItem *item, QWidget *widget) - - - void - removeItemWidget - qlistwidget.html - removeItemWidget - (QListWidgetItem *item) - - - bool - isItemSelected - qlistwidget-obsolete.html - isItemSelected - (const QListWidgetItem *item) const const - - - void - setItemSelected - qlistwidget-obsolete.html - setItemSelected - (const QListWidgetItem *item, bool select) - - - QList<QListWidgetItem *> - selectedItems - qlistwidget.html - selectedItems - () const const - - - QList<QListWidgetItem *> - findItems - qlistwidget.html - findItems - (const QString &text, Qt::MatchFlags flags) const const - - - bool - isItemHidden - qlistwidget-obsolete.html - isItemHidden - (const QListWidgetItem *item) const const - - - void - setItemHidden - qlistwidget-obsolete.html - setItemHidden - (const QListWidgetItem *item, bool hide) - - - virtual void - dropEvent - qlistwidget.html - dropEvent - (QDropEvent *event) override - - - void - scrollToItem - qlistwidget.html - scrollToItem - (const QListWidgetItem *item, QAbstractItemView::ScrollHint hint) - - - void - clear - qlistwidget.html - clear - () - - - void - itemPressed - qlistwidget.html - itemPressed - (QListWidgetItem *item) - - - void - itemClicked - qlistwidget.html - itemClicked - (QListWidgetItem *item) - - - void - itemDoubleClicked - qlistwidget.html - itemDoubleClicked - (QListWidgetItem *item) - - - void - itemActivated - qlistwidget.html - itemActivated - (QListWidgetItem *item) - - - void - itemEntered - qlistwidget.html - itemEntered - (QListWidgetItem *item) - - - void - itemChanged - qlistwidget.html - itemChanged - (QListWidgetItem *item) - - - void - currentItemChanged - qlistwidget.html - currentItemChanged - (QListWidgetItem *current, QListWidgetItem *previous) - - - void - currentTextChanged - qlistwidget.html - currentTextChanged - (const QString &currentText) - - - void - currentRowChanged - qlistwidget.html - currentRowChanged - (int currentRow) - - - void - itemSelectionChanged - qlistwidget.html - itemSelectionChanged - () - - - virtual bool - event - qlistwidget.html - event - (QEvent *e) override - - - virtual QStringList - mimeTypes - qlistwidget.html - mimeTypes - () const const - - - virtual QMimeData * - mimeData - qlistwidget.html - mimeData - (const QList<QListWidgetItem *> items) const const - - - virtual bool - dropMimeData - qlistwidget.html - dropMimeData - (int index, const QMimeData *data, Qt::DropAction action) - - - virtual Qt::DropActions - supportedDropActions - qlistwidget.html - supportedDropActions - () const const - - - QList<QListWidgetItem *> - items - qlistwidget.html - items - (const QMimeData *data) const const - - - QModelIndex - indexFromItem - qlistwidget.html - indexFromItem - (const QListWidgetItem *item) const const - - - QListWidgetItem * - itemFromIndex - qlistwidget.html - itemFromIndex - (const QModelIndex &index) const const - - - - QMainWindow - qmainwindow.html - QWidget - - virtual const QMetaObject * - metaObject - qmainwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qmainwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmainwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmainwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmainwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - iconSize - qmainwindow.html - iconSize-prop - - - - toolButtonStyle - qmainwindow.html - toolButtonStyle-prop - - - - animated - qmainwindow.html - animated-prop - - - - documentMode - qmainwindow.html - documentMode-prop - - - - tabShape - qmainwindow.html - tabShape-prop - - - - dockNestingEnabled - qmainwindow.html - dockNestingEnabled-prop - - - - dockOptions - qmainwindow.html - dockOptions-prop - - - - unifiedTitleAndToolBarOnMac - qmainwindow.html - unifiedTitleAndToolBarOnMac-prop - - - - DockOption - qmainwindow.html - DockOption-enum - - - AnimatedDocks - qmainwindow.html - DockOption-enum - - - AllowNestedDocks - qmainwindow.html - DockOption-enum - - - AllowTabbedDocks - qmainwindow.html - DockOption-enum - - - ForceTabbedDocks - qmainwindow.html - DockOption-enum - - - VerticalTabs - qmainwindow.html - DockOption-enum - - - GroupedDragging - qmainwindow.html - DockOption-enum - - - DockOptions - qmainwindow.html - DockOption-enum - - - - - QMainWindow - qmainwindow.html - QMainWindow - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QMainWindow - qmainwindow.html - dtor.QMainWindow - () - - - QSize - iconSize - qmainwindow.html - iconSize-prop - () const const - - - void - setIconSize - qmainwindow.html - iconSize-prop - (const QSize &iconSize) - - - Qt::ToolButtonStyle - toolButtonStyle - qmainwindow.html - toolButtonStyle-prop - () const const - - - void - setToolButtonStyle - qmainwindow.html - toolButtonStyle-prop - (Qt::ToolButtonStyle toolButtonStyle) - - - bool - isAnimated - qmainwindow.html - animated-prop - () const const - - - bool - isDockNestingEnabled - qmainwindow.html - dockNestingEnabled-prop - () const const - - - bool - documentMode - qmainwindow.html - documentMode-prop - () const const - - - void - setDocumentMode - qmainwindow.html - documentMode-prop - (bool enabled) - - - QTabWidget::TabShape - tabShape - qmainwindow.html - tabShape-prop - () const const - - - void - setTabShape - qmainwindow.html - tabShape-prop - (QTabWidget::TabShape tabShape) - - - QTabWidget::TabPosition - tabPosition - qmainwindow.html - tabPosition - (Qt::DockWidgetArea area) const const - - - void - setTabPosition - qmainwindow.html - setTabPosition - (Qt::DockWidgetAreas areas, QTabWidget::TabPosition tabPosition) - - - void - setDockOptions - qmainwindow.html - dockOptions-prop - (QMainWindow::DockOptions options) - - - QMainWindow::DockOptions - dockOptions - qmainwindow.html - dockOptions-prop - () const const - - - QMenuBar * - menuBar - qmainwindow.html - menuBar - () const const - - - void - setMenuBar - qmainwindow.html - setMenuBar - (QMenuBar *menuBar) - - - QWidget * - menuWidget - qmainwindow.html - menuWidget - () const const - - - void - setMenuWidget - qmainwindow.html - setMenuWidget - (QWidget *menuBar) - - - QStatusBar * - statusBar - qmainwindow.html - statusBar - () const const - - - void - setStatusBar - qmainwindow.html - setStatusBar - (QStatusBar *statusbar) - - - QWidget * - centralWidget - qmainwindow.html - centralWidget - () const const - - - void - setCentralWidget - qmainwindow.html - setCentralWidget - (QWidget *widget) - - - QWidget * - takeCentralWidget - qmainwindow.html - takeCentralWidget - () - - - void - setCorner - qmainwindow.html - setCorner - (Qt::Corner corner, Qt::DockWidgetArea area) - - - Qt::DockWidgetArea - corner - qmainwindow.html - corner - (Qt::Corner corner) const const - - - void - addToolBarBreak - qmainwindow.html - addToolBarBreak - (Qt::ToolBarArea area) - - - void - insertToolBarBreak - qmainwindow.html - insertToolBarBreak - (QToolBar *before) - - - void - addToolBar - qmainwindow.html - addToolBar - (Qt::ToolBarArea area, QToolBar *toolbar) - - - void - addToolBar - qmainwindow.html - addToolBar-1 - (QToolBar *toolbar) - - - QToolBar * - addToolBar - qmainwindow.html - addToolBar-2 - (const QString &title) - - - void - insertToolBar - qmainwindow.html - insertToolBar - (QToolBar *before, QToolBar *toolbar) - - - void - removeToolBar - qmainwindow.html - removeToolBar - (QToolBar *toolbar) - - - void - removeToolBarBreak - qmainwindow.html - removeToolBarBreak - (QToolBar *before) - - - bool - unifiedTitleAndToolBarOnMac - qmainwindow.html - unifiedTitleAndToolBarOnMac-prop - () const const - - - Qt::ToolBarArea - toolBarArea - qmainwindow.html - toolBarArea - (QToolBar *toolbar) const const - - - bool - toolBarBreak - qmainwindow.html - toolBarBreak - (QToolBar *toolbar) const const - - - void - addDockWidget - qmainwindow.html - addDockWidget - (Qt::DockWidgetArea area, QDockWidget *dockwidget) - - - void - addDockWidget - qmainwindow.html - addDockWidget-1 - (Qt::DockWidgetArea area, QDockWidget *dockwidget, Qt::Orientation orientation) - - - void - splitDockWidget - qmainwindow.html - splitDockWidget - (QDockWidget *first, QDockWidget *second, Qt::Orientation orientation) - - - void - tabifyDockWidget - qmainwindow.html - tabifyDockWidget - (QDockWidget *first, QDockWidget *second) - - - QList<QDockWidget *> - tabifiedDockWidgets - qmainwindow.html - tabifiedDockWidgets - (QDockWidget *dockwidget) const const - - - void - removeDockWidget - qmainwindow.html - removeDockWidget - (QDockWidget *dockwidget) - - - bool - restoreDockWidget - qmainwindow.html - restoreDockWidget - (QDockWidget *dockwidget) - - - Qt::DockWidgetArea - dockWidgetArea - qmainwindow.html - dockWidgetArea - (QDockWidget *dockwidget) const const - - - void - resizeDocks - qmainwindow.html - resizeDocks - (const QList<QDockWidget *> &docks, const QList<int> &sizes, Qt::Orientation orientation) - - - QByteArray - saveState - qmainwindow.html - saveState - (int version) const const - - - bool - restoreState - qmainwindow.html - restoreState - (const QByteArray &state, int version) - - - virtual QMenu * - createPopupMenu - qmainwindow.html - createPopupMenu - () - - - void - setAnimated - qmainwindow.html - animated-prop - (bool enabled) - - - void - setDockNestingEnabled - qmainwindow.html - dockNestingEnabled-prop - (bool enabled) - - - void - setUnifiedTitleAndToolBarOnMac - qmainwindow.html - unifiedTitleAndToolBarOnMac-prop - (bool set) - - - void - iconSizeChanged - qmainwindow.html - iconSizeChanged - (const QSize &iconSize) - - - void - toolButtonStyleChanged - qmainwindow.html - toolButtonStyleChanged - (Qt::ToolButtonStyle toolButtonStyle) - - - void - tabifiedDockWidgetActivated - qmainwindow.html - tabifiedDockWidgetActivated - (QDockWidget *dockWidget) - - - virtual void - contextMenuEvent - qmainwindow.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual bool - event - qmainwindow.html - event - (QEvent *event) override - - - - QMdiArea - qmdiarea.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qmdiarea.html - metaObject - () const const - - - virtual void * - qt_metacast - qmdiarea.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmdiarea.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmdiarea.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmdiarea.html - trUtf8 - (const char *s, const char *c, int n) - - - background - qmdiarea.html - background-prop - - - - activationOrder - qmdiarea.html - activationOrder-prop - - - - viewMode - qmdiarea.html - viewMode-prop - - - - documentMode - qmdiarea.html - documentMode-prop - - - - tabsClosable - qmdiarea.html - tabsClosable-prop - - - - tabsMovable - qmdiarea.html - tabsMovable-prop - - - - tabShape - qmdiarea.html - tabShape-prop - - - - tabPosition - qmdiarea.html - tabPosition-prop - - - - AreaOption - qmdiarea.html - AreaOption-enum - - - DontMaximizeSubWindowOnActivation - qmdiarea.html - AreaOption-enum - - - AreaOptions - qmdiarea.html - AreaOption-enum - - - - WindowOrder - qmdiarea.html - WindowOrder-enum - - - CreationOrder - qmdiarea.html - WindowOrder-enum - - - StackingOrder - qmdiarea.html - WindowOrder-enum - - - ActivationHistoryOrder - qmdiarea.html - WindowOrder-enum - - - ViewMode - qmdiarea.html - ViewMode-enum - - - SubWindowView - qmdiarea.html - ViewMode-enum - - - TabbedView - qmdiarea.html - ViewMode-enum - - - - QMdiArea - qmdiarea.html - QMdiArea - (QWidget *parent) - - - virtual - ~QMdiArea - qmdiarea.html - dtor.QMdiArea - () - - - virtual QSize - sizeHint - qmdiarea.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qmdiarea.html - minimumSizeHint - () const const override - - - QMdiSubWindow * - currentSubWindow - qmdiarea.html - currentSubWindow - () const const - - - QMdiSubWindow * - activeSubWindow - qmdiarea.html - activeSubWindow - () const const - - - QList<QMdiSubWindow *> - subWindowList - qmdiarea.html - subWindowList - (QMdiArea::WindowOrder order) const const - - - QMdiSubWindow * - addSubWindow - qmdiarea.html - addSubWindow - (QWidget *widget, Qt::WindowFlags windowFlags) - - - void - removeSubWindow - qmdiarea.html - removeSubWindow - (QWidget *widget) - - - QBrush - background - qmdiarea.html - background-prop - () const const - - - void - setBackground - qmdiarea.html - background-prop - (const QBrush &background) - - - QMdiArea::WindowOrder - activationOrder - qmdiarea.html - activationOrder-prop - () const const - - - void - setActivationOrder - qmdiarea.html - activationOrder-prop - (QMdiArea::WindowOrder order) - - - void - setOption - qmdiarea.html - setOption - (QMdiArea::AreaOption option, bool on) - - - bool - testOption - qmdiarea.html - testOption - (QMdiArea::AreaOption option) const const - - - void - setViewMode - qmdiarea.html - viewMode-prop - (QMdiArea::ViewMode mode) - - - QMdiArea::ViewMode - viewMode - qmdiarea.html - viewMode-prop - () const const - - - bool - documentMode - qmdiarea.html - documentMode-prop - () const const - - - void - setDocumentMode - qmdiarea.html - documentMode-prop - (bool enabled) - - - void - setTabsClosable - qmdiarea.html - tabsClosable-prop - (bool closable) - - - bool - tabsClosable - qmdiarea.html - tabsClosable-prop - () const const - - - void - setTabsMovable - qmdiarea.html - tabsMovable-prop - (bool movable) - - - bool - tabsMovable - qmdiarea.html - tabsMovable-prop - () const const - - - void - setTabShape - qmdiarea.html - tabShape-prop - (QTabWidget::TabShape shape) - - - QTabWidget::TabShape - tabShape - qmdiarea.html - tabShape-prop - () const const - - - void - setTabPosition - qmdiarea.html - tabPosition-prop - (QTabWidget::TabPosition position) - - - QTabWidget::TabPosition - tabPosition - qmdiarea.html - tabPosition-prop - () const const - - - void - subWindowActivated - qmdiarea.html - subWindowActivated - (QMdiSubWindow *window) - - - void - setActiveSubWindow - qmdiarea.html - setActiveSubWindow - (QMdiSubWindow *window) - - - void - tileSubWindows - qmdiarea.html - tileSubWindows - () - - - void - cascadeSubWindows - qmdiarea.html - cascadeSubWindows - () - - - void - closeActiveSubWindow - qmdiarea.html - closeActiveSubWindow - () - - - void - closeAllSubWindows - qmdiarea.html - closeAllSubWindows - () - - - void - activateNextSubWindow - qmdiarea.html - activateNextSubWindow - () - - - void - activatePreviousSubWindow - qmdiarea.html - activatePreviousSubWindow - () - - - virtual void - setupViewport - qmdiarea.html - setupViewport - (QWidget *viewport) override - - - virtual bool - event - qmdiarea.html - event - (QEvent *event) override - - - virtual bool - eventFilter - qmdiarea.html - eventFilter - (QObject *object, QEvent *event) override - - - virtual void - paintEvent - qmdiarea.html - paintEvent - (QPaintEvent *paintEvent) override - - - virtual void - childEvent - qmdiarea.html - childEvent - (QChildEvent *childEvent) override - - - virtual void - resizeEvent - qmdiarea.html - resizeEvent - (QResizeEvent *resizeEvent) override - - - virtual void - timerEvent - qmdiarea.html - timerEvent - (QTimerEvent *timerEvent) override - - - virtual void - showEvent - qmdiarea.html - showEvent - (QShowEvent *showEvent) override - - - virtual bool - viewportEvent - qmdiarea.html - viewportEvent - (QEvent *event) override - - - virtual void - scrollContentsBy - qmdiarea.html - scrollContentsBy - (int dx, int dy) override - - - - QMdiSubWindow - qmdisubwindow.html - QWidget - - virtual const QMetaObject * - metaObject - qmdisubwindow.html - metaObject - () const const - - - virtual void * - qt_metacast - qmdisubwindow.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmdisubwindow.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmdisubwindow.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmdisubwindow.html - trUtf8 - (const char *s, const char *c, int n) - - - keyboardSingleStep - qmdisubwindow.html - keyboardSingleStep-prop - - - - keyboardPageStep - qmdisubwindow.html - keyboardPageStep-prop - - - - SubWindowOption - qmdisubwindow.html - SubWindowOption-enum - - - AllowOutsideAreaHorizontally - qmdisubwindow.html - SubWindowOption-enum - - - AllowOutsideAreaVertically - qmdisubwindow.html - SubWindowOption-enum - - - RubberBandResize - qmdisubwindow.html - SubWindowOption-enum - - - RubberBandMove - qmdisubwindow.html - SubWindowOption-enum - - - SubWindowOptions - qmdisubwindow.html - SubWindowOption-enum - - - - - QMdiSubWindow - qmdisubwindow.html - QMdiSubWindow - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QMdiSubWindow - qmdisubwindow.html - dtor.QMdiSubWindow - () - - - virtual QSize - sizeHint - qmdisubwindow.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qmdisubwindow.html - minimumSizeHint - () const const override - - - void - setWidget - qmdisubwindow.html - setWidget - (QWidget *widget) - - - QWidget * - widget - qmdisubwindow.html - widget - () const const - - - bool - isShaded - qmdisubwindow.html - isShaded - () const const - - - void - setOption - qmdisubwindow.html - setOption - (QMdiSubWindow::SubWindowOption option, bool on) - - - bool - testOption - qmdisubwindow.html - testOption - (QMdiSubWindow::SubWindowOption option) const const - - - void - setKeyboardSingleStep - qmdisubwindow.html - keyboardSingleStep-prop - (int step) - - - int - keyboardSingleStep - qmdisubwindow.html - keyboardSingleStep-prop - () const const - - - void - setKeyboardPageStep - qmdisubwindow.html - keyboardPageStep-prop - (int step) - - - int - keyboardPageStep - qmdisubwindow.html - keyboardPageStep-prop - () const const - - - void - setSystemMenu - qmdisubwindow.html - setSystemMenu - (QMenu *systemMenu) - - - QMenu * - systemMenu - qmdisubwindow.html - systemMenu - () const const - - - QMdiArea * - mdiArea - qmdisubwindow.html - mdiArea - () const const - - - void - windowStateChanged - qmdisubwindow.html - windowStateChanged - (Qt::WindowStates oldState, Qt::WindowStates newState) - - - void - aboutToActivate - qmdisubwindow.html - aboutToActivate - () - - - void - showSystemMenu - qmdisubwindow.html - showSystemMenu - () - - - void - showShaded - qmdisubwindow.html - showShaded - () - - - virtual bool - eventFilter - qmdisubwindow.html - eventFilter - (QObject *object, QEvent *event) override - - - virtual bool - event - qmdisubwindow.html - event - (QEvent *event) override - - - virtual void - showEvent - qmdisubwindow.html - showEvent - (QShowEvent *showEvent) override - - - virtual void - hideEvent - qmdisubwindow.html - hideEvent - (QHideEvent *hideEvent) override - - - virtual void - changeEvent - qmdisubwindow.html - changeEvent - (QEvent *changeEvent) override - - - virtual void - closeEvent - qmdisubwindow.html - closeEvent - (QCloseEvent *closeEvent) override - - - virtual void - leaveEvent - qmdisubwindow.html - leaveEvent - (QEvent *leaveEvent) override - - - virtual void - resizeEvent - qmdisubwindow.html - resizeEvent - (QResizeEvent *resizeEvent) override - - - virtual void - timerEvent - qmdisubwindow.html - timerEvent - (QTimerEvent *timerEvent) override - - - virtual void - moveEvent - qmdisubwindow.html - moveEvent - (QMoveEvent *moveEvent) override - - - virtual void - paintEvent - qmdisubwindow.html - paintEvent - (QPaintEvent *paintEvent) override - - - virtual void - mousePressEvent - qmdisubwindow.html - mousePressEvent - (QMouseEvent *mouseEvent) override - - - virtual void - mouseDoubleClickEvent - qmdisubwindow.html - mouseDoubleClickEvent - (QMouseEvent *mouseEvent) override - - - virtual void - mouseReleaseEvent - qmdisubwindow.html - mouseReleaseEvent - (QMouseEvent *mouseEvent) override - - - virtual void - mouseMoveEvent - qmdisubwindow.html - mouseMoveEvent - (QMouseEvent *mouseEvent) override - - - virtual void - keyPressEvent - qmdisubwindow.html - keyPressEvent - (QKeyEvent *keyEvent) override - - - virtual void - contextMenuEvent - qmdisubwindow.html - contextMenuEvent - (QContextMenuEvent *contextMenuEvent) override - - - virtual void - focusInEvent - qmdisubwindow.html - focusInEvent - (QFocusEvent *focusInEvent) override - - - virtual void - focusOutEvent - qmdisubwindow.html - focusOutEvent - (QFocusEvent *focusOutEvent) override - - - virtual void - childEvent - qmdisubwindow.html - childEvent - (QChildEvent *childEvent) override - - - - QMenu - qmenu.html - QWidget - - virtual const QMetaObject * - metaObject - qmenu.html - metaObject - () const const - - - virtual void * - qt_metacast - qmenu.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmenu.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmenu.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmenu.html - trUtf8 - (const char *s, const char *c, int n) - - - tearOffEnabled - qmenu.html - tearOffEnabled-prop - - - - title - qmenu.html - title-prop - - - - icon - qmenu.html - icon-prop - - - - separatorsCollapsible - qmenu.html - separatorsCollapsible-prop - - - - toolTipsVisible - qmenu.html - toolTipsVisible-prop - - - - - QMenu - qmenu.html - QMenu - (QWidget *parent) - - - - QMenu - qmenu.html - QMenu-1 - (const QString &title, QWidget *parent) - - - virtual - ~QMenu - qmenu.html - dtor.QMenu - () - - - QAction * - addAction - qmenu.html - addAction - (const QString &text) - - - QAction * - addAction - qmenu.html - addAction-1 - (const QIcon &icon, const QString &text) - - - QAction * - addAction - qmenu.html - addAction-2 - (const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-3 - (const QIcon &icon, const QString &text, const QObject *receiver, const char *member, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-4 - (const QString &text, const QObject *receiver, PointerToMemberFunction method, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-5 - (const QString &text, Functor functor, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-6 - (const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-7 - (const QIcon &icon, const QString &text, const QObject *receiver, PointerToMemberFunction method, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-8 - (const QIcon &icon, const QString &text, Functor functor, const QKeySequence &shortcut) - - - QAction * - addAction - qmenu.html - addAction-9 - (const QIcon &icon, const QString &text, const QObject *context, Functor functor, const QKeySequence &shortcut) - - - QAction * - addMenu - qmenu.html - addMenu - (QMenu *menu) - - - QMenu * - addMenu - qmenu.html - addMenu-1 - (const QString &title) - - - QMenu * - addMenu - qmenu.html - addMenu-2 - (const QIcon &icon, const QString &title) - - - QAction * - addSeparator - qmenu.html - addSeparator - () - - - QAction * - addSection - qmenu.html - addSection - (const QString &text) - - - QAction * - addSection - qmenu.html - addSection-1 - (const QIcon &icon, const QString &text) - - - QAction * - insertMenu - qmenu.html - insertMenu - (QAction *before, QMenu *menu) - - - QAction * - insertSeparator - qmenu.html - insertSeparator - (QAction *before) - - - QAction * - insertSection - qmenu.html - insertSection - (QAction *before, const QString &text) - - - QAction * - insertSection - qmenu.html - insertSection-1 - (QAction *before, const QIcon &icon, const QString &text) - - - bool - isEmpty - qmenu.html - isEmpty - () const const - - - void - clear - qmenu.html - clear - () - - - void - setTearOffEnabled - qmenu.html - tearOffEnabled-prop - (bool ) - - - bool - isTearOffEnabled - qmenu.html - tearOffEnabled-prop - () const const - - - bool - isTearOffMenuVisible - qmenu.html - isTearOffMenuVisible - () const const - - - void - showTearOffMenu - qmenu.html - showTearOffMenu-1 - () - - - void - showTearOffMenu - qmenu.html - showTearOffMenu - (const QPoint &pos) - - - void - hideTearOffMenu - qmenu.html - hideTearOffMenu - () - - - void - setDefaultAction - qmenu.html - setDefaultAction - (QAction *act) - - - QAction * - defaultAction - qmenu.html - defaultAction - () const const - - - void - setActiveAction - qmenu.html - setActiveAction - (QAction *act) - - - QAction * - activeAction - qmenu.html - activeAction - () const const - - - void - popup - qmenu.html - popup - (const QPoint &p, QAction *atAction) - - - QAction * - exec - qmenu.html - exec - () - - - QAction * - exec - qmenu.html - exec-1 - (const QPoint &p, QAction *action) - - - QAction * - exec - qmenu.html - exec-2 - (QList<QAction *> actions, const QPoint &pos, QAction *at, QWidget *parent) - - - virtual QSize - sizeHint - qmenu.html - sizeHint - () const const override - - - QRect - actionGeometry - qmenu.html - actionGeometry - (QAction *act) const const - - - QAction * - actionAt - qmenu.html - actionAt - (const QPoint &pt) const const - - - QAction * - menuAction - qmenu.html - menuAction - () const const - - - QString - title - qmenu.html - title-prop - () const const - - - void - setTitle - qmenu.html - title-prop - (const QString &title) - - - QIcon - icon - qmenu.html - icon-prop - () const const - - - void - setIcon - qmenu.html - icon-prop - (const QIcon &icon) - - - NSMenu * - toNSMenu - qmenu.html - toNSMenu - () - - - void - setAsDockMenu - qmenu.html - setAsDockMenu - () - - - bool - separatorsCollapsible - qmenu.html - separatorsCollapsible-prop - () const const - - - void - setSeparatorsCollapsible - qmenu.html - separatorsCollapsible-prop - (bool collapse) - - - bool - toolTipsVisible - qmenu.html - toolTipsVisible-prop - () const const - - - void - setToolTipsVisible - qmenu.html - toolTipsVisible-prop - (bool visible) - - - void - aboutToShow - qmenu.html - aboutToShow - () - - - void - aboutToHide - qmenu.html - aboutToHide - () - - - void - triggered - qmenu.html - triggered - (QAction *action) - - - void - hovered - qmenu.html - hovered - (QAction *action) - - - int - columnCount - qmenu.html - columnCount - () const const - - - virtual void - changeEvent - qmenu.html - changeEvent - (QEvent *e) override - - - virtual void - keyPressEvent - qmenu.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - mouseReleaseEvent - qmenu.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mousePressEvent - qmenu.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qmenu.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - wheelEvent - qmenu.html - wheelEvent - (QWheelEvent *e) override - - - virtual void - enterEvent - qmenu.html - enterEvent - (QEvent *) override - - - virtual void - leaveEvent - qmenu.html - leaveEvent - (QEvent *) override - - - virtual void - hideEvent - qmenu.html - hideEvent - (QHideEvent *) override - - - virtual void - paintEvent - qmenu.html - paintEvent - (QPaintEvent *e) override - - - virtual void - actionEvent - qmenu.html - actionEvent - (QActionEvent *e) override - - - virtual void - timerEvent - qmenu.html - timerEvent - (QTimerEvent *e) override - - - virtual bool - event - qmenu.html - event - (QEvent *e) override - - - virtual bool - focusNextPrevChild - qmenu.html - focusNextPrevChild - (bool next) override - - - void - initStyleOption - qmenu.html - initStyleOption - (QStyleOptionMenuItem *option, const QAction *action) const const - - - - QMenuBar - qmenubar.html - QWidget - - virtual const QMetaObject * - metaObject - qmenubar.html - metaObject - () const const - - - virtual void * - qt_metacast - qmenubar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmenubar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmenubar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmenubar.html - trUtf8 - (const char *s, const char *c, int n) - - - defaultUp - qmenubar.html - defaultUp-prop - - - - nativeMenuBar - qmenubar.html - nativeMenuBar-prop - - - - - QMenuBar - qmenubar.html - QMenuBar - (QWidget *parent) - - - virtual - ~QMenuBar - qmenubar.html - dtor.QMenuBar - () - - - QAction * - addAction - qmenubar.html - addAction - (const QString &text) - - - QAction * - addAction - qmenubar.html - addAction-1 - (const QString &text, const QObject *receiver, const char *member) - - - QAction * - addAction - qmenubar.html - addAction-2 - (const QString &text, const Obj *receiver, PointerToMemberFunctionOrFunctor method) - - - QAction * - addAction - qmenubar.html - addAction-3 - (const QString &text, Functor functor) - - - QAction * - addMenu - qmenubar.html - addMenu - (QMenu *menu) - - - QMenu * - addMenu - qmenubar.html - addMenu-1 - (const QString &title) - - - QMenu * - addMenu - qmenubar.html - addMenu-2 - (const QIcon &icon, const QString &title) - - - QAction * - addSeparator - qmenubar.html - addSeparator - () - - - QAction * - insertSeparator - qmenubar.html - insertSeparator - (QAction *before) - - - QAction * - insertMenu - qmenubar.html - insertMenu - (QAction *before, QMenu *menu) - - - void - clear - qmenubar.html - clear - () - - - QAction * - activeAction - qmenubar.html - activeAction - () const const - - - void - setActiveAction - qmenubar.html - setActiveAction - (QAction *act) - - - void - setDefaultUp - qmenubar.html - defaultUp-prop - (bool ) - - - bool - isDefaultUp - qmenubar.html - defaultUp-prop - () const const - - - virtual QSize - sizeHint - qmenubar.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qmenubar.html - minimumSizeHint - () const const override - - - virtual int - heightForWidth - qmenubar.html - heightForWidth - (int ) const const override - - - QRect - actionGeometry - qmenubar.html - actionGeometry - (QAction *act) const const - - - QAction * - actionAt - qmenubar.html - actionAt - (const QPoint &pt) const const - - - void - setCornerWidget - qmenubar.html - setCornerWidget - (QWidget *widget, Qt::Corner corner) - - - QWidget * - cornerWidget - qmenubar.html - cornerWidget - (Qt::Corner corner) const const - - - NSMenu * - toNSMenu - qmenubar.html - toNSMenu - () - - - bool - isNativeMenuBar - qmenubar.html - nativeMenuBar-prop - () const const - - - void - setNativeMenuBar - qmenubar.html - nativeMenuBar-prop - (bool nativeMenuBar) - - - virtual void - setVisible - qmenubar.html - setVisible - (bool visible) override - - - void - triggered - qmenubar.html - triggered - (QAction *action) - - - void - hovered - qmenubar.html - hovered - (QAction *action) - - - virtual void - changeEvent - qmenubar.html - changeEvent - (QEvent *e) override - - - virtual void - keyPressEvent - qmenubar.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - mouseReleaseEvent - qmenubar.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mousePressEvent - qmenubar.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qmenubar.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - leaveEvent - qmenubar.html - leaveEvent - (QEvent *) override - - - virtual void - paintEvent - qmenubar.html - paintEvent - (QPaintEvent *e) override - - - virtual void - resizeEvent - qmenubar.html - resizeEvent - (QResizeEvent *) override - - - virtual void - actionEvent - qmenubar.html - actionEvent - (QActionEvent *e) override - - - virtual void - focusOutEvent - qmenubar.html - focusOutEvent - (QFocusEvent *) override - - - virtual void - focusInEvent - qmenubar.html - focusInEvent - (QFocusEvent *) override - - - virtual void - timerEvent - qmenubar.html - timerEvent - (QTimerEvent *e) override - - - virtual bool - eventFilter - qmenubar.html - eventFilter - (QObject *object, QEvent *event) override - - - virtual bool - event - qmenubar.html - event - (QEvent *e) override - - - void - initStyleOption - qmenubar.html - initStyleOption - (QStyleOptionMenuItem *option, const QAction *action) const const - - - - QMessageBox - qmessagebox.html - QDialog - - virtual const QMetaObject * - metaObject - qmessagebox.html - metaObject - () const const - - - virtual void * - qt_metacast - qmessagebox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmessagebox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmessagebox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmessagebox.html - trUtf8 - (const char *s, const char *c, int n) - - - text - qmessagebox.html - text-prop - - - - icon - qmessagebox.html - icon-prop - - - - iconPixmap - qmessagebox.html - iconPixmap-prop - - - - textFormat - qmessagebox.html - textFormat-prop - - - - standardButtons - qmessagebox.html - standardButtons-prop - - - - detailedText - qmessagebox.html - detailedText-prop - - - - informativeText - qmessagebox.html - informativeText-prop - - - - textInteractionFlags - qmessagebox.html - textInteractionFlags-prop - - - - Icon - qmessagebox.html - Icon-enum - - - NoIcon - qmessagebox.html - Icon-enum - - - Information - qmessagebox.html - Icon-enum - - - Warning - qmessagebox.html - Icon-enum - - - Critical - qmessagebox.html - Icon-enum - - - Question - qmessagebox.html - Icon-enum - - - ButtonRole - qmessagebox.html - ButtonRole-enum - - - InvalidRole - qmessagebox.html - ButtonRole-enum - - - AcceptRole - qmessagebox.html - ButtonRole-enum - - - RejectRole - qmessagebox.html - ButtonRole-enum - - - DestructiveRole - qmessagebox.html - ButtonRole-enum - - - ActionRole - qmessagebox.html - ButtonRole-enum - - - HelpRole - qmessagebox.html - ButtonRole-enum - - - YesRole - qmessagebox.html - ButtonRole-enum - - - NoRole - qmessagebox.html - ButtonRole-enum - - - ResetRole - qmessagebox.html - ButtonRole-enum - - - ApplyRole - qmessagebox.html - ButtonRole-enum - - - NRoles - qmessagebox.html - ButtonRole-enum - - - StandardButton - qmessagebox.html - StandardButton-enum - - - NoButton - qmessagebox.html - StandardButton-enum - - - Ok - qmessagebox.html - StandardButton-enum - - - Save - qmessagebox.html - StandardButton-enum - - - SaveAll - qmessagebox.html - StandardButton-enum - - - Open - qmessagebox.html - StandardButton-enum - - - Yes - qmessagebox.html - StandardButton-enum - - - YesToAll - qmessagebox.html - StandardButton-enum - - - No - qmessagebox.html - StandardButton-enum - - - NoToAll - qmessagebox.html - StandardButton-enum - - - Abort - qmessagebox.html - StandardButton-enum - - - Retry - qmessagebox.html - StandardButton-enum - - - Ignore - qmessagebox.html - StandardButton-enum - - - Close - qmessagebox.html - StandardButton-enum - - - Cancel - qmessagebox.html - StandardButton-enum - - - Discard - qmessagebox.html - StandardButton-enum - - - Help - qmessagebox.html - StandardButton-enum - - - Apply - qmessagebox.html - StandardButton-enum - - - Reset - qmessagebox.html - StandardButton-enum - - - RestoreDefaults - qmessagebox.html - StandardButton-enum - - - FirstButton - qmessagebox.html - StandardButton-enum - - - LastButton - qmessagebox.html - StandardButton-enum - - - YesAll - qmessagebox.html - StandardButton-enum - - - NoAll - qmessagebox.html - StandardButton-enum - - - Default - qmessagebox.html - StandardButton-enum - - - Escape - qmessagebox.html - StandardButton-enum - - - FlagMask - qmessagebox.html - StandardButton-enum - - - ButtonMask - qmessagebox.html - StandardButton-enum - - - Button - qmessagebox-obsolete.html - Button-typedef - - - - StandardButtons - qmessagebox.html - StandardButton-enum - - - - - QMessageBox - qmessagebox.html - QMessageBox - (QWidget *parent) - - - - QMessageBox - qmessagebox.html - QMessageBox-1 - (QMessageBox::Icon icon, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QMessageBox - qmessagebox.html - dtor.QMessageBox - () - - - void - addButton - qmessagebox.html - addButton - (QAbstractButton *button, QMessageBox::ButtonRole role) - - - QPushButton * - addButton - qmessagebox.html - addButton-1 - (const QString &text, QMessageBox::ButtonRole role) - - - QPushButton * - addButton - qmessagebox.html - addButton-2 - (QMessageBox::StandardButton button) - - - void - removeButton - qmessagebox.html - removeButton - (QAbstractButton *button) - - - void - open - qmessagebox.html - open - (QObject *receiver, const char *member) - - - QList<QAbstractButton *> - buttons - qmessagebox.html - buttons - () const const - - - QMessageBox::ButtonRole - buttonRole - qmessagebox.html - buttonRole - (QAbstractButton *button) const const - - - void - setStandardButtons - qmessagebox.html - standardButtons-prop - (QMessageBox::StandardButtons buttons) - - - QMessageBox::StandardButtons - standardButtons - qmessagebox.html - standardButtons-prop - () const const - - - QMessageBox::StandardButton - standardButton - qmessagebox.html - standardButton - (QAbstractButton *button) const const - - - QAbstractButton * - button - qmessagebox.html - button - (QMessageBox::StandardButton which) const const - - - QPushButton * - defaultButton - qmessagebox.html - defaultButton - () const const - - - void - setDefaultButton - qmessagebox.html - setDefaultButton - (QPushButton *button) - - - void - setDefaultButton - qmessagebox.html - setDefaultButton-1 - (QMessageBox::StandardButton button) - - - QAbstractButton * - escapeButton - qmessagebox.html - escapeButton - () const const - - - void - setEscapeButton - qmessagebox.html - setEscapeButton - (QAbstractButton *button) - - - void - setEscapeButton - qmessagebox.html - setEscapeButton-1 - (QMessageBox::StandardButton button) - - - QAbstractButton * - clickedButton - qmessagebox.html - clickedButton - () const const - - - QString - text - qmessagebox.html - text-prop - () const const - - - void - setText - qmessagebox.html - text-prop - (const QString &text) - - - QMessageBox::Icon - icon - qmessagebox.html - icon-prop - () const const - - - void - setIcon - qmessagebox.html - icon-prop - (QMessageBox::Icon ) - - - QPixmap - iconPixmap - qmessagebox.html - iconPixmap-prop - () const const - - - void - setIconPixmap - qmessagebox.html - iconPixmap-prop - (const QPixmap &pixmap) - - - Qt::TextFormat - textFormat - qmessagebox.html - textFormat-prop - () const const - - - void - setTextFormat - qmessagebox.html - textFormat-prop - (Qt::TextFormat format) - - - void - setTextInteractionFlags - qmessagebox.html - textInteractionFlags-prop - (Qt::TextInteractionFlags flags) - - - Qt::TextInteractionFlags - textInteractionFlags - qmessagebox.html - textInteractionFlags-prop - () const const - - - void - setCheckBox - qmessagebox.html - setCheckBox - (QCheckBox *cb) - - - QCheckBox * - checkBox - qmessagebox.html - checkBox - () const const - - - QMessageBox::StandardButton - information - qmessagebox.html - information - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) - - - QMessageBox::StandardButton - question - qmessagebox.html - question - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) - - - QMessageBox::StandardButton - warning - qmessagebox.html - warning - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) - - - QMessageBox::StandardButton - critical - qmessagebox.html - critical - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButtons buttons, QMessageBox::StandardButton defaultButton) - - - void - about - qmessagebox.html - about - (QWidget *parent, const QString &title, const QString &text) - - - void - aboutQt - qmessagebox.html - aboutQt - (QWidget *parent, const QString &title) - - - - QMessageBox - qmessagebox-obsolete.html - QMessageBox-2 - (const QString &title, const QString &text, QMessageBox::Icon icon, int button0, int button1, int button2, QWidget *parent, Qt::WindowFlags f) - - - int - information - qmessagebox-obsolete.html - information-1 - (QWidget *parent, const QString &title, const QString &text, int button0, int button1, int button2) - - - int - information - qmessagebox-obsolete.html - information-2 - (QWidget *parent, const QString &title, const QString &text, const QString &button0Text, const QString &button1Text, const QString &button2Text, int defaultButtonNumber, int escapeButtonNumber) - - - QMessageBox::StandardButton - information - qmessagebox.html - information-3 - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButton button0, QMessageBox::StandardButton button1) - - - int - question - qmessagebox-obsolete.html - question-1 - (QWidget *parent, const QString &title, const QString &text, int button0, int button1, int button2) - - - int - question - qmessagebox-obsolete.html - question-2 - (QWidget *parent, const QString &title, const QString &text, const QString &button0Text, const QString &button1Text, const QString &button2Text, int defaultButtonNumber, int escapeButtonNumber) - - - int - question - qmessagebox.html - question-3 - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButton button0, QMessageBox::StandardButton button1) - - - int - warning - qmessagebox-obsolete.html - warning-1 - (QWidget *parent, const QString &title, const QString &text, int button0, int button1, int button2) - - - int - warning - qmessagebox-obsolete.html - warning-2 - (QWidget *parent, const QString &title, const QString &text, const QString &button0Text, const QString &button1Text, const QString &button2Text, int defaultButtonNumber, int escapeButtonNumber) - - - int - warning - qmessagebox.html - warning-3 - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButton button0, QMessageBox::StandardButton button1) - - - int - critical - qmessagebox-obsolete.html - critical-1 - (QWidget *parent, const QString &title, const QString &text, int button0, int button1, int button2) - - - int - critical - qmessagebox-obsolete.html - critical-2 - (QWidget *parent, const QString &title, const QString &text, const QString &button0Text, const QString &button1Text, const QString &button2Text, int defaultButtonNumber, int escapeButtonNumber) - - - int - critical - qmessagebox.html - critical-3 - (QWidget *parent, const QString &title, const QString &text, QMessageBox::StandardButton button0, QMessageBox::StandardButton button1) - - - QString - buttonText - qmessagebox-obsolete.html - buttonText - (int button) const const - - - void - setButtonText - qmessagebox-obsolete.html - setButtonText - (int button, const QString &text) - - - QString - informativeText - qmessagebox.html - informativeText-prop - () const const - - - void - setInformativeText - qmessagebox.html - informativeText-prop - (const QString &text) - - - QString - detailedText - qmessagebox.html - detailedText-prop - () const const - - - void - setDetailedText - qmessagebox.html - detailedText-prop - (const QString &text) - - - void - setWindowTitle - qmessagebox.html - setWindowTitle - (const QString &title) - - - void - setWindowModality - qmessagebox.html - setWindowModality - (Qt::WindowModality windowModality) - - - QPixmap - standardIcon - qmessagebox-obsolete.html - standardIcon - (QMessageBox::Icon icon) - - - void - buttonClicked - qmessagebox.html - buttonClicked - (QAbstractButton *button) - - - virtual int - exec - qmessagebox.html - exec - () - - - virtual bool - event - qmessagebox.html - event - (QEvent *e) override - - - virtual void - resizeEvent - qmessagebox.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - showEvent - qmessagebox.html - showEvent - (QShowEvent *e) override - - - virtual void - closeEvent - qmessagebox.html - closeEvent - (QCloseEvent *e) override - - - virtual void - keyPressEvent - qmessagebox.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - changeEvent - qmessagebox.html - changeEvent - (QEvent *ev) override - - - - QMouseEventTransition - qmouseeventtransition.html - QEventTransition - - virtual const QMetaObject * - metaObject - qmouseeventtransition.html - metaObject - () const const - - - virtual void * - qt_metacast - qmouseeventtransition.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qmouseeventtransition.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qmouseeventtransition.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qmouseeventtransition.html - trUtf8 - (const char *s, const char *c, int n) - - - button - qmouseeventtransition.html - button-prop - - - - modifierMask - qmouseeventtransition.html - modifierMask-prop - - - - - QMouseEventTransition - qmouseeventtransition.html - QMouseEventTransition - (QState *sourceState) - - - - QMouseEventTransition - qmouseeventtransition.html - QMouseEventTransition-1 - (QObject *object, QEvent::Type type, Qt::MouseButton button, QState *sourceState) - - - virtual - ~QMouseEventTransition - qmouseeventtransition.html - dtor.QMouseEventTransition - () - - - Qt::MouseButton - button - qmouseeventtransition.html - button - () const const - - - void - setButton - qmouseeventtransition.html - setButton - (Qt::MouseButton button) - - - Qt::KeyboardModifiers - modifierMask - qmouseeventtransition.html - modifierMask - () const const - - - void - setModifierMask - qmouseeventtransition.html - setModifierMask - (Qt::KeyboardModifiers modifierMask) - - - QPainterPath - hitTestPath - qmouseeventtransition.html - hitTestPath - () const const - - - void - setHitTestPath - qmouseeventtransition.html - setHitTestPath - (const QPainterPath &path) - - - virtual void - onTransition - qmouseeventtransition.html - onTransition - (QEvent *event) override - - - virtual bool - eventTest - qmouseeventtransition.html - eventTest - (QEvent *event) override - - - - QOpenGLWidget - qopenglwidget.html - QWidget - - virtual const QMetaObject * - metaObject - qopenglwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qopenglwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qopenglwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qopenglwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qopenglwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - UpdateBehavior - qopenglwidget.html - UpdateBehavior-enum - - - NoPartialUpdate - qopenglwidget.html - UpdateBehavior-enum - - - PartialUpdate - qopenglwidget.html - UpdateBehavior-enum - - - - QOpenGLWidget - qopenglwidget.html - QOpenGLWidget - (QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QOpenGLWidget - qopenglwidget.html - dtor.QOpenGLWidget - () - - - void - setUpdateBehavior - qopenglwidget.html - setUpdateBehavior - (QOpenGLWidget::UpdateBehavior updateBehavior) - - - QOpenGLWidget::UpdateBehavior - updateBehavior - qopenglwidget.html - updateBehavior - () const const - - - void - setFormat - qopenglwidget.html - setFormat - (const QSurfaceFormat &format) - - - QSurfaceFormat - format - qopenglwidget.html - format - () const const - - - GLenum - textureFormat - qopenglwidget.html - textureFormat - () const const - - - void - setTextureFormat - qopenglwidget.html - setTextureFormat - (GLenum texFormat) - - - bool - isValid - qopenglwidget.html - isValid - () const const - - - void - makeCurrent - qopenglwidget.html - makeCurrent - () - - - void - doneCurrent - qopenglwidget.html - doneCurrent - () - - - QOpenGLContext * - context - qopenglwidget.html - context - () const const - - - GLuint - defaultFramebufferObject - qopenglwidget.html - defaultFramebufferObject - () const const - - - QImage - grabFramebuffer - qopenglwidget.html - grabFramebuffer - () - - - void - aboutToCompose - qopenglwidget.html - aboutToCompose - () - - - void - frameSwapped - qopenglwidget.html - frameSwapped - () - - - void - aboutToResize - qopenglwidget.html - aboutToResize - () - - - void - resized - qopenglwidget.html - resized - () - - - virtual void - initializeGL - qopenglwidget.html - initializeGL - () - - - virtual void - resizeGL - qopenglwidget.html - resizeGL - (int w, int h) - - - virtual void - paintGL - qopenglwidget.html - paintGL - () - - - virtual void - paintEvent - qopenglwidget.html - paintEvent - (QPaintEvent *e) override - - - virtual void - resizeEvent - qopenglwidget.html - resizeEvent - (QResizeEvent *e) override - - - - QTextEdit - qtextedit.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qtextedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextedit.html - trUtf8 - (const char *s, const char *c, int n) - - - autoFormatting - qtextedit.html - autoFormatting-prop - - - - tabChangesFocus - qtextedit.html - tabChangesFocus-prop - - - - documentTitle - qtextedit.html - documentTitle-prop - - - - undoRedoEnabled - qtextedit.html - undoRedoEnabled-prop - - - - lineWrapMode - qtextedit.html - lineWrapMode-prop - - - - wordWrapMode - qtextedit.html - wordWrapMode-prop - - - - lineWrapColumnOrWidth - qtextedit.html - lineWrapColumnOrWidth-prop - - - - readOnly - qtextedit.html - readOnly-prop - - - - html - qtextedit.html - html-prop - - - - plainText - qtextedit.html - plainText-prop - - - - overwriteMode - qtextedit.html - overwriteMode-prop - - - - tabStopWidth - qtextedit-obsolete.html - tabStopWidth-prop - - - - tabStopDistance - qtextedit.html - tabStopDistance-prop - - - - acceptRichText - qtextedit.html - acceptRichText-prop - - - - cursorWidth - qtextedit.html - cursorWidth-prop - - - - textInteractionFlags - qtextedit.html - textInteractionFlags-prop - - - - document - qtextedit.html - document-prop - - - - placeholderText - qtextedit.html - placeholderText-prop - - - - LineWrapMode - qtextedit.html - LineWrapMode-enum - - - NoWrap - qtextedit.html - LineWrapMode-enum - - - WidgetWidth - qtextedit.html - LineWrapMode-enum - - - FixedPixelWidth - qtextedit.html - LineWrapMode-enum - - - FixedColumnWidth - qtextedit.html - LineWrapMode-enum - - - AutoFormattingFlag - qtextedit.html - AutoFormattingFlag-enum - - - AutoNone - qtextedit.html - AutoFormattingFlag-enum - - - AutoBulletList - qtextedit.html - AutoFormattingFlag-enum - - - AutoAll - qtextedit.html - AutoFormattingFlag-enum - - - AutoFormatting - qtextedit.html - AutoFormattingFlag-enum - - - - - QTextEdit - qtextedit.html - QTextEdit - (QWidget *parent) - - - - QTextEdit - qtextedit.html - QTextEdit-1 - (const QString &text, QWidget *parent) - - - virtual - ~QTextEdit - qtextedit.html - dtor.QTextEdit - () - - - void - setDocument - qtextedit.html - document-prop - (QTextDocument *document) - - - QTextDocument * - document - qtextedit.html - document-prop - () const const - - - void - setPlaceholderText - qtextedit.html - placeholderText-prop - (const QString &placeholderText) - - - QString - placeholderText - qtextedit.html - placeholderText-prop - () const const - - - void - setTextCursor - qtextedit.html - setTextCursor - (const QTextCursor &cursor) - - - QTextCursor - textCursor - qtextedit.html - textCursor - () const const - - - bool - isReadOnly - qtextedit.html - readOnly-prop - () const const - - - void - setReadOnly - qtextedit.html - readOnly-prop - (bool ro) - - - void - setTextInteractionFlags - qtextedit.html - textInteractionFlags-prop - (Qt::TextInteractionFlags flags) - - - Qt::TextInteractionFlags - textInteractionFlags - qtextedit.html - textInteractionFlags-prop - () const const - - - qreal - fontPointSize - qtextedit.html - fontPointSize - () const const - - - QString - fontFamily - qtextedit.html - fontFamily - () const const - - - int - fontWeight - qtextedit.html - fontWeight - () const const - - - bool - fontUnderline - qtextedit.html - fontUnderline - () const const - - - bool - fontItalic - qtextedit.html - fontItalic - () const const - - - QColor - textColor - qtextedit.html - textColor - () const const - - - QColor - textBackgroundColor - qtextedit.html - textBackgroundColor - () const const - - - QFont - currentFont - qtextedit.html - currentFont - () const const - - - Qt::Alignment - alignment - qtextedit.html - alignment - () const const - - - void - mergeCurrentCharFormat - qtextedit.html - mergeCurrentCharFormat - (const QTextCharFormat &modifier) - - - void - setCurrentCharFormat - qtextedit.html - setCurrentCharFormat - (const QTextCharFormat &format) - - - QTextCharFormat - currentCharFormat - qtextedit.html - currentCharFormat - () const const - - - QTextEdit::AutoFormatting - autoFormatting - qtextedit.html - autoFormatting-prop - () const const - - - void - setAutoFormatting - qtextedit.html - autoFormatting-prop - (QTextEdit::AutoFormatting features) - - - bool - tabChangesFocus - qtextedit.html - tabChangesFocus-prop - () const const - - - void - setTabChangesFocus - qtextedit.html - tabChangesFocus-prop - (bool b) - - - void - setDocumentTitle - qtextedit.html - documentTitle-prop - (const QString &title) - - - QString - documentTitle - qtextedit.html - documentTitle-prop - () const const - - - bool - isUndoRedoEnabled - qtextedit.html - undoRedoEnabled-prop - () const const - - - void - setUndoRedoEnabled - qtextedit.html - undoRedoEnabled-prop - (bool enable) - - - QTextEdit::LineWrapMode - lineWrapMode - qtextedit.html - lineWrapMode-prop - () const const - - - void - setLineWrapMode - qtextedit.html - lineWrapMode-prop - (QTextEdit::LineWrapMode mode) - - - int - lineWrapColumnOrWidth - qtextedit.html - lineWrapColumnOrWidth-prop - () const const - - - void - setLineWrapColumnOrWidth - qtextedit.html - lineWrapColumnOrWidth-prop - (int w) - - - QTextOption::WrapMode - wordWrapMode - qtextedit.html - wordWrapMode-prop - () const const - - - void - setWordWrapMode - qtextedit.html - wordWrapMode-prop - (QTextOption::WrapMode policy) - - - bool - find - qtextedit.html - find - (const QString &exp, QTextDocument::FindFlags options) - - - bool - find - qtextedit.html - find-1 - (const QRegExp &exp, QTextDocument::FindFlags options) - - - QString - toPlainText - qtextedit.html - toPlainText - () const const - - - QString - toHtml - qtextedit.html - html-prop - () const const - - - void - ensureCursorVisible - qtextedit.html - ensureCursorVisible - () - - - virtual QVariant - loadResource - qtextedit.html - loadResource - (int type, const QUrl &name) - - - QMenu * - createStandardContextMenu - qtextedit.html - createStandardContextMenu - () - - - QMenu * - createStandardContextMenu - qtextedit.html - createStandardContextMenu-1 - (const QPoint &position) - - - QTextCursor - cursorForPosition - qtextedit.html - cursorForPosition - (const QPoint &pos) const const - - - QRect - cursorRect - qtextedit.html - cursorRect - (const QTextCursor &cursor) const const - - - QRect - cursorRect - qtextedit.html - cursorRect-1 - () const const - - - QString - anchorAt - qtextedit.html - anchorAt - (const QPoint &pos) const const - - - bool - overwriteMode - qtextedit.html - overwriteMode-prop - () const const - - - void - setOverwriteMode - qtextedit.html - overwriteMode-prop - (bool overwrite) - - - int - tabStopWidth - qtextedit-obsolete.html - tabStopWidth-prop - () const const - - - void - setTabStopWidth - qtextedit-obsolete.html - tabStopWidth-prop - (int width) - - - qreal - tabStopDistance - qtextedit.html - tabStopDistance-prop - () const const - - - void - setTabStopDistance - qtextedit.html - tabStopDistance-prop - (qreal distance) - - - int - cursorWidth - qtextedit.html - cursorWidth-prop - () const const - - - void - setCursorWidth - qtextedit.html - cursorWidth-prop - (int width) - - - bool - acceptRichText - qtextedit.html - acceptRichText-prop - () const const - - - void - setAcceptRichText - qtextedit.html - acceptRichText-prop - (bool accept) - - QTextEdit::ExtraSelection - - void - setExtraSelections - qtextedit.html - setExtraSelections - (const QList<QTextEdit::ExtraSelection> &selections) - - - QList<QTextEdit::ExtraSelection> - extraSelections - qtextedit.html - extraSelections - () const const - - - void - moveCursor - qtextedit.html - moveCursor - (QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode) - - - bool - canPaste - qtextedit.html - canPaste - () const const - - - void - print - qtextedit.html - print - (QPagedPaintDevice *printer) const const - - - virtual QVariant - inputMethodQuery - qtextedit.html - inputMethodQuery - (Qt::InputMethodQuery property) const const override - - - void - setFontPointSize - qtextedit.html - setFontPointSize - (qreal s) - - - void - setFontFamily - qtextedit.html - setFontFamily - (const QString &fontFamily) - - - void - setFontWeight - qtextedit.html - setFontWeight - (int weight) - - - void - setFontUnderline - qtextedit.html - setFontUnderline - (bool underline) - - - void - setFontItalic - qtextedit.html - setFontItalic - (bool italic) - - - void - setTextColor - qtextedit.html - setTextColor - (const QColor &c) - - - void - setTextBackgroundColor - qtextedit.html - setTextBackgroundColor - (const QColor &c) - - - void - setCurrentFont - qtextedit.html - setCurrentFont - (const QFont &f) - - - void - setAlignment - qtextedit.html - setAlignment - (Qt::Alignment a) - - - void - setPlainText - qtextedit.html - setPlainText - (const QString &text) - - - void - setHtml - qtextedit.html - html-prop - (const QString &text) - - - void - setText - qtextedit.html - setText - (const QString &text) - - - void - cut - qtextedit.html - cut - () - - - void - copy - qtextedit.html - copy - () - - - void - paste - qtextedit.html - paste - () - - - void - undo - qtextedit.html - undo - () - - - void - redo - qtextedit.html - redo - () - - - void - clear - qtextedit.html - clear - () - - - void - selectAll - qtextedit.html - selectAll - () - - - void - insertPlainText - qtextedit.html - insertPlainText - (const QString &text) - - - void - insertHtml - qtextedit.html - insertHtml - (const QString &text) - - - void - append - qtextedit.html - append - (const QString &text) - - - void - scrollToAnchor - qtextedit.html - scrollToAnchor - (const QString &name) - - - void - zoomIn - qtextedit.html - zoomIn - (int range) - - - void - zoomOut - qtextedit.html - zoomOut - (int range) - - - void - textChanged - qtextedit.html - textChanged - () - - - void - undoAvailable - qtextedit.html - undoAvailable - (bool available) - - - void - redoAvailable - qtextedit.html - redoAvailable - (bool available) - - - void - currentCharFormatChanged - qtextedit.html - currentCharFormatChanged - (const QTextCharFormat &f) - - - void - copyAvailable - qtextedit.html - copyAvailable - (bool yes) - - - void - selectionChanged - qtextedit.html - selectionChanged - () - - - void - cursorPositionChanged - qtextedit.html - cursorPositionChanged - () - - - virtual void - keyPressEvent - qtextedit.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - keyReleaseEvent - qtextedit.html - keyReleaseEvent - (QKeyEvent *e) override - - - virtual void - resizeEvent - qtextedit.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - paintEvent - qtextedit.html - paintEvent - (QPaintEvent *event) override - - - virtual void - mousePressEvent - qtextedit.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qtextedit.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qtextedit.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseDoubleClickEvent - qtextedit.html - mouseDoubleClickEvent - (QMouseEvent *e) override - - - virtual bool - focusNextPrevChild - qtextedit.html - focusNextPrevChild - (bool next) override - - - virtual void - contextMenuEvent - qtextedit.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual void - dragEnterEvent - qtextedit.html - dragEnterEvent - (QDragEnterEvent *e) override - - - virtual void - dragLeaveEvent - qtextedit.html - dragLeaveEvent - (QDragLeaveEvent *e) override - - - virtual void - dragMoveEvent - qtextedit.html - dragMoveEvent - (QDragMoveEvent *e) override - - - virtual void - dropEvent - qtextedit.html - dropEvent - (QDropEvent *e) override - - - virtual void - focusInEvent - qtextedit.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qtextedit.html - focusOutEvent - (QFocusEvent *e) override - - - virtual void - showEvent - qtextedit.html - showEvent - (QShowEvent *) override - - - virtual void - changeEvent - qtextedit.html - changeEvent - (QEvent *e) override - - - virtual void - wheelEvent - qtextedit.html - wheelEvent - (QWheelEvent *e) override - - - virtual QMimeData * - createMimeDataFromSelection - qtextedit.html - createMimeDataFromSelection - () const const - - - virtual bool - canInsertFromMimeData - qtextedit.html - canInsertFromMimeData - (const QMimeData *source) const const - - - virtual void - insertFromMimeData - qtextedit.html - insertFromMimeData - (const QMimeData *source) - - - virtual void - inputMethodEvent - qtextedit.html - inputMethodEvent - (QInputMethodEvent *e) override - - - virtual void - scrollContentsBy - qtextedit.html - scrollContentsBy - (int dx, int dy) override - - - - QTextEdit::ExtraSelection - qtextedit-extraselection.html - - - QPlainTextEdit - qplaintextedit.html - QAbstractScrollArea - - virtual const QMetaObject * - metaObject - qplaintextedit.html - metaObject - () const const - - - virtual void * - qt_metacast - qplaintextedit.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qplaintextedit.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qplaintextedit.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qplaintextedit.html - trUtf8 - (const char *s, const char *c, int n) - - - tabChangesFocus - qplaintextedit.html - tabChangesFocus-prop - - - - documentTitle - qplaintextedit.html - documentTitle-prop - - - - undoRedoEnabled - qplaintextedit.html - undoRedoEnabled-prop - - - - lineWrapMode - qplaintextedit.html - lineWrapMode-prop - - - - wordWrapMode - qplaintextedit.html - wordWrapMode-prop - - - - readOnly - qplaintextedit.html - readOnly-prop - - - - plainText - qplaintextedit.html - plainText-prop - - - - overwriteMode - qplaintextedit.html - overwriteMode-prop - - - - tabStopWidth - qplaintextedit-obsolete.html - tabStopWidth-prop - - - - tabStopDistance - qplaintextedit.html - tabStopDistance-prop - - - - cursorWidth - qplaintextedit.html - cursorWidth-prop - - - - textInteractionFlags - qplaintextedit.html - textInteractionFlags-prop - - - - blockCount - qplaintextedit.html - blockCount-prop - - - - maximumBlockCount - qplaintextedit.html - maximumBlockCount-prop - - - - backgroundVisible - qplaintextedit.html - backgroundVisible-prop - - - - centerOnScroll - qplaintextedit.html - centerOnScroll-prop - - - - placeholderText - qplaintextedit.html - placeholderText-prop - - - - LineWrapMode - qplaintextedit.html - LineWrapMode-enum - - - NoWrap - qplaintextedit.html - LineWrapMode-enum - - - WidgetWidth - qplaintextedit.html - LineWrapMode-enum - - - - QPlainTextEdit - qplaintextedit.html - QPlainTextEdit - (QWidget *parent) - - - - QPlainTextEdit - qplaintextedit.html - QPlainTextEdit-1 - (const QString &text, QWidget *parent) - - - virtual - ~QPlainTextEdit - qplaintextedit.html - dtor.QPlainTextEdit - () - - - void - setDocument - qplaintextedit.html - setDocument - (QTextDocument *document) - - - QTextDocument * - document - qplaintextedit.html - document - () const const - - - void - setPlaceholderText - qplaintextedit.html - placeholderText-prop - (const QString &placeholderText) - - - QString - placeholderText - qplaintextedit.html - placeholderText-prop - () const const - - - void - setTextCursor - qplaintextedit.html - setTextCursor - (const QTextCursor &cursor) - - - QTextCursor - textCursor - qplaintextedit.html - textCursor - () const const - - - bool - isReadOnly - qplaintextedit.html - readOnly-prop - () const const - - - void - setReadOnly - qplaintextedit.html - readOnly-prop - (bool ro) - - - void - setTextInteractionFlags - qplaintextedit.html - textInteractionFlags-prop - (Qt::TextInteractionFlags flags) - - - Qt::TextInteractionFlags - textInteractionFlags - qplaintextedit.html - textInteractionFlags-prop - () const const - - - void - mergeCurrentCharFormat - qplaintextedit.html - mergeCurrentCharFormat - (const QTextCharFormat &modifier) - - - void - setCurrentCharFormat - qplaintextedit.html - setCurrentCharFormat - (const QTextCharFormat &format) - - - QTextCharFormat - currentCharFormat - qplaintextedit.html - currentCharFormat - () const const - - - bool - tabChangesFocus - qplaintextedit.html - tabChangesFocus-prop - () const const - - - void - setTabChangesFocus - qplaintextedit.html - tabChangesFocus-prop - (bool b) - - - void - setDocumentTitle - qplaintextedit.html - documentTitle-prop - (const QString &title) - - - QString - documentTitle - qplaintextedit.html - documentTitle-prop - () const const - - - bool - isUndoRedoEnabled - qplaintextedit.html - undoRedoEnabled-prop - () const const - - - void - setUndoRedoEnabled - qplaintextedit.html - undoRedoEnabled-prop - (bool enable) - - - void - setMaximumBlockCount - qplaintextedit.html - maximumBlockCount-prop - (int maximum) - - - int - maximumBlockCount - qplaintextedit.html - maximumBlockCount-prop - () const const - - - QPlainTextEdit::LineWrapMode - lineWrapMode - qplaintextedit.html - lineWrapMode-prop - () const const - - - void - setLineWrapMode - qplaintextedit.html - lineWrapMode-prop - (QPlainTextEdit::LineWrapMode mode) - - - QTextOption::WrapMode - wordWrapMode - qplaintextedit.html - wordWrapMode-prop - () const const - - - void - setWordWrapMode - qplaintextedit.html - wordWrapMode-prop - (QTextOption::WrapMode policy) - - - void - setBackgroundVisible - qplaintextedit.html - backgroundVisible-prop - (bool visible) - - - bool - backgroundVisible - qplaintextedit.html - backgroundVisible-prop - () const const - - - void - setCenterOnScroll - qplaintextedit.html - centerOnScroll-prop - (bool enabled) - - - bool - centerOnScroll - qplaintextedit.html - centerOnScroll-prop - () const const - - - bool - find - qplaintextedit.html - find - (const QString &exp, QTextDocument::FindFlags options) - - - bool - find - qplaintextedit.html - find-1 - (const QRegExp &exp, QTextDocument::FindFlags options) - - - QString - toPlainText - qplaintextedit.html - toPlainText - () const const - - - void - ensureCursorVisible - qplaintextedit.html - ensureCursorVisible - () - - - virtual QVariant - loadResource - qplaintextedit.html - loadResource - (int type, const QUrl &name) - - - QMenu * - createStandardContextMenu - qplaintextedit.html - createStandardContextMenu - () - - - QMenu * - createStandardContextMenu - qplaintextedit.html - createStandardContextMenu-1 - (const QPoint &position) - - - QTextCursor - cursorForPosition - qplaintextedit.html - cursorForPosition - (const QPoint &pos) const const - - - QRect - cursorRect - qplaintextedit.html - cursorRect - (const QTextCursor &cursor) const const - - - QRect - cursorRect - qplaintextedit.html - cursorRect-1 - () const const - - - QString - anchorAt - qplaintextedit.html - anchorAt - (const QPoint &pos) const const - - - bool - overwriteMode - qplaintextedit.html - overwriteMode-prop - () const const - - - void - setOverwriteMode - qplaintextedit.html - overwriteMode-prop - (bool overwrite) - - - int - tabStopWidth - qplaintextedit-obsolete.html - tabStopWidth-prop - () const const - - - void - setTabStopWidth - qplaintextedit-obsolete.html - tabStopWidth-prop - (int width) - - - qreal - tabStopDistance - qplaintextedit.html - tabStopDistance-prop - () const const - - - void - setTabStopDistance - qplaintextedit.html - tabStopDistance-prop - (qreal distance) - - - int - cursorWidth - qplaintextedit.html - cursorWidth-prop - () const const - - - void - setCursorWidth - qplaintextedit.html - cursorWidth-prop - (int width) - - - void - setExtraSelections - qplaintextedit.html - setExtraSelections - (const QList<QTextEdit::ExtraSelection> &selections) - - - QList<QTextEdit::ExtraSelection> - extraSelections - qplaintextedit.html - extraSelections - () const const - - - void - moveCursor - qplaintextedit.html - moveCursor - (QTextCursor::MoveOperation operation, QTextCursor::MoveMode mode) - - - bool - canPaste - qplaintextedit.html - canPaste - () const const - - - void - print - qplaintextedit.html - print - (QPagedPaintDevice *printer) const const - - - int - blockCount - qplaintextedit.html - blockCount-prop - () const const - - - virtual QVariant - inputMethodQuery - qplaintextedit.html - inputMethodQuery - (Qt::InputMethodQuery property) const const override - - - void - setPlainText - qplaintextedit.html - setPlainText - (const QString &text) - - - void - cut - qplaintextedit.html - cut - () - - - void - copy - qplaintextedit.html - copy - () - - - void - paste - qplaintextedit.html - paste - () - - - void - undo - qplaintextedit.html - undo - () - - - void - redo - qplaintextedit.html - redo - () - - - void - clear - qplaintextedit.html - clear - () - - - void - selectAll - qplaintextedit.html - selectAll - () - - - void - insertPlainText - qplaintextedit.html - insertPlainText - (const QString &text) - - - void - appendPlainText - qplaintextedit.html - appendPlainText - (const QString &text) - - - void - appendHtml - qplaintextedit.html - appendHtml - (const QString &html) - - - void - centerCursor - qplaintextedit.html - centerCursor - () - - - void - zoomIn - qplaintextedit.html - zoomIn - (int range) - - - void - zoomOut - qplaintextedit.html - zoomOut - (int range) - - - void - textChanged - qplaintextedit.html - textChanged - () - - - void - undoAvailable - qplaintextedit.html - undoAvailable - (bool available) - - - void - redoAvailable - qplaintextedit.html - redoAvailable - (bool available) - - - void - copyAvailable - qplaintextedit.html - copyAvailable - (bool yes) - - - void - selectionChanged - qplaintextedit.html - selectionChanged - () - - - void - cursorPositionChanged - qplaintextedit.html - cursorPositionChanged - () - - - void - updateRequest - qplaintextedit.html - updateRequest - (const QRect &rect, int dy) - - - void - blockCountChanged - qplaintextedit.html - blockCountChanged - (int newBlockCount) - - - void - modificationChanged - qplaintextedit.html - modificationChanged - (bool changed) - - - virtual void - keyPressEvent - qplaintextedit.html - keyPressEvent - (QKeyEvent *e) override - - - virtual void - keyReleaseEvent - qplaintextedit.html - keyReleaseEvent - (QKeyEvent *e) override - - - virtual void - resizeEvent - qplaintextedit.html - resizeEvent - (QResizeEvent *e) override - - - virtual void - paintEvent - qplaintextedit.html - paintEvent - (QPaintEvent *e) override - - - virtual void - mousePressEvent - qplaintextedit.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qplaintextedit.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qplaintextedit.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseDoubleClickEvent - qplaintextedit.html - mouseDoubleClickEvent - (QMouseEvent *e) override - - - virtual bool - focusNextPrevChild - qplaintextedit.html - focusNextPrevChild - (bool next) override - - - virtual void - contextMenuEvent - qplaintextedit.html - contextMenuEvent - (QContextMenuEvent *event) override - - - virtual void - dragEnterEvent - qplaintextedit.html - dragEnterEvent - (QDragEnterEvent *e) override - - - virtual void - dragLeaveEvent - qplaintextedit.html - dragLeaveEvent - (QDragLeaveEvent *e) override - - - virtual void - dragMoveEvent - qplaintextedit.html - dragMoveEvent - (QDragMoveEvent *e) override - - - virtual void - dropEvent - qplaintextedit.html - dropEvent - (QDropEvent *e) override - - - virtual void - focusInEvent - qplaintextedit.html - focusInEvent - (QFocusEvent *e) override - - - virtual void - focusOutEvent - qplaintextedit.html - focusOutEvent - (QFocusEvent *e) override - - - virtual void - showEvent - qplaintextedit.html - showEvent - (QShowEvent *) override - - - virtual void - changeEvent - qplaintextedit.html - changeEvent - (QEvent *e) override - - - virtual void - wheelEvent - qplaintextedit.html - wheelEvent - (QWheelEvent *e) override - - - virtual QMimeData * - createMimeDataFromSelection - qplaintextedit.html - createMimeDataFromSelection - () const const - - - virtual bool - canInsertFromMimeData - qplaintextedit.html - canInsertFromMimeData - (const QMimeData *source) const const - - - virtual void - insertFromMimeData - qplaintextedit.html - insertFromMimeData - (const QMimeData *source) - - - virtual void - inputMethodEvent - qplaintextedit.html - inputMethodEvent - (QInputMethodEvent *e) override - - - virtual void - scrollContentsBy - qplaintextedit.html - scrollContentsBy - (int dx, int dy) override - - - QTextBlock - firstVisibleBlock - qplaintextedit.html - firstVisibleBlock - () const const - - - QPointF - contentOffset - qplaintextedit.html - contentOffset - () const const - - - QRectF - blockBoundingRect - qplaintextedit.html - blockBoundingRect - (const QTextBlock &block) const const - - - QRectF - blockBoundingGeometry - qplaintextedit.html - blockBoundingGeometry - (const QTextBlock &block) const const - - - QAbstractTextDocumentLayout::PaintContext - getPaintContext - qplaintextedit.html - getPaintContext - () const const - - - - QPlainTextDocumentLayout - qplaintextdocumentlayout.html - QAbstractTextDocumentLayout - - virtual const QMetaObject * - metaObject - qplaintextdocumentlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qplaintextdocumentlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qplaintextdocumentlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qplaintextdocumentlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qplaintextdocumentlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - cursorWidth - qplaintextdocumentlayout.html - cursorWidth-prop - - - - - QPlainTextDocumentLayout - qplaintextdocumentlayout.html - QPlainTextDocumentLayout - (QTextDocument *document) - - - virtual - ~QPlainTextDocumentLayout - qplaintextdocumentlayout.html - dtor.QPlainTextDocumentLayout - () - - - virtual void - draw - qplaintextdocumentlayout.html - draw - (QPainter *, const QAbstractTextDocumentLayout::PaintContext &) override - - - virtual int - hitTest - qplaintextdocumentlayout.html - hitTest - (const QPointF &, Qt::HitTestAccuracy ) const const override - - - virtual int - pageCount - qplaintextdocumentlayout.html - pageCount - () const const override - - - virtual QSizeF - documentSize - qplaintextdocumentlayout.html - documentSize - () const const override - - - virtual QRectF - frameBoundingRect - qplaintextdocumentlayout.html - frameBoundingRect - (QTextFrame *) const const override - - - virtual QRectF - blockBoundingRect - qplaintextdocumentlayout.html - blockBoundingRect - (const QTextBlock &block) const const override - - - void - ensureBlockLayout - qplaintextdocumentlayout.html - ensureBlockLayout - (const QTextBlock &block) const const - - - void - setCursorWidth - qplaintextdocumentlayout.html - cursorWidth-prop - (int width) - - - int - cursorWidth - qplaintextdocumentlayout.html - cursorWidth-prop - () const const - - - void - requestUpdate - qplaintextdocumentlayout.html - requestUpdate - () - - - virtual void - documentChanged - qplaintextdocumentlayout.html - documentChanged - (int from, int charsRemoved, int charsAdded) override - - - - QProgressBar - qprogressbar.html - QWidget - - virtual const QMetaObject * - metaObject - qprogressbar.html - metaObject - () const const - - - virtual void * - qt_metacast - qprogressbar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprogressbar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprogressbar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprogressbar.html - trUtf8 - (const char *s, const char *c, int n) - - - minimum - qprogressbar.html - minimum-prop - - - - maximum - qprogressbar.html - maximum-prop - - - - text - qprogressbar.html - text-prop - - - - value - qprogressbar.html - value-prop - - - - alignment - qprogressbar.html - alignment-prop - - - - textVisible - qprogressbar.html - textVisible-prop - - - - orientation - qprogressbar.html - orientation-prop - - - - invertedAppearance - qprogressbar.html - invertedAppearance-prop - - - - textDirection - qprogressbar.html - textDirection-prop - - - - format - qprogressbar.html - format-prop - - - - Direction - qprogressbar.html - Direction-enum - - - TopToBottom - qprogressbar.html - Direction-enum - - - BottomToTop - qprogressbar.html - Direction-enum - - - - QProgressBar - qprogressbar.html - QProgressBar - (QWidget *parent) - - - virtual - ~QProgressBar - qprogressbar.html - dtor.QProgressBar - () - - - int - minimum - qprogressbar.html - minimum-prop - () const const - - - int - maximum - qprogressbar.html - maximum-prop - () const const - - - int - value - qprogressbar.html - value-prop - () const const - - - virtual QString - text - qprogressbar.html - text-prop - () const const - - - void - setTextVisible - qprogressbar.html - textVisible-prop - (bool visible) - - - bool - isTextVisible - qprogressbar.html - textVisible-prop - () const const - - - Qt::Alignment - alignment - qprogressbar.html - alignment-prop - () const const - - - void - setAlignment - qprogressbar.html - alignment-prop - (Qt::Alignment alignment) - - - virtual QSize - sizeHint - qprogressbar.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qprogressbar.html - minimumSizeHint - () const const override - - - Qt::Orientation - orientation - qprogressbar.html - orientation-prop - () const const - - - void - setInvertedAppearance - qprogressbar.html - invertedAppearance-prop - (bool invert) - - - bool - invertedAppearance - qprogressbar.html - invertedAppearance-prop - () const const - - - void - setTextDirection - qprogressbar.html - textDirection-prop - (QProgressBar::Direction textDirection) - - - QProgressBar::Direction - textDirection - qprogressbar.html - textDirection-prop - () const const - - - void - setFormat - qprogressbar.html - format-prop - (const QString &format) - - - void - resetFormat - qprogressbar.html - format-prop - () - - - QString - format - qprogressbar.html - format-prop - () const const - - - void - reset - qprogressbar.html - reset - () - - - void - setRange - qprogressbar.html - setRange - (int minimum, int maximum) - - - void - setMinimum - qprogressbar.html - minimum-prop - (int minimum) - - - void - setMaximum - qprogressbar.html - maximum-prop - (int maximum) - - - void - setValue - qprogressbar.html - value-prop - (int value) - - - void - setOrientation - qprogressbar.html - orientation-prop - (Qt::Orientation ) - - - void - valueChanged - qprogressbar.html - valueChanged - (int value) - - - virtual bool - event - qprogressbar.html - event - (QEvent *e) override - - - virtual void - paintEvent - qprogressbar.html - paintEvent - (QPaintEvent *) override - - - void - initStyleOption - qprogressbar.html - initStyleOption - (QStyleOptionProgressBar *option) const const - - - - QProgressDialog - qprogressdialog.html - QDialog - - virtual const QMetaObject * - metaObject - qprogressdialog.html - metaObject - () const const - - - virtual void * - qt_metacast - qprogressdialog.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qprogressdialog.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qprogressdialog.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qprogressdialog.html - trUtf8 - (const char *s, const char *c, int n) - - - wasCanceled - qprogressdialog.html - wasCanceled-prop - - - - minimum - qprogressdialog.html - minimum-prop - - - - maximum - qprogressdialog.html - maximum-prop - - - - value - qprogressdialog.html - value-prop - - - - autoReset - qprogressdialog.html - autoReset-prop - - - - autoClose - qprogressdialog.html - autoClose-prop - - - - minimumDuration - qprogressdialog.html - minimumDuration-prop - - - - labelText - qprogressdialog.html - labelText-prop - - - - - QProgressDialog - qprogressdialog.html - QProgressDialog - (QWidget *parent, Qt::WindowFlags f) - - - - QProgressDialog - qprogressdialog.html - QProgressDialog-1 - (const QString &labelText, const QString &cancelButtonText, int minimum, int maximum, QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QProgressDialog - qprogressdialog.html - dtor.QProgressDialog - () - - - void - setLabel - qprogressdialog.html - setLabel - (QLabel *label) - - - void - setCancelButton - qprogressdialog.html - setCancelButton - (QPushButton *cancelButton) - - - void - setBar - qprogressdialog.html - setBar - (QProgressBar *bar) - - - bool - wasCanceled - qprogressdialog.html - wasCanceled-prop - () const const - - - int - minimum - qprogressdialog.html - minimum-prop - () const const - - - int - maximum - qprogressdialog.html - maximum-prop - () const const - - - int - value - qprogressdialog.html - value-prop - () const const - - - virtual QSize - sizeHint - qprogressdialog.html - sizeHint - () const const override - - - QString - labelText - qprogressdialog.html - labelText-prop - () const const - - - int - minimumDuration - qprogressdialog.html - minimumDuration-prop - () const const - - - void - setAutoReset - qprogressdialog.html - autoReset-prop - (bool reset) - - - bool - autoReset - qprogressdialog.html - autoReset-prop - () const const - - - void - setAutoClose - qprogressdialog.html - autoClose-prop - (bool close) - - - bool - autoClose - qprogressdialog.html - autoClose-prop - () const const - - - void - open - qprogressdialog.html - open - (QObject *receiver, const char *member) - - - void - cancel - qprogressdialog.html - cancel - () - - - void - reset - qprogressdialog.html - reset - () - - - void - setMaximum - qprogressdialog.html - maximum-prop - (int maximum) - - - void - setMinimum - qprogressdialog.html - minimum-prop - (int minimum) - - - void - setRange - qprogressdialog.html - setRange - (int minimum, int maximum) - - - void - setValue - qprogressdialog.html - value-prop - (int progress) - - - void - setLabelText - qprogressdialog.html - labelText-prop - (const QString &text) - - - void - setCancelButtonText - qprogressdialog.html - setCancelButtonText - (const QString &cancelButtonText) - - - void - setMinimumDuration - qprogressdialog.html - minimumDuration-prop - (int ms) - - - void - canceled - qprogressdialog.html - canceled - () - - - virtual void - resizeEvent - qprogressdialog.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - closeEvent - qprogressdialog.html - closeEvent - (QCloseEvent *e) override - - - virtual void - changeEvent - qprogressdialog.html - changeEvent - (QEvent *ev) override - - - virtual void - showEvent - qprogressdialog.html - showEvent - (QShowEvent *e) override - - - void - forceShow - qprogressdialog.html - forceShow - () - - - - QProxyStyle - qproxystyle.html - QCommonStyle - - virtual const QMetaObject * - metaObject - qproxystyle.html - metaObject - () const const - - - virtual void * - qt_metacast - qproxystyle.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qproxystyle.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qproxystyle.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qproxystyle.html - trUtf8 - (const char *s, const char *c, int n) - - - - QProxyStyle - qproxystyle.html - QProxyStyle - (QStyle *style) - - - - QProxyStyle - qproxystyle.html - QProxyStyle-1 - (const QString &key) - - - virtual - ~QProxyStyle - qproxystyle.html - dtor.QProxyStyle - () - - - QStyle * - baseStyle - qproxystyle.html - baseStyle - () const const - - - void - setBaseStyle - qproxystyle.html - setBaseStyle - (QStyle *style) - - - virtual void - drawPrimitive - qproxystyle.html - drawPrimitive - (QStyle::PrimitiveElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const const override - - - virtual void - drawControl - qproxystyle.html - drawControl - (QStyle::ControlElement element, const QStyleOption *option, QPainter *painter, const QWidget *widget) const const override - - - virtual void - drawComplexControl - qproxystyle.html - drawComplexControl - (QStyle::ComplexControl control, const QStyleOptionComplex *option, QPainter *painter, const QWidget *widget) const const override - - - virtual void - drawItemText - qproxystyle.html - drawItemText - (QPainter *painter, const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole) const const override - - - virtual void - drawItemPixmap - qproxystyle.html - drawItemPixmap - (QPainter *painter, const QRect &rect, int alignment, const QPixmap &pixmap) const const override - - - virtual QSize - sizeFromContents - qproxystyle.html - sizeFromContents - (QStyle::ContentsType type, const QStyleOption *option, const QSize &size, const QWidget *widget) const const override - - - virtual QRect - subElementRect - qproxystyle.html - subElementRect - (QStyle::SubElement element, const QStyleOption *option, const QWidget *widget) const const override - - - virtual QRect - subControlRect - qproxystyle.html - subControlRect - (QStyle::ComplexControl cc, const QStyleOptionComplex *option, QStyle::SubControl sc, const QWidget *widget) const const override - - - virtual QRect - itemTextRect - qproxystyle.html - itemTextRect - (const QFontMetrics &fm, const QRect &r, int flags, bool enabled, const QString &text) const const override - - - virtual QRect - itemPixmapRect - qproxystyle.html - itemPixmapRect - (const QRect &r, int flags, const QPixmap &pixmap) const const override - - - virtual QStyle::SubControl - hitTestComplexControl - qproxystyle.html - hitTestComplexControl - (QStyle::ComplexControl control, const QStyleOptionComplex *option, const QPoint &pos, const QWidget *widget) const const override - - - virtual int - styleHint - qproxystyle.html - styleHint - (QStyle::StyleHint hint, const QStyleOption *option, const QWidget *widget, QStyleHintReturn *returnData) const const override - - - virtual int - pixelMetric - qproxystyle.html - pixelMetric - (QStyle::PixelMetric metric, const QStyleOption *option, const QWidget *widget) const const override - - - virtual int - layoutSpacing - qproxystyle.html - layoutSpacing - (QSizePolicy::ControlType control1, QSizePolicy::ControlType control2, Qt::Orientation orientation, const QStyleOption *option, const QWidget *widget) const const override - - - virtual QIcon - standardIcon - qproxystyle.html - standardIcon - (QStyle::StandardPixmap standardIcon, const QStyleOption *option, const QWidget *widget) const const override - - - virtual QPixmap - standardPixmap - qproxystyle.html - standardPixmap - (QStyle::StandardPixmap standardPixmap, const QStyleOption *opt, const QWidget *widget) const const override - - - virtual QPixmap - generatedIconPixmap - qproxystyle.html - generatedIconPixmap - (QIcon::Mode iconMode, const QPixmap &pixmap, const QStyleOption *opt) const const override - - - virtual QPalette - standardPalette - qproxystyle.html - standardPalette - () const const override - - - virtual void - polish - qproxystyle.html - polish - (QWidget *widget) override - - - virtual void - polish - qproxystyle.html - polish-1 - (QPalette &pal) override - - - virtual void - polish - qproxystyle.html - polish-2 - (QApplication *app) override - - - virtual void - unpolish - qproxystyle.html - unpolish - (QWidget *widget) override - - - virtual void - unpolish - qproxystyle.html - unpolish-1 - (QApplication *app) override - - - virtual bool - event - qproxystyle.html - event - (QEvent *e) override - - - - QRadioButton - qradiobutton.html - QAbstractButton - - virtual const QMetaObject * - metaObject - qradiobutton.html - metaObject - () const const - - - virtual void * - qt_metacast - qradiobutton.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qradiobutton.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qradiobutton.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qradiobutton.html - trUtf8 - (const char *s, const char *c, int n) - - - - QRadioButton - qradiobutton.html - QRadioButton - (QWidget *parent) - - - - QRadioButton - qradiobutton.html - QRadioButton-1 - (const QString &text, QWidget *parent) - - - virtual - ~QRadioButton - qradiobutton.html - dtor.QRadioButton - () - - - virtual QSize - sizeHint - qradiobutton.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qradiobutton.html - minimumSizeHint - () const const override - - - virtual bool - event - qradiobutton.html - event - (QEvent *e) override - - - virtual bool - hitButton - qradiobutton.html - hitButton - (const QPoint &pos) const const override - - - virtual void - paintEvent - qradiobutton.html - paintEvent - (QPaintEvent *) override - - - virtual void - mouseMoveEvent - qradiobutton.html - mouseMoveEvent - (QMouseEvent *e) override - - - void - initStyleOption - qradiobutton.html - initStyleOption - (QStyleOptionButton *option) const const - - - - QScrollBar - qscrollbar.html - QAbstractSlider - - virtual const QMetaObject * - metaObject - qscrollbar.html - metaObject - () const const - - - virtual void * - qt_metacast - qscrollbar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qscrollbar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qscrollbar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qscrollbar.html - trUtf8 - (const char *s, const char *c, int n) - - - - QScrollBar - qscrollbar.html - QScrollBar - (QWidget *parent) - - - - QScrollBar - qscrollbar.html - QScrollBar-1 - (Qt::Orientation orientation, QWidget *parent) - - - virtual - ~QScrollBar - qscrollbar.html - dtor.QScrollBar - () - - - virtual QSize - sizeHint - qscrollbar.html - sizeHint - () const const override - - - virtual bool - event - qscrollbar.html - event - (QEvent *event) override - - - virtual void - wheelEvent - qscrollbar.html - wheelEvent - (QWheelEvent *event) override - - - virtual void - paintEvent - qscrollbar.html - paintEvent - (QPaintEvent *) override - - - virtual void - mousePressEvent - qscrollbar.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qscrollbar.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - mouseMoveEvent - qscrollbar.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - hideEvent - qscrollbar.html - hideEvent - (QHideEvent *) override - - - virtual void - sliderChange - qscrollbar.html - sliderChange - (QAbstractSlider::SliderChange change) override - - - virtual void - contextMenuEvent - qscrollbar.html - contextMenuEvent - (QContextMenuEvent *event) override - - - void - initStyleOption - qscrollbar.html - initStyleOption - (QStyleOptionSlider *option) const const - - - - QScrollerProperties - qscrollerproperties.html - - - QScrollerProperties - qscrollerproperties.html - QScrollerProperties - () - - - - QScrollerProperties - qscrollerproperties.html - QScrollerProperties-1 - (const QScrollerProperties &sp) - - - QScrollerProperties & - operator= - qscrollerproperties.html - operator-eq - (const QScrollerProperties &sp) - - - virtual - ~QScrollerProperties - qscrollerproperties.html - dtor.QScrollerProperties - () - - - bool - operator== - qscrollerproperties.html - operator-eq-eq - (const QScrollerProperties &sp) const const - - - bool - operator!= - qscrollerproperties.html - operator-not-eq - (const QScrollerProperties &sp) const const - - - void - setDefaultScrollerProperties - qscrollerproperties.html - setDefaultScrollerProperties - (const QScrollerProperties &sp) - - - void - unsetDefaultScrollerProperties - qscrollerproperties.html - unsetDefaultScrollerProperties - () - - - OvershootPolicy - qscrollerproperties.html - OvershootPolicy-enum - - - OvershootWhenScrollable - qscrollerproperties.html - OvershootPolicy-enum - - - OvershootAlwaysOff - qscrollerproperties.html - OvershootPolicy-enum - - - OvershootAlwaysOn - qscrollerproperties.html - OvershootPolicy-enum - - - FrameRates - qscrollerproperties.html - FrameRates-enum - - - Standard - qscrollerproperties.html - FrameRates-enum - - - Fps60 - qscrollerproperties.html - FrameRates-enum - - - Fps30 - qscrollerproperties.html - FrameRates-enum - - - Fps20 - qscrollerproperties.html - FrameRates-enum - - - ScrollMetric - qscrollerproperties.html - ScrollMetric-enum - - - MousePressEventDelay - qscrollerproperties.html - ScrollMetric-enum - - - DragStartDistance - qscrollerproperties.html - ScrollMetric-enum - - - DragVelocitySmoothingFactor - qscrollerproperties.html - ScrollMetric-enum - - - AxisLockThreshold - qscrollerproperties.html - ScrollMetric-enum - - - ScrollingCurve - qscrollerproperties.html - ScrollMetric-enum - - - DecelerationFactor - qscrollerproperties.html - ScrollMetric-enum - - - MinimumVelocity - qscrollerproperties.html - ScrollMetric-enum - - - MaximumVelocity - qscrollerproperties.html - ScrollMetric-enum - - - MaximumClickThroughVelocity - qscrollerproperties.html - ScrollMetric-enum - - - AcceleratingFlickMaximumTime - qscrollerproperties.html - ScrollMetric-enum - - - AcceleratingFlickSpeedupFactor - qscrollerproperties.html - ScrollMetric-enum - - - SnapPositionRatio - qscrollerproperties.html - ScrollMetric-enum - - - SnapTime - qscrollerproperties.html - ScrollMetric-enum - - - OvershootDragResistanceFactor - qscrollerproperties.html - ScrollMetric-enum - - - OvershootDragDistanceFactor - qscrollerproperties.html - ScrollMetric-enum - - - OvershootScrollDistanceFactor - qscrollerproperties.html - ScrollMetric-enum - - - OvershootScrollTime - qscrollerproperties.html - ScrollMetric-enum - - - HorizontalOvershootPolicy - qscrollerproperties.html - ScrollMetric-enum - - - VerticalOvershootPolicy - qscrollerproperties.html - ScrollMetric-enum - - - FrameRate - qscrollerproperties.html - ScrollMetric-enum - - - ScrollMetricCount - qscrollerproperties.html - ScrollMetric-enum - - - QVariant - scrollMetric - qscrollerproperties.html - scrollMetric - (QScrollerProperties::ScrollMetric metric) const const - - - void - setScrollMetric - qscrollerproperties.html - setScrollMetric - (QScrollerProperties::ScrollMetric metric, const QVariant &value) - - - - QScroller - qscroller.html - QObject - - virtual const QMetaObject * - metaObject - qscroller.html - metaObject - () const const - - - virtual void * - qt_metacast - qscroller.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qscroller.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qscroller.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qscroller.html - trUtf8 - (const char *s, const char *c, int n) - - - state - qscroller.html - state-prop - - - - scrollerProperties - qscroller.html - scrollerProperties-prop - - - - State - qscroller.html - State-enum - - - Inactive - qscroller.html - State-enum - - - Pressed - qscroller.html - State-enum - - - Dragging - qscroller.html - State-enum - - - Scrolling - qscroller.html - State-enum - - - ScrollerGestureType - qscroller.html - ScrollerGestureType-enum - - - TouchGesture - qscroller.html - ScrollerGestureType-enum - - - LeftMouseButtonGesture - qscroller.html - ScrollerGestureType-enum - - - RightMouseButtonGesture - qscroller.html - ScrollerGestureType-enum - - - MiddleMouseButtonGesture - qscroller.html - ScrollerGestureType-enum - - - Input - qscroller.html - Input-enum - - - InputPress - qscroller.html - Input-enum - - - InputMove - qscroller.html - Input-enum - - - InputRelease - qscroller.html - Input-enum - - - bool - hasScroller - qscroller.html - hasScroller - (QObject *target) - - - QScroller * - scroller - qscroller.html - scroller - (QObject *target) - - - const QScroller * - scroller - qscroller.html - scroller-1 - (const QObject *target) - - - Qt::GestureType - grabGesture - qscroller.html - grabGesture - (QObject *target, QScroller::ScrollerGestureType scrollGestureType) - - - Qt::GestureType - grabbedGesture - qscroller.html - grabbedGesture - (QObject *target) - - - void - ungrabGesture - qscroller.html - ungrabGesture - (QObject *target) - - - QList<QScroller *> - activeScrollers - qscroller.html - activeScrollers - () - - - QObject * - target - qscroller.html - target - () const const - - - QScroller::State - state - qscroller.html - state-prop - () const const - - - bool - handleInput - qscroller.html - handleInput - (QScroller::Input input, const QPointF &position, qint64 timestamp) - - - void - stop - qscroller.html - stop - () - - - QPointF - velocity - qscroller.html - velocity - () const const - - - QPointF - finalPosition - qscroller.html - finalPosition - () const const - - - QPointF - pixelPerMeter - qscroller.html - pixelPerMeter - () const const - - - QScrollerProperties - scrollerProperties - qscroller.html - scrollerProperties-prop - () const const - - - void - setSnapPositionsX - qscroller.html - setSnapPositionsX - (const QList<qreal> &positions) - - - void - setSnapPositionsX - qscroller.html - setSnapPositionsX-1 - (qreal first, qreal interval) - - - void - setSnapPositionsY - qscroller.html - setSnapPositionsY - (const QList<qreal> &positions) - - - void - setSnapPositionsY - qscroller.html - setSnapPositionsY-1 - (qreal first, qreal interval) - - - void - setScrollerProperties - qscroller.html - scrollerProperties-prop - (const QScrollerProperties &prop) - - - void - scrollTo - qscroller.html - scrollTo - (const QPointF &pos) - - - void - scrollTo - qscroller.html - scrollTo-1 - (const QPointF &pos, int scrollTime) - - - void - ensureVisible - qscroller.html - ensureVisible - (const QRectF &rect, qreal xmargin, qreal ymargin) - - - void - ensureVisible - qscroller.html - ensureVisible-1 - (const QRectF &rect, qreal xmargin, qreal ymargin, int scrollTime) - - - void - resendPrepareEvent - qscroller.html - resendPrepareEvent - () - - - void - stateChanged - qscroller.html - stateChanged - (QScroller::State newState) - - - void - scrollerPropertiesChanged - qscroller.html - scrollerPropertiesChanged - (const QScrollerProperties &newProperties) - - - - QShortcut - qshortcut.html - QObject - - virtual const QMetaObject * - metaObject - qshortcut.html - metaObject - () const const - - - virtual void * - qt_metacast - qshortcut.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qshortcut.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qshortcut.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qshortcut.html - trUtf8 - (const char *s, const char *c, int n) - - - key - qshortcut.html - key-prop - - - - whatsThis - qshortcut.html - whatsThis-prop - - - - enabled - qshortcut.html - enabled-prop - - - - autoRepeat - qshortcut.html - autoRepeat-prop - - - - context - qshortcut.html - context-prop - - - - - QShortcut - qshortcut.html - QShortcut - (QWidget *parent) - - - - QShortcut - qshortcut.html - QShortcut-1 - (const QKeySequence &key, QWidget *parent, const char *member, const char *ambiguousMember, Qt::ShortcutContext context) - - - virtual - ~QShortcut - qshortcut.html - dtor.QShortcut - () - - - void - setKey - qshortcut.html - key-prop - (const QKeySequence &key) - - - QKeySequence - key - qshortcut.html - key-prop - () const const - - - void - setEnabled - qshortcut.html - enabled-prop - (bool enable) - - - bool - isEnabled - qshortcut.html - enabled-prop - () const const - - - void - setContext - qshortcut.html - context-prop - (Qt::ShortcutContext context) - - - Qt::ShortcutContext - context - qshortcut.html - context-prop - () const const - - - void - setWhatsThis - qshortcut.html - whatsThis-prop - (const QString &text) - - - QString - whatsThis - qshortcut.html - whatsThis-prop - () const const - - - void - setAutoRepeat - qshortcut.html - autoRepeat-prop - (bool on) - - - bool - autoRepeat - qshortcut.html - autoRepeat-prop - () const const - - - int - id - qshortcut.html - id - () const const - - - QWidget * - parentWidget - qshortcut.html - parentWidget - () const const - - - void - activated - qshortcut.html - activated - () - - - void - activatedAmbiguously - qshortcut.html - activatedAmbiguously - () - - - - QSizeGrip - qsizegrip.html - QWidget - - virtual const QMetaObject * - metaObject - qsizegrip.html - metaObject - () const const - - - virtual void * - qt_metacast - qsizegrip.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsizegrip.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsizegrip.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsizegrip.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSizeGrip - qsizegrip.html - QSizeGrip - (QWidget *parent) - - - virtual - ~QSizeGrip - qsizegrip.html - dtor.QSizeGrip - () - - - virtual QSize - sizeHint - qsizegrip.html - sizeHint - () const const override - - - virtual void - setVisible - qsizegrip.html - setVisible - (bool visible) override - - - virtual void - paintEvent - qsizegrip.html - paintEvent - (QPaintEvent *event) override - - - virtual void - mousePressEvent - qsizegrip.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qsizegrip.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qsizegrip.html - mouseReleaseEvent - (QMouseEvent *mouseEvent) override - - - virtual void - moveEvent - qsizegrip.html - moveEvent - (QMoveEvent *moveEvent) override - - - virtual void - showEvent - qsizegrip.html - showEvent - (QShowEvent *showEvent) override - - - virtual void - hideEvent - qsizegrip.html - hideEvent - (QHideEvent *hideEvent) override - - - virtual bool - eventFilter - qsizegrip.html - eventFilter - (QObject *o, QEvent *e) override - - - virtual bool - event - qsizegrip.html - event - (QEvent *event) override - - - - QSpinBox - qspinbox.html - QAbstractSpinBox - - virtual const QMetaObject * - metaObject - qspinbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qspinbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qspinbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qspinbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qspinbox.html - trUtf8 - (const char *s, const char *c, int n) - - - suffix - qspinbox.html - suffix-prop - - - - prefix - qspinbox.html - prefix-prop - - - - cleanText - qspinbox.html - cleanText-prop - - - - minimum - qspinbox.html - minimum-prop - - - - maximum - qspinbox.html - maximum-prop - - - - singleStep - qspinbox.html - singleStep-prop - - - - stepType - qspinbox.html - stepType-prop - - - - value - qspinbox.html - value-prop - - - - displayIntegerBase - qspinbox.html - displayIntegerBase-prop - - - - - QSpinBox - qspinbox.html - QSpinBox - (QWidget *parent) - - - virtual - ~QSpinBox - qspinbox.html - dtor.QSpinBox - () - - - int - value - qspinbox.html - value-prop - () const const - - - QString - prefix - qspinbox.html - prefix-prop - () const const - - - void - setPrefix - qspinbox.html - prefix-prop - (const QString &prefix) - - - QString - suffix - qspinbox.html - suffix-prop - () const const - - - void - setSuffix - qspinbox.html - suffix-prop - (const QString &suffix) - - - QString - cleanText - qspinbox.html - cleanText-prop - () const const - - - int - singleStep - qspinbox.html - singleStep-prop - () const const - - - void - setSingleStep - qspinbox.html - singleStep-prop - (int val) - - - int - minimum - qspinbox.html - minimum-prop - () const const - - - void - setMinimum - qspinbox.html - minimum-prop - (int min) - - - int - maximum - qspinbox.html - maximum-prop - () const const - - - void - setMaximum - qspinbox.html - maximum-prop - (int max) - - - void - setRange - qspinbox.html - setRange - (int minimum, int maximum) - - - QAbstractSpinBox::StepType - stepType - qspinbox.html - stepType-prop - () const const - - - void - setStepType - qspinbox.html - setStepType - (QAbstractSpinBox::StepType stepType) - - - int - displayIntegerBase - qspinbox.html - displayIntegerBase-prop - () const const - - - void - setDisplayIntegerBase - qspinbox.html - displayIntegerBase-prop - (int base) - - - virtual bool - event - qspinbox.html - event - (QEvent *event) override - - - virtual QValidator::State - validate - qspinbox.html - validate - (QString &text, int &pos) const const override - - - virtual int - valueFromText - qspinbox.html - valueFromText - (const QString &text) const const - - - virtual QString - textFromValue - qspinbox.html - textFromValue - (int value) const const - - - virtual void - fixup - qspinbox.html - fixup - (QString &input) const const override - - - void - setValue - qspinbox.html - value-prop - (int val) - - - void - valueChanged - qspinbox.html - valueChanged - (int i) - - - void - valueChanged - qspinbox.html - valueChanged-1 - (const QString &text) - - - - QDoubleSpinBox - qdoublespinbox.html - QAbstractSpinBox - - virtual const QMetaObject * - metaObject - qdoublespinbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qdoublespinbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qdoublespinbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qdoublespinbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qdoublespinbox.html - trUtf8 - (const char *s, const char *c, int n) - - - prefix - qdoublespinbox.html - prefix-prop - - - - suffix - qdoublespinbox.html - suffix-prop - - - - cleanText - qdoublespinbox.html - cleanText-prop - - - - decimals - qdoublespinbox.html - decimals-prop - - - - minimum - qdoublespinbox.html - minimum-prop - - - - maximum - qdoublespinbox.html - maximum-prop - - - - singleStep - qdoublespinbox.html - singleStep-prop - - - - stepType - qdoublespinbox.html - stepType-prop - - - - value - qdoublespinbox.html - value-prop - - - - - QDoubleSpinBox - qdoublespinbox.html - QDoubleSpinBox - (QWidget *parent) - - - virtual - ~QDoubleSpinBox - qdoublespinbox.html - dtor.QDoubleSpinBox - () - - - double - value - qdoublespinbox.html - value-prop - () const const - - - QString - prefix - qdoublespinbox.html - prefix-prop - () const const - - - void - setPrefix - qdoublespinbox.html - prefix-prop - (const QString &prefix) - - - QString - suffix - qdoublespinbox.html - suffix-prop - () const const - - - void - setSuffix - qdoublespinbox.html - suffix-prop - (const QString &suffix) - - - QString - cleanText - qdoublespinbox.html - cleanText-prop - () const const - - - double - singleStep - qdoublespinbox.html - singleStep-prop - () const const - - - void - setSingleStep - qdoublespinbox.html - singleStep-prop - (double val) - - - double - minimum - qdoublespinbox.html - minimum-prop - () const const - - - void - setMinimum - qdoublespinbox.html - minimum-prop - (double min) - - - double - maximum - qdoublespinbox.html - maximum-prop - () const const - - - void - setMaximum - qdoublespinbox.html - maximum-prop - (double max) - - - void - setRange - qdoublespinbox.html - setRange - (double minimum, double maximum) - - - QAbstractSpinBox::StepType - stepType - qdoublespinbox.html - stepType-prop - () const const - - - void - setStepType - qdoublespinbox.html - setStepType - (QAbstractSpinBox::StepType stepType) - - - int - decimals - qdoublespinbox.html - decimals-prop - () const const - - - void - setDecimals - qdoublespinbox.html - decimals-prop - (int prec) - - - virtual QValidator::State - validate - qdoublespinbox.html - validate - (QString &text, int &pos) const const override - - - virtual double - valueFromText - qdoublespinbox.html - valueFromText - (const QString &text) const const - - - virtual QString - textFromValue - qdoublespinbox.html - textFromValue - (double value) const const - - - virtual void - fixup - qdoublespinbox.html - fixup - (QString &input) const const override - - - void - setValue - qdoublespinbox.html - value-prop - (double val) - - - void - valueChanged - qdoublespinbox.html - valueChanged - (double d) - - - void - valueChanged - qdoublespinbox.html - valueChanged-1 - (const QString &text) - - - - QSplashScreen - qsplashscreen.html - QWidget - - virtual const QMetaObject * - metaObject - qsplashscreen.html - metaObject - () const const - - - virtual void * - qt_metacast - qsplashscreen.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsplashscreen.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsplashscreen.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsplashscreen.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSplashScreen - qsplashscreen.html - QSplashScreen - (const QPixmap &pixmap, Qt::WindowFlags f) - - - - QSplashScreen - qsplashscreen.html - QSplashScreen-1 - (QWidget *parent, const QPixmap &pixmap, Qt::WindowFlags f) - - - virtual - ~QSplashScreen - qsplashscreen.html - dtor.QSplashScreen - () - - - void - setPixmap - qsplashscreen.html - setPixmap - (const QPixmap &pixmap) - - - const QPixmap - pixmap - qsplashscreen.html - pixmap - () const const - - - void - finish - qsplashscreen.html - finish - (QWidget *mainWin) - - - void - repaint - qsplashscreen.html - repaint - () - - - QString - message - qsplashscreen.html - message - () const const - - - void - showMessage - qsplashscreen.html - showMessage - (const QString &message, int alignment, const QColor &color) - - - void - clearMessage - qsplashscreen.html - clearMessage - () - - - void - messageChanged - qsplashscreen.html - messageChanged - (const QString &message) - - - virtual bool - event - qsplashscreen.html - event - (QEvent *e) override - - - virtual void - drawContents - qsplashscreen.html - drawContents - (QPainter *painter) - - - virtual void - mousePressEvent - qsplashscreen.html - mousePressEvent - (QMouseEvent *) override - - - - QSplitter - qsplitter.html - QFrame - - virtual const QMetaObject * - metaObject - qsplitter.html - metaObject - () const const - - - virtual void * - qt_metacast - qsplitter.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsplitter.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsplitter.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsplitter.html - trUtf8 - (const char *s, const char *c, int n) - - - orientation - qsplitter.html - orientation-prop - - - - opaqueResize - qsplitter.html - opaqueResize-prop - - - - handleWidth - qsplitter.html - handleWidth-prop - - - - childrenCollapsible - qsplitter.html - childrenCollapsible-prop - - - - - QSplitter - qsplitter.html - QSplitter - (QWidget *parent) - - - - QSplitter - qsplitter.html - QSplitter-1 - (Qt::Orientation orientation, QWidget *parent) - - - virtual - ~QSplitter - qsplitter.html - dtor.QSplitter - () - - - void - addWidget - qsplitter.html - addWidget - (QWidget *widget) - - - void - insertWidget - qsplitter.html - insertWidget - (int index, QWidget *widget) - - - QWidget * - replaceWidget - qsplitter.html - replaceWidget - (int index, QWidget *widget) - - - void - setOrientation - qsplitter.html - orientation-prop - (Qt::Orientation ) - - - Qt::Orientation - orientation - qsplitter.html - orientation-prop - () const const - - - void - setChildrenCollapsible - qsplitter.html - childrenCollapsible-prop - (bool ) - - - bool - childrenCollapsible - qsplitter.html - childrenCollapsible-prop - () const const - - - void - setCollapsible - qsplitter.html - setCollapsible - (int index, bool collapse) - - - bool - isCollapsible - qsplitter.html - isCollapsible - (int index) const const - - - void - setOpaqueResize - qsplitter.html - opaqueResize-prop - (bool opaque) - - - bool - opaqueResize - qsplitter.html - opaqueResize-prop - () const const - - - void - refresh - qsplitter.html - refresh - () - - - virtual QSize - sizeHint - qsplitter.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qsplitter.html - minimumSizeHint - () const const override - - - QList<int> - sizes - qsplitter.html - sizes - () const const - - - void - setSizes - qsplitter.html - setSizes - (const QList<int> &list) - - - QByteArray - saveState - qsplitter.html - saveState - () const const - - - bool - restoreState - qsplitter.html - restoreState - (const QByteArray &state) - - - int - handleWidth - qsplitter.html - handleWidth-prop - () const const - - - void - setHandleWidth - qsplitter.html - handleWidth-prop - (int ) - - - int - indexOf - qsplitter.html - indexOf - (QWidget *widget) const const - - - QWidget * - widget - qsplitter.html - widget - (int index) const const - - - int - count - qsplitter.html - count - () const const - - - void - getRange - qsplitter.html - getRange - (int index, int *min, int *max) const const - - - QSplitterHandle * - handle - qsplitter.html - handle - (int index) const const - - - void - setStretchFactor - qsplitter.html - setStretchFactor - (int index, int stretch) - - - void - splitterMoved - qsplitter.html - splitterMoved - (int pos, int index) - - - virtual QSplitterHandle * - createHandle - qsplitter.html - createHandle - () - - - virtual void - childEvent - qsplitter.html - childEvent - (QChildEvent *c) override - - - virtual bool - event - qsplitter.html - event - (QEvent *e) override - - - virtual void - resizeEvent - qsplitter.html - resizeEvent - (QResizeEvent *) override - - - virtual void - changeEvent - qsplitter.html - changeEvent - (QEvent *ev) override - - - void - moveSplitter - qsplitter.html - moveSplitter - (int pos, int index) - - - void - setRubberBand - qsplitter.html - setRubberBand - (int pos) - - - int - closestLegalPosition - qsplitter.html - closestLegalPosition - (int pos, int index) - - - - QSplitterHandle - qsplitterhandle.html - QWidget - - virtual const QMetaObject * - metaObject - qsplitterhandle.html - metaObject - () const const - - - virtual void * - qt_metacast - qsplitterhandle.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsplitterhandle.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsplitterhandle.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsplitterhandle.html - trUtf8 - (const char *s, const char *c, int n) - - - - QSplitterHandle - qsplitterhandle.html - QSplitterHandle - (Qt::Orientation orientation, QSplitter *parent) - - - virtual - ~QSplitterHandle - qsplitterhandle.html - dtor.QSplitterHandle - () - - - void - setOrientation - qsplitterhandle.html - setOrientation - (Qt::Orientation orientation) - - - Qt::Orientation - orientation - qsplitterhandle.html - orientation - () const const - - - bool - opaqueResize - qsplitterhandle.html - opaqueResize - () const const - - - QSplitter * - splitter - qsplitterhandle.html - splitter - () const const - - - virtual QSize - sizeHint - qsplitterhandle.html - sizeHint - () const const override - - - virtual void - paintEvent - qsplitterhandle.html - paintEvent - (QPaintEvent *) override - - - virtual void - mouseMoveEvent - qsplitterhandle.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mousePressEvent - qsplitterhandle.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qsplitterhandle.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - resizeEvent - qsplitterhandle.html - resizeEvent - (QResizeEvent *event) override - - - virtual bool - event - qsplitterhandle.html - event - (QEvent *event) override - - - void - moveSplitter - qsplitterhandle.html - moveSplitter - (int pos) - - - int - closestLegalPosition - qsplitterhandle.html - closestLegalPosition - (int pos) - - - - QStackedLayout - qstackedlayout.html - QLayout - - virtual const QMetaObject * - metaObject - qstackedlayout.html - metaObject - () const const - - - virtual void * - qt_metacast - qstackedlayout.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstackedlayout.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstackedlayout.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstackedlayout.html - trUtf8 - (const char *s, const char *c, int n) - - - currentIndex - qstackedlayout.html - currentIndex-prop - - - - stackingMode - qstackedlayout.html - stackingMode-prop - - - - count - qstackedlayout.html - count-prop - - - - StackingMode - qstackedlayout.html - StackingMode-enum - - - StackOne - qstackedlayout.html - StackingMode-enum - - - StackAll - qstackedlayout.html - StackingMode-enum - - - - QStackedLayout - qstackedlayout.html - QStackedLayout - () - - - - QStackedLayout - qstackedlayout.html - QStackedLayout-1 - (QWidget *parent) - - - - QStackedLayout - qstackedlayout.html - QStackedLayout-2 - (QLayout *parentLayout) - - - virtual - ~QStackedLayout - qstackedlayout.html - dtor.QStackedLayout - () - - - int - addWidget - qstackedlayout.html - addWidget - (QWidget *widget) - - - int - insertWidget - qstackedlayout.html - insertWidget - (int index, QWidget *widget) - - - QWidget * - currentWidget - qstackedlayout.html - currentWidget - () const const - - - int - currentIndex - qstackedlayout.html - currentIndex-prop - () const const - - - QWidget * - widget - qstackedlayout.html - widget - (int index) const const - - - virtual int - count - qstackedlayout.html - count-prop - () const const override - - - QStackedLayout::StackingMode - stackingMode - qstackedlayout.html - stackingMode-prop - () const const - - - void - setStackingMode - qstackedlayout.html - stackingMode-prop - (QStackedLayout::StackingMode stackingMode) - - - virtual void - addItem - qstackedlayout.html - addItem - (QLayoutItem *item) override - - - virtual QSize - sizeHint - qstackedlayout.html - sizeHint - () const const override - - - virtual QSize - minimumSize - qstackedlayout.html - minimumSize - () const const override - - - virtual QLayoutItem * - itemAt - qstackedlayout.html - itemAt - (int index) const const override - - - virtual QLayoutItem * - takeAt - qstackedlayout.html - takeAt - (int index) override - - - virtual void - setGeometry - qstackedlayout.html - setGeometry - (const QRect &rect) override - - - virtual bool - hasHeightForWidth - qstackedlayout.html - hasHeightForWidth - () const const override - - - virtual int - heightForWidth - qstackedlayout.html - heightForWidth - (int width) const const override - - - void - widgetRemoved - qstackedlayout.html - widgetRemoved - (int index) - - - void - currentChanged - qstackedlayout.html - currentChanged - (int index) - - - void - setCurrentIndex - qstackedlayout.html - currentIndex-prop - (int index) - - - void - setCurrentWidget - qstackedlayout.html - setCurrentWidget - (QWidget *widget) - - - - QStackedWidget - qstackedwidget.html - QFrame - - virtual const QMetaObject * - metaObject - qstackedwidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qstackedwidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstackedwidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstackedwidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstackedwidget.html - trUtf8 - (const char *s, const char *c, int n) - - - currentIndex - qstackedwidget.html - currentIndex-prop - - - - count - qstackedwidget.html - count-prop - - - - - QStackedWidget - qstackedwidget.html - QStackedWidget - (QWidget *parent) - - - virtual - ~QStackedWidget - qstackedwidget.html - dtor.QStackedWidget - () - - - int - addWidget - qstackedwidget.html - addWidget - (QWidget *widget) - - - int - insertWidget - qstackedwidget.html - insertWidget - (int index, QWidget *widget) - - - void - removeWidget - qstackedwidget.html - removeWidget - (QWidget *widget) - - - QWidget * - currentWidget - qstackedwidget.html - currentWidget - () const const - - - int - currentIndex - qstackedwidget.html - currentIndex-prop - () const const - - - int - indexOf - qstackedwidget.html - indexOf - (QWidget *widget) const const - - - QWidget * - widget - qstackedwidget.html - widget - (int index) const const - - - int - count - qstackedwidget.html - count-prop - () const const - - - void - setCurrentIndex - qstackedwidget.html - currentIndex-prop - (int index) - - - void - setCurrentWidget - qstackedwidget.html - setCurrentWidget - (QWidget *widget) - - - void - currentChanged - qstackedwidget.html - currentChanged - (int index) - - - void - widgetRemoved - qstackedwidget.html - widgetRemoved - (int index) - - - virtual bool - event - qstackedwidget.html - event - (QEvent *e) override - - - - QStatusBar - qstatusbar.html - QWidget - - virtual const QMetaObject * - metaObject - qstatusbar.html - metaObject - () const const - - - virtual void * - qt_metacast - qstatusbar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstatusbar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstatusbar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstatusbar.html - trUtf8 - (const char *s, const char *c, int n) - - - sizeGripEnabled - qstatusbar.html - sizeGripEnabled-prop - - - - - QStatusBar - qstatusbar.html - QStatusBar - (QWidget *parent) - - - virtual - ~QStatusBar - qstatusbar.html - dtor.QStatusBar - () - - - void - addWidget - qstatusbar.html - addWidget - (QWidget *widget, int stretch) - - - int - insertWidget - qstatusbar.html - insertWidget - (int index, QWidget *widget, int stretch) - - - void - addPermanentWidget - qstatusbar.html - addPermanentWidget - (QWidget *widget, int stretch) - - - int - insertPermanentWidget - qstatusbar.html - insertPermanentWidget - (int index, QWidget *widget, int stretch) - - - void - removeWidget - qstatusbar.html - removeWidget - (QWidget *widget) - - - void - setSizeGripEnabled - qstatusbar.html - sizeGripEnabled-prop - (bool ) - - - bool - isSizeGripEnabled - qstatusbar.html - sizeGripEnabled-prop - () const const - - - QString - currentMessage - qstatusbar.html - currentMessage - () const const - - - void - showMessage - qstatusbar.html - showMessage - (const QString &message, int timeout) - - - void - clearMessage - qstatusbar.html - clearMessage - () - - - void - messageChanged - qstatusbar.html - messageChanged - (const QString &message) - - - virtual void - showEvent - qstatusbar.html - showEvent - (QShowEvent *) override - - - virtual void - paintEvent - qstatusbar.html - paintEvent - (QPaintEvent *event) override - - - virtual void - resizeEvent - qstatusbar.html - resizeEvent - (QResizeEvent *e) override - - - void - reformat - qstatusbar.html - reformat - () - - - void - hideOrShow - qstatusbar.html - hideOrShow - () - - - virtual bool - event - qstatusbar.html - event - (QEvent *e) override - - - - QStyledItemDelegate - qstyleditemdelegate.html - QAbstractItemDelegate - - virtual const QMetaObject * - metaObject - qstyleditemdelegate.html - metaObject - () const const - - - virtual void * - qt_metacast - qstyleditemdelegate.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstyleditemdelegate.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstyleditemdelegate.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstyleditemdelegate.html - trUtf8 - (const char *s, const char *c, int n) - - - - QStyledItemDelegate - qstyleditemdelegate.html - QStyledItemDelegate - (QObject *parent) - - - virtual - ~QStyledItemDelegate - qstyleditemdelegate.html - dtor.QStyledItemDelegate - () - - - virtual void - paint - qstyleditemdelegate.html - paint - (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual QSize - sizeHint - qstyleditemdelegate.html - sizeHint - (const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual QWidget * - createEditor - qstyleditemdelegate.html - createEditor - (QWidget *parent, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - virtual void - setEditorData - qstyleditemdelegate.html - setEditorData - (QWidget *editor, const QModelIndex &index) const const override - - - virtual void - setModelData - qstyleditemdelegate.html - setModelData - (QWidget *editor, QAbstractItemModel *model, const QModelIndex &index) const const override - - - virtual void - updateEditorGeometry - qstyleditemdelegate.html - updateEditorGeometry - (QWidget *editor, const QStyleOptionViewItem &option, const QModelIndex &index) const const override - - - QItemEditorFactory * - itemEditorFactory - qstyleditemdelegate.html - itemEditorFactory - () const const - - - void - setItemEditorFactory - qstyleditemdelegate.html - setItemEditorFactory - (QItemEditorFactory *factory) - - - virtual QString - displayText - qstyleditemdelegate.html - displayText - (const QVariant &value, const QLocale &locale) const const - - - virtual void - initStyleOption - qstyleditemdelegate.html - initStyleOption - (QStyleOptionViewItem *option, const QModelIndex &index) const const - - - virtual bool - eventFilter - qstyleditemdelegate.html - eventFilter - (QObject *editor, QEvent *event) override - - - virtual bool - editorEvent - qstyleditemdelegate.html - editorEvent - (QEvent *event, QAbstractItemModel *model, const QStyleOptionViewItem &option, const QModelIndex &index) override - - - - QStyleFactory - qstylefactory.html - - QStringList - keys - qstylefactory.html - keys - () - - - QStyle * - create - qstylefactory.html - create - (const QString &key) - - - - QStylePainter - qstylepainter.html - QPainter - - - QStylePainter - qstylepainter.html - QStylePainter - () - - - - QStylePainter - qstylepainter.html - QStylePainter-1 - (QWidget *widget) - - - - QStylePainter - qstylepainter.html - QStylePainter-2 - (QPaintDevice *pd, QWidget *widget) - - - bool - begin - qstylepainter.html - begin - (QWidget *widget) - - - bool - begin - qstylepainter.html - begin-1 - (QPaintDevice *pd, QWidget *widget) - - - void - drawPrimitive - qstylepainter.html - drawPrimitive - (QStyle::PrimitiveElement pe, const QStyleOption &option) - - - void - drawControl - qstylepainter.html - drawControl - (QStyle::ControlElement ce, const QStyleOption &option) - - - void - drawComplexControl - qstylepainter.html - drawComplexControl - (QStyle::ComplexControl cc, const QStyleOptionComplex &option) - - - void - drawItemText - qstylepainter.html - drawItemText - (const QRect &rect, int flags, const QPalette &pal, bool enabled, const QString &text, QPalette::ColorRole textRole) - - - void - drawItemPixmap - qstylepainter.html - drawItemPixmap - (const QRect &rect, int flags, const QPixmap &pixmap) - - - QStyle * - style - qstylepainter.html - style - () const const - - - - QStylePlugin - qstyleplugin.html - QObject - - virtual const QMetaObject * - metaObject - qstyleplugin.html - metaObject - () const const - - - virtual void * - qt_metacast - qstyleplugin.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qstyleplugin.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qstyleplugin.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qstyleplugin.html - trUtf8 - (const char *s, const char *c, int n) - - - - QStylePlugin - qstyleplugin.html - QStylePlugin - (QObject *parent) - - - virtual - ~QStylePlugin - qstyleplugin.html - dtor.QStylePlugin - () - - - virtual QStyle * - create - qstyleplugin.html - create - (const QString &key) = 0 - - - - QSystemTrayIcon - qsystemtrayicon.html - QObject - - virtual const QMetaObject * - metaObject - qsystemtrayicon.html - metaObject - () const const - - - virtual void * - qt_metacast - qsystemtrayicon.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qsystemtrayicon.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qsystemtrayicon.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qsystemtrayicon.html - trUtf8 - (const char *s, const char *c, int n) - - - toolTip - qsystemtrayicon.html - toolTip-prop - - - - icon - qsystemtrayicon.html - icon-prop - - - - visible - qsystemtrayicon.html - visible-prop - - - - - QSystemTrayIcon - qsystemtrayicon.html - QSystemTrayIcon - (QObject *parent) - - - - QSystemTrayIcon - qsystemtrayicon.html - QSystemTrayIcon-1 - (const QIcon &icon, QObject *parent) - - - virtual - ~QSystemTrayIcon - qsystemtrayicon.html - dtor.QSystemTrayIcon - () - - - ActivationReason - qsystemtrayicon.html - ActivationReason-enum - - - Unknown - qsystemtrayicon.html - ActivationReason-enum - - - Context - qsystemtrayicon.html - ActivationReason-enum - - - DoubleClick - qsystemtrayicon.html - ActivationReason-enum - - - Trigger - qsystemtrayicon.html - ActivationReason-enum - - - MiddleClick - qsystemtrayicon.html - ActivationReason-enum - - - void - setContextMenu - qsystemtrayicon.html - setContextMenu - (QMenu *menu) - - - QMenu * - contextMenu - qsystemtrayicon.html - contextMenu - () const const - - - QIcon - icon - qsystemtrayicon.html - icon-prop - () const const - - - void - setIcon - qsystemtrayicon.html - icon-prop - (const QIcon &icon) - - - QString - toolTip - qsystemtrayicon.html - toolTip-prop - () const const - - - void - setToolTip - qsystemtrayicon.html - toolTip-prop - (const QString &tip) - - - bool - isSystemTrayAvailable - qsystemtrayicon.html - isSystemTrayAvailable - () - - - bool - supportsMessages - qsystemtrayicon.html - supportsMessages - () - - - MessageIcon - qsystemtrayicon.html - MessageIcon-enum - - - NoIcon - qsystemtrayicon.html - MessageIcon-enum - - - Information - qsystemtrayicon.html - MessageIcon-enum - - - Warning - qsystemtrayicon.html - MessageIcon-enum - - - Critical - qsystemtrayicon.html - MessageIcon-enum - - - QRect - geometry - qsystemtrayicon.html - geometry - () const const - - - bool - isVisible - qsystemtrayicon.html - visible-prop - () const const - - - void - setVisible - qsystemtrayicon.html - visible-prop - (bool visible) - - - void - show - qsystemtrayicon.html - show - () - - - void - hide - qsystemtrayicon.html - hide - () - - - void - showMessage - qsystemtrayicon.html - showMessage-1 - (const QString &title, const QString &message, const QIcon &icon, int millisecondsTimeoutHint) - - - void - showMessage - qsystemtrayicon.html - showMessage - (const QString &title, const QString &message, QSystemTrayIcon::MessageIcon icon, int millisecondsTimeoutHint) - - - void - activated - qsystemtrayicon.html - activated - (QSystemTrayIcon::ActivationReason reason) - - - void - messageClicked - qsystemtrayicon.html - messageClicked - () - - - virtual bool - event - qsystemtrayicon.html - event - (QEvent *e) override - - - - QTableView - qtableview.html - QAbstractItemView - - virtual const QMetaObject * - metaObject - qtableview.html - metaObject - () const const - - - virtual void * - qt_metacast - qtableview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtableview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtableview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtableview.html - trUtf8 - (const char *s, const char *c, int n) - - - showGrid - qtableview.html - showGrid-prop - - - - gridStyle - qtableview.html - gridStyle-prop - - - - sortingEnabled - qtableview.html - sortingEnabled-prop - - - - wordWrap - qtableview.html - wordWrap-prop - - - - cornerButtonEnabled - qtableview.html - cornerButtonEnabled-prop - - - - - QTableView - qtableview.html - QTableView - (QWidget *parent) - - - virtual - ~QTableView - qtableview.html - dtor.QTableView - () - - - virtual void - setModel - qtableview.html - setModel - (QAbstractItemModel *model) override - - - virtual void - setRootIndex - qtableview.html - setRootIndex - (const QModelIndex &index) override - - - virtual void - setSelectionModel - qtableview.html - setSelectionModel - (QItemSelectionModel *selectionModel) override - - - QHeaderView * - horizontalHeader - qtableview.html - horizontalHeader - () const const - - - QHeaderView * - verticalHeader - qtableview.html - verticalHeader - () const const - - - void - setHorizontalHeader - qtableview.html - setHorizontalHeader - (QHeaderView *header) - - - void - setVerticalHeader - qtableview.html - setVerticalHeader - (QHeaderView *header) - - - int - rowViewportPosition - qtableview.html - rowViewportPosition - (int row) const const - - - int - rowAt - qtableview.html - rowAt - (int y) const const - - - void - setRowHeight - qtableview.html - setRowHeight - (int row, int height) - - - int - rowHeight - qtableview.html - rowHeight - (int row) const const - - - int - columnViewportPosition - qtableview.html - columnViewportPosition - (int column) const const - - - int - columnAt - qtableview.html - columnAt - (int x) const const - - - void - setColumnWidth - qtableview.html - setColumnWidth - (int column, int width) - - - int - columnWidth - qtableview.html - columnWidth - (int column) const const - - - bool - isRowHidden - qtableview.html - isRowHidden - (int row) const const - - - void - setRowHidden - qtableview.html - setRowHidden - (int row, bool hide) - - - bool - isColumnHidden - qtableview.html - isColumnHidden - (int column) const const - - - void - setColumnHidden - qtableview.html - setColumnHidden - (int column, bool hide) - - - void - setSortingEnabled - qtableview.html - setSortingEnabled - (bool enable) - - - bool - isSortingEnabled - qtableview.html - sortingEnabled-prop - () const const - - - bool - showGrid - qtableview.html - showGrid-prop - () const const - - - Qt::PenStyle - gridStyle - qtableview.html - gridStyle-prop - () const const - - - void - setGridStyle - qtableview.html - gridStyle-prop - (Qt::PenStyle style) - - - void - setWordWrap - qtableview.html - wordWrap-prop - (bool on) - - - bool - wordWrap - qtableview.html - wordWrap-prop - () const const - - - void - setCornerButtonEnabled - qtableview.html - cornerButtonEnabled-prop - (bool enable) - - - bool - isCornerButtonEnabled - qtableview.html - cornerButtonEnabled-prop - () const const - - - virtual QModelIndex - indexAt - qtableview.html - indexAt - (const QPoint &pos) const const override - - - void - setSpan - qtableview.html - setSpan - (int row, int column, int rowSpanCount, int columnSpanCount) - - - int - rowSpan - qtableview.html - rowSpan - (int row, int column) const const - - - int - columnSpan - qtableview.html - columnSpan - (int row, int column) const const - - - void - clearSpans - qtableview.html - clearSpans - () - - - void - sortByColumn - qtableview.html - sortByColumn - (int column, Qt::SortOrder order) - - - void - selectRow - qtableview.html - selectRow - (int row) - - - void - selectColumn - qtableview.html - selectColumn - (int column) - - - void - hideRow - qtableview.html - hideRow - (int row) - - - void - hideColumn - qtableview.html - hideColumn - (int column) - - - void - showRow - qtableview.html - showRow - (int row) - - - void - showColumn - qtableview.html - showColumn - (int column) - - - void - resizeRowToContents - qtableview.html - resizeRowToContents - (int row) - - - void - resizeRowsToContents - qtableview.html - resizeRowsToContents - () - - - void - resizeColumnToContents - qtableview.html - resizeColumnToContents - (int column) - - - void - resizeColumnsToContents - qtableview.html - resizeColumnsToContents - () - - - void - sortByColumn - qtableview-obsolete.html - sortByColumn-1 - (int column) - - - void - setShowGrid - qtableview.html - showGrid-prop - (bool show) - - - void - rowMoved - qtableview.html - rowMoved - (int row, int oldIndex, int newIndex) - - - void - columnMoved - qtableview.html - columnMoved - (int column, int oldIndex, int newIndex) - - - void - rowResized - qtableview.html - rowResized - (int row, int oldHeight, int newHeight) - - - void - columnResized - qtableview.html - columnResized - (int column, int oldWidth, int newWidth) - - - void - rowCountChanged - qtableview.html - rowCountChanged - (int oldCount, int newCount) - - - void - columnCountChanged - qtableview.html - columnCountChanged - (int oldCount, int newCount) - - - virtual QStyleOptionViewItem - viewOptions - qtableview.html - viewOptions - () const const override - - - virtual void - paintEvent - qtableview.html - paintEvent - (QPaintEvent *event) override - - - virtual void - timerEvent - qtableview.html - timerEvent - (QTimerEvent *event) override - - - virtual int - horizontalOffset - qtableview.html - horizontalOffset - () const const override - - - virtual int - verticalOffset - qtableview.html - verticalOffset - () const const override - - - virtual QModelIndex - moveCursor - qtableview.html - moveCursor - (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override - - - virtual void - setSelection - qtableview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags flags) override - - - virtual QModelIndexList - selectedIndexes - qtableview.html - selectedIndexes - () const const override - - - virtual void - updateGeometries - qtableview.html - updateGeometries - () override - - - virtual QSize - viewportSizeHint - qtableview.html - viewportSizeHint - () const const override - - - virtual int - sizeHintForRow - qtableview.html - sizeHintForRow - (int row) const const override - - - virtual int - sizeHintForColumn - qtableview.html - sizeHintForColumn - (int column) const const override - - - virtual bool - isIndexHidden - qtableview.html - isIndexHidden - (const QModelIndex &index) const const override - - - virtual void - selectionChanged - qtableview.html - selectionChanged - (const QItemSelection &selected, const QItemSelection &deselected) override - - - virtual void - currentChanged - qtableview.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) override - - - - QTableWidgetSelectionRange - qtablewidgetselectionrange.html - - - QTableWidgetSelectionRange - qtablewidgetselectionrange.html - QTableWidgetSelectionRange - () - - - - QTableWidgetSelectionRange - qtablewidgetselectionrange.html - QTableWidgetSelectionRange-1 - (int top, int left, int bottom, int right) - - - - QTableWidgetSelectionRange - qtablewidgetselectionrange.html - QTableWidgetSelectionRange-2 - (const QTableWidgetSelectionRange &other) - - - - ~QTableWidgetSelectionRange - qtablewidgetselectionrange.html - dtor.QTableWidgetSelectionRange - () - - - int - topRow - qtablewidgetselectionrange.html - topRow - () const const - - - int - bottomRow - qtablewidgetselectionrange.html - bottomRow - () const const - - - int - leftColumn - qtablewidgetselectionrange.html - leftColumn - () const const - - - int - rightColumn - qtablewidgetselectionrange.html - rightColumn - () const const - - - int - rowCount - qtablewidgetselectionrange.html - rowCount - () const const - - - int - columnCount - qtablewidgetselectionrange.html - columnCount - () const const - - - - QTableWidgetItem - qtablewidgetitem.html - - ItemType - qtablewidgetitem.html - ItemType-enum - - - Type - qtablewidgetitem.html - ItemType-enum - - - UserType - qtablewidgetitem.html - ItemType-enum - - - - QTableWidgetItem - qtablewidgetitem.html - QTableWidgetItem - (int type) - - - - QTableWidgetItem - qtablewidgetitem.html - QTableWidgetItem-1 - (const QString &text, int type) - - - - QTableWidgetItem - qtablewidgetitem.html - QTableWidgetItem-2 - (const QIcon &icon, const QString &text, int type) - - - - QTableWidgetItem - qtablewidgetitem.html - QTableWidgetItem-3 - (const QTableWidgetItem &other) - - - virtual - ~QTableWidgetItem - qtablewidgetitem.html - dtor.QTableWidgetItem - () - - - virtual QTableWidgetItem * - clone - qtablewidgetitem.html - clone - () const const - - - QTableWidget * - tableWidget - qtablewidgetitem.html - tableWidget - () const const - - - int - row - qtablewidgetitem.html - row - () const const - - - int - column - qtablewidgetitem.html - column - () const const - - - void - setSelected - qtablewidgetitem.html - setSelected - (bool select) - - - bool - isSelected - qtablewidgetitem.html - isSelected - () const const - - - Qt::ItemFlags - flags - qtablewidgetitem.html - flags - () const const - - - void - setFlags - qtablewidgetitem.html - setFlags - (Qt::ItemFlags flags) - - - QString - text - qtablewidgetitem.html - text - () const const - - - void - setText - qtablewidgetitem.html - setText - (const QString &text) - - - QIcon - icon - qtablewidgetitem.html - icon - () const const - - - void - setIcon - qtablewidgetitem.html - setIcon - (const QIcon &icon) - - - QString - statusTip - qtablewidgetitem.html - statusTip - () const const - - - void - setStatusTip - qtablewidgetitem.html - setStatusTip - (const QString &statusTip) - - - QString - toolTip - qtablewidgetitem.html - toolTip - () const const - - - void - setToolTip - qtablewidgetitem.html - setToolTip - (const QString &toolTip) - - - QString - whatsThis - qtablewidgetitem.html - whatsThis - () const const - - - void - setWhatsThis - qtablewidgetitem.html - setWhatsThis - (const QString &whatsThis) - - - QFont - font - qtablewidgetitem.html - font - () const const - - - void - setFont - qtablewidgetitem.html - setFont - (const QFont &font) - - - int - textAlignment - qtablewidgetitem.html - textAlignment - () const const - - - void - setTextAlignment - qtablewidgetitem.html - setTextAlignment - (int alignment) - - - QColor - backgroundColor - qtablewidgetitem-obsolete.html - backgroundColor - () const const - - - void - setBackgroundColor - qtablewidgetitem-obsolete.html - setBackgroundColor - (const QColor &color) - - - QBrush - background - qtablewidgetitem.html - background - () const const - - - void - setBackground - qtablewidgetitem.html - setBackground - (const QBrush &brush) - - - QColor - textColor - qtablewidgetitem-obsolete.html - textColor - () const const - - - void - setTextColor - qtablewidgetitem-obsolete.html - setTextColor - (const QColor &color) - - - QBrush - foreground - qtablewidgetitem.html - foreground - () const const - - - void - setForeground - qtablewidgetitem.html - setForeground - (const QBrush &brush) - - - Qt::CheckState - checkState - qtablewidgetitem.html - checkState - () const const - - - void - setCheckState - qtablewidgetitem.html - setCheckState - (Qt::CheckState state) - - - QSize - sizeHint - qtablewidgetitem.html - sizeHint - () const const - - - void - setSizeHint - qtablewidgetitem.html - setSizeHint - (const QSize &size) - - - virtual QVariant - data - qtablewidgetitem.html - data - (int role) const const - - - virtual void - setData - qtablewidgetitem.html - setData - (int role, const QVariant &value) - - - virtual bool - operator< - qtablewidgetitem.html - operator-lt - (const QTableWidgetItem &other) const const - - - virtual void - read - qtablewidgetitem.html - read - (QDataStream &in) - - - virtual void - write - qtablewidgetitem.html - write - (QDataStream &out) const const - - - QTableWidgetItem & - operator= - qtablewidgetitem.html - operator-eq - (const QTableWidgetItem &other) - - - int - type - qtablewidgetitem.html - type - () const const - - - - QTableWidget - qtablewidget.html - QTableView - - virtual const QMetaObject * - metaObject - qtablewidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qtablewidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtablewidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtablewidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtablewidget.html - trUtf8 - (const char *s, const char *c, int n) - - - rowCount - qtablewidget.html - rowCount-prop - - - - columnCount - qtablewidget.html - columnCount-prop - - - - - QTableWidget - qtablewidget.html - QTableWidget - (QWidget *parent) - - - - QTableWidget - qtablewidget.html - QTableWidget-1 - (int rows, int columns, QWidget *parent) - - - virtual - ~QTableWidget - qtablewidget.html - dtor.QTableWidget - () - - - void - setRowCount - qtablewidget.html - setRowCount - (int rows) - - - int - rowCount - qtablewidget.html - rowCount - () const const - - - void - setColumnCount - qtablewidget.html - setColumnCount - (int columns) - - - int - columnCount - qtablewidget.html - columnCount - () const const - - - int - row - qtablewidget.html - row - (const QTableWidgetItem *item) const const - - - int - column - qtablewidget.html - column - (const QTableWidgetItem *item) const const - - - QTableWidgetItem * - item - qtablewidget.html - item - (int row, int column) const const - - - void - setItem - qtablewidget.html - setItem - (int row, int column, QTableWidgetItem *item) - - - QTableWidgetItem * - takeItem - qtablewidget.html - takeItem - (int row, int column) - - - QTableWidgetItem * - verticalHeaderItem - qtablewidget.html - verticalHeaderItem - (int row) const const - - - void - setVerticalHeaderItem - qtablewidget.html - setVerticalHeaderItem - (int row, QTableWidgetItem *item) - - - QTableWidgetItem * - takeVerticalHeaderItem - qtablewidget.html - takeVerticalHeaderItem - (int row) - - - QTableWidgetItem * - horizontalHeaderItem - qtablewidget.html - horizontalHeaderItem - (int column) const const - - - void - setHorizontalHeaderItem - qtablewidget.html - setHorizontalHeaderItem - (int column, QTableWidgetItem *item) - - - QTableWidgetItem * - takeHorizontalHeaderItem - qtablewidget.html - takeHorizontalHeaderItem - (int column) - - - void - setVerticalHeaderLabels - qtablewidget.html - setVerticalHeaderLabels - (const QStringList &labels) - - - void - setHorizontalHeaderLabels - qtablewidget.html - setHorizontalHeaderLabels - (const QStringList &labels) - - - int - currentRow - qtablewidget.html - currentRow - () const const - - - int - currentColumn - qtablewidget.html - currentColumn - () const const - - - QTableWidgetItem * - currentItem - qtablewidget.html - currentItem - () const const - - - void - setCurrentItem - qtablewidget.html - setCurrentItem - (QTableWidgetItem *item) - - - void - setCurrentItem - qtablewidget.html - setCurrentItem-1 - (QTableWidgetItem *item, QItemSelectionModel::SelectionFlags command) - - - void - setCurrentCell - qtablewidget.html - setCurrentCell - (int row, int column) - - - void - setCurrentCell - qtablewidget.html - setCurrentCell-1 - (int row, int column, QItemSelectionModel::SelectionFlags command) - - - void - sortItems - qtablewidget.html - sortItems - (int column, Qt::SortOrder order) - - - void - editItem - qtablewidget.html - editItem - (QTableWidgetItem *item) - - - void - openPersistentEditor - qtablewidget.html - openPersistentEditor - (QTableWidgetItem *item) - - - void - closePersistentEditor - qtablewidget.html - closePersistentEditor - (QTableWidgetItem *item) - - - bool - isPersistentEditorOpen - qtablewidget.html - isPersistentEditorOpen - (QTableWidgetItem *item) const const - - - QWidget * - cellWidget - qtablewidget.html - cellWidget - (int row, int column) const const - - - void - setCellWidget - qtablewidget.html - setCellWidget - (int row, int column, QWidget *widget) - - - void - removeCellWidget - qtablewidget.html - removeCellWidget - (int row, int column) - - - bool - isItemSelected - qtablewidget-obsolete.html - isItemSelected - (const QTableWidgetItem *item) const const - - - void - setItemSelected - qtablewidget-obsolete.html - setItemSelected - (const QTableWidgetItem *item, bool select) - - - void - setRangeSelected - qtablewidget.html - setRangeSelected - (const QTableWidgetSelectionRange &range, bool select) - - - QList<QTableWidgetSelectionRange> - selectedRanges - qtablewidget.html - selectedRanges - () const const - - - QList<QTableWidgetItem *> - selectedItems - qtablewidget.html - selectedItems - () const const - - - QList<QTableWidgetItem *> - findItems - qtablewidget.html - findItems - (const QString &text, Qt::MatchFlags flags) const const - - - int - visualRow - qtablewidget.html - visualRow - (int logicalRow) const const - - - int - visualColumn - qtablewidget.html - visualColumn - (int logicalColumn) const const - - - QTableWidgetItem * - itemAt - qtablewidget.html - itemAt - (const QPoint &point) const const - - - QTableWidgetItem * - itemAt - qtablewidget.html - itemAt-1 - (int ax, int ay) const const - - - QRect - visualItemRect - qtablewidget.html - visualItemRect - (const QTableWidgetItem *item) const const - - - const QTableWidgetItem * - itemPrototype - qtablewidget.html - itemPrototype - () const const - - - void - setItemPrototype - qtablewidget.html - setItemPrototype - (const QTableWidgetItem *item) - - - void - scrollToItem - qtablewidget.html - scrollToItem - (const QTableWidgetItem *item, QAbstractItemView::ScrollHint hint) - - - void - insertRow - qtablewidget.html - insertRow - (int row) - - - void - insertColumn - qtablewidget.html - insertColumn - (int column) - - - void - removeRow - qtablewidget.html - removeRow - (int row) - - - void - removeColumn - qtablewidget.html - removeColumn - (int column) - - - void - clear - qtablewidget.html - clear - () - - - void - clearContents - qtablewidget.html - clearContents - () - - - void - itemPressed - qtablewidget.html - itemPressed - (QTableWidgetItem *item) - - - void - itemClicked - qtablewidget.html - itemClicked - (QTableWidgetItem *item) - - - void - itemDoubleClicked - qtablewidget.html - itemDoubleClicked - (QTableWidgetItem *item) - - - void - itemActivated - qtablewidget.html - itemActivated - (QTableWidgetItem *item) - - - void - itemEntered - qtablewidget.html - itemEntered - (QTableWidgetItem *item) - - - void - itemChanged - qtablewidget.html - itemChanged - (QTableWidgetItem *item) - - - void - currentItemChanged - qtablewidget.html - currentItemChanged - (QTableWidgetItem *current, QTableWidgetItem *previous) - - - void - itemSelectionChanged - qtablewidget.html - itemSelectionChanged - () - - - void - cellPressed - qtablewidget.html - cellPressed - (int row, int column) - - - void - cellClicked - qtablewidget.html - cellClicked - (int row, int column) - - - void - cellDoubleClicked - qtablewidget.html - cellDoubleClicked - (int row, int column) - - - void - cellActivated - qtablewidget.html - cellActivated - (int row, int column) - - - void - cellEntered - qtablewidget.html - cellEntered - (int row, int column) - - - void - cellChanged - qtablewidget.html - cellChanged - (int row, int column) - - - void - currentCellChanged - qtablewidget.html - currentCellChanged - (int currentRow, int currentColumn, int previousRow, int previousColumn) - - - virtual bool - event - qtablewidget.html - event - (QEvent *e) override - - - virtual QStringList - mimeTypes - qtablewidget.html - mimeTypes - () const const - - - virtual QMimeData * - mimeData - qtablewidget.html - mimeData - (const QList<QTableWidgetItem *> items) const const - - - virtual bool - dropMimeData - qtablewidget.html - dropMimeData - (int row, int column, const QMimeData *data, Qt::DropAction action) - - - virtual Qt::DropActions - supportedDropActions - qtablewidget.html - supportedDropActions - () const const - - - QList<QTableWidgetItem *> - items - qtablewidget.html - items - (const QMimeData *data) const const - - - QModelIndex - indexFromItem - qtablewidget.html - indexFromItem - (const QTableWidgetItem *item) const const - - - QTableWidgetItem * - itemFromIndex - qtablewidget.html - itemFromIndex - (const QModelIndex &index) const const - - - virtual void - dropEvent - qtablewidget.html - dropEvent - (QDropEvent *event) override - - - - QTextBrowser - qtextbrowser.html - QTextEdit - - virtual const QMetaObject * - metaObject - qtextbrowser.html - metaObject - () const const - - - virtual void * - qt_metacast - qtextbrowser.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtextbrowser.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtextbrowser.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtextbrowser.html - trUtf8 - (const char *s, const char *c, int n) - - - source - qtextbrowser.html - source-prop - - - - modified - qtextbrowser.html - modified-prop - - - - readOnly - qtextbrowser.html - readOnly-prop - - - - undoRedoEnabled - qtextbrowser.html - undoRedoEnabled-prop - - - - searchPaths - qtextbrowser.html - searchPaths-prop - - - - openExternalLinks - qtextbrowser.html - openExternalLinks-prop - - - - openLinks - qtextbrowser.html - openLinks-prop - - - - - QTextBrowser - qtextbrowser.html - QTextBrowser - (QWidget *parent) - - - QUrl - source - qtextbrowser.html - source-prop - () const const - - - QStringList - searchPaths - qtextbrowser.html - searchPaths-prop - () const const - - - void - setSearchPaths - qtextbrowser.html - searchPaths-prop - (const QStringList &paths) - - - virtual QVariant - loadResource - qtextbrowser.html - loadResource - (int type, const QUrl &name) override - - - bool - isBackwardAvailable - qtextbrowser.html - isBackwardAvailable - () const const - - - bool - isForwardAvailable - qtextbrowser.html - isForwardAvailable - () const const - - - void - clearHistory - qtextbrowser.html - clearHistory - () - - - QString - historyTitle - qtextbrowser.html - historyTitle - (int i) const const - - - QUrl - historyUrl - qtextbrowser.html - historyUrl - (int i) const const - - - int - backwardHistoryCount - qtextbrowser.html - backwardHistoryCount - () const const - - - int - forwardHistoryCount - qtextbrowser.html - forwardHistoryCount - () const const - - - bool - openExternalLinks - qtextbrowser.html - openExternalLinks-prop - () const const - - - void - setOpenExternalLinks - qtextbrowser.html - openExternalLinks-prop - (bool open) - - - bool - openLinks - qtextbrowser.html - openLinks-prop - () const const - - - void - setOpenLinks - qtextbrowser.html - openLinks-prop - (bool open) - - - virtual void - setSource - qtextbrowser.html - source-prop - (const QUrl &name) - - - virtual void - backward - qtextbrowser.html - backward - () - - - virtual void - forward - qtextbrowser.html - forward - () - - - virtual void - home - qtextbrowser.html - home - () - - - virtual void - reload - qtextbrowser.html - reload - () - - - void - backwardAvailable - qtextbrowser.html - backwardAvailable - (bool available) - - - void - forwardAvailable - qtextbrowser.html - forwardAvailable - (bool available) - - - void - historyChanged - qtextbrowser.html - historyChanged - () - - - void - sourceChanged - qtextbrowser.html - sourceChanged - (const QUrl &src) - - - void - highlighted - qtextbrowser.html - highlighted - (const QUrl &link) - - - void - highlighted - qtextbrowser.html - highlighted-1 - (const QString &link) - - - void - anchorClicked - qtextbrowser.html - anchorClicked - (const QUrl &link) - - - virtual bool - event - qtextbrowser.html - event - (QEvent *e) override - - - virtual void - keyPressEvent - qtextbrowser.html - keyPressEvent - (QKeyEvent *ev) override - - - virtual void - mouseMoveEvent - qtextbrowser.html - mouseMoveEvent - (QMouseEvent *e) override - - - virtual void - mousePressEvent - qtextbrowser.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qtextbrowser.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - focusOutEvent - qtextbrowser.html - focusOutEvent - (QFocusEvent *ev) override - - - virtual bool - focusNextPrevChild - qtextbrowser.html - focusNextPrevChild - (bool next) override - - - virtual void - paintEvent - qtextbrowser.html - paintEvent - (QPaintEvent *e) override - - - - QToolBar - qtoolbar.html - QWidget - - virtual const QMetaObject * - metaObject - qtoolbar.html - metaObject - () const const - - - virtual void * - qt_metacast - qtoolbar.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtoolbar.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtoolbar.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtoolbar.html - trUtf8 - (const char *s, const char *c, int n) - - - movable - qtoolbar.html - movable-prop - - - - allowedAreas - qtoolbar.html - allowedAreas-prop - - - - orientation - qtoolbar.html - orientation-prop - - - - iconSize - qtoolbar.html - iconSize-prop - - - - toolButtonStyle - qtoolbar.html - toolButtonStyle-prop - - - - floating - qtoolbar.html - floating-prop - - - - floatable - qtoolbar.html - floatable-prop - - - - - QToolBar - qtoolbar.html - QToolBar - (const QString &title, QWidget *parent) - - - - QToolBar - qtoolbar.html - QToolBar-1 - (QWidget *parent) - - - virtual - ~QToolBar - qtoolbar.html - dtor.QToolBar - () - - - void - setMovable - qtoolbar.html - movable-prop - (bool movable) - - - bool - isMovable - qtoolbar.html - movable-prop - () const const - - - void - setAllowedAreas - qtoolbar.html - allowedAreas-prop - (Qt::ToolBarAreas areas) - - - Qt::ToolBarAreas - allowedAreas - qtoolbar.html - allowedAreas-prop - () const const - - - bool - isAreaAllowed - qtoolbar.html - isAreaAllowed - (Qt::ToolBarArea area) const const - - - void - setOrientation - qtoolbar.html - orientation-prop - (Qt::Orientation orientation) - - - Qt::Orientation - orientation - qtoolbar.html - orientation-prop - () const const - - - void - clear - qtoolbar.html - clear - () - - - QAction * - addAction - qtoolbar.html - addAction - (const QString &text) - - - QAction * - addAction - qtoolbar.html - addAction-1 - (const QIcon &icon, const QString &text) - - - QAction * - addAction - qtoolbar.html - addAction-2 - (const QString &text, const QObject *receiver, const char *member) - - - QAction * - addAction - qtoolbar.html - addAction-3 - (const QIcon &icon, const QString &text, const QObject *receiver, const char *member) - - - QAction * - addAction - qtoolbar.html - addAction-4 - (const QString &text, const QObject *receiver, PointerToMemberFunction method) - - - QAction * - addAction - qtoolbar.html - addAction-5 - (const QString &text, Functor functor) - - - QAction * - addAction - qtoolbar.html - addAction-6 - (const QString &text, const QObject *context, Functor functor) - - - QAction * - addAction - qtoolbar.html - addAction-7 - (const QIcon &icon, const QString &text, const QObject *receiver, PointerToMemberFunction method) - - - QAction * - addAction - qtoolbar.html - addAction-8 - (const QIcon &icon, const QString &text, Functor functor) - - - QAction * - addAction - qtoolbar.html - addAction-9 - (const QIcon &icon, const QString &text, const QObject *context, Functor functor) - - - QAction * - addSeparator - qtoolbar.html - addSeparator - () - - - QAction * - insertSeparator - qtoolbar.html - insertSeparator - (QAction *before) - - - QAction * - addWidget - qtoolbar.html - addWidget - (QWidget *widget) - - - QAction * - insertWidget - qtoolbar.html - insertWidget - (QAction *before, QWidget *widget) - - - QAction * - actionAt - qtoolbar.html - actionAt - (const QPoint &p) const const - - - QAction * - actionAt - qtoolbar.html - actionAt-1 - (int x, int y) const const - - - QAction * - toggleViewAction - qtoolbar.html - toggleViewAction - () const const - - - QSize - iconSize - qtoolbar.html - iconSize-prop - () const const - - - Qt::ToolButtonStyle - toolButtonStyle - qtoolbar.html - toolButtonStyle-prop - () const const - - - QWidget * - widgetForAction - qtoolbar.html - widgetForAction - (QAction *action) const const - - - bool - isFloatable - qtoolbar.html - floatable-prop - () const const - - - void - setFloatable - qtoolbar.html - floatable-prop - (bool floatable) - - - bool - isFloating - qtoolbar.html - floating-prop - () const const - - - void - setIconSize - qtoolbar.html - iconSize-prop - (const QSize &iconSize) - - - void - setToolButtonStyle - qtoolbar.html - toolButtonStyle-prop - (Qt::ToolButtonStyle toolButtonStyle) - - - void - actionTriggered - qtoolbar.html - actionTriggered - (QAction *action) - - - void - movableChanged - qtoolbar.html - movableChanged - (bool movable) - - - void - allowedAreasChanged - qtoolbar.html - allowedAreasChanged - (Qt::ToolBarAreas allowedAreas) - - - void - orientationChanged - qtoolbar.html - orientationChanged - (Qt::Orientation orientation) - - - void - iconSizeChanged - qtoolbar.html - iconSizeChanged - (const QSize &iconSize) - - - void - toolButtonStyleChanged - qtoolbar.html - toolButtonStyleChanged - (Qt::ToolButtonStyle toolButtonStyle) - - - void - topLevelChanged - qtoolbar.html - topLevelChanged - (bool topLevel) - - - void - visibilityChanged - qtoolbar.html - visibilityChanged - (bool visible) - - - virtual void - actionEvent - qtoolbar.html - actionEvent - (QActionEvent *event) override - - - virtual void - changeEvent - qtoolbar.html - changeEvent - (QEvent *event) override - - - virtual void - paintEvent - qtoolbar.html - paintEvent - (QPaintEvent *event) override - - - virtual bool - event - qtoolbar.html - event - (QEvent *event) override - - - - QToolBox - qtoolbox.html - QFrame - - virtual const QMetaObject * - metaObject - qtoolbox.html - metaObject - () const const - - - virtual void * - qt_metacast - qtoolbox.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtoolbox.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtoolbox.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtoolbox.html - trUtf8 - (const char *s, const char *c, int n) - - - currentIndex - qtoolbox.html - currentIndex-prop - - - - count - qtoolbox.html - count-prop - - - - - QToolBox - qtoolbox.html - QToolBox - (QWidget *parent, Qt::WindowFlags f) - - - virtual - ~QToolBox - qtoolbox.html - dtor.QToolBox - () - - - int - addItem - qtoolbox.html - addItem-1 - (QWidget *w, const QString &text) - - - int - addItem - qtoolbox.html - addItem - (QWidget *widget, const QIcon &iconSet, const QString &text) - - - int - insertItem - qtoolbox.html - insertItem-1 - (int index, QWidget *widget, const QString &text) - - - int - insertItem - qtoolbox.html - insertItem - (int index, QWidget *widget, const QIcon &icon, const QString &text) - - - void - removeItem - qtoolbox.html - removeItem - (int index) - - - void - setItemEnabled - qtoolbox.html - setItemEnabled - (int index, bool enabled) - - - bool - isItemEnabled - qtoolbox.html - isItemEnabled - (int index) const const - - - void - setItemText - qtoolbox.html - setItemText - (int index, const QString &text) - - - QString - itemText - qtoolbox.html - itemText - (int index) const const - - - void - setItemIcon - qtoolbox.html - setItemIcon - (int index, const QIcon &icon) - - - QIcon - itemIcon - qtoolbox.html - itemIcon - (int index) const const - - - void - setItemToolTip - qtoolbox.html - setItemToolTip - (int index, const QString &toolTip) - - - QString - itemToolTip - qtoolbox.html - itemToolTip - (int index) const const - - - int - currentIndex - qtoolbox.html - currentIndex-prop - () const const - - - QWidget * - currentWidget - qtoolbox.html - currentWidget - () const const - - - QWidget * - widget - qtoolbox.html - widget - (int index) const const - - - int - indexOf - qtoolbox.html - indexOf - (QWidget *widget) const const - - - int - count - qtoolbox.html - count-prop - () const const - - - void - setCurrentIndex - qtoolbox.html - currentIndex-prop - (int index) - - - void - setCurrentWidget - qtoolbox.html - setCurrentWidget - (QWidget *widget) - - - void - currentChanged - qtoolbox.html - currentChanged - (int index) - - - virtual bool - event - qtoolbox.html - event - (QEvent *e) override - - - virtual void - itemInserted - qtoolbox.html - itemInserted - (int index) - - - virtual void - itemRemoved - qtoolbox.html - itemRemoved - (int index) - - - virtual void - showEvent - qtoolbox.html - showEvent - (QShowEvent *e) override - - - virtual void - changeEvent - qtoolbox.html - changeEvent - (QEvent *ev) override - - - - QToolButton - qtoolbutton.html - QAbstractButton - - virtual const QMetaObject * - metaObject - qtoolbutton.html - metaObject - () const const - - - virtual void * - qt_metacast - qtoolbutton.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtoolbutton.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtoolbutton.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtoolbutton.html - trUtf8 - (const char *s, const char *c, int n) - - - popupMode - qtoolbutton.html - popupMode-prop - - - - toolButtonStyle - qtoolbutton.html - toolButtonStyle-prop - - - - autoRaise - qtoolbutton.html - autoRaise-prop - - - - arrowType - qtoolbutton.html - arrowType-prop - - - - ToolButtonPopupMode - qtoolbutton.html - ToolButtonPopupMode-enum - - - DelayedPopup - qtoolbutton.html - ToolButtonPopupMode-enum - - - MenuButtonPopup - qtoolbutton.html - ToolButtonPopupMode-enum - - - InstantPopup - qtoolbutton.html - ToolButtonPopupMode-enum - - - - QToolButton - qtoolbutton.html - QToolButton - (QWidget *parent) - - - virtual - ~QToolButton - qtoolbutton.html - dtor.QToolButton - () - - - virtual QSize - sizeHint - qtoolbutton.html - sizeHint - () const const override - - - virtual QSize - minimumSizeHint - qtoolbutton.html - minimumSizeHint - () const const override - - - Qt::ToolButtonStyle - toolButtonStyle - qtoolbutton.html - toolButtonStyle-prop - () const const - - - Qt::ArrowType - arrowType - qtoolbutton.html - arrowType-prop - () const const - - - void - setArrowType - qtoolbutton.html - arrowType-prop - (Qt::ArrowType type) - - - void - setMenu - qtoolbutton.html - setMenu - (QMenu *menu) - - - QMenu * - menu - qtoolbutton.html - menu - () const const - - - void - setPopupMode - qtoolbutton.html - popupMode-prop - (QToolButton::ToolButtonPopupMode mode) - - - QToolButton::ToolButtonPopupMode - popupMode - qtoolbutton.html - popupMode-prop - () const const - - - QAction * - defaultAction - qtoolbutton.html - defaultAction - () const const - - - void - setAutoRaise - qtoolbutton.html - autoRaise-prop - (bool enable) - - - bool - autoRaise - qtoolbutton.html - autoRaise-prop - () const const - - - void - showMenu - qtoolbutton.html - showMenu - () - - - void - setToolButtonStyle - qtoolbutton.html - toolButtonStyle-prop - (Qt::ToolButtonStyle style) - - - void - setDefaultAction - qtoolbutton.html - setDefaultAction - (QAction *action) - - - void - triggered - qtoolbutton.html - triggered - (QAction *action) - - - virtual bool - event - qtoolbutton.html - event - (QEvent *event) override - - - virtual void - mousePressEvent - qtoolbutton.html - mousePressEvent - (QMouseEvent *e) override - - - virtual void - mouseReleaseEvent - qtoolbutton.html - mouseReleaseEvent - (QMouseEvent *e) override - - - virtual void - paintEvent - qtoolbutton.html - paintEvent - (QPaintEvent *event) override - - - virtual void - actionEvent - qtoolbutton.html - actionEvent - (QActionEvent *event) override - - - virtual void - enterEvent - qtoolbutton.html - enterEvent - (QEvent *e) override - - - virtual void - leaveEvent - qtoolbutton.html - leaveEvent - (QEvent *e) override - - - virtual void - timerEvent - qtoolbutton.html - timerEvent - (QTimerEvent *e) override - - - virtual void - changeEvent - qtoolbutton.html - changeEvent - (QEvent *e) override - - - virtual bool - hitButton - qtoolbutton.html - hitButton - (const QPoint &pos) const const override - - - virtual void - nextCheckState - qtoolbutton.html - nextCheckState - () override - - - void - initStyleOption - qtoolbutton.html - initStyleOption - (QStyleOptionToolButton *option) const const - - - - QToolTip - qtooltip.html - - void - showText - qtooltip.html - showText-1 - (const QPoint &pos, const QString &text, QWidget *w) - - - void - showText - qtooltip.html - showText - (const QPoint &pos, const QString &text, QWidget *w, const QRect &rect) - - - void - showText - qtooltip.html - showText-2 - (const QPoint &pos, const QString &text, QWidget *w, const QRect &rect, int msecDisplayTime) - - - void - hideText - qtooltip.html - hideText - () - - - bool - isVisible - qtooltip.html - isVisible - () - - - QString - text - qtooltip.html - text - () - - - QPalette - palette - qtooltip.html - palette - () - - - void - setPalette - qtooltip.html - setPalette - (const QPalette &palette) - - - QFont - font - qtooltip.html - font - () - - - void - setFont - qtooltip.html - setFont - (const QFont &font) - - - - QTreeView - qtreeview.html - QAbstractItemView - - virtual const QMetaObject * - metaObject - qtreeview.html - metaObject - () const const - - - virtual void * - qt_metacast - qtreeview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtreeview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtreeview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtreeview.html - trUtf8 - (const char *s, const char *c, int n) - - - autoExpandDelay - qtreeview.html - autoExpandDelay-prop - - - - indentation - qtreeview.html - indentation-prop - - - - rootIsDecorated - qtreeview.html - rootIsDecorated-prop - - - - uniformRowHeights - qtreeview.html - uniformRowHeights-prop - - - - itemsExpandable - qtreeview.html - itemsExpandable-prop - - - - sortingEnabled - qtreeview.html - sortingEnabled-prop - - - - animated - qtreeview.html - animated-prop - - - - allColumnsShowFocus - qtreeview.html - allColumnsShowFocus-prop - - - - wordWrap - qtreeview.html - wordWrap-prop - - - - headerHidden - qtreeview.html - headerHidden-prop - - - - expandsOnDoubleClick - qtreeview.html - expandsOnDoubleClick-prop - - - - - QTreeView - qtreeview.html - QTreeView - (QWidget *parent) - - - virtual - ~QTreeView - qtreeview.html - dtor.QTreeView - () - - - virtual void - setModel - qtreeview.html - setModel - (QAbstractItemModel *model) override - - - virtual void - setRootIndex - qtreeview.html - setRootIndex - (const QModelIndex &index) override - - - virtual void - setSelectionModel - qtreeview.html - setSelectionModel - (QItemSelectionModel *selectionModel) override - - - QHeaderView * - header - qtreeview.html - header - () const const - - - void - setHeader - qtreeview.html - setHeader - (QHeaderView *header) - - - int - autoExpandDelay - qtreeview.html - autoExpandDelay-prop - () const const - - - void - setAutoExpandDelay - qtreeview.html - autoExpandDelay-prop - (int delay) - - - int - indentation - qtreeview.html - indentation-prop - () const const - - - void - setIndentation - qtreeview.html - indentation-prop - (int i) - - - void - resetIndentation - qtreeview.html - indentation-prop - () - - - bool - rootIsDecorated - qtreeview.html - rootIsDecorated-prop - () const const - - - void - setRootIsDecorated - qtreeview.html - rootIsDecorated-prop - (bool show) - - - bool - uniformRowHeights - qtreeview.html - uniformRowHeights-prop - () const const - - - void - setUniformRowHeights - qtreeview.html - uniformRowHeights-prop - (bool uniform) - - - bool - itemsExpandable - qtreeview.html - itemsExpandable-prop - () const const - - - void - setItemsExpandable - qtreeview.html - itemsExpandable-prop - (bool enable) - - - bool - expandsOnDoubleClick - qtreeview.html - expandsOnDoubleClick-prop - () const const - - - void - setExpandsOnDoubleClick - qtreeview.html - expandsOnDoubleClick-prop - (bool enable) - - - int - columnViewportPosition - qtreeview.html - columnViewportPosition - (int column) const const - - - int - columnWidth - qtreeview.html - columnWidth - (int column) const const - - - void - setColumnWidth - qtreeview.html - setColumnWidth - (int column, int width) - - - int - columnAt - qtreeview.html - columnAt - (int x) const const - - - bool - isColumnHidden - qtreeview.html - isColumnHidden - (int column) const const - - - void - setColumnHidden - qtreeview.html - setColumnHidden - (int column, bool hide) - - - bool - isHeaderHidden - qtreeview.html - headerHidden-prop - () const const - - - void - setHeaderHidden - qtreeview.html - headerHidden-prop - (bool hide) - - - bool - isRowHidden - qtreeview.html - isRowHidden - (int row, const QModelIndex &parent) const const - - - void - setRowHidden - qtreeview.html - setRowHidden - (int row, const QModelIndex &parent, bool hide) - - - bool - isFirstColumnSpanned - qtreeview.html - isFirstColumnSpanned - (int row, const QModelIndex &parent) const const - - - void - setFirstColumnSpanned - qtreeview.html - setFirstColumnSpanned - (int row, const QModelIndex &parent, bool span) - - - bool - isExpanded - qtreeview.html - isExpanded - (const QModelIndex &index) const const - - - void - setExpanded - qtreeview.html - setExpanded - (const QModelIndex &index, bool expanded) - - - void - setSortingEnabled - qtreeview.html - sortingEnabled-prop - (bool enable) - - - bool - isSortingEnabled - qtreeview.html - sortingEnabled-prop - () const const - - - void - setAnimated - qtreeview.html - animated-prop - (bool enable) - - - bool - isAnimated - qtreeview.html - animated-prop - () const const - - - void - setAllColumnsShowFocus - qtreeview.html - allColumnsShowFocus-prop - (bool enable) - - - bool - allColumnsShowFocus - qtreeview.html - allColumnsShowFocus-prop - () const const - - - void - setWordWrap - qtreeview.html - wordWrap-prop - (bool on) - - - bool - wordWrap - qtreeview.html - wordWrap-prop - () const const - - - void - setTreePosition - qtreeview.html - setTreePosition - (int index) - - - int - treePosition - qtreeview.html - treePosition - () const const - - - virtual void - keyboardSearch - qtreeview.html - keyboardSearch - (const QString &search) override - - - virtual QRect - visualRect - qtreeview.html - visualRect - (const QModelIndex &index) const const override - - - virtual void - scrollTo - qtreeview.html - scrollTo - (const QModelIndex &index, QAbstractItemView::ScrollHint hint) override - - - virtual QModelIndex - indexAt - qtreeview.html - indexAt - (const QPoint &point) const const override - - - QModelIndex - indexAbove - qtreeview.html - indexAbove - (const QModelIndex &index) const const - - - QModelIndex - indexBelow - qtreeview.html - indexBelow - (const QModelIndex &index) const const - - - virtual void - reset - qtreeview.html - reset - () override - - - void - sortByColumn - qtreeview.html - sortByColumn - (int column, Qt::SortOrder order) - - - virtual void - dataChanged - qtreeview.html - dataChanged - (const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector<int> &roles) override - - - virtual void - selectAll - qtreeview.html - selectAll - () override - - - void - expanded - qtreeview.html - expanded - (const QModelIndex &index) - - - void - collapsed - qtreeview.html - collapsed - (const QModelIndex &index) - - - void - hideColumn - qtreeview.html - hideColumn - (int column) - - - void - showColumn - qtreeview.html - showColumn - (int column) - - - void - expand - qtreeview.html - expand - (const QModelIndex &index) - - - void - collapse - qtreeview.html - collapse - (const QModelIndex &index) - - - void - resizeColumnToContents - qtreeview.html - resizeColumnToContents - (int column) - - - void - sortByColumn - qtreeview-obsolete.html - sortByColumn-1 - (int column) - - - void - expandAll - qtreeview.html - expandAll - () - - - void - collapseAll - qtreeview.html - collapseAll - () - - - void - expandToDepth - qtreeview.html - expandToDepth - (int depth) - - - void - columnResized - qtreeview.html - columnResized - (int column, int oldSize, int newSize) - - - void - columnCountChanged - qtreeview.html - columnCountChanged - (int oldCount, int newCount) - - - void - columnMoved - qtreeview.html - columnMoved - () - - - void - rowsRemoved - qtreeview.html - rowsRemoved - (const QModelIndex &parent, int start, int end) - - - virtual void - scrollContentsBy - qtreeview.html - scrollContentsBy - (int dx, int dy) override - - - virtual void - rowsInserted - qtreeview.html - rowsInserted - (const QModelIndex &parent, int start, int end) override - - - virtual void - rowsAboutToBeRemoved - qtreeview.html - rowsAboutToBeRemoved - (const QModelIndex &parent, int start, int end) override - - - virtual QModelIndex - moveCursor - qtreeview.html - moveCursor - (QAbstractItemView::CursorAction cursorAction, Qt::KeyboardModifiers modifiers) override - - - virtual int - horizontalOffset - qtreeview.html - horizontalOffset - () const const override - - - virtual int - verticalOffset - qtreeview.html - verticalOffset - () const const override - - - virtual void - setSelection - qtreeview.html - setSelection - (const QRect &rect, QItemSelectionModel::SelectionFlags command) override - - - virtual QRegion - visualRegionForSelection - qtreeview.html - visualRegionForSelection - (const QItemSelection &selection) const const override - - - virtual QModelIndexList - selectedIndexes - qtreeview.html - selectedIndexes - () const const override - - - virtual void - timerEvent - qtreeview.html - timerEvent - (QTimerEvent *event) override - - - virtual void - paintEvent - qtreeview.html - paintEvent - (QPaintEvent *event) override - - - void - drawTree - qtreeview.html - drawTree - (QPainter *painter, const QRegion &region) const const - - - virtual void - drawRow - qtreeview.html - drawRow - (QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const const - - - virtual void - drawBranches - qtreeview.html - drawBranches - (QPainter *painter, const QRect &rect, const QModelIndex &index) const const - - - virtual void - mousePressEvent - qtreeview.html - mousePressEvent - (QMouseEvent *event) override - - - virtual void - mouseReleaseEvent - qtreeview.html - mouseReleaseEvent - (QMouseEvent *event) override - - - virtual void - mouseDoubleClickEvent - qtreeview.html - mouseDoubleClickEvent - (QMouseEvent *event) override - - - virtual void - mouseMoveEvent - qtreeview.html - mouseMoveEvent - (QMouseEvent *event) override - - - virtual void - keyPressEvent - qtreeview.html - keyPressEvent - (QKeyEvent *event) override - - - virtual void - dragMoveEvent - qtreeview.html - dragMoveEvent - (QDragMoveEvent *event) override - - - virtual bool - viewportEvent - qtreeview.html - viewportEvent - (QEvent *event) override - - - virtual void - updateGeometries - qtreeview.html - updateGeometries - () override - - - virtual QSize - viewportSizeHint - qtreeview.html - viewportSizeHint - () const const override - - - virtual int - sizeHintForColumn - qtreeview.html - sizeHintForColumn - (int column) const const override - - - int - indexRowSizeHint - qtreeview.html - indexRowSizeHint - (const QModelIndex &index) const const - - - int - rowHeight - qtreeview.html - rowHeight - (const QModelIndex &index) const const - - - virtual bool - isIndexHidden - qtreeview.html - isIndexHidden - (const QModelIndex &index) const const override - - - virtual void - selectionChanged - qtreeview.html - selectionChanged - (const QItemSelection &selected, const QItemSelection &deselected) override - - - virtual void - currentChanged - qtreeview.html - currentChanged - (const QModelIndex &current, const QModelIndex &previous) override - - - - QTreeWidgetItemIterator - qtreewidgetitemiterator.html - - IteratorFlag - qtreewidgetitemiterator.html - IteratorFlag-enum - - - All - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Hidden - qtreewidgetitemiterator.html - IteratorFlag-enum - - - NotHidden - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Selected - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Unselected - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Selectable - qtreewidgetitemiterator.html - IteratorFlag-enum - - - NotSelectable - qtreewidgetitemiterator.html - IteratorFlag-enum - - - DragEnabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - DragDisabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - DropEnabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - DropDisabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - HasChildren - qtreewidgetitemiterator.html - IteratorFlag-enum - - - NoChildren - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Checked - qtreewidgetitemiterator.html - IteratorFlag-enum - - - NotChecked - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Enabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Disabled - qtreewidgetitemiterator.html - IteratorFlag-enum - - - Editable - qtreewidgetitemiterator.html - IteratorFlag-enum - - - NotEditable - qtreewidgetitemiterator.html - IteratorFlag-enum - - - UserFlag - qtreewidgetitemiterator.html - IteratorFlag-enum - - - IteratorFlags - qtreewidgetitemiterator.html - IteratorFlag-enum - - - - - QTreeWidgetItemIterator - qtreewidgetitemiterator.html - QTreeWidgetItemIterator - (const QTreeWidgetItemIterator &it) - - - - QTreeWidgetItemIterator - qtreewidgetitemiterator.html - QTreeWidgetItemIterator-1 - (QTreeWidget *widget, QTreeWidgetItemIterator::IteratorFlags flags) - - - - QTreeWidgetItemIterator - qtreewidgetitemiterator.html - QTreeWidgetItemIterator-2 - (QTreeWidgetItem *item, QTreeWidgetItemIterator::IteratorFlags flags) - - - - ~QTreeWidgetItemIterator - qtreewidgetitemiterator.html - dtor.QTreeWidgetItemIterator - () - - - QTreeWidgetItemIterator & - operator= - qtreewidgetitemiterator.html - operator-eq - (const QTreeWidgetItemIterator &it) - - - QTreeWidgetItemIterator & - operator++ - qtreewidgetitemiterator.html - operator-2b-2b - () - - - const QTreeWidgetItemIterator - operator++ - qtreewidgetitemiterator.html - operator-2b-2b-1 - (int ) - - - QTreeWidgetItemIterator & - operator+= - qtreewidgetitemiterator.html - operator-2b-eq - (int n) - - - QTreeWidgetItemIterator & - operator-- - qtreewidgetitemiterator.html - operator-- - () - - - const QTreeWidgetItemIterator - operator-- - qtreewidgetitemiterator.html - operator---1 - (int ) - - - QTreeWidgetItemIterator & - operator-= - qtreewidgetitemiterator.html - operator--eq - (int n) - - - QTreeWidgetItem * - operator* - qtreewidgetitemiterator.html - operator-2a - () const const - - - - QTreeWidgetItem - qtreewidgetitem.html - - ItemType - qtreewidgetitem.html - ItemType-enum - - - Type - qtreewidgetitem.html - ItemType-enum - - - UserType - qtreewidgetitem.html - ItemType-enum - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem - (int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-1 - (const QStringList &strings, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-2 - (QTreeWidget *parent, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-3 - (QTreeWidget *parent, const QStringList &strings, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-4 - (QTreeWidget *parent, QTreeWidgetItem *preceding, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-5 - (QTreeWidgetItem *parent, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-6 - (QTreeWidgetItem *parent, const QStringList &strings, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-7 - (QTreeWidgetItem *parent, QTreeWidgetItem *preceding, int type) - - - - QTreeWidgetItem - qtreewidgetitem.html - QTreeWidgetItem-8 - (const QTreeWidgetItem &other) - - - virtual - ~QTreeWidgetItem - qtreewidgetitem.html - dtor.QTreeWidgetItem - () - - - virtual QTreeWidgetItem * - clone - qtreewidgetitem.html - clone - () const const - - - QTreeWidget * - treeWidget - qtreewidgetitem.html - treeWidget - () const const - - - void - setSelected - qtreewidgetitem.html - setSelected - (bool select) - - - bool - isSelected - qtreewidgetitem.html - isSelected - () const const - - - void - setHidden - qtreewidgetitem.html - setHidden - (bool hide) - - - bool - isHidden - qtreewidgetitem.html - isHidden - () const const - - - void - setExpanded - qtreewidgetitem.html - setExpanded - (bool expand) - - - bool - isExpanded - qtreewidgetitem.html - isExpanded - () const const - - - void - setFirstColumnSpanned - qtreewidgetitem.html - setFirstColumnSpanned - (bool span) - - - bool - isFirstColumnSpanned - qtreewidgetitem.html - isFirstColumnSpanned - () const const - - - void - setDisabled - qtreewidgetitem.html - setDisabled - (bool disabled) - - - bool - isDisabled - qtreewidgetitem.html - isDisabled - () const const - - - ChildIndicatorPolicy - qtreewidgetitem.html - ChildIndicatorPolicy-enum - - - ShowIndicator - qtreewidgetitem.html - ChildIndicatorPolicy-enum - - - DontShowIndicator - qtreewidgetitem.html - ChildIndicatorPolicy-enum - - - DontShowIndicatorWhenChildless - qtreewidgetitem.html - ChildIndicatorPolicy-enum - - - void - setChildIndicatorPolicy - qtreewidgetitem.html - setChildIndicatorPolicy - (QTreeWidgetItem::ChildIndicatorPolicy policy) - - - QTreeWidgetItem::ChildIndicatorPolicy - childIndicatorPolicy - qtreewidgetitem.html - childIndicatorPolicy - () const const - - - Qt::ItemFlags - flags - qtreewidgetitem.html - flags - () const const - - - void - setFlags - qtreewidgetitem.html - setFlags - (Qt::ItemFlags flags) - - - QString - text - qtreewidgetitem.html - text - (int column) const const - - - void - setText - qtreewidgetitem.html - setText - (int column, const QString &text) - - - QIcon - icon - qtreewidgetitem.html - icon - (int column) const const - - - void - setIcon - qtreewidgetitem.html - setIcon - (int column, const QIcon &icon) - - - QString - statusTip - qtreewidgetitem.html - statusTip - (int column) const const - - - void - setStatusTip - qtreewidgetitem.html - setStatusTip - (int column, const QString &statusTip) - - - QString - toolTip - qtreewidgetitem.html - toolTip - (int column) const const - - - void - setToolTip - qtreewidgetitem.html - setToolTip - (int column, const QString &toolTip) - - - QString - whatsThis - qtreewidgetitem.html - whatsThis - (int column) const const - - - void - setWhatsThis - qtreewidgetitem.html - setWhatsThis - (int column, const QString &whatsThis) - - - QFont - font - qtreewidgetitem.html - font - (int column) const const - - - void - setFont - qtreewidgetitem.html - setFont - (int column, const QFont &font) - - - int - textAlignment - qtreewidgetitem.html - textAlignment - (int column) const const - - - void - setTextAlignment - qtreewidgetitem.html - setTextAlignment - (int column, int alignment) - - - QColor - backgroundColor - qtreewidgetitem-obsolete.html - backgroundColor - (int column) const const - - - void - setBackgroundColor - qtreewidgetitem-obsolete.html - setBackgroundColor - (int column, const QColor &color) - - - QBrush - background - qtreewidgetitem.html - background - (int column) const const - - - void - setBackground - qtreewidgetitem.html - setBackground - (int column, const QBrush &brush) - - - QColor - textColor - qtreewidgetitem-obsolete.html - textColor - (int column) const const - - - void - setTextColor - qtreewidgetitem-obsolete.html - setTextColor - (int column, const QColor &color) - - - QBrush - foreground - qtreewidgetitem.html - foreground - (int column) const const - - - void - setForeground - qtreewidgetitem.html - setForeground - (int column, const QBrush &brush) - - - Qt::CheckState - checkState - qtreewidgetitem.html - checkState - (int column) const const - - - void - setCheckState - qtreewidgetitem.html - setCheckState - (int column, Qt::CheckState state) - - - QSize - sizeHint - qtreewidgetitem.html - sizeHint - (int column) const const - - - void - setSizeHint - qtreewidgetitem.html - setSizeHint - (int column, const QSize &size) - - - virtual QVariant - data - qtreewidgetitem.html - data - (int column, int role) const const - - - virtual void - setData - qtreewidgetitem.html - setData - (int column, int role, const QVariant &value) - - - virtual bool - operator< - qtreewidgetitem.html - operator-lt - (const QTreeWidgetItem &other) const const - - - virtual void - read - qtreewidgetitem.html - read - (QDataStream &in) - - - virtual void - write - qtreewidgetitem.html - write - (QDataStream &out) const const - - - QTreeWidgetItem & - operator= - qtreewidgetitem.html - operator-eq - (const QTreeWidgetItem &other) - - - QTreeWidgetItem * - parent - qtreewidgetitem.html - parent - () const const - - - QTreeWidgetItem * - child - qtreewidgetitem.html - child - (int index) const const - - - int - childCount - qtreewidgetitem.html - childCount - () const const - - - int - columnCount - qtreewidgetitem.html - columnCount - () const const - - - int - indexOfChild - qtreewidgetitem.html - indexOfChild - (QTreeWidgetItem *child) const const - - - void - addChild - qtreewidgetitem.html - addChild - (QTreeWidgetItem *child) - - - void - insertChild - qtreewidgetitem.html - insertChild - (int index, QTreeWidgetItem *child) - - - void - removeChild - qtreewidgetitem.html - removeChild - (QTreeWidgetItem *child) - - - QTreeWidgetItem * - takeChild - qtreewidgetitem.html - takeChild - (int index) - - - void - addChildren - qtreewidgetitem.html - addChildren - (const QList<QTreeWidgetItem *> &children) - - - void - insertChildren - qtreewidgetitem.html - insertChildren - (int index, const QList<QTreeWidgetItem *> &children) - - - QList<QTreeWidgetItem *> - takeChildren - qtreewidgetitem.html - takeChildren - () - - - int - type - qtreewidgetitem.html - type - () const const - - - void - sortChildren - qtreewidgetitem.html - sortChildren - (int column, Qt::SortOrder order) - - - void - emitDataChanged - qtreewidgetitem.html - emitDataChanged - () - - - - QTreeWidget - qtreewidget.html - QTreeView - - virtual const QMetaObject * - metaObject - qtreewidget.html - metaObject - () const const - - - virtual void * - qt_metacast - qtreewidget.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qtreewidget.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qtreewidget.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qtreewidget.html - trUtf8 - (const char *s, const char *c, int n) - - - columnCount - qtreewidget.html - columnCount-prop - - - - topLevelItemCount - qtreewidget.html - topLevelItemCount-prop - - - - - QTreeWidget - qtreewidget.html - QTreeWidget - (QWidget *parent) - - - virtual - ~QTreeWidget - qtreewidget.html - dtor.QTreeWidget - () - - - int - columnCount - qtreewidget.html - columnCount-prop - () const const - - - void - setColumnCount - qtreewidget.html - columnCount-prop - (int columns) - - - QTreeWidgetItem * - invisibleRootItem - qtreewidget.html - invisibleRootItem - () const const - - - QTreeWidgetItem * - topLevelItem - qtreewidget.html - topLevelItem - (int index) const const - - - int - topLevelItemCount - qtreewidget.html - topLevelItemCount-prop - () const const - - - void - insertTopLevelItem - qtreewidget.html - insertTopLevelItem - (int index, QTreeWidgetItem *item) - - - void - addTopLevelItem - qtreewidget.html - addTopLevelItem - (QTreeWidgetItem *item) - - - QTreeWidgetItem * - takeTopLevelItem - qtreewidget.html - takeTopLevelItem - (int index) - - - int - indexOfTopLevelItem - qtreewidget.html - indexOfTopLevelItem - (QTreeWidgetItem *item) const const - - - void - insertTopLevelItems - qtreewidget.html - insertTopLevelItems - (int index, const QList<QTreeWidgetItem *> &items) - - - void - addTopLevelItems - qtreewidget.html - addTopLevelItems - (const QList<QTreeWidgetItem *> &items) - - - QTreeWidgetItem * - headerItem - qtreewidget.html - headerItem - () const const - - - void - setHeaderItem - qtreewidget.html - setHeaderItem - (QTreeWidgetItem *item) - - - void - setHeaderLabels - qtreewidget.html - setHeaderLabels - (const QStringList &labels) - - - void - setHeaderLabel - qtreewidget.html - setHeaderLabel - (const QString &label) - - - QTreeWidgetItem * - currentItem - qtreewidget.html - currentItem - () const const - - - int - currentColumn - qtreewidget.html - currentColumn - () const const - - - void - setCurrentItem - qtreewidget.html - setCurrentItem - (QTreeWidgetItem *item) - - - void - setCurrentItem - qtreewidget.html - setCurrentItem-1 - (QTreeWidgetItem *item, int column) - - - void - setCurrentItem - qtreewidget.html - setCurrentItem-2 - (QTreeWidgetItem *item, int column, QItemSelectionModel::SelectionFlags command) - - - QTreeWidgetItem * - itemAt - qtreewidget.html - itemAt - (const QPoint &p) const const - - - QTreeWidgetItem * - itemAt - qtreewidget.html - itemAt-1 - (int x, int y) const const - - - QRect - visualItemRect - qtreewidget.html - visualItemRect - (const QTreeWidgetItem *item) const const - - - int - sortColumn - qtreewidget.html - sortColumn - () const const - - - void - sortItems - qtreewidget.html - sortItems - (int column, Qt::SortOrder order) - - - void - editItem - qtreewidget.html - editItem - (QTreeWidgetItem *item, int column) - - - void - openPersistentEditor - qtreewidget.html - openPersistentEditor - (QTreeWidgetItem *item, int column) - - - void - closePersistentEditor - qtreewidget.html - closePersistentEditor - (QTreeWidgetItem *item, int column) - - - bool - isPersistentEditorOpen - qtreewidget.html - isPersistentEditorOpen - (QTreeWidgetItem *item, int column) const const - - - QWidget * - itemWidget - qtreewidget.html - itemWidget - (QTreeWidgetItem *item, int column) const const - - - void - setItemWidget - qtreewidget.html - setItemWidget - (QTreeWidgetItem *item, int column, QWidget *widget) - - - void - removeItemWidget - qtreewidget.html - removeItemWidget - (QTreeWidgetItem *item, int column) - - - bool - isItemSelected - qtreewidget-obsolete.html - isItemSelected - (const QTreeWidgetItem *item) const const - - - void - setItemSelected - qtreewidget-obsolete.html - setItemSelected - (const QTreeWidgetItem *item, bool select) - - - QList<QTreeWidgetItem *> - selectedItems - qtreewidget.html - selectedItems - () const const - - - QList<QTreeWidgetItem *> - findItems - qtreewidget.html - findItems - (const QString &text, Qt::MatchFlags flags, int column) const const - - - bool - isItemHidden - qtreewidget-obsolete.html - isItemHidden - (const QTreeWidgetItem *item) const const - - - void - setItemHidden - qtreewidget-obsolete.html - setItemHidden - (const QTreeWidgetItem *item, bool hide) - - - bool - isItemExpanded - qtreewidget-obsolete.html - isItemExpanded - (const QTreeWidgetItem *item) const const - - - void - setItemExpanded - qtreewidget-obsolete.html - setItemExpanded - (const QTreeWidgetItem *item, bool expand) - - - bool - isFirstItemColumnSpanned - qtreewidget.html - isFirstItemColumnSpanned - (const QTreeWidgetItem *item) const const - - - void - setFirstItemColumnSpanned - qtreewidget.html - setFirstItemColumnSpanned - (const QTreeWidgetItem *item, bool span) - - - QTreeWidgetItem * - itemAbove - qtreewidget.html - itemAbove - (const QTreeWidgetItem *item) const const - - - QTreeWidgetItem * - itemBelow - qtreewidget.html - itemBelow - (const QTreeWidgetItem *item) const const - - - virtual void - setSelectionModel - qtreewidget.html - setSelectionModel - (QItemSelectionModel *selectionModel) override - - - void - scrollToItem - qtreewidget.html - scrollToItem - (const QTreeWidgetItem *item, QAbstractItemView::ScrollHint hint) - - - void - expandItem - qtreewidget.html - expandItem - (const QTreeWidgetItem *item) - - - void - collapseItem - qtreewidget.html - collapseItem - (const QTreeWidgetItem *item) - - - void - clear - qtreewidget.html - clear - () - - - void - itemPressed - qtreewidget.html - itemPressed - (QTreeWidgetItem *item, int column) - - - void - itemClicked - qtreewidget.html - itemClicked - (QTreeWidgetItem *item, int column) - - - void - itemDoubleClicked - qtreewidget.html - itemDoubleClicked - (QTreeWidgetItem *item, int column) - - - void - itemActivated - qtreewidget.html - itemActivated - (QTreeWidgetItem *item, int column) - - - void - itemEntered - qtreewidget.html - itemEntered - (QTreeWidgetItem *item, int column) - - - void - itemChanged - qtreewidget.html - itemChanged - (QTreeWidgetItem *item, int column) - - - void - itemExpanded - qtreewidget.html - itemExpanded - (QTreeWidgetItem *item) - - - void - itemCollapsed - qtreewidget.html - itemCollapsed - (QTreeWidgetItem *item) - - - void - currentItemChanged - qtreewidget.html - currentItemChanged - (QTreeWidgetItem *current, QTreeWidgetItem *previous) - - - void - itemSelectionChanged - qtreewidget.html - itemSelectionChanged - () - - - virtual bool - event - qtreewidget.html - event - (QEvent *e) override - - - virtual QStringList - mimeTypes - qtreewidget.html - mimeTypes - () const const - - - virtual QMimeData * - mimeData - qtreewidget.html - mimeData - (const QList<QTreeWidgetItem *> items) const const - - - virtual bool - dropMimeData - qtreewidget.html - dropMimeData - (QTreeWidgetItem *parent, int index, const QMimeData *data, Qt::DropAction action) - - - virtual Qt::DropActions - supportedDropActions - qtreewidget.html - supportedDropActions - () const const - - - QList<QTreeWidgetItem *> - items - qtreewidget-obsolete.html - items - (const QMimeData *data) const const - - - QModelIndex - indexFromItem - qtreewidget.html - indexFromItem - (const QTreeWidgetItem *item, int column) const const - - - QTreeWidgetItem * - itemFromIndex - qtreewidget.html - itemFromIndex - (const QModelIndex &index) const const - - - virtual void - dropEvent - qtreewidget.html - dropEvent - (QDropEvent *event) override - - - - QUndoGroup - qundogroup.html - QObject - - virtual const QMetaObject * - metaObject - qundogroup.html - metaObject - () const const - - - virtual void * - qt_metacast - qundogroup.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qundogroup.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qundogroup.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qundogroup.html - trUtf8 - (const char *s, const char *c, int n) - - - - QUndoGroup - qundogroup.html - QUndoGroup - (QObject *parent) - - - virtual - ~QUndoGroup - qundogroup.html - dtor.QUndoGroup - () - - - void - addStack - qundogroup.html - addStack - (QUndoStack *stack) - - - void - removeStack - qundogroup.html - removeStack - (QUndoStack *stack) - - - QList<QUndoStack *> - stacks - qundogroup.html - stacks - () const const - - - QUndoStack * - activeStack - qundogroup.html - activeStack - () const const - - - QAction * - createUndoAction - qundogroup.html - createUndoAction - (QObject *parent, const QString &prefix) const const - - - QAction * - createRedoAction - qundogroup.html - createRedoAction - (QObject *parent, const QString &prefix) const const - - - bool - canUndo - qundogroup.html - canUndo - () const const - - - bool - canRedo - qundogroup.html - canRedo - () const const - - - QString - undoText - qundogroup.html - undoText - () const const - - - QString - redoText - qundogroup.html - redoText - () const const - - - bool - isClean - qundogroup.html - isClean - () const const - - - void - undo - qundogroup.html - undo - () - - - void - redo - qundogroup.html - redo - () - - - void - setActiveStack - qundogroup.html - setActiveStack - (QUndoStack *stack) - - - void - activeStackChanged - qundogroup.html - activeStackChanged - (QUndoStack *stack) - - - void - indexChanged - qundogroup.html - indexChanged - (int idx) - - - void - cleanChanged - qundogroup.html - cleanChanged - (bool clean) - - - void - canUndoChanged - qundogroup.html - canUndoChanged - (bool canUndo) - - - void - canRedoChanged - qundogroup.html - canRedoChanged - (bool canRedo) - - - void - undoTextChanged - qundogroup.html - undoTextChanged - (const QString &undoText) - - - void - redoTextChanged - qundogroup.html - redoTextChanged - (const QString &redoText) - - - - QUndoCommand - qundocommand.html - - - QUndoCommand - qundocommand.html - QUndoCommand - (QUndoCommand *parent) - - - - QUndoCommand - qundocommand.html - QUndoCommand-1 - (const QString &text, QUndoCommand *parent) - - - virtual - ~QUndoCommand - qundocommand.html - dtor.QUndoCommand - () - - - virtual void - undo - qundocommand.html - undo - () - - - virtual void - redo - qundocommand.html - redo - () - - - QString - text - qundocommand.html - text - () const const - - - QString - actionText - qundocommand.html - actionText - () const const - - - void - setText - qundocommand.html - setText - (const QString &text) - - - bool - isObsolete - qundocommand.html - isObsolete - () const const - - - void - setObsolete - qundocommand.html - setObsolete - (bool obsolete) - - - virtual int - id - qundocommand.html - id - () const const - - - virtual bool - mergeWith - qundocommand.html - mergeWith - (const QUndoCommand *command) - - - int - childCount - qundocommand.html - childCount - () const const - - - const QUndoCommand * - child - qundocommand.html - child - (int index) const const - - - - QUndoStack - qundostack.html - QObject - - virtual const QMetaObject * - metaObject - qundostack.html - metaObject - () const const - - - virtual void * - qt_metacast - qundostack.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qundostack.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qundostack.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qundostack.html - trUtf8 - (const char *s, const char *c, int n) - - - active - qundostack.html - active-prop - - - - undoLimit - qundostack.html - undoLimit-prop - - - - canUndo - qundostack.html - canUndo-prop - - - - canRedo - qundostack.html - canRedo-prop - - - - undoText - qundostack.html - undoText-prop - - - - redoText - qundostack.html - redoText-prop - - - - clean - qundostack.html - clean-prop - - - - - QUndoStack - qundostack.html - QUndoStack - (QObject *parent) - - - virtual - ~QUndoStack - qundostack.html - dtor.QUndoStack - () - - - void - clear - qundostack.html - clear - () - - - void - push - qundostack.html - push - (QUndoCommand *cmd) - - - bool - canUndo - qundostack.html - canUndo - () const const - - - bool - canRedo - qundostack.html - canRedo - () const const - - - QString - undoText - qundostack.html - undoText - () const const - - - QString - redoText - qundostack.html - redoText - () const const - - - int - count - qundostack.html - count - () const const - - - int - index - qundostack.html - index - () const const - - - QString - text - qundostack.html - text - (int idx) const const - - - QAction * - createUndoAction - qundostack.html - createUndoAction - (QObject *parent, const QString &prefix) const const - - - QAction * - createRedoAction - qundostack.html - createRedoAction - (QObject *parent, const QString &prefix) const const - - - bool - isActive - qundostack.html - active-prop - () const const - - - bool - isClean - qundostack.html - isClean - () const const - - - int - cleanIndex - qundostack.html - cleanIndex - () const const - - - void - beginMacro - qundostack.html - beginMacro - (const QString &text) - - - void - endMacro - qundostack.html - endMacro - () - - - void - setUndoLimit - qundostack.html - undoLimit-prop - (int limit) - - - int - undoLimit - qundostack.html - undoLimit-prop - () const const - - - const QUndoCommand * - command - qundostack.html - command - (int index) const const - - - void - setClean - qundostack.html - setClean - () - - - void - resetClean - qundostack.html - resetClean - () - - - void - setIndex - qundostack.html - setIndex - (int idx) - - - void - undo - qundostack.html - undo - () - - - void - redo - qundostack.html - redo - () - - - void - setActive - qundostack.html - active-prop - (bool active) - - - void - indexChanged - qundostack.html - indexChanged - (int idx) - - - void - cleanChanged - qundostack.html - cleanChanged - (bool clean) - - - void - canUndoChanged - qundostack.html - canUndoChanged - (bool canUndo) - - - void - canRedoChanged - qundostack.html - canRedoChanged - (bool canRedo) - - - void - undoTextChanged - qundostack.html - undoTextChanged - (const QString &undoText) - - - void - redoTextChanged - qundostack.html - redoTextChanged - (const QString &redoText) - - - - QUndoView - qundoview.html - QListView - - virtual const QMetaObject * - metaObject - qundoview.html - metaObject - () const const - - - virtual void * - qt_metacast - qundoview.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qundoview.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qundoview.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qundoview.html - trUtf8 - (const char *s, const char *c, int n) - - - emptyLabel - qundoview.html - emptyLabel-prop - - - - cleanIcon - qundoview.html - cleanIcon-prop - - - - - QUndoView - qundoview.html - QUndoView - (QWidget *parent) - - - - QUndoView - qundoview.html - QUndoView-1 - (QUndoStack *stack, QWidget *parent) - - - - QUndoView - qundoview.html - QUndoView-2 - (QUndoGroup *group, QWidget *parent) - - - virtual - ~QUndoView - qundoview.html - dtor.QUndoView - () - - - QUndoStack * - stack - qundoview.html - stack - () const const - - - QUndoGroup * - group - qundoview.html - group - () const const - - - void - setEmptyLabel - qundoview.html - emptyLabel-prop - (const QString &label) - - - QString - emptyLabel - qundoview.html - emptyLabel-prop - () const const - - - void - setCleanIcon - qundoview.html - cleanIcon-prop - (const QIcon &icon) - - - QIcon - cleanIcon - qundoview.html - cleanIcon-prop - () const const - - - void - setStack - qundoview.html - setStack - (QUndoStack *stack) - - - void - setGroup - qundoview.html - setGroup - (QUndoGroup *group) - - - - QWhatsThis - qwhatsthis.html - - void - enterWhatsThisMode - qwhatsthis.html - enterWhatsThisMode - () - - - bool - inWhatsThisMode - qwhatsthis.html - inWhatsThisMode - () - - - void - leaveWhatsThisMode - qwhatsthis.html - leaveWhatsThisMode - () - - - void - showText - qwhatsthis.html - showText - (const QPoint &pos, const QString &text, QWidget *w) - - - void - hideText - qwhatsthis.html - hideText - () - - - QAction * - createAction - qwhatsthis.html - createAction - (QObject *parent) - - - - QWidgetAction - qwidgetaction.html - QAction - - virtual const QMetaObject * - metaObject - qwidgetaction.html - metaObject - () const const - - - virtual void * - qt_metacast - qwidgetaction.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwidgetaction.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwidgetaction.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwidgetaction.html - trUtf8 - (const char *s, const char *c, int n) - - - - QWidgetAction - qwidgetaction.html - QWidgetAction - (QObject *parent) - - - virtual - ~QWidgetAction - qwidgetaction.html - dtor.QWidgetAction - () - - - void - setDefaultWidget - qwidgetaction.html - setDefaultWidget - (QWidget *widget) - - - QWidget * - defaultWidget - qwidgetaction.html - defaultWidget - () const const - - - QWidget * - requestWidget - qwidgetaction.html - requestWidget - (QWidget *parent) - - - void - releaseWidget - qwidgetaction.html - releaseWidget - (QWidget *widget) - - - virtual bool - event - qwidgetaction.html - event - (QEvent *event) override - - - virtual bool - eventFilter - qwidgetaction.html - eventFilter - (QObject *obj, QEvent *event) override - - - virtual QWidget * - createWidget - qwidgetaction.html - createWidget - (QWidget *parent) - - - virtual void - deleteWidget - qwidgetaction.html - deleteWidget - (QWidget *widget) - - - QList<QWidget *> - createdWidgets - qwidgetaction.html - createdWidgets - () const const - - - - QWizard - qwizard.html - QDialog - - virtual const QMetaObject * - metaObject - qwizard.html - metaObject - () const const - - - virtual void * - qt_metacast - qwizard.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwizard.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwizard.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwizard.html - trUtf8 - (const char *s, const char *c, int n) - - - wizardStyle - qwizard.html - wizardStyle-prop - - - - options - qwizard.html - options-prop - - - - titleFormat - qwizard.html - titleFormat-prop - - - - subTitleFormat - qwizard.html - subTitleFormat-prop - - - - startId - qwizard.html - startId-prop - - - - currentId - qwizard.html - currentId-prop - - - - WizardButton - qwizard.html - WizardButton-enum - - - BackButton - qwizard.html - WizardButton-enum - - - NextButton - qwizard.html - WizardButton-enum - - - CommitButton - qwizard.html - WizardButton-enum - - - FinishButton - qwizard.html - WizardButton-enum - - - CancelButton - qwizard.html - WizardButton-enum - - - HelpButton - qwizard.html - WizardButton-enum - - - CustomButton1 - qwizard.html - WizardButton-enum - - - CustomButton2 - qwizard.html - WizardButton-enum - - - CustomButton3 - qwizard.html - WizardButton-enum - - - Stretch - qwizard.html - WizardButton-enum - - - NoButton - qwizard.html - WizardButton-enum - - - NStandardButtons - qwizard.html - WizardButton-enum - - - NButtons - qwizard.html - WizardButton-enum - - - WizardPixmap - qwizard.html - WizardPixmap-enum - - - WatermarkPixmap - qwizard.html - WizardPixmap-enum - - - LogoPixmap - qwizard.html - WizardPixmap-enum - - - BannerPixmap - qwizard.html - WizardPixmap-enum - - - BackgroundPixmap - qwizard.html - WizardPixmap-enum - - - NPixmaps - qwizard.html - WizardPixmap-enum - - - WizardStyle - qwizard.html - WizardStyle-enum - - - ClassicStyle - qwizard.html - WizardStyle-enum - - - ModernStyle - qwizard.html - WizardStyle-enum - - - MacStyle - qwizard.html - WizardStyle-enum - - - AeroStyle - qwizard.html - WizardStyle-enum - - - NStyles - qwizard.html - WizardStyle-enum - - - WizardOption - qwizard.html - WizardOption-enum - - - IndependentPages - qwizard.html - WizardOption-enum - - - IgnoreSubTitles - qwizard.html - WizardOption-enum - - - ExtendedWatermarkPixmap - qwizard.html - WizardOption-enum - - - NoDefaultButton - qwizard.html - WizardOption-enum - - - NoBackButtonOnStartPage - qwizard.html - WizardOption-enum - - - NoBackButtonOnLastPage - qwizard.html - WizardOption-enum - - - DisabledBackButtonOnLastPage - qwizard.html - WizardOption-enum - - - HaveNextButtonOnLastPage - qwizard.html - WizardOption-enum - - - HaveFinishButtonOnEarlyPages - qwizard.html - WizardOption-enum - - - NoCancelButton - qwizard.html - WizardOption-enum - - - CancelButtonOnLeft - qwizard.html - WizardOption-enum - - - HaveHelpButton - qwizard.html - WizardOption-enum - - - HelpButtonOnRight - qwizard.html - WizardOption-enum - - - HaveCustomButton1 - qwizard.html - WizardOption-enum - - - HaveCustomButton2 - qwizard.html - WizardOption-enum - - - HaveCustomButton3 - qwizard.html - WizardOption-enum - - - NoCancelButtonOnLastPage - qwizard.html - WizardOption-enum - - - WizardOptions - qwizard.html - WizardOption-enum - - - - - QWizard - qwizard.html - QWizard - (QWidget *parent, Qt::WindowFlags flags) - - - virtual - ~QWizard - qwizard.html - dtor.QWizard - () - - - int - addPage - qwizard.html - addPage - (QWizardPage *page) - - - void - setPage - qwizard.html - setPage - (int id, QWizardPage *page) - - - void - removePage - qwizard.html - removePage - (int id) - - - QWizardPage * - page - qwizard.html - page - (int id) const const - - - bool - hasVisitedPage - qwizard.html - hasVisitedPage - (int id) const const - - - QList<int> - visitedPages - qwizard.html - visitedPages - () const const - - - QList<int> - pageIds - qwizard.html - pageIds - () const const - - - void - setStartId - qwizard.html - startId-prop - (int id) - - - int - startId - qwizard.html - startId-prop - () const const - - - QWizardPage * - currentPage - qwizard.html - currentPage - () const const - - - int - currentId - qwizard.html - currentId-prop - () const const - - - virtual bool - validateCurrentPage - qwizard.html - validateCurrentPage - () - - - virtual int - nextId - qwizard.html - nextId - () const const - - - void - setField - qwizard.html - setField - (const QString &name, const QVariant &value) - - - QVariant - field - qwizard.html - field - (const QString &name) const const - - - void - setWizardStyle - qwizard.html - wizardStyle-prop - (QWizard::WizardStyle style) - - - QWizard::WizardStyle - wizardStyle - qwizard.html - wizardStyle-prop - () const const - - - void - setOption - qwizard.html - setOption - (QWizard::WizardOption option, bool on) - - - bool - testOption - qwizard.html - testOption - (QWizard::WizardOption option) const const - - - void - setOptions - qwizard.html - options-prop - (QWizard::WizardOptions options) - - - QWizard::WizardOptions - options - qwizard.html - options-prop - () const const - - - void - setButtonText - qwizard.html - setButtonText - (QWizard::WizardButton which, const QString &text) - - - QString - buttonText - qwizard.html - buttonText - (QWizard::WizardButton which) const const - - - void - setButtonLayout - qwizard.html - setButtonLayout - (const QList<QWizard::WizardButton> &layout) - - - void - setButton - qwizard.html - setButton - (QWizard::WizardButton which, QAbstractButton *button) - - - QAbstractButton * - button - qwizard.html - button - (QWizard::WizardButton which) const const - - - void - setTitleFormat - qwizard.html - titleFormat-prop - (Qt::TextFormat format) - - - Qt::TextFormat - titleFormat - qwizard.html - titleFormat-prop - () const const - - - void - setSubTitleFormat - qwizard.html - subTitleFormat-prop - (Qt::TextFormat format) - - - Qt::TextFormat - subTitleFormat - qwizard.html - subTitleFormat-prop - () const const - - - void - setPixmap - qwizard.html - setPixmap - (QWizard::WizardPixmap which, const QPixmap &pixmap) - - - QPixmap - pixmap - qwizard.html - pixmap - (QWizard::WizardPixmap which) const const - - - void - setSideWidget - qwizard.html - setSideWidget - (QWidget *widget) - - - QWidget * - sideWidget - qwizard.html - sideWidget - () const const - - - void - setDefaultProperty - qwizard.html - setDefaultProperty - (const char *className, const char *property, const char *changedSignal) - - - virtual void - setVisible - qwizard.html - setVisible - (bool visible) override - - - virtual QSize - sizeHint - qwizard.html - sizeHint - () const const override - - - void - currentIdChanged - qwizard.html - currentIdChanged - (int id) - - - void - helpRequested - qwizard.html - helpRequested - () - - - void - customButtonClicked - qwizard.html - customButtonClicked - (int which) - - - void - pageAdded - qwizard.html - pageAdded - (int id) - - - void - pageRemoved - qwizard.html - pageRemoved - (int id) - - - void - back - qwizard.html - back - () - - - void - next - qwizard.html - next - () - - - void - restart - qwizard.html - restart - () - - - virtual bool - event - qwizard.html - event - (QEvent *event) override - - - virtual void - resizeEvent - qwizard.html - resizeEvent - (QResizeEvent *event) override - - - virtual void - paintEvent - qwizard.html - paintEvent - (QPaintEvent *event) override - - - virtual bool - nativeEvent - qwizard.html - nativeEvent - (const QByteArray &eventType, void *message, long *result) override - - - virtual void - done - qwizard.html - done - (int result) override - - - virtual void - initializePage - qwizard.html - initializePage - (int id) - - - virtual void - cleanupPage - qwizard.html - cleanupPage - (int id) - - - - QWizardPage - qwizardpage.html - QWidget - - virtual const QMetaObject * - metaObject - qwizardpage.html - metaObject - () const const - - - virtual void * - qt_metacast - qwizardpage.html - qt_metacast - (const char *) - - - virtual int - qt_metacall - qwizardpage.html - qt_metacall - (QMetaObject::Call , int , void **) - - - QString - tr - qwizardpage.html - tr - (const char *s, const char *c, int n) - - - QString - trUtf8 - qwizardpage.html - trUtf8 - (const char *s, const char *c, int n) - - - title - qwizardpage.html - title-prop - - - - subTitle - qwizardpage.html - subTitle-prop - - - - - QWizardPage - qwizardpage.html - QWizardPage - (QWidget *parent) - - - virtual - ~QWizardPage - qwizardpage.html - dtor.QWizardPage - () - - - void - setTitle - qwizardpage.html - title-prop - (const QString &title) - - - QString - title - qwizardpage.html - title-prop - () const const - - - void - setSubTitle - qwizardpage.html - subTitle-prop - (const QString &subTitle) - - - QString - subTitle - qwizardpage.html - subTitle-prop - () const const - - - void - setPixmap - qwizardpage.html - setPixmap - (QWizard::WizardPixmap which, const QPixmap &pixmap) - - - QPixmap - pixmap - qwizardpage.html - pixmap - (QWizard::WizardPixmap which) const const - - - void - setFinalPage - qwizardpage.html - setFinalPage - (bool finalPage) - - - bool - isFinalPage - qwizardpage.html - isFinalPage - () const const - - - void - setCommitPage - qwizardpage.html - setCommitPage - (bool commitPage) - - - bool - isCommitPage - qwizardpage.html - isCommitPage - () const const - - - void - setButtonText - qwizardpage.html - setButtonText - (QWizard::WizardButton which, const QString &text) - - - QString - buttonText - qwizardpage.html - buttonText - (QWizard::WizardButton which) const const - - - virtual void - initializePage - qwizardpage.html - initializePage - () - - - virtual void - cleanupPage - qwizardpage.html - cleanupPage - () - - - virtual bool - validatePage - qwizardpage.html - validatePage - () - - - virtual bool - isComplete - qwizardpage.html - isComplete - () const const - - - virtual int - nextId - qwizardpage.html - nextId - () const const - - - void - completeChanged - qwizardpage.html - completeChanged - () - - - void - setField - qwizardpage.html - setField - (const QString &name, const QVariant &value) - - - QVariant - field - qwizardpage.html - field - (const QString &name) const const - - - void - registerField - qwizardpage.html - registerField - (const QString &name, QWidget *widget, const char *property, const char *changedSignal) - - - QWizard * - wizard - qwizardpage.html - wizard - () const const - - - \ No newline at end of file diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/examples/imageviewer/CMakeLists.txt deleted file mode 100644 index 0b7cd10f9eb..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/CMakeLists.txt +++ /dev/null @@ -1,42 +0,0 @@ -cmake_minimum_required(VERSION 3.1.0) - -project(ImageViewer) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) -set(CMAKE_AUTOMOC ON) -set(CMAKE_AUTOUIC ON) -set(CMAKE_AUTORCC ON) - -find_package(Qt5Core) -find_package(Qt5Gui) -find_package(Qt5Widgets) -find_package(Qt5Svg) - -set(PWD "${CMAKE_CURRENT_LIST_DIR}") -set(SRC_PATH "../../src") - -include_directories(${SRC_PATH}/widgets) -#add_subdirectory(${MLQT_PATH}/widgets) - -set(HDRS - "${PWD}/GraphicsImageView.h" - "${PWD}/ImageGrid.h" - "${PWD}/ImageViewer.h" - "${SRC_PATH}/widgets/OverlayStackLayout.h" -) - -set(SRCS - "${PWD}/main.cpp" - "${PWD}/GraphicsImageView.cpp" - "${PWD}/ImageGrid.cpp" - "${PWD}/ImageViewer.cpp" - "${SRC_PATH}/widgets/OverlayStackLayout.cpp" -) - -set(RSRCS "${PWD}/imageviewer.qrc") - -add_executable(${PROJECT_NAME} ${HDRS} ${SRCS} ${RSRCS}) - -target_compile_definitions(${PROJECT_NAME} PRIVATE QT_USE_QSTRINGBUILDER) -target_compile_definitions(${PROJECT_NAME} PRIVATE SOURCE_DIR="${PWD}") -target_link_libraries(${PROJECT_NAME} Qt5::Core Qt5::Gui Qt5::Widgets Qt5::Svg) diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.cpp b/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.cpp deleted file mode 100644 index 982bc7e2fe2..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.cpp +++ /dev/null @@ -1,148 +0,0 @@ -/* - GraphicsImageView - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "GraphicsImageView.h" -#include - -GraphicsImageView::GraphicsImageView(QWidget *p) : - QGraphicsView(new QGraphicsScene, p) -{ - setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); - setBackgroundRole(QPalette::Shadow); - setViewportUpdateMode(FullViewportUpdate); - setOptimizationFlags(DontSavePainterState | DontClipPainter | DontAdjustForAntialiasing); - setAlignment(Qt::AlignCenter); - setFrameStyle(QFrame::NoFrame); - setLineWidth(0); -} - -void GraphicsImageView::setImageFile(const QString &imageFile) -{ - if (m_imageFile != imageFile) { - m_imageFile = imageFile; - loadImage(viewport()->contentsRect().size()); - } -} - -void GraphicsImageView::setImageScalingMode(int mode) -{ - if (m_scaleMode != Qt::AspectRatioMode(mode)) { - m_scaleMode = Qt::AspectRatioMode(mode); - if (m_item) { - rotationReset(); - zoomReset(); - scene()->setSceneRect(viewport()->contentsRect()); - loadImage(viewport()->contentsRect().size()); - } - emit imageScalingModeChanged(m_scaleMode); - } -} - -void GraphicsImageView::setImageScale(qreal scale) const -{ - if (m_item && scale > 0.0) { - m_item->setScale(scale); - if (qFuzzyCompare(scale, 1.0)) - m_item->setPos(0,0); - emit imageScaleChanged(scale); - } -} - -void GraphicsImageView::setImageRotation(qreal degrees) const -{ - if (!m_item) - return; - m_item->setRotation(degrees); - emit imageRotationChanged(degrees); -} - -void GraphicsImageView::loadImage(const QSize &size) -{ - if (!scene()) - return; - if (m_imageFile.isEmpty()) { - // remove existing image, if any - removeItem(); - return; - } - - // Load image at original size - QPixmap pm(m_imageFile); - if (pm.isNull()) { - // file not found/other error - removeItem(); - return; - } - // Resize the image here. - pm = pm.scaled(size, m_scaleMode, Qt::SmoothTransformation); - if (createItem()) { - m_item->setPixmap(pm); - m_item->setTransformOriginPoint(m_item->boundingRect().center()); - } - if (pm.size().width() < size.width() || pm.size().height() < size.height()) - scene()->setSceneRect(QRectF(viewport()->contentsRect().topLeft(), QSizeF(pm.size()))); - emit imageChanged(); -} - -void GraphicsImageView::resizeEvent(QResizeEvent *e) -{ - QGraphicsView::resizeEvent(e); - if (!scene()) - return; - // Set scene size to fill the available viewport size; - const QRect sceneRect(viewport()->contentsRect()); - scene()->setSceneRect(sceneRect); - // Keep the root item sized to fill the viewport and scene; - if (m_item) - loadImage(sceneRect.size()); -} - -bool GraphicsImageView::createItem() { - if (m_item) - return true; - if (!m_item && scene()) { - m_item = new QGraphicsPixmapItem(); - m_item->setFlag(QGraphicsItem::ItemIsMovable); - m_item->setTransformationMode(Qt::SmoothTransformation); - m_item->setShapeMode(QGraphicsPixmapItem::BoundingRectShape); - m_item->setCursor(Qt::ClosedHandCursor); - scene()->addItem(m_item); - return true; - } - return false; -} - -void GraphicsImageView::removeItem() -{ - if (m_item) { - if (scene()) - scene()->removeItem(m_item); - delete m_item; - m_item = nullptr; - emit imageChanged(); - } -} diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.h b/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.h deleted file mode 100644 index 74e453253bb..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/GraphicsImageView.h +++ /dev/null @@ -1,95 +0,0 @@ -/* - GraphicsImageView - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef GRAPHICSIMAGEVIEW_H -#define GRAPHICSIMAGEVIEW_H - -#include -#include - -/*! - \ingroup examples_imageviewer - A custom \c QGraphicsView for displaying an image scaled to fit into the full available viewport/scene geometry. - It will automatically resize the \c QGraphicsScene and rescale the contained image whenever the size of this widget - changes. It also has a few extra features for "zooming" and rotating the image using \c QGraphicsItem transformations, - and a setting for how the image ratio is preserved while scaling. -*/ -class GraphicsImageView : public QGraphicsView -{ - Q_OBJECT - Q_PROPERTY(QString imageFile READ imageFile WRITE setImageFile NOTIFY imageChanged USER true) - Q_PROPERTY(qreal imageScale READ imageScale WRITE setImageScale NOTIFY imageScaleChanged) - Q_PROPERTY(qreal imageRotation READ imageRotation WRITE setImageRotation NOTIFY imageRotationChanged) - Q_PROPERTY(Qt::AspectRatioMode imageScalingMode READ imageScalingMode WRITE setImageScalingMode NOTIFY imageScalingModeChanged) - - public: - explicit GraphicsImageView(QWidget *p = nullptr); - - QString imageFile() const { return m_imageFile; } - Qt::AspectRatioMode imageScalingMode() const { return m_scaleMode; } - qreal imageScale() const { return m_item ? m_item->scale() : 0.0; } - qreal imageRotation() const { return m_item ? m_item->rotation() : 0.0; } - - public slots: - void setImageFile(const QString &imageFile); - void setImageScalingMode(int mode); - - void setImageScale(qreal scale) const; - void zoomImage(int steps) const { setImageScale(imageScale() + steps * 0.1); } - void zoomIn() const { zoomImage(1); } - void zoomOut() const { zoomImage(-1); } - void zoomReset() const { setImageScale(1.0); } - - void setImageRotation(qreal degrees) const; - void rotateCw() const { setImageRotation(imageRotation() + 90.0); } - void rotateCCw() const { setImageRotation(imageRotation() - 90.0); } - void rotationReset() const { setImageRotation(0); } - - signals: - void imageChanged() const; - void imageScaleChanged(qreal) const; - void imageRotationChanged(qreal) const; - void imageScalingModeChanged(Qt::AspectRatioMode) const; - - protected slots: - void loadImage(const QSize &size); - - protected: - void resizeEvent(QResizeEvent *e) override; - - private: - bool createItem(); - void removeItem(); - - Qt::AspectRatioMode m_scaleMode = Qt::KeepAspectRatio; - QString m_imageFile; - QGraphicsPixmapItem *m_item = nullptr; - - Q_DISABLE_COPY(GraphicsImageView) -}; - -#endif // GRAPHICSIMAGEVIEW_H diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.cpp b/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.cpp deleted file mode 100644 index a1b20c8a069..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.cpp +++ /dev/null @@ -1,286 +0,0 @@ -/* - ImageGrid - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ImageGrid.h" - -#include -#include -#include -#include -#include -#include -#include -#include - -ImageGrid::ImageGrid(QWidget *p) : - QListView(p) -{ - setObjectName("ImageGridView"); - setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); - //setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff); - setFrameStyle(QFrame::NoFrame); - setBackgroundRole(QPalette::Shadow); - viewport()->setBackgroundRole(QPalette::Shadow); - viewport()->setMouseTracking(false); // avoid unnecessary repaints - setMouseTracking(false); - setItemDelegate(new ImageGridDelegate(this)); - setEditTriggers(NoEditTriggers); - setSelectionMode(SingleSelection); - setSelectionBehavior(SelectRows); - setViewMode(IconMode); - setDragDropMode(NoDragDrop); - setMovement(Static); - setLayoutMode(Batched); - setBatchSize(1); - setSpacing(4); - setIconSize(QSize(64, 64)); // reset in resizeEvent - setUniformItemSizes(true); // delegate always returns decorationSize (icon size) for sizeHint() - - connect(this, &QListView::activated, this, &ImageGrid::selectImage); - connect(this, &QListView::clicked, this, &ImageGrid::selectImage); -} - -void ImageGrid::setCurrentPath(const QString &path) -{ - if (currentPath() == path) - return; - - resetModel(); - Q_ASSERT(m_model != nullptr); - m_model->setRootPath(path); - setRootIndex(m_model->index(path)); - // ensure a layout update on next event loop - QMetaObject::invokeMethod(this, "updateLayout", Qt::QueuedConnection, Q_ARG(bool, true)); - emit currentPathChanged(path); -} - -void ImageGrid::selectImage(const QModelIndex &idx) -{ - QString img; - if (!idx.isValid() || (img = idx.data(QFileSystemModel::FilePathRole).toString()).isEmpty()) - return; - if (currentIndex() != idx) - setCurrentIndex(idx); - emit imageSelected(img); -} - -void ImageGrid::setCurrentImage(const QString &imageFile) -{ - qDebug("%s : %d", qPrintable(imageFile), count()); - if (!count()) - return; - selectImage(m_model->match(m_model->index(0, 0, rootIndex()), QFileSystemModel::FilePathRole, imageFile, 1, Qt::MatchContains).value(0)); -} - -void ImageGrid::setCurrentFile(int index) -{ - if (m_model) - selectImage(m_model->index(index, 0, rootIndex())); -} - -void ImageGrid::sortBy(QDir::SortFlags flags) -{ - if (m_sortBy == flags || !m_model) - return; - m_sortBy = flags; // | QDir::IgnoreCase; - const int col = (flags & QDir::Name) ? 0 : (flags & QDir::Size) ? 1 : (flags & QDir::Type) ? 2 : (flags & QDir::Time) ? 3 : 0; - m_model->sort(col, (flags & QDir::Reversed) ? Qt::DescendingOrder : Qt::AscendingOrder); - emit sortChanged(flags); -} - -void ImageGrid::setColumns(uint columns) -{ - if (m_columns != columns) { - m_columns = columns; - updateLayout(); - } -} - -void ImageGrid::setImageSize(const QSize &size) -{ - if (m_icnSize == size) - return; - m_icnSize = size; - if (size.isEmpty()) - updateLayout(); - else - setIconSize(size); - emit imageSizeChanged(size); -} - -uint ImageGrid::columnsForWidth(int w) const // never returns zero -{ - if (m_columns) - return m_columns; - if (!m_model || !rootIndex().isValid()) - return 1; - return qMax(uint(qMin(qRound(w / 256.0), count())), 1U); - //return qMax(qRound(w / 256.0), 1); - //return (w >= 2560 ? 6 : w >= 1920 ? 5 : w >= 1200 ? 4 : w >= 800 ? 3 : w > 400 ? 2 : 1); -} - -void ImageGrid::updateLayout(bool force) -{ - if (!m_model || !m_icnSize.isEmpty() || !isVisibleTo(parentWidget())) - return; - int w = viewport()->contentsRect().width() - - style()->pixelMetric(QStyle::PM_ScrollBarExtent, nullptr, verticalScrollBar()) - - ((width() - contentsRect().width()) * 2); - const uint cols = columnsForWidth(w); - w -= (spacing() * (int(cols) - 1)); - const int sz = qRound(w / float(cols)); - // only resize at steps of 12 to avoid excessive redraws - if (force || qAbs(iconSize().width() - sz) > 12) - setIconSize(QSize(sz, qCeil(sz * 0.75))); -} - -void ImageGrid::resetModel() -{ - static const QStringList filter = { - QLatin1String("*.jpg"), QLatin1String("*.jpeg"), QLatin1String("*.png"), - QLatin1String("*.gif"), QLatin1String("*.bmp"), QLatin1String("*.pbm"), -#ifdef QT_SVG_LIB - QLatin1String("*.svg") -#endif - }; - // Qt bug, QFileSystemModel "forgets" filter() settings when root is reset or tree is navigated, so we need a full reset. - if (m_model) - m_model->deleteLater(); - m_model = new QFileSystemModel(this); - m_model->setNameFilters(filter); - m_model->setFilter(QDir::Files); - m_model->setReadOnly(true); - m_model->setNameFilterDisables(false); - setModel(m_model); - connect(m_model, &QFileSystemModel::directoryLoaded, this, [this](const QString &path) { - if (path == currentPath()) - emit countChanged(count()); - }); - connect(selectionModel(), &QItemSelectionModel::selectionChanged, this, [this](const QItemSelection &sel, const QItemSelection &) { - const QModelIndex &idx = sel.indexes().value(0); - if (!idx.isValid()) - return; - emit currentFileIndexChanged(idx.row()); - emit currentImageChanged(currentImage()); - }); -} - -QModelIndex ImageGrid::findNextImage(bool prevoius) -{ - const int n = count(); - if (n < 2) - return QModelIndex(); - QModelIndex idx; - bool wrapped = false; - int i = currentIndex().row(); - while (!idx.isValid() || m_model->isDir(idx)) { - i = (prevoius ? i - 1 : i + 1); - if (i < 0 || i >= n) { - if (wrapped) - break; - i = (prevoius ? n - 1 : 0); - wrapped = true; - } - idx = m_model->index(i, 0, rootIndex()); - } - if (idx.isValid() && m_model->isDir(idx)) - idx = QModelIndex(); - return idx; -} - - -// -// ImageGridDelegate -// - -void ImageGridDelegate::paint(QPainter *p, const QStyleOptionViewItem &opt, const QModelIndex &idx) const -{ - if (!idx.isValid() || opt.rect.isEmpty() || opt.decorationSize.isEmpty()) - return; - const QPixmap pm(pixmap(idx, opt.decorationSize - QSizeF(frameWidth * 2, frameWidth * 2).toSize())); - if (pm.isNull()) - return; - QRectF rect = QRectF(opt.rect).adjusted(frameWidth, frameWidth, -frameWidth, -frameWidth); - QStyle *style = opt.widget ? opt.widget->style() : QApplication::style(); - const QRect arect = style->alignedRect(opt.direction, opt.displayAlignment, pm.size(), QRect(QPoint(0,0), rect.size().toSize())); - rect.moveTopLeft(rect.topLeft() + arect.topLeft()); - //qDebug() << opt.rect << rect << opt.decorationSize << pm.size(); - p->drawPixmap(rect.topLeft(), pm); // use point position to avoid any painter scaling check - if (opt.state & QStyle::State_Selected) { - // draw selection rectangle - p->setBrush(Qt::NoBrush); - p->setPen(QPen(opt.palette.brush(QPalette::Highlight), frameWidth, Qt::DashLine, Qt::RoundCap)); - p->drawRect(rect.adjusted(0, 0, arect.x() * -2, arect.y() * -2)); - } -} - -QPixmap ImageGridDelegate::pixmap(const QModelIndex &idx, const QSize &size) const -{ - QPixmap pm; - if (!idx.isValid()) - return pm; - const QString imgFile = idx.data(QFileSystemModel::FilePathRole).toString(); - if (imgFile.isEmpty() || !QFileInfo(imgFile).exists()) - return pm; - const QString hash(imgFile.simplified().append(QLatin1String("_")).append(QString::number(quint64(size.width()) << 32 | uint(size.height())))); - QPixmapCache::find(hash, &pm); - if (pm.isNull()) { - //qDebug() << "Cache miss!" << imgFile << sz << hash; - pm.load(imgFile); - if (!pm.isNull()) { - if (pm.size().width() > size.width() || pm.size().height() > size.height()) - pm = pm.scaled(size, Qt::KeepAspectRatio, Qt::FastTransformation); - QPixmapCache::insert(hash, pm); - } - } - return pm; -} - -bool ImageGridDelegate::helpEvent(QHelpEvent *e, QAbstractItemView *v, const QStyleOptionViewItem &, const QModelIndex &idx) -{; - if (!idx.isValid() || !e || !v || (e->type() == QEvent::ToolTip && !showTooltips)) - return false; - const QFileInfo fi(idx.data(QFileSystemModel::FilePathRole).toString()); - if (!fi.isFile()) - return false; - const QString tt(fi.fileName() % "\nC: " % fi.created().toString(Qt::TextDate) % "\nM: " % - fi.lastModified().toString(Qt::TextDate) % "\n" % QString::number(fi.size() / 1024) % " KB"); - switch (e->type()) { - case QEvent::ToolTip: - QToolTip::showText(e->globalPos(), tt, v); - return true; - case QEvent::WhatsThis: - QWhatsThis::showText(e->globalPos(), tt, v); - return true; - case QEvent::QueryWhatsThis: - return true; - default: - return false; - } -} - -#include "moc_ImageGrid.cpp" diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.h b/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.h deleted file mode 100644 index 0679875a9e5..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageGrid.h +++ /dev/null @@ -1,167 +0,0 @@ -/* - ImageGrid - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef IMAGEGRID_H -#define IMAGEGRID_H - -#include -#include -#include -#include -#include -#include -#include -#include - -/*! - \ingroup examples_imageviewer -*/ -class ImageGridDelegate : public QStyledItemDelegate -{ - Q_OBJECT - public: - using QStyledItemDelegate::QStyledItemDelegate; - - bool showTooltips = true; // respond to tooltip help event - qreal frameWidth = 2.0; // selection frame size - - void paint(QPainter *p, const QStyleOptionViewItem &opt, const QModelIndex &idx) const override; - QPixmap pixmap(const QModelIndex &idx, const QSize &size) const; - bool helpEvent(QHelpEvent *e, QAbstractItemView *v, const QStyleOptionViewItem &, const QModelIndex &idx) override; - QSize sizeHint(const QStyleOptionViewItem &opt, const QModelIndex &) const override { return opt.decorationSize; } - - protected: - // we don't use this, but provide an optimized version in case this gets called internally in superclass - void initStyleOption(QStyleOptionViewItem *o, const QModelIndex &idx) const override { o->index = idx; } - private: - Q_DISABLE_COPY(ImageGridDelegate) -}; - - -/*! - \ingroup examples_imageviewer - - \c ImageGrid is a \c QListView using a custom \c ImageGridDelegate to present a grid of "previews" of images in a given folder. - The number of columns used to show the images, or the image preview sizes can set explicitly, or both can auto-adjust based - on the available space (this is the default setting). - - Note that the global \c QPixmapCache is used to store image previews by the \c ImageGridDelegate class. It should be suitably "large." -*/ -class ImageGrid : public QListView -{ - Q_OBJECT - Q_PROPERTY(int count READ count NOTIFY countChanged) - Q_PROPERTY(QString currentPath READ currentPath WRITE setCurrentPath NOTIFY currentPathChanged) - Q_PROPERTY(QString currentImage READ currentImage WRITE setCurrentImage NOTIFY currentImageChanged) - Q_PROPERTY(int currentFileIndex READ currentFileIndex WRITE setCurrentFile NOTIFY currentFileIndexChanged) - Q_PROPERTY(QDir::SortFlags sortFlags READ sortFlags WRITE sortBy NOTIFY sortChanged) - Q_PROPERTY(QSize imageSize READ imageSize WRITE setImageSize NOTIFY imageSizeChanged) - Q_PROPERTY(int columns READ columns WRITE setColumns) - - public: - explicit ImageGrid(QWidget *p = nullptr); - - int count() const; - QString currentPath() const; - QString currentImage() const; - int currentFileIndex() const; - QDir::SortFlags sortFlags() const; - QSize imageSize() const; - int columns() const; - - public slots: - void setCurrentPath(const QString &path); - void setCurrentImage(const QString &imageFile); - void setCurrentFile(int index); - void nextImage() { selectImage(findNextImage(false)); } - void prevImage() { selectImage(findNextImage(true)); } - void sortBy(QDir::SortFlags flags); - void setColumns(uint columns = 0); - void setImageSize(const QSize &size = QSize()); - - signals: - void countChanged(int count); - void currentPathChanged(const QString &path) const; - void imageSelected(const QString &filename) const; - void currentImageChanged(const QString &filename) const; - void currentFileIndexChanged(int index) const; - void sortChanged(QDir::SortFlags flags) const; - void imageSizeChanged(const QSize &size) const; - - protected: - void resizeEvent(QResizeEvent *e) override; - - private slots: - void selectImage(const QModelIndex &idx); - void updateLayout(bool force = false); - void resetModel(); - - private: - uint columnsForWidth(int w) const; - QModelIndex findNextImage(bool prevoius = false); - - QFileSystemModel *m_model = nullptr; - uint m_columns = 0; - QDir::SortFlags m_sortBy = QDir::Name; - QSize m_icnSize; - - Q_DISABLE_COPY(ImageGrid) -}; - -inline -int ImageGrid::count() const { return m_model ? m_model->rowCount(rootIndex()) : 0; } - -inline -QString ImageGrid::currentPath() const { return m_model ? m_model->rootPath() : QString(); } - -inline -QString ImageGrid::currentImage() const { - return currentIndex().isValid() ? - currentIndex().data(QFileSystemModel::FilePathRole).toString() : - QString(); -} - -inline -int ImageGrid::currentFileIndex() const { return currentIndex().row(); } - -inline -QDir::SortFlags ImageGrid::sortFlags() const { return m_sortBy; } - -inline -QSize ImageGrid::imageSize() const { return m_icnSize; } - -inline -int ImageGrid::columns() const { return m_columns; } - -inline -void ImageGrid::resizeEvent(QResizeEvent *e) -{ - QListView::resizeEvent(e); - updateLayout(); -} - -#endif // IMAGEGRID_H diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.cpp b/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.cpp deleted file mode 100644 index dbd5fd2a417..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.cpp +++ /dev/null @@ -1,619 +0,0 @@ -/* - ImageViewer - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ImageViewer.h" -#include "GraphicsImageView.h" -#include "ImageGrid.h" -#include - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -QT_USE_NAMESPACE - -ImageViewer::ImageViewer(const QString &appCssFile, const QString &imagePath, QWidget *p) : - QWidget(p), - appCssFile(appCssFile), - msgBox(new Infobox(this)) -{ - // Use a stack layout as top-level. This will have two pages with their own toolbars, - // and a floating menu button for general program options. - stackLo = new OverlayStackLayout(this); -//! [1] - // We will use the stack layout for switching pages as well as floating a menu button and info text overlay. - stackLo->setStackingMode(OverlayStackLayout::StackOne); - // Keep main floating menu button in the SE corner away from bottom/right edge of window. - stackLo->setContentsMargins(0,0,15,15); -//! [1] - - // set CSS before creating widgets - loadStylesheet(); - // First page contains the image list view and a toolbar which is only visible on this page. - setupListViewPage(); - // Second page is the full-sized image view, and its own toolbar which is only visible on this page. - setupImageViewPage(); - // create the floating options menu toolbar/button - setupOptionsMenu(); - // setup the message box overlay - msgBox->setAttribute(Qt::WA_AlwaysStackOnTop); - stackLo->addWidget(msgBox, Qt::AlignHCenter | Qt::AlignBottom, QPoint(0, -35)); - - // Very convenient when working with app-wide CSS to reload the style w/out re-starting whole app - // (though clearly only useful when css is not embedded in resource file). - QAction *reloadCss = new QAction("Reload stylesheet.", this); - reloadCss->setShortcut(QKeySequence(Qt::ALT | Qt::Key_R)); - addAction(reloadCss); - connect(reloadCss, &QAction::triggered, this, &ImageViewer::loadStylesheet); - - setPaletteColors(); - stackLo->setCurrentIndex(0); - resize(QSize(1200, 800).boundedTo(QGuiApplication::primaryScreen()->availableSize())); - show(); - - if (imagePath.isEmpty()) { - selectFolder(); - return; - } - - const QFileInfo fi(imagePath); - if (fi.isFile()) { - setImagesPath(fi.path()); - loadImage(fi.filePath()); - } - else { - setImagesPath(imagePath); - } -} - -void ImageViewer::setupOptionsMenu() -{ -//! [3] - // main app "floating" menu toolbar/button with common options - Toolbar *mainToolbar = new Toolbar(this); -//! [3] - mainToolbar->setTheme(2); - - QMenu *mainMenu = mainToolbar->makeMenuButton(mainToolbar->addButton("⋮", "Toggle the main menu for general program options.", QKeySequence(Qt::CTRL | Qt::Key_Period))); - connect(mainMenu, &QMenu::aboutToShow, this, [mainMenu]() { mainMenu->menuAction()->setText("⋯"); }); - connect(mainMenu, &QMenu::aboutToHide, this, [mainMenu]() { mainMenu->menuAction()->setText("⋮"); }); - - // background color and theme toggles - mainMenu->addAction("Use light background.", this, &ImageViewer::setPaletteColors)->setCheckable(true); - mainMenu->addAction("Alternate toolbar theme.", this, &ImageViewer::setTheme)->setCheckable(true); - - // Sub menu for image info overlay duration - QMenu *imgInfoMenu = new QMenu("Image information", mainToolbar); - mainMenu->addMenu(imgInfoMenu); - QActionGroup *imgInfoGrp = new QActionGroup(imgInfoMenu); - for (int i = -1; i <= 20001; i += (i < 0 ? 1 : 2000)) - mainToolbar->addGroupAction(i < 0 ? tr("Do not show") : !i ? tr("Show always") : tr("Show for %1 sec.").arg(i / 1000), imgInfoGrp, i, (i == imgInfoTimeout)); - imgInfoMenu->addActions(imgInfoGrp->actions()); - connect(imgInfoMenu, &QMenu::triggered, this, [this](QAction *act) { - imgInfoTimeout = act->data().toInt(); - if (imgInfoTimeout < 0) - msgBox->showMessage(); - else if (listView->currentFileIndex() > -1) - showImageInfo(listView->currentImage()); - }); - - // Sub menu for choosing toolbar position (window edge) - QMenu *tbEdgeMenu = new QMenu("Toolbar position", mainToolbar); - mainMenu->addMenu(tbEdgeMenu); - QActionGroup *edgeGrp = new QActionGroup(tbEdgeMenu); - for (uint i = Qt::TopEdge; i <= Qt::BottomEdge; i = i << 1) - mainToolbar->addGroupAction(QString(QMetaEnum::fromType().valueToKey(int(i))).remove(QLatin1String("Edge")), edgeGrp, i, i == Qt::TopEdge); - tbEdgeMenu->addActions(edgeGrp->actions()); - connect(tbEdgeMenu, &QMenu::triggered, this, [this](QAction *act) { - emit toolbarEdgeChanged(Qt::Edge(act->data().toUInt())); - updateTheme(); - }); - -//! [4] - // Keep toolbar on top of all other widgets, regardless of "currentIndex()" page. - mainToolbar->setAttribute(Qt::WA_AlwaysStackOnTop); - // Add menu button to the overlay layout in the bottom right corner - stackLo->addWidget(mainToolbar, Qt::AlignRight | Qt::AlignBottom); -//! [4] - mainToolbar->show(); -} - -// Create a new page widget container with a OverlayStackLayout holding \a main widget and a Toolbar. -Toolbar *ImageViewer::createPage(QWidget *main) -{ -//! [2] - // Create a page widget which will be shown full-size underneath the main toolbar. - QWidget *w = new QWidget(this); - w->setAttribute(Qt::WA_LayoutOnEntireRect); // ignore main stack layout margins - w->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); // stretch to fit - stackLo->addWidget(w); // add to main stack view -//! [2] - Toolbar *toolbar = new Toolbar(w); // floating toolbar - toolbar->setObjectName(main->objectName() % "_toolbar"); // for CSS target - // overlay layout for the container, toolbar will "float" on top of main widget - OverlayStackLayout *lo = new OverlayStackLayout(w); - lo->setContentsMargins(0,0,0,0); - lo->addWidget(main); - lo->addWidget(toolbar, Qt::AlignTop | Qt::AlignHCenter); - lo->setCurrentIndex(1); // stack toolbar on top - - connect(this, &ImageViewer::themeChanged, toolbar, &Toolbar::setTheme); - connect(this, &ImageViewer::toolbarEdgeChanged, toolbar, &Toolbar::setEdge); - connect(toolbar, &Toolbar::alignmentChanged, lo, &OverlayStackLayout::setSenderAlignment); - return toolbar; -} - -void ImageViewer::setupListViewPage() -{ - listView = new ImageGrid(this); // images list - // show full image page when item is selected from list view - connect(listView, &ImageGrid::imageSelected, this, &ImageViewer::loadImage); - connect(listView, &ImageGrid::currentImageChanged, this, &ImageViewer::showImageInfo); - connect(listView, &ImageGrid::countChanged, this, &ImageViewer::showFolderInfo); - - Toolbar *toolbar = createPage(listView); - // left expander to keep buttons centered when horizontal - toolbar->addHSpacer(); - - // Folder selector - connect(toolbar->addButton("Select", tr("Select image folder (%1)"), QKeySequence::Open)->defaultAction(), &QAction::triggered, this, &ImageViewer::selectFolder); - - toolbar->addSeparator(); - - // Sorting controls - QMenu *sortMenu = toolbar->addMenuButton("Name", "Select sorting method."); - QActionGroup *sortGrp = new QActionGroup(sortMenu); - sortMenu->addAction(toolbar->addGroupAction("Name", sortGrp, QDir::Name, true)); - sortMenu->addAction(toolbar->addGroupAction("Date", sortGrp, QDir::Time)); - sortMenu->addAction(toolbar->addGroupAction("Size", sortGrp, QDir::Size)); - sortMenu->addAction(toolbar->addGroupAction("Type", sortGrp, QDir::Type)); - QAction *sortDir = toolbar->addButton("⬇", "Sort direction")->defaultAction(); - sortDir->setCheckable(true); - - auto setSort = [this, sortGrp, sortMenu, sortDir]() { - QDir::SortFlags f = QDir::SortFlag(sortGrp->checkedAction()->data().toInt()); - if (sortDir->isChecked()) - f |= QDir::Reversed; - sortMenu->setTitle(sortGrp->checkedAction()->text()); - sortDir->setText(sortDir->isChecked() ? "⬆" : "⬇"); - listView->sortBy(f); - }; - connect(sortGrp, &QActionGroup::triggered, listView, [setSort](QAction *) { setSort(); }); - connect(sortDir, &QAction::toggled, listView, [setSort](bool) { setSort(); }); - - toolbar->addSeparator(); - - // Layout options buttons - const QVector viewOpts = toolbar->addButtonSet({"◫", "⇔"}, {"Select number of columns.", "Select preview image size."}); - - QMenu *colsMenu = toolbar->makeMenuButton(viewOpts.at(0), "No. of Columns"); - QActionGroup *colsGrp = new QActionGroup(toolbar); - connect(colsGrp, &QActionGroup::triggered, listView, [this](QAction *act) { - listView->setColumns(act->data().toUInt()); - }); - for (int i=0; i < 10; ++i) - colsMenu->addAction(toolbar->addGroupAction((i ? QString::number(i) : "Auto Columns"), colsGrp, i, !i)); - QAction *colsSelAct = viewOpts.at(0)->defaultAction(); - - // Image preview size menu - QMenu *sizeMenu = toolbar->makeMenuButton(viewOpts.at(1), "Image Size"); - QActionGroup *sizeGrp = new QActionGroup(toolbar); - connect(sizeGrp, &QActionGroup::triggered, listView, [this, colsSelAct](QAction *act) { - const QSize sz(act->data().toSize()); - listView->setImageSize(sz); - colsSelAct->setEnabled(sz.isEmpty()); - }); - for (int i=0; i < 2561; i = i + (i < 512 ? 64 : i < 1280 ? 128 : 256)) - sizeMenu->addAction(toolbar->addGroupAction((i ? QString::number(i) : "Auto Size"), sizeGrp, (i ? QSize(i, qCeil(i * 0.75)) : QSize()), !i)); - - // right expander to keep buttons center/top aligned - toolbar->addSpacer(); -} - -void ImageViewer::setupImageViewPage() -{ - imageView = new GraphicsImageView(this); - Toolbar *toolbar = createPage(imageView); - // left expander to keep buttons centered when horizontal - toolbar->addHSpacer(); - - // page stack "pop" action - connect(toolbar->addButton("⟸", "Back to list view (%1)", QKeySequence(Qt::Key_Backspace))->defaultAction(), &QAction::triggered, [this]() { - stackLo->setCurrentIndex(0); - }); - // previous/next image navigation buttons - const QVector navBtns = toolbar->addButtonSet( - {"⤆", "⤇"}, {"Previous image (%1)", "Next image (%1)"}, - {QKeySequence(Qt::Key_Left), QKeySequence(Qt::Key_Right)} - ); - connect(navBtns.at(0)->defaultAction(), &QAction::triggered, listView, &ImageGrid::prevImage); - connect(navBtns.at(1)->defaultAction(), &QAction::triggered, listView, &ImageGrid::nextImage); - - toolbar->addSeparator(); - - // Scaling mode menu - QMenu *sclMenu = toolbar->addMenuButton("Mode", "Select image scaling mode."); - QActionGroup *sclGrp = new QActionGroup(toolbar); - connect(sclGrp, &QActionGroup::triggered, imageView, [this](QAction *act) { - imageView->setImageScalingMode(Qt::AspectRatioMode(act->data().toInt())); - }); - const Qt::AspectRatioMode curMode = imageView->imageScalingMode(); - sclMenu->addAction(toolbar->addGroupAction("Keep Aspect Ratio", sclGrp, Qt::KeepAspectRatio, (curMode == Qt::KeepAspectRatio))); - sclMenu->addAction(toolbar->addGroupAction("Ignore Aspect Ratio", sclGrp, Qt::IgnoreAspectRatio, (curMode == Qt::IgnoreAspectRatio))); - sclMenu->addAction(toolbar->addGroupAction("Keep Ratio by Expanding", sclGrp, Qt::KeepAspectRatioByExpanding, (curMode == Qt::KeepAspectRatioByExpanding))); - - // rotate buttons - const QVector rotBtns = toolbar->addButtonSet( - {"⤿", "⤾"}, {"Rotate counter-clockwise (%1)", "Rotate clockwise (%1)"}, - {QKeySequence(Qt::ALT | Qt::Key_Left), QKeySequence(Qt::ALT | Qt::Key_Right)} - ); - connect(rotBtns.at(0)->defaultAction(), &QAction::triggered, imageView, &GraphicsImageView::rotateCCw); - connect(rotBtns.at(1)->defaultAction(), &QAction::triggered, imageView, &GraphicsImageView::rotateCw); - - // zoom buttons - const QVector zoomBtns = toolbar->addButtonSet( - {"-", "=", "+"}, - {"Zoom out (%1)", "Reset Zoom and Position (%1)", "Zoom in (%1)"}, - {QKeySequence(Qt::CTRL | Qt::Key_Minus), QKeySequence(Qt::CTRL | Qt::Key_0), QKeySequence(Qt::CTRL | Qt::Key_Equal)} - ); - zoomBtns.at(0)->setAutoRepeat(true); - zoomBtns.at(2)->setAutoRepeat(true); - connect(zoomBtns.at(0)->defaultAction(), &QAction::triggered, imageView, &GraphicsImageView::zoomOut); - connect(zoomBtns.at(1)->defaultAction(), &QAction::triggered, imageView, &GraphicsImageView::zoomReset); - connect(zoomBtns.at(2)->defaultAction(), &QAction::triggered, imageView, &GraphicsImageView::zoomIn); - - // right expander to keep buttons center/top aligned - toolbar->addSpacer(); -} - -void ImageViewer::setImagesPath(const QString &path) const -{ - if (!path.isEmpty()) - listView->setCurrentPath(path); -} - -void ImageViewer::loadImage(const QString &img) const -{ - if (img.isEmpty()) - return; - if (!QFile::exists(img)) { - msgBox->showMessage(tr("File not found: %1").arg(img), 8000); - return; - } - imageView->setImageFile(img); - stackLo->setCurrentIndex(1); -} - -void ImageViewer::showFolderInfo(int count) const -{ - if (count) - msgBox->showMessage(tr("Loaded %n image(s)", "", count)); - else - msgBox->showMessage(tr("This folder contains no images"), 0); -} - -void ImageViewer::showImageInfo(const QString &img) const -{ - if (imgInfoTimeout < 0 || img.isEmpty()) - return; - const QFileInfo fi(img); - if (!fi.exists()) - return; - const QString info( - QStringLiteral( - "
%1
" - "" - "" - "" - "" - "" - "" - "" - "
(%6/%7)Type: %5   Size: %4 KB
Created: %2
Modified: %3
" - ) - .arg(fi.baseName(), - fi.created().toString(Qt::TextDate), - fi.lastModified().toString(Qt::TextDate), - QString::number(fi.size() / 1024), fi.suffix()) - .arg(listView->currentFileIndex() + 1) - .arg(listView->count()) - ); - msgBox->showMessage(info, imgInfoTimeout); -} - -void ImageViewer::selectFolder() const -{ - setImagesPath(QFileDialog::getExistingDirectory(const_cast(this), "Select images folder", listView->currentPath(), QFileDialog::ReadOnly)); -} - -void ImageViewer::setAppCssFile(const QString &filename) -{ - if (appCssFile != filename) { - appCssFile = filename; - loadStylesheet(); - } -} - -void ImageViewer::setTheme(bool trans) -{ - emit themeChanged(int(trans)); - updateTheme(); -} - -void ImageViewer::updateTheme() const -{ - // reload css for property selectors to take effect - qApp->setStyleSheet(qApp->styleSheet()); - // reloading css can cause palette changes - updateViewPalette(); -} - -void ImageViewer::loadStylesheet() const -{ - if (appCssFile.isEmpty()) - return; - QFile cssFile(appCssFile); - if (!cssFile.open(QIODevice::ReadOnly | QIODevice::Text)) { - qWarning() << "Could not load style sheet file from" << appCssFile; - return; - } - const QByteArray appStyle = cssFile.readAll(); - if (!appStyle.isEmpty()) - qApp->setStyleSheet(QString(appStyle)); - cssFile.close(); -} - -void ImageViewer::setPaletteColors(bool light) -{ - QPalette pal(QApplication::palette()); - pal.setBrush(QPalette::Highlight, QColor(QStringLiteral("#4985E5"))); - pal.setBrush(QPalette::Shadow, QColor(light ? QStringLiteral("#E3EAEA") : QStringLiteral("#001616"))); - QApplication::setPalette(pal); - updateViewPalette(); -} - -void ImageViewer::updateViewPalette() const -{ - const QPalette pal(QApplication::palette()); - listView->setPalette(pal); - listView->viewport()->setPalette(pal); - imageView->setBackgroundBrush(pal.brush(QPalette::Shadow)); -} - - -// -// Infobox -// - -#include -#include -#include - -Infobox::Infobox(QWidget *p) : - QLabel(p), - m_opacity(new QGraphicsOpacityEffect(this)), - m_fade(new QPropertyAnimation(m_opacity, QByteArrayLiteral("opacity"), this)) -{ - setAttribute(Qt::WA_TransparentForMouseEvents); - setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); - setFrameStyle(NoFrame); - setTextFormat(Qt::RichText); - setWordWrap(true); - setGraphicsEffect(m_opacity); - connect(m_opacity, &QGraphicsOpacityEffect::opacityChanged, this, [this](qreal op) { - setHidden(qFuzzyIsNull(op)); - if (isHidden()) - setText(QString()); - }); - m_opacity->setOpacity(0.0); -} - -qreal Infobox::opacity() const { return m_opacity->opacity(); } -void Infobox::setOpacity(qreal opacity) { m_opacity->setOpacity(opacity); } - -void Infobox::showMessage(const QString &msg, int timeout) -{ - m_msgTim.stop(); - if (msg.isEmpty()) { - fadeOut(timeout && !text().isEmpty() ? -1 : 0); - return; - } - setText(msg); - fadeIn(400); - if (timeout > 0) - m_msgTim.start(timeout, this); -} - -void Infobox::fade(bool out, int duration) -{ - if (m_fade->state() != QAbstractAnimation::Stopped) - m_fade->stop(); - - if (!duration) { - setOpacity(out ? 0.0 : 1.0); - return; - } - if (duration < 0) - duration = 2000; - m_fade->setDuration(duration); - m_fade->setStartValue(out ? 1.0 : 0.01); - m_fade->setEndValue(out ? 0.0 : 1.0); - show(); - m_fade->start(); -} - -void Infobox::timerEvent(QTimerEvent *e) -{ - if (e->timerId() == m_msgTim.timerId()) { - m_msgTim.stop(); - fadeOut(); - } -} - - -// -// Toolbar -// - -Toolbar::Toolbar(QWidget *p) : - QFrame(p) -{ - m_lo = new QBoxLayout(QBoxLayout::LeftToRight, this); - m_lo->setContentsMargins(0,0,0,0); - setBackgroundRole(QPalette::Button); - setFrameStyle(NoFrame); - setFocusPolicy(Qt::NoFocus); -} - -QToolButton *Toolbar::addButton(QAction *act, QLayout *lo, Qt::Alignment a, const QKeySequence &sc) -{ - addAction(act); - if (!sc.isEmpty()) - act->setShortcut(sc); - QToolButton *tb = new QToolButton(this); - tb->setDefaultAction(act); - tb->setAutoRaise(true); - if (!lo) - lo = m_lo; - lo->addWidget(tb); - lo->setAlignment(tb, a); - return tb; -} - -QToolButton *Toolbar::addButton(const QString &ttl, const QString &tip, QLayout *lo, Qt::Alignment a, const QKeySequence &sc) -{ - QAction *act = new QAction(ttl, this); - if (!sc.isEmpty() && tip.contains(QLatin1String("%1"))) - act->setToolTip(tip.arg(sc.toString(QKeySequence::NativeText))); - else - act->setToolTip(tip); - return addButton(act, lo, a, sc); -} - -QVector Toolbar::addButtonSet(const QStringList &txts, const QStringList &tts, const QVector &scuts) -{ - QVector ret; - QHBoxLayout *lo = new QHBoxLayout; - lo->setSpacing(0); - lo->setSizeConstraint(QLayout::SetFixedSize); - for (int i=0, last = txts.count() - 1; i <= last; ++i) { - QToolButton *btn = addButton(txts.at(i), tts.value(i), lo, (!i ? Qt::AlignRight : i == last ? Qt::AlignLeft : Qt::AlignCenter), scuts.value(i)); - btn->setProperty("align", !i ? "left" : i == last ? "right" : "middle"); - btn->setStyleSheet(QStringLiteral("QToolButton { max-width: %1%; }").arg(50 / (last + 1))); - ret.append(btn); - } - m_lo->addItem(lo); - m_lo->setAlignment(lo, Qt::AlignCenter); - return ret; -} - -QAction *Toolbar::addGroupAction(const QString &ttl, QActionGroup *grp, const QVariant &data, bool chkd) -{ - QAction *act = new QAction(ttl, this); - act->setData(data); - act->setCheckable(true); - act->setChecked(chkd); - addAction(act); - grp->addAction(act); - return act; -} - -QWidget *Toolbar::addSeparator() const -{ - QWidget *sp = new QWidget(const_cast(this)); - sp->setObjectName(QStringLiteral("tb_separator")); - sp->setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Minimum); - m_lo->addWidget(sp); - return sp; -} - -QSpacerItem *Toolbar::addSpacer(int w, int h, QSizePolicy::Policy hPol, QSizePolicy::Policy vPol) const -{ - QSpacerItem *si = new QSpacerItem(w, h, hPol, vPol); - m_lo->addItem(si); - return si; -} - -QMenu *Toolbar::makeMenuButton(QToolButton *tb, const QString &name) const -{ - QMenu *menu = new QMenu(name, const_cast(this)); - tb->defaultAction()->setMenu(menu); - tb->setPopupMode(QToolButton::InstantPopup); - return menu; -} - -QMenu *Toolbar::addMenuButton(const QString &ttl, const QString &tip, QLayout *lo, Qt::Alignment a) -{ - return makeMenuButton(addButton(ttl, tip, lo, a), ttl); -} - -void Toolbar::setOrientation(Qt::Orientation o) -{ - if (m_o == o) - return; - setEdge((o == Qt::Horizontal ? (m_edge == Qt::RightEdge ? Qt::BottomEdge : Qt::TopEdge) : (m_edge == Qt::BottomEdge ? Qt::RightEdge : Qt::LeftEdge))); -} - -void Toolbar::setAlignment(int a) -{ - if (m_align != Qt::Alignment(a)) { - m_align = Qt::Alignment(a); - emit alignmentChanged(m_align); - } -} - -void Toolbar::setEdge(Qt::Edge edge) -{ - if (m_edge == edge) - return; - m_edge = edge; - const Qt::Orientation o4e = ((edge == Qt::LeftEdge || edge == Qt::RightEdge) ? Qt::Vertical : Qt::Horizontal); - if (o4e != m_o) { - m_o = o4e; - m_lo->setDirection(m_o == Qt::Vertical ? QBoxLayout::TopToBottom : QBoxLayout::LeftToRight); - emit orientationChanged(o4e); - } -} - -void Toolbar::setTheme(int idx) -{ - if (idx == m_theme) - return; - m_theme = idx; - emit themeChanged(); -} - -#include "moc_ImageViewer.cpp" diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.h b/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.h deleted file mode 100644 index b7614f40624..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/ImageViewer.h +++ /dev/null @@ -1,194 +0,0 @@ -/* - ImageViewer - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef IMAGEVIEWER_H -#define IMAGEVIEWER_H - -#include -#include -#include - -class OverlayStackLayout; -class GraphicsImageView; -class ImageGrid; -QT_BEGIN_NAMESPACE -class QAction; -class QActionGroup; -class QMenu; -class QSpacerItem; -class QToolButton; -QT_END_NAMESPACE - -//! \ingroup examples_imageviewer -class Toolbar : public QFrame -{ - Q_OBJECT - Q_PROPERTY(Qt::Orientation orientation READ orientation WRITE setOrientation NOTIFY orientationChanged) - Q_PROPERTY(Qt::Edge edge READ edge WRITE setEdge NOTIFY edgeChanged) - Q_PROPERTY(int alignment READ alignment WRITE setAlignment NOTIFY alignmentChanged) - Q_PROPERTY(int theme READ theme WRITE setTheme NOTIFY themeChanged) - Q_PROPERTY(int spacing READ spacing WRITE setSpacing) - Q_PROPERTY(int hSizePolicy READ hSizePolicy WRITE setHSizePolicy) - Q_PROPERTY(int vSizePolicy READ vSizePolicy WRITE setVSizePolicy) - - public: - explicit Toolbar(QWidget *p = nullptr); - - int theme() const { return m_theme; } - int spacing() const { return m_lo->spacing(); } - Qt::Edge edge() const { return m_edge; } - Qt::Orientation orientation() const { return m_o; } - int alignment() const { return m_align; } - int hSizePolicy() const { return sizePolicy().horizontalPolicy(); } - int vSizePolicy() const { return sizePolicy().verticalPolicy(); } - - QToolButton *addButton(QAction *act, QLayout *lo, Qt::Alignment a = Qt::AlignCenter, const QKeySequence &sc = QKeySequence()); - QToolButton *addButton(const QString &ttl, const QString &tip, QLayout *lo, Qt::Alignment a, const QKeySequence &sc = QKeySequence()); - QToolButton *addButton(const QString &ttl, const QString &tip, const QKeySequence &sc = QKeySequence()) { return addButton(ttl, tip, m_lo, Qt::AlignCenter, sc); } - QMenu *addMenuButton(const QString &ttl, const QString &tip = QString(), QLayout *lo = nullptr, Qt::Alignment a = Qt::AlignCenter); - QMenu *makeMenuButton(QToolButton *tb, const QString &name = QString()) const; - - QVector addButtonSet(const QStringList &txts, const QStringList &tts, const QVector &scuts = QVector()); - QAction *addGroupAction(const QString &ttl, QActionGroup *grp, const QVariant &data = QVariant(), bool chkd = false); - QWidget *addSeparator() const; - QSpacerItem *addSpacer(int w = 0, int h = 0, QSizePolicy::Policy hPol = QSizePolicy::Expanding, QSizePolicy::Policy vPol = QSizePolicy::Expanding) const; - QSpacerItem *addHSpacer() { return addSpacer(0, 0, QSizePolicy::Expanding, QSizePolicy::Ignored); } - QSpacerItem *addVSpacer() { return addSpacer(0, 0, QSizePolicy::Ignored, QSizePolicy::Expanding); } - - public slots: - void setOrientation(Qt::Orientation o); - void setAlignment(int a); - void setVertical(bool on) { setOrientation(on ? Qt::Vertical : Qt::Horizontal); } - void setHorizontal(bool on) { setVertical(!on); } - void setEdge(Qt::Edge edge); - void setTheme(int idx); - void toggleTheme(bool on) { setTheme(int(on)); } - void setSpacing(int spacing) { m_lo->setSpacing(spacing); } - void setHSizePolicy(int pol) { QSizePolicy p = sizePolicy(); p.setHorizontalPolicy(QSizePolicy::Policy(pol)); setSizePolicy(p); } - void setVSizePolicy(int pol) { QSizePolicy p = sizePolicy(); p.setVerticalPolicy(QSizePolicy::Policy(pol)); setSizePolicy(p); } - - signals: - void orientationChanged(Qt::Orientation o) const; - void edgeChanged(Qt::Edge edge) const; - void themeChanged() const; - void alignmentChanged(Qt::Alignment align) const; - - private: - Qt::Orientation m_o = Qt::Horizontal; - Qt::Edge m_edge = Qt::TopEdge; - Qt::Alignment m_align = Qt::AlignLeft | Qt::AlignTop; - int m_theme = 0; - QBoxLayout *m_lo; - - Q_DISABLE_COPY(Toolbar) -}; - - -#include -#include - -QT_BEGIN_NAMESPACE -class QGraphicsOpacityEffect; -class QPropertyAnimation; -class QTimerEvent; -QT_END_NAMESPACE - -//! \ingroup examples_imageviewer -class Infobox : public QLabel -{ - Q_OBJECT - Q_PROPERTY(qreal opacity READ opacity WRITE setOpacity NOTIFY opacityChanged) - - public: - explicit Infobox(QWidget *p); - qreal opacity() const; - - public slots: - void showMessage(const QString &msg = QString(), int timeout = 5000); - void setOpacity(qreal opacity); - void fade(bool out = true, int duration = -1); - void fadeIn() { fade(false, -1); } - void fadeIn(int duration) { fade(false, duration); } - void fadeOut() { fade(true, -1); } - void fadeOut(int duration) { fade(true, duration); } - - signals: - void opacityChanged(qreal) const; - - protected: - void timerEvent(QTimerEvent *e) override; - - private: - QGraphicsOpacityEffect *m_opacity; - QPropertyAnimation *m_fade; - QBasicTimer m_msgTim; -}; - - -//! \ingroup examples_imageviewer -class ImageViewer : public QWidget -{ - Q_OBJECT - public: - explicit ImageViewer(const QString &appCssFile, const QString &imagePath = QString(), QWidget *p = nullptr); - - public slots: - void setImagesPath(const QString &path) const; - void loadImage(const QString &img) const; - void setAppCssFile(const QString &filename); - - signals: - void themeChanged(int theme) const; - void toolbarEdgeChanged(Qt::Edge edge) const; - - private slots: - void showFolderInfo(int count) const; - void showImageInfo(const QString &img) const; - void selectFolder() const; - void setTheme(bool trans); - void updateTheme() const; - void loadStylesheet() const; - void setPaletteColors(bool light = false); - void updateViewPalette() const; - - private: - void setupOptionsMenu(); - Toolbar *createPage(QWidget *main); - void setupListViewPage(); - void setupImageViewPage(); - - int imgInfoTimeout = 6000; - QString appCssFile; - Infobox *msgBox; - ImageGrid *listView; - GraphicsImageView *imageView; - OverlayStackLayout *stackLo; - - Q_DISABLE_COPY(ImageViewer) -}; - -#endif // IMAGEVIEWER_H diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/README.md b/companion/src/thirdparty/maxlibqt/examples/imageviewer/README.md deleted file mode 100644 index 9bd268a8e19..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/README.md +++ /dev/null @@ -1,23 +0,0 @@ -## Image Viewer Example Application ## - -This is a simple but fully functional image viewer application with a "gallery view" page -and another for viewing a full size image with adjustable scaling, rotation, and zoom factors. -This example is primarily meant to demonstrate usage of the [StackOverlayLayout][1]. - -![Gallery view folder loaded](doc/imageviewer-grid_loaded.jpg) -![Full image view with info overlay](doc/imageviewer-image_info.jpg) -![Gallery with alternate theme](doc/imageviewer-grid_alt.jpg) -![Full image view with alternate theme](doc/imageviewer-image_alt.jpg) -![Gallery with info overlay](doc/imageviewer-grid_infobox.jpg) -![Full image with left toolbar](doc/imageviewer-image_tbleft.jpg) - -[1]: https://mpaperno.github.io/maxLibQt/class_overlay_stack_layout.html#details - -------------- -Copyright (c)2019 Maxim Paperno. All rights reserved. -This example is part of the maxLibQt project and is governed by -the same licensing. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_alt.jpg b/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_alt.jpg deleted file mode 100644 index e1bd61e873561385ac2f3b7a0536bc4a783b00dd..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 141672 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 z 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

?}&z#2OP(rL`qqO$smW89Q$p!S#)tD14#dC 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

`b1 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 JvE|?S{{hGLo0I?m diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_infobox.jpg b/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_infobox.jpg deleted file mode 100644 index f20a0cf30cadac4b0c3e98b353a49567eaf52b97..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 136340 zcmb@t1yr0%n=ab8y99UF;O_43PUF(JO9BK4?rsSXNRSZRo!}DOEx1GD5;)D?bN_$O zy=TtMI_uW@sD8?yS4#S;=4Ih!6F?y2Yi|PpC@3%i5CQ)VFUJ5ZX)mCo9{>sf3(1xR z0A7Bh>MKY|nW<~4$tozz0HB}%091Kpdyoq>CIH|J@^sgflcdl$Fr+{j2S5Xm0Pp|~ z0Kfw1;i{q~tNq%wf{YY}2c*)!hk^7CxS4y60f1>%d36ekf0X@CAQsTo-4g(SQioLL zvaIH;0SMfYaa-nfnXXZFK2rQzJp*~XKM=&000*CHQ&=3Xa~V> zAsE$NTT=>xg#iFWRNH@G%YR@`YhMUY06@yc)z97D*3OfH0mw+fAt1m{A#d&DWbNt6 zs%`;vv~ahgkaBT$wE+160DsH;+6sXEs#^+(l6g4;Kz{|F0YVgVsNIuxMJ_Si4(;AVcXwyv!bC3o$py%HGr71w>&F z`mZeff7$FG9A4qyehmRQ#m@j-Gd2L`1TFyPWE234g93mt&WDsh{mX93NV05SkIfC0b? z-~{jigaG0I8Gs@{4WJD$0GI-R06Ty)z#ZTN2n2)xA^ z0d0V8KtEsv@Cz^tSO#nWb^u3!bHEMY5efA#??F19Ug^2=pxU2J{j1H4Fd-1qL66 z5{4CqA4UpB4aN}02F4vG7$zDf9i|ZGJ4_4A0L(PZ2Fx+cJuEyd4lD&ME36Q#Jgg2Z z5Y`Pg7&aC*8}=(~18g7cH0&nqIqWkW8XO56Gn^ot0-QdaEu0Tr1Y9~?30ytgPqns7BW4u2(mV^19Av*Ch~XWpU5l7mnbMGR44){8YuQC?@=;QexMAZY@*zw zVxuylN}(E~dZEUnmZEl{E}~wdp`p>CiK7{!d7{OmeM9R-TSL1;$3bU9S3tKye}|rf z-he)Zeu{yFL5m@QVT$38k&aP|F@bT6iG)dqDTQf)8H|~O*^D`ld5wjG#et=U<%|`J zRfaW$wU3Q}O@}RmZH4^-y9m1%dkY5!hZ;u;2Z$4fQ;hQyX9pJ^mmXIE*8w*Mw-R?8 z_Z$x!j~h=H&lfKTuN`j#9|oTeUjg3ieQ%DfslewhR~5PiLjAyl?axIiAaOUhbW)uC($u6F0l|XkT{yShIoktnuLi& zlO%woh-8%Hnv{%Gj?|Sji?o;Ym<*pxoXmkNm8^s8fEIgJWUAWb>V5-k!f zKdl{Y2JHatEge0b9$h3|Bi%kd0lfmfKYcm<3IiI07=s%_A;SzKJR?7&BV!)pFD7Uv z9ws}c9Ht3oXl7n!d*(dmNftO30TvKTAlqv12>%jKKr$K_Y&kL4c}fD@1ucqh;%a4*O!=qXqucqYUu z@jVGf2?vP^ ziBrk9lJ1iAlDATVQbAH((lF9;($Ui6GT1UYGTAa~vQ)CRvgNYpay)VYa$WLp@=Eea z^79I$3P6Q#3g?P^ib0BfN~lU&O4&-km6?>?m0MJxRTNcHR8~}JRY9taY5+9_wG_2g zb$WF-^;Qjd4Rwtija^L+%|OioEgUT~tun0}ZAt9}?PVPX9WR|8T?}1g-EX?LdeVBy zdK>!e`a$|521Ew-22F+thPs9&hSx?iMrlSn#yrLm#&ah0CcY*^rbMPrrtM}JW)^0( z=5XeE=4Iwj7HSrS7T1;vmbsSaKq+7b@W@KsD%I-1TEsfpde270CfR1+R>U^N_P|ce zF5T|fUdle({=z}tp}^tRQO&W`@x@8csmdAA+1$Aqgbi{8^|_F___|EGGP_2&Znz1$ zrMaEEE4i0=KzW#WGtrV4%hE$5w=+vt;v$Uaf?(~8T_07hmiydLNLQF%1YhJ`v|FrO zJn)78%eNAul9-Y|rJ&M{ubN-`zVUtgRz^~mP!3)0Ren%mT=A-W!9_*F4K z06)Bb99ElG&($c^^wjd#ey^jg%dN+$k8Xf!@M}14v}@dGGH9A?R&4HR5o)P#Wos>M zqioA*$7@gMK<@a^@zUwvdEMpOb=+;+z13sZv)rrSJJYApH~v%U=U~5VfA4_AKEd6e{20- z-U4nNZF_7#?R?lp+fCmi-}|=Dx!-mmd+_Vf=y2!A_2}_9;som?_mttZ?o9k_^j!aZ z=feHs1sr=xcv*VIebsZVe!X_%eDio4eMflr^`8HJ;6d+U@6qQ8;VJVE8TBy~63kQdYfQW&NjDd@e zj{dLw|1o&!0bn6QbwNGAKw$x(v7lhEpkDf*-avT6L5>)&hnc?vEC3n?4ju{t5efhU zDfnj*Gz^3VJOU;F3Kj|m1{w|$!@@wCLP46qVqs##QBdM=;J%fh;=<#UgvX~ASLc?Z z;h{5krRBu}KtV%o!m)4*N#ex(Tsy3> z>7LBhn+g}PY5BXz^CDD=2L5efO^-(yp178k`UhGbptLqVHl$A&NN<0Wcx4ZTg-OXl z@mBrZLR><_Eu(sk&6>#`KVAegsB3rSCdud@~%c z5@K3;$fhgztxRdftKd!CHDJ?PpwjO%sG#kx`950XR4f}mrB(iu#vyv7yygpWxrtPv zI_GRCED0x(s?dDZy-HVsPS~I(^%%x7AgX=6B=QUo0+Su6lA#QF*4@Ia!;KQ39ud&0Vc$FN& ziysl9A__xD5&;St9n!_$C8U1?1PSQgPhp=zAfK-p67_Q}it{agqB4J13>Ci;US|2b z#eX#X-+e&!PUJ9m|J@|)SJu^Zy+>)PmHJ;45JlR3=H~wcQzE?z@$ddZF*E;4ASYFZ zL-?Y0?2S}?{JWSebfP4$d{wxJDg^F}?Ymi)rmgYGa{ow-FQ;gG`}G|C*XgxN#wO(n^l35082s054vI|Rria`aFbVQ_ldhTB%~4f>DU<7yK2fs2K6%Mu}WhT-yx2$c)$aMJ#)PIr58G;SRm=C;eOEi#vHg zeqQ|?tq~NMAtU=F{9KGNOxC#6Vy7qL2_}h##n(J(jr_4R&Z?19;5ER39BG<(egBPU za{p9$$e&yQRfq^IIm)bCip6INhEt)Qt?xvbUb%Q^CRf@k7deYtc{F2Tx*~h3o4hK_ zb0*JfmJkq;1ACtYPFRUaO@I@C(Ve}A%}3jL+ol5|`B|*^phnOB5I-(|DpCF`*sXTC zoRyG!skz5UrRxP!VIPP&Q(NmWulv1-ONV}WR2$D(ep9RW?Ok1%O=3ju(5l*tD6oLt zreUkgGV<#(VvR+PcI12x+Y3nbxOM!)9<}F_v7fPLt4GkDZ*C)*>c3y^n^Gu|GqzX- zZVxo8|Cw+p)C!ZLVLF3Dt`&(_5p*mMM59@kbqlWn42w-_PzKIFeBVQy=ae`7@66Kz~dPrkH z@4<9wp{?B5ytmr?eGtNMu>e(k zZ(bjXQvc`R0f!NV3bGU{*jFoE;VZ??bKWJvA|ft33HaCNs;HhZJ7HeA+_yD5&(CJz zjSfgn))LJ1Ui(5bx7&|N&SPE#Nei8Bm_a%6f6bmp%2UGpX{*LwG|(_JwNms>biMD^ z<(`@LbLLH;vQN>F_0D61cgV`0V9MpKB)5ubr(;0@7$uXdd(XDDJTtyP{wIjz4dH9j zB)+=n#rPVYK6P|QFc!?eU+G>J830D(ogzLdT~{RlkWCa26x%+Dag6( zTm*A>=WA#2XtzMwUnD9 z^RdujAFO7wet~?Ps$WT*+Ozg_sO)_-pb(edcRHn}VQZTNxsDUWB^iJ!rs#efrDana zv!iWzV)El-j78PHe;+M7QWW)26U8XlcbZ`{YU$2E#_*`$kQSIXJxPldcD|OiI>;Hv zE8&YM)bw+%3MdL&`e;?2yU(T`zvSMeXcn)axqB?pd{K}Gri43LfYxk5d5x( zb>)rlZSI#EMQ~Z9A9pr)#7C?ng8+ZOKZQ2FBL1etD?%*#UO69`;XZtm8!vXf8NCSm zwaH|ZX1|X#S|4DkVh$_3m;?jp0gX}qg1S_t$PJSFvK6!UXw+9CvlDCZNy3fjtcl%C zy8Q5p8F<3!wbM3zIU$^?zmAs!?kK_q@pec~haRd+-sm*85~q!TL(huMkOX!wj9C*kW=n`@Iu<<&uwA5hm0lT`4S zzsf>T&gbV+DM`waP87ph5n7kGYA>1vIhCKGf1A2TUYr*RDe(&+{}$E$*Tb3^SMj3p zo5X$7hZTLYg>B!~-HbqnW2a@G3$veBo(1{ikx~kqSMr-@M9CE@mj&;3ZizWdwRq{l zK3?7dw1!jBKeMfedaWKb38HPY=G9e2i>5BRH*Oj)A;ye@7&B~NoxieHeSY$!_JWxJ67@Tp%uqb-wV3uDr8u8nac?X!*COt>1) z4Y#doAuA*l?$&!?G*tQwSb3Vhvzlyow%%)B<13X2_oNrJ+$*|~vu0#9z7H7kT)g)6 z=RZmQu2fnul$H1wrLK*ec4*JRw(4?jL~i5RIoIp-4?M#i9oaH*>+ITNMCIMb#MVE0 zN|mjB|8VUGJGdl13_pV!P7NEiucGKI~ZSg5ndIFmM$mI}{l@m7z{Mx2)9uZk=4Wim<2GL63b?^VaR4haq znDIB|Cn1~vq?+|6oyR5wZeFBO)K77i6?BFLtzn={}MZS23}x92#r_h|K(C;7hs#FnmL zOBDXHoX3QT8iuq`!+4n48jNq0YEAiX1i|_0j55Mnf^No%nt`!PuP#3L)7=Io{f*%s z1NMWV5~J?i>8oDqj3rxLV8-`m)15~7>DmJ&{TXC%?f93rIprmGSu!q=nz(Vn#Np|V zn$$sqSMBH@JJoSIqq~E$mBY)6=Gnv*3I2x!rGcu;KULz2R{5{9?hVQHw43QPqp4Rb{!6K*F9p zdsGH;lM_1wihr3)#HZlIA6bhA++XpFLWK8>H)=5)v?Po`x4=MaCE1jnRucbK@&`I+Xep@b^;wBd#LG;-aP2u2E3b$NzV${PKcdu3Y^pAh~Pf0%zNw%VtivxXu zbPm|#<|UaQ7v~jtqDS3H(7H@GZySydv4mR>j(ZQ6GXXu@>@7zE8RU*$64@Q=b?q!>(UtIu& z0&jj(%7!dw+$LMrQg+3$nJ=JI0411A{*1G<7jXU|M$6{?~gV zB@&3@hf`|5+gFb!n4F;v$mbLsz_FpdTZ zWIK!TeG*(zSg~8k4=|IfZ^2I$Ym64n%yb5AkEBfCZxHm<>@;8g^7{k8d(6Yb-DtC6 z&rV5c20w?QzW_vQoFlK>D9R%TD`v%?J|DR=v&+a0PU&xF!y;$v)GD?uLr%_@#pI$w z?{G#kD&2jq&5p0M<_iQLxYW>4Q_66r)ViF?-e${uTv~J7I{uOK3pt22zW{&MuVd6C zx5XsS)|l2SJk?|bwHJrD*|b$kN@zU$8T1?fqCws&v8X?Fm3v2G-+j$*HAJy@K8JCB zDC=x65|;%{Ojs1)<}+NUY$f-MsHHXuI+i!-{S3a*7j|u za=Y-zSM7Ilb)CHL15AO(&#Kj}S8bv{nAQRmktW;z7`ZSn^!T{WbeykQjLwxTsPSY? z%IRDO>vnKQ3dCjbl1h%^dA|?bnP$z+b+F$t()XOG1oC;ZiT!*i)xe^L-JxpwfjhS+O5BwykbM<+Pv1p64`Sbu7#3G&-)DXGNI0I45F+ zYJ{YJy!uA=zMY>jp8+yHsGMCH@BY#Qp7d2w7?6I*ilAZo~5c?5RKN;Wxj z$w~L>B|aAjXUjAfp%7b*DsIto#)Je4{L%Gim_a*ojl;%r1S#cmc5fLFd18w?#T{w zLKU6?M`EA5GwaiVDwb;IUaF@&DX(#!&DCXN%Gc8l2LipH&g9;C4!2$cna4qul<9G& zE|`A)!OoqWNPzYn&yU)#PD+)0r5zY&{pzFv({dBjxueXc&PIT;{6V->9NxgMGus&M zK5<*lg3gg|jL39I8JCMMrK+I~m%&#FWF_8ylsiTH;W_S@m1J8!R(=H2q1uOY{u4Sv z+d~)$;et1s2OX%-*n~Di*3Ef6Iqt3UjWkkfpIMt4{+_DkQfbPPq1jJzW@I=qD@}PNBbZiA#fW1|8Hp-+V<0E!1H5uZ3d2`7 z1X%+i>v-4*Nv(Kj*O#)JSte2{{{c18lH(;S)(^W8X@gTTgtoOSb(yMJ4)=z)DL?Y6 zGJ1>i<5j|KsCYP=bfofi@`Um0Hah3>wJ&Gw?GYv^6h)>CevBwQ+>I8$&42ex-@+~f z#qKzFu_Vlg!31FzgwFZagJqfKRrgHQSJEXCJMoZnsAV3X`c>J{08XjEp|ZaUQF-Y{ zT~+HHd-MwJheLni${u${Pvtyy4{s^9hWBT=lc^t1V~54mnLQGwyF7Yym4?qFM;50I znhsS>2EW(~-j!N`Kzxxa`~(dNQZ-sTh43A!c!r@2C-gr9s1`p3t6#TWB^1$ea;FQ} zgh09PFT0x&&XLwu^ZI%lJHhN5kwhy&_MpTDNBk$jt9&!ZPX)?>c>?Ic<&P?H6fK)R z2G(t-N5meb-Sr^BJCEr3jIHK{dIn{e-9N%os=E&23o^~gN4i<6E}C;LD0WL#2wQHc zZQcYZ#SWh6i=^e6h_7n^v(n@RSo@U$T(p@US?;>5Y%@c{e$Od6TQz&X(*wXxcX#km zc0|2gulLaGKyPAJztYD*kKjg@*zmHx=X;8?Ws3mKjKKD4?o3o|i3@zJ)0OE*WwbQ2 z2v(spTO}>Wx)Q6mD7qV5-k*~|KAZzqvR~u}Uq_}MnVbcC{w4b$xYX*ZM-B_Y=#@N10Xj;B4GT zWiWAQxe{BW9c%YY`mljFX#VSs&HN7K+qo=$aTG-ybE_XF9k|k!aQClo`PSqLikYpx zvAB;xL%UT9JRl65peQQ&F!vmqHw2^!UVy#K?MEHIN2DxHxIO(bq#V;4&-2v$!dj9A zm*(Y_l2jAaHvL`m`yz(jH0@U5(7pdC?Pm(1w76RCZTsd7fw6sqEfcn$_}lTAuEegn z`tOC@gQKhN*E8!mtRT-h%EFpF*ARRJfhrRCT-_GE{=m8oeoQXjv(gxq z{ku7yz1=Nw0V9;HAdYX7LL-xD;J>{Ycy^Y3CieXTgHP^9-jSV=>PS(xHL?CePyS6H6~J63Bz{5m`Z{_p?xE&&8xr?N^Nt1OR!GAZ@zssT+xn2P62+E zkj8mM(5tjkp?8FO$5UutPxzi!XkqN=&FuH9U>gBmy61OgelGwGmX^IlG{3^{@>6kX zbuzV)o)v`6X~Bxm3B)F=JG!f}Dn#hZTZv8`4MC?(P?XzpMlEn$@j@s{&2Mw6jMhvB2!FP6y+jZ3ZWH}+kz^Bp+0_&tmow;+uI<^822_FAq=gmzC1<@&bfpCqwa(Up$))>G2%GLbIszHM3+t3jH`#PivD$eQ>_+rBfo=1#7GLZ2|9UE zCw#U9->yO-Jj^P$X+f0pbl-b}dFtIqo!mdF+^eM}U))pUA?wV4x?A{fQ;LH(`q*vV z&?wLy*=a*_{5#qIyqfrLoBw^gfoWhJ#Ojz+(Kq{g-|~;EjlWY8zy2fJ4x`v0um6-2 z)+$rJEbMdFmaWQ$4_^~MKcYa<4}I4e5_F*2&?MxF3lVY!1_cKl!9j6j9iUs!TLBlq z@TMl@KO()_@Bse5qKvwz0QrpixBwe=r`eOGHYndW;l7IJ&4ToBlmS{5gR^HerZ+NY zR{uFNZQq)2^S_NZJsDX|J58(!fB#`jQkUZHm!}d3`+3!QnYw0R{(OunNHtmoa)@De^ydn`rY|@qNt&Ts$ye31J=9$Mz+zPpI5%6Fif~6|Y2K{@h zMzh`_HJDOPcXa0f_Qqg7rC}A^8napxouDjW`0}WaGk<4FQh55wkY!u)m}=*rJR}#@ z{+6*$YNv&y{^iRo6OtFe8)jw(T#~RvcXWwC0qB}eZSAGQ!}ULX&Q(CXWo`{+njk-i z@ePJW?PZ&!YC{8SZl|x*o=)oRlRw<&LsJrKEh^K(5xR=33ABnnUENHj8sM?^Pv8Lk z%BfemY2WBz>sh^J*sV0_IK(ug<>Oy`U&N!u(2Qd^#MqZd%g64898fkylTP6qI9XjI z=JSAB@k#wJCI}SULnyktEY;RAEC!Y@0HS|Aeez9t^y%`xog?ls;FZFsMutw-VfOzb z!8}wo40Z(PWJRC`9Z<#|L;sDvrTUp=c!srv#_pr1A1cTkoVqqde{>P;l6tRe(>LA^t3Vm z@1HNW@$AUwRsZo6k^Mi-Jf5Tk$b>e|$uDLnoSM6R;C@I~)ix57(%z*y(% zy$JY~BiwulG&{7nz3!@-eQ4Wx!3+ds#6_Ju_O=HVN8XlOr(pJq(rss+y|iTdnPwY< z78mTLK&3o-@-Llt?f3#HEX@P@UM-GsQ$`JN``;J%>bj)*Og3W+aP_G_`Iz#aYy{{* z#9FE!xA2PE7RoC(-euoxi!6w|WTe0_oq`v+VpiPKwW>%ir;AI*ZyaqKntB1O+-GFT zZ&K5K)-{~^1v!Mf3Is6yJeS!}OZ!>BQ`0sw+BWP)nprl0#veE`TB(%1X1%LRTVSO* zNJwj#Jc1G3W@JgSXPZ%J@+J5W8`$bKsd12_lrRrp(qo?%+5I)x?X-_H( zU#jz-TJ;Cn9NZf`lA@SoQ=&fM6QrDbruV^`$xmNs@0mV=J$s%eNZ#!F&fb6L3AT+h z%i7A=<=?pv79-Et8YcO|M>(SI(Mhj{zQb4-^8@o#HwMQqSfme(7y6VYbI%m=S4W%( z)Y?@;+Ga^*;R}j1GF3NLT7RUj^j+KQM!Nq~5Vg1nWjWb&?hD@h{|zU7qd$ z9Myq}SnnG+4A6)g=Wou*Elgej-A78N$*o0;#4PrO2O?Q1=$Fzi}s;Wn66< zsGl71C$yaH=xn@u0W9c6z5v21DYJ}6Dfr%i0#nY@8kKDNByytiYB@yCeOCrfFo%r| zM0fk3GfwGnZ^9pxh_6+!;_Ll5Z9NWE_c$hiVPETiwDO7MqxYPTNTbMjDtrq)x9otRJr{-_ZB_&BcM7nx+n1hq+c$u$ z-Bq5wIrD7_xXPgP1|eECuJRBx#>uTCfg1xBoL=S)uU)>>EzAc4+(=h?j#IX@Rw&UX~8DVvS z+vcnh{d>!8j_UcM*nQl4-|uBIk*&YlmimN;hwSz#wqGy>=@+v`$l75{8RLklh0eHf z?~GzBTJ{>}n#4yOuA41CY1_aJCj2oo)R1FI7}H!{&R#}k$(mGcYCYF%Iv_?(UQ2ET z?y!P{Q%EK}oSM_}wFtw3XUUl8?jS5SKSK7jjge;FH~i_Ge2s3{!^a&0ER6Z{Ql?@o zC0{c0qAa{rH6nznjU(##$aWh}w?TI^!imxF9=TGB80@|M5Z6isy9?H}eVC$4j1h{+ z6*W7TVvqYyTfhE$Rg|wje5C&vac%q9)@HIO=$*?2R^}TTv1?ZQTm^d9hp{9Sk9n!2 zTcku4=u0p@tusOsFH{JMgnkD zr1F?FaCsP0`IAS-)kl-8;;fPY17?!L>s&$<{cr=xn`u90uK1t`gWsPpp4H?z*TK#C zvzIIQ$k#e0H&YAM?fk>pJsReg$pnTArJ;m2Xvu!pkhSNThzolA1@J6oNRcJu!{3kz zw-V%2R<}Q&F}O%}VD4a@UQd{sTkBQ= zWlEIDm$-3tk))2^0*0{D*bP5LYx`nTv~nv81uXCxzxm1#1(5VAoJPDx-r7!oGX6oj zNv${IGddeQm7$IITq_&#+dY!OKM#;KO;3zO?!;tZ1dBHntCoC-<;eT2zV1%!|UuR&27cbtoUF$YQeEU z?~w%S0C6-~xf(dJg*nFJklv)0sUxm-7ylLA-!)!f5kE4$q)im955J91I6b>&uxFFo zlG$~_!*Rby$bq#)&^2A>Jn#vMcaI0#k6Q<5`B6K$ZNYPIb}A@G4IJLlat*aJhgyA! zSrHMm<-ga+>O)$C$u-qI-C0EQo-s>R^>V3d^d4UQto0|)L6^5U>_fa3F!FqKjpGYf z^x6xc|BuH-O;0#|#>}Sh$#!S#Bch3Rh+b&+48E`ZVRNrz9yvLzN-0b!_ucA`i!0i= zYPV;oTUuX5L88$s* zxBhf~mwDv%+o_g+s)#g3wS`Ge*I@4k&DSbdV~5Z(Sg0VHzf7)59Cn6iHw{@&| z+YRjEUv}#|;FGyWyh$LL#xFoi=Q(Jr{jP%Y94{sM9JaI+SBnkWFLwU6&~-pUM7$ZO zAx>rO+g-9Q92a<2HXi{PGI=Vf7omDApbM(!Tb|1ot``lrcr?7EvrR`F&C2Q*D@wp> zQqcGnog{nnb5M^{)DeHAT#BNx!1HG4$FQrlqmEt01m(s!%f%csn`j%pN~07F2zy{!a^H*;wAF(5?z}n%S0VP`9bKGmrm(itkD6WsX2?Y0 z>5oqenn(#=$~igG6IDzX_q+t*ed*efz(1@$(IeR_3HZ2O?msKUA>3mPCfrQBP=P&7 zH12A2fbYezN;-Bl#=yBr~<$=2&?n5g%urBrGfEBxq{-sM36QoNUo}oil%DeRrDKVo&fatL3y@ zMyA<4=5pqR!P?F>(LD~S_JvLPxn(M{bq^)lE8np<)ak5pbN$<>W2{VNX|Tj09=_fK z3rmQD#zr_sRF{S0Fd&rQx8dF?fVX3$qLUZN^T~^!U7MTV*Svl}&Qjh%N|RETzQ&{) zf2p)1SgtXSPLLw>he7iQe%CLP+c)1x>gD1{>bODF^f8@qh@wGD#Q-YfB#}v3cS%c`{@6-Is5qKU~@n^m2MN4Xn~~Kg6#S>+gab zjRsb4DsHjbTNkdM^0qD>WNt;JPQG=lwehZdZI6Uy>e;IBd__HB4f-|Jw?7p3BZ`DP z{bKi#0(c_2^0|`BY6Q=FM6(eG)R)jGhEK6$MYr6`0=BU~xcF_vWg1slFK4O1pFWTG z`fWg?4+6%HD*mI0Q@dY3CfL(Q=t!st;H{by(A*me8KizMdhDBF}lt8YWu=e7ClDSy4IUe#&VC(d#5_>7=tK&)|Pl?_hLQdNAs~e!htSD()I3Y>kJTmt2|&N zzExiI0(;>LZmk+HVJinsPN&jvWpYf_&rBVBSv_-TCBIcChg-v2igil*`v&hqS0kqG zSHhEXt!2GUfIZWEJifr(x3km)p6-TK0g@$`k8>dnEF$Ua1hNLjys;&QS3@xu?ip&P zerS3sNS-CST|>s5NkT7xi7EDG@C%@%&}Lw$;2NV_pvO|G1~|g9PX`VQ_*@y4>#VG8%@ib6+i7fT{!MEVVO3YC0={UO0cl> zanQ5KSo}|)33^&3lDL+sY2XdM5gNp?z4dH)}EF|It~VorFTAh7kN~HMfewzV98oWkCN6KvhQ7y?vZ4;IR}yDj<#Uaf%F0-RDzl zO5db6@NqTlkia__dypuPdtW$w%ce$I-U91nH%8Z%>qp2_dTOqMTkw@ptvC1`){XOG zACX-eE9n&%#VEJZi)TI;>GaddED;yN1;T4 zi)Dv{N@=PmB#$;Fdh*yNZmUG98V=|vVR`}h3KaY15qasix2qp~iXbO)jMd!2PS2?S z#Ph~lSp1q!H7&44x0MBc)Z*moL;XTEkH5(0Iyfbm|tJLTZ(`0C`ng~>$z>k!{SG-xl(3^#^5xU%=@04 z*dlJ!%THJ%Zmb$dLM6M;5&@J~>M(wd>*pF(P0xvBy>w}6-+OfNy;{)INIT5&U1D%M z@zJA1AH=E^Dr~|$3`-T49&);9!{Uh;119!F2gB z?IdoT^Q{u`BJpUwNV)BjEnM}tClyZ6{7k(P-kr%46a&%eUaq9~FJC^dda3`yI%P^*`k zYz&6N#+ah%PT3S@zMv59xE%&N^IbQz?|0n?co@21d)BiAlo69LUNh zU51Z=g_6$~F|b$5hc);dJveo?*9Rre=yw=Z?*-UI#-ED0BzC`U-*0fVqGBw~Z8M$4 zg%U2aXc(6hQ*T@P@|A^?9zI%cGaTxI`-~a!n9(Dpu z-nK2(nI_?h>Y`Jlv1w1>B9R)2$FLUN!}O^I&GM~Tka0dmq^^GbF!*FuFW+YEQviYrm$NNfi=l6Ax?(}3*z zY8th`8YynJ0K@&Qz#6W*pxq1%YS$J1rnb)_$$cEZ=QYM#X117FQ49H-KK7Z`%y-@S_o_pAFaFN!@MNAC5h>{Q2xp zx0wBIJMB;nG(oR<2G^(iltB7qXe!)#PtI2}hQE~lZo97PQfyk}y3DIEF3H`Q@0;Ay z$P3_r5A4a*OKKRH0Y=*17W?=DKyppbBg5|8Y;N^tI-jEtOGrt;Yw94XU2uK@P$UOS z-DRBX-VGp$kpl}nYiGBtLeZsC@%>u0&C}7T;{)0YU}PO{nlnGe+(TZn(CXb~m1?SO zdt*?)yKBo}m3d09({fvpX)0o?Gb~Ck9h8iAXw2HshTi&zUkyEP@r!d~T zGO3;PJ=!6Dz3sD$eo@(Jt5WwT*RkNy+Oc7GoXEp>HpRn}W z9X`8IdKDYgb5XW(!FmvwoUt`Y3@HvlHYeI-#YxjnlaihGukOaVvz)`IB5Jo52UHw-EK=^QYiV*OQzm@@}}!J1BuSSEz%qq1(&j9vC0kDMNTW&_wqUw zoCGI9W03XH@-Hh;^xE|1?a@|xxLD){bsL`Je%i@jdLsbC+&I^)yH0c}+a9l)vf(x7 zd!Z>iS1UQu@~oivGk`57Jpys3*-)pu{`b#vJO^ReT@cUjZw2F;ndp{n-Ym-z8vSY# zDT4F3M;#!+pU;xp-jO@y3khIuV2(FRLE>m#r<+E`dsAkUSSmH!DrIXzFV??bb-Jh_y_?!XUfXX6$dzm=sxir<*-LdXR&16 z^Z6BToAKCN-KJAi<9XdLHgKgU>$<${9&qQ-D?3%yi@+Rswis`B7-3~se7*WffZ-0Ed&>N7U@zo>i5ptzo=VHDS}xVuAex8Om8L$Jjq=mLwwLV^=q zg1fuByAve%vOt2n21^LZ-TeMi_1t@_uGIVGojTP!Q)ha+$GiLV%)El-ndzD9x_it} z^`u-n?6EXl>NoW-H?}Zxp1<^9^hx`J@c7pYexeJzw(pcmsq=Gy2gih|$LN>}vjSytySZm!iu0TZ*W`sO z?a*?w<=64YCn@FPZfYZHMHh+mX~*`jy?!jV@7-48WXEo(>}Ur2o}>?2JKufl{?xm_ zsQN9R`*tPhewbv!G@|N!0s1%l=;F8znR;83{+ltmeNLY6nY-uOzvH`tiR*IAJoy;w z>&xk>i|(2po=Vpw+kNy`oWvmw`dEX89HX>rAiwAo)R>{B|#!Mn&dEt!J_J zruHU0B-j_2*L2hVik7L`GiI8f|FiyK_}jFSw}qa{VuJ)4X%?W5SH_qBlB`$OSu1gL zsRSPz$#*(bhwLi{dft{g^;5m6zTQ$zb>v-*j82vwHwgJm8zit68tHioHO3#;85sck zZ1j`*L9m^!+jSqOzaYv%&4%XX!khZ3!4xDzX+85*y8`0<_P_AOF)Z5!?;JbTUOFc? zGkl0f-44cZDjNh!ZFSw>-R>L>o^LwEIeUorXn!niwffE$rOxo9V8^DT(}m*P_?HsJ ztm%OdIrg~ogexs<++VL?ek@AhM~u z@*vO_szHy)Kf50d46nL9Xch!SWrFA2_BJ?=$K~}k_z$TVYOdQf@XtVV*Rv~A)_aGY zyNrp!3qnhxPhTeNSV$&{(%la!?z=SRQEPj5KLd%C`}cwTjN zQ#(o!wzYgtoTeG=_ptG@$RX$O_KOzYsn=0q&hR}YX*{=p6eCRC*N)Z^NOOC?LDQB1 zGER!{Z5N3cr-4q&tUbdQl$jx+-|$p{Lg}M-Mldq^C(~y9i5tuanPp?Uv56mmSug%e zCV&Yi(rrSiDkkT(hhb6*^X|?!C*4v-1CV9gLRgUa(r=3rh_!VI|C=X|-^3!Y<%9s2 z@1HZ@jkr9J;HMeTzuFe|TWjz4>1^s9jqBdZ=8Tm(7}Ekf-c0o@@^DtqiJJMPXX)8x z)C*4kjjyKZnLV&bUUy8hn;DUIC$oz{j7VFP{?`NiY6c-^9w!F~@Xb2ZY-Q@cO{-e`zM02~|Guf- z=_Neoz<>YgFZd_a75&Q$p-)Fzm&g9pt z)6^c$8m@2=qHIt&UmV#pb2OD1uG3AP%g ztG124x2)=6N8%K2QLEypVSf-J4lT*onG9)aXx+>a4FCVq5*FL4iyNxdwBw}=2BOxIX z=WS>UZwPqhi5$MqF=dca&u%8y6Yhs~L%he~2aiUo)xbmTG{@iIKBqV$9wmDUk8L!; zLwn7MJi?kl1WRMMWhR%ElW`0MfFgb+Xobjd15cRKA&$4Pcy{>^vl+=PYQ6|uwx62X z=>kmKqiSmYazm}DfL?P;#59)e3HY*=dESZ6AkpHpu~MFU95uosDkO3HuogV;sF6%t z(y8xaP~<_v8|~pPV(&>od=e2_yeFPpuu4IVxQeXAd30zYJS6vSTCTlqF84#&E|JV7-6Vaa~7tpN2 za-4UFHr=SI;*sJqa1lfSq6ogV=0LPoJJjKCEQ#foLYcU(4#XOoLe}0S=rfh3UuG=} z)yZ;i%3iRIyx*;h!$x91>L4L%Zu)gFly)o7U4B~ z`=u9w!L50bTV)6yW=X4Har`8@-DRPTR1BVX@=d5NQ&KS)^z}uzM)K;LWQ&rt^h)rjNcI*iPss>etKhqxvgsf|{<#^H?Nr?z-* zTLyHgIlEg^_9fl{f*;)$L>ebj7 z-bP11aBs8!P7Q6u4fT|1Lp`?69AgHtwc+@6USk=H@L7n$&g9k>JtQ`Whu2INUM3sc zVTucd31#v7`&AA}aw7$41Hk@dq@>Xi2R6sDMZsBdxkY|RTNz*zUY1M6W_QV!**XWc z54xr>nTE#dmf3hEIXpI6_)cNRsrBsByhDr!?bP_jB@%57_DgzUtvwc0TfV{3x?^f` zBMvqOe=H6$qsIcSX^b+|cJ^JiG4B@oGJhqlMK)_5I(Cih;S?GBO|($8TU%19eY?V~ z46%t-X_UlBuU1Pj#4xJHPbZDxduD27p78}C$y!Tum1IM7q$(Sq!k`$EpFG6@MY`|N z5Di!VjxI^E6YRsIJPEqOV`_C>(Qg8DeA4sJj<3QjC*tc!z3$#ICMt%0v2<3bxYzX7 zRdNX}px8CJeQ`_NZBkQKe1sn>CeBa9#aP;_rZahGivp=T|6mn@-nY-FVGRkH^+dIy zyJ|-{jJ0;hzdd}$G^+@2so`WP+N07sGkLBom*hIZY;^fVO%t~YB~5LcVc7UAj*V8ZC!>o??~;bljb!+5;YF-oATAvqVnwh zwDitMIH5U1daWac9 zj+c2NiSz?k|K4y|>&#Fp=UH6znV+_Df{JcGMetTlUM@b^t^h@P0Z{I5SG=lNG&z}HxJ@~Z`2=a z*{-NkUpUR)&rUHhiEp^EQY>eM6{q6ovek|_K>kp0@l$~mn)HHDwY_X1*$^WwHZ3~s zIgTUFk=v9wpzRxauM4a=C)fzgEEwnUrGsnG))m|B@51g{M}lTNfWD9&MzPQ)Gd(xFzB%I3v*#ThY`L-?;stSp|@Z^laedv^QzzByNHCgMzH4teD$dnX;NY zTWXIh%9_3kug+?BS5HI4@pnayYlSIjB;c}*#CaiF1bZy%mNDdbJ=YmZyW&o zJ&ibki>2K&;vI5TE+&2XmqPT0{_dCm{>A@~Nd9lD4~r7>w#d~zzLMtL1tB!~2=rHT z=3dF|G>MJBci!{P-zjd64=ryyUbXsW!K*ohFR?APrS`ALv`Fo{^rD_J35BzsQUAX7 z92l}eauqxUpU5{z6f@x|!HGq-T>hpeT_IW|T2oxxJ?v$qriSMEOa0<2zE0u(xVczK z{T@)CU=_&VnNelSDQdxMb9A$F|J0E|F=-ObeI z28z(|PFv*SUODe#`DzW~cP>61Vww9B&F+FzUUr4pO~zhU-f{2o+}#Eh2r}9obv1Sy z`8mZ6Z@euN1zd{1DV(NgIZEZlbiwsW!s0;PUf_`zP3CckCRvuneW%D0*R-1vwi6bP z<5{d4+o~g9TE#{JxHuvlsfo18ei0kv7B^@yJmnk$0x0SR?RSe)(dC{r&-=>)Q-VcS zImF4H8n`OA)mB^iCuN~#^f{iyy(KB&jJ3!&t+Xgy6Jj>35{zm*d9DnCLdfNHJB~23?W^G#47Lm>ArKk3GcN`2Jh^H(}wJq)F)Ze-M@n9~IvG)LiNn zWMxHHa_F>EJk3=Bw!kW>8ReH&N$NS$lcxRP!vZdUw-fi&?!%?HZj)axZpFHTf>6)b zK&Kp5PcOhfck<%L)7RcJUkvtBugu{&X?x~ts0>iW1*yR zz7imy=j2>=d*ud}x5 z>!cqkq689m0!wiMptB>=JE6w=dsI!->aWovjI7)0U zYPQ8d8h4gM8|^Ih3r!874ZZq$t_Xgg_NJsdmDG+16?2m?P>&)C1Lk!7DYiqhq0)`F z8cWAa`w4Ns^#D{31`k}VYkE!hiB%>~?s zf0tBWIvKp}xXq=+^LQrp+N@j~JPUcBsc~zs@ocecQuM1F5L^gs!LXM!g$k&ZhYd7` z9G2zE{m3i3wM5uRFrXs&R$Fna6vy8bawkUbqCk?|=FNyLIYcf)*BqvyKl_BHJT6O( ztmI$A$@P(8@5@)0zdU;~^RoIAnXes9@+QbjBFzTb0%pMqxLUmY4S7-(&+w+>$(q_s zZI^2&&XpfH!hlcf1^9GmIVYr_@Ahq7;bXz*cs6*1LCgP!$V@BAl>_{5y(2}%BkPQZ ze=8fD zec=6!hR9v$XHE{aL<7eD4r`-v^KR-A~{?5es>Aq8}G7gxz!RK<-ki^ z>Zb&oYFL~&UWO;4B|`Q|Hz#KRorFMx+gPSK6QVkE<*ARdp;AQ+(b7s$yQLqJ`{r$D zFKe;AhPD1c{+bAzU146wSoyZV7h&FSAsmM^6ve*$>Zc2WlD=QM6DO6p6-wyzOmC$s zjy%^J%lO+02HI*X!jRbWI?0CShF!}%F{=+A=id(i<_|9o&s(Ln3s1oVPFS;eU?Wj) z{iUr@sD`{ry;*Rfd_iH^Y~CQ6fx^9xn?bSx~pD9tj3aTBog+ z@j+R~sD-t#yDrP5cqNgW0Pq#5DW|PyK1+XomqR!gEwb{|8+|~W8n;eRTntJsQ&Uq| zF>jCllfJ?oJp1>L#rewiF4k>r35&C0REN_RdTbKN*H;L-YqOP)ko!6pC2!{j<}^X> z@x}71aqmBLFdljO96!&VWkW?4mubH|W%b)V%l@S4x4X1EcC~9?q7seGBn+pc!u2?l*3 zn}5wdj+9-yBHVssYwK+^xkyh~D8s-Xs?Q%XG}f^wjd0}k%szfRZ|@%|{|74fFR)@n3-0Om zp()7X*SrV`2bahS))z@M_&_-)IXXH-g+fc!4J0fljclyzPG7Sg4Kr3A!t}W5k^Now z>rQ75ONA2FpMu3XVxxui?v!aa?Zlna9!Ze22d<0xj{T?^Y>Xoz$=P_a6=Wz)L6BJ& z2Ygd6=|wSzfom+C*O${)K}V2fF-FYVp+F5;g1@o zB!5?bl%N}Ee6gRQAoK^}P05A{FNChTMF`0Cdf$Q?`D#H$1{F#Z>lDsf2qX&jf59T{ z#$2nk*fplFE4Lw7cUdw>ZpJp`$;JM8&_h?C0Be}nA7RR3eCY3juD{dXX-lAr>jsRT znq2&sY`W7<+)+E~@~?!~08s8<&)RYeS0M;{Y*U1|cN$(s29>|Ftx}h#jU$Ds4aAG~ z5^i-nru~KR;pzof^}kGpNNCbXx2*DFe-PwuFCcOO5_y}mwU*!Wd*{r)ZpS{;{6Q!p z82$R9cIQfdr@eKk)U86(3ufs0a+_eCnZjCcpcFF)bIfk{)ZwQXlUAWzI2I9`4iPPp z^3;pA60cFhly~oe1y{Ba4Iq~mK|^6c+6VmPVs5RxUFEw`e8Qj!q1TPGb0*qiINH0{ zOoB9Ab!;C)le^fzSOfZ z$ge!?TC~)m`R!{x<_3z6ccTy(E4Ol|f=mL_CPm*^{s1)CjP2{*#IT%!xlQ@J0yH2# zeD(RrdZL&EH;y#y-H)%rUKPN?zWE8Eyb4?C*DdIop_`WV%cVOK-m!8g&9^S-+(kL? z!yJDkyPhMEFG-+LN*@NBad`{8y zKt7Q`?v?JeMEL3@)hS3}by;QgfeP-F=5;38#d9Ie#$)L96ic6n_dsb#_aoz1e20#M z6YL>oCxNs(K-Mp?dC9E*IDzw$^mq5C-TXo+X|Uy3<{ZA?y=2(wlh1{xAzkNI$e};R zEn()88IJ%=T3<5a;Zf7SlZk_&7sY0+t4B=n@(-zmYON|KCAwu{a>om z-=-fs(m58tPcR$u5|@mKa0s{O|AP?RRDV>;s8b3~!#CHxd26Oj*XX1hTDmKHrJ4NM zwuFL!y_vUzaziayQOg;%jiu$NjdqO3p)C!{q~@#oysh5rO74Kx%-oloxs*4^p&NbX z#Tvo&WRbkSE-~}SrJCBE$quzl`|kGSvC*4Zs-ZMVKdK5y9VSNW$gLmu6WHBlq86d$ z!Fh_BNC~sN_#u10+Uu+4RgPq&1KfeV;a;mMu4I>cUGR&qjfHOSY?TFT^>T{i@WB(`aw$vF?JEzKxxp!Wa7Oo0) zqN{oXtj8DfJM5@CzI`@+V2=^qF^ZUx>mBwTwx7=;ed1;ad86 z`CJEh9C+T*Uuk$F#Jn+r`A;fH5?(qtcJ6nm0 zC-+u7Fh27Mb1=bIY`1W?Ak+1Y!9ol4r9`DpL#0ls>R{WroHxOcGmg*AW=qdIkA^5q zp5)=I!Ph{xSIiFgs$<=6Idz0y8r;eM)8dGT@D>Nb(z5;UzEPo$VFyzS7n>AgJYY+Q zw;m||jviLx&YJ&&kSw{X`3RA6hScR>-S@0LfTXw2{TeUUKMX^^TW_}fL5OTV81IIA z{NUQnBzQ0WrkTs8IWPYunJ+8}`xjyx95LV@#Iqm&MZEnt;_+X^&j~(%5i@Bm|042B z4gW>735@uQIPpX+y?yp0>0bOVMaDDFe-M?{{*BnU_?u!plh(HUmrw$~)U@WK6OBz^ zTK?6_tBEHr>FpZ7q z794kfcqBHNlRZc{%%>m*3t{#6&LK}B<)QDES_)M>~ai*>BC@p zLs008&NF}Xb;#pe<95)*$(!ajVfl|=j=MSGo>&X;owl0^9t(e)02h=$ee3EWJ^XDQ zm(hMh;vh?dfYb7=JI&1&!cPH^3?@9&%2amP^YsOQVyF?$J3IZaJ&!Sx$s#WKkA!n)Hb_Z zoFBwbFxaw+q8pF(&jSOixwqPdDreA(-it2cNN%6?01KI3aKVU+PQP-%&lk5QUWh-nU}ey<5cM28BUU>Lg>AR>o&%UQY?!F9wjRiAqD}U08FQ4sw{c z!JfWPd$e?IOTP^W-=ckf+kizlV*gWP8&BMU_YZ>o7l^uwx+A;79`DN9JVYQgrMF6z zJ`G=0yvn>4qQ7&V-Q}}sJG2<(Kvd6!Bbh63E)q4$QvRw|@GNBWB&fX|v^Mzs=r!#f z(@Ms_n@S;&LYa0hKJPh=$i$;(@%xu4fa6~Mm`X?KX-HZ}F>ROW-nii)PaD+8%KHIk z7mds#X^10(7A*CV7{MXifDswo#5^RY;mz8QZKvr1eY;@|l#2HyK0X)En`$g2s+%a= zk8wrR604OgDz6#G)&;ebCyIGEA4LGWe0QK#&@S?>3)yCc2>q9_f+;ImhxstWuD$R%Y#Ua7R5>nMHVm&m`vD5lBC2nwn&-KdZ4`&b zZKf`2%!S6;bk#t98XF0DWGW9(j_dQ3f+<*Di&t6DBC)LoW;yOvpn<9n%7VQ7!klBl z0TM$s*f~ON5(Ph+d0^AO|1u-3te**9%LH%~iG@ zjITlOgnz9)QA(A4&8D@sTY`PJK6Cz={oXk+JYUy!CZVzU1oWfvFG|0#)X-dI`@sMK zg0fJ7ARw5wl76*TJf>!0t#lW!Xf53Ya(-!eN%bH22jQQ@|BIi0u=fA&;L*eMR^yjT zpT6$mt;;|krQWTd7YUHwyG@!0pVKbMi_29{$mZ9&qlfN(Q+T%b@N5^)@NA~=Z2sMM zpCQX%>#Voxo;_&pd`>eSs{2jG;qMM4PcB#aE)Cvy{(sB#eTvM~-oRUK7M^GI7&Z1)<Q!Phk zyR`kL=5UNmj&vH7u{IbcIa)*$)x%_|%eejQVA(is?-=?j>W3A~#TaNnZh+smHL&Vz zU_EzL-`V75{gE+?vu~T*@2y7}SQ7RJ;db-eBhMmid!8HGf}N#uJM;GZ1p(IyHv-L_ z)&|p#L{|TaOF-_hLyaPk)+T}b!{r6vQ$HcnVn$7e)Fchn+}E$xBJUZ$(J>~u1?AFd ziVg!-U*m@R9REuCnaus+P5D!Our8)k1d1wV;Hqej3RqN?@8Tk5N(-jpW#BA17JP5Sa+xCXy;66)edVRcs)J84jCSTE@0Adw`^>Qx;8goE=fKo)twX0d+L`x_&$N> zpj#1&1-!KHp`^>Re-L;nR=4-gQiNs=nCnnku`GkzFDSkDVDC~cQA1^wY%FqRsp4o6 zS6sra8-w4?*}Ma@cKg2H?V(<7P>^TL@wcj;vRRAy}$4+`byD)(;Ng>)Xlx1%KYG1+}& z6(?MaZ4F76!lm&~)?1)J@9`es&mFuIuFwQf<7HZ)bpZG>P4X{n`v?AwyX8S`Kb(k+ z)BLbo5gErm_ttgA?-Na{o2zk+$M4F1eIwZ@@1-B}+rDEtU5%#&_`1@`g%UDve6C)w z&43MyMdEG=4X&`I{8_Dj2vM3QYB#Xyw&?gu#ojacyiIfMdipW1=<6!}rEp)jWnkGt zpzugNOnM71?+fUCMnZf0-H7V0rgGGVt6_p~`yGsOy&7({{tug6rl0;Gfcr$<9YL2J zJ=L(N=(s1(^9m-&X1?K9D#&tu9UT4>*Yi?ie8Bl|RRfVs(ugId+u5C_P9np|R?_oU z(i1|mzH)h%PL|dgojZohv0hiWU!rbh$jA`&Mm~?L`IBN>9+U_9L@U2M=W~8LYCCxJ zF}sbi&4Wp2q|TNJDyRohN!dLV+>QSA8r4!w^ImZ#lsTvazq`qeLh)DO9|Yw`>nzeb zM1j4ahyClE_h3J9roczi+dU)+ zYkL!maJ}RQO0KGmU7{tiqEIL!U|;g+T24*^mz_^G*3HN&y_U=Q1jVZQYYGIIg<80t zl>`WkpiEoWsl@muRvuenlr=0`<3X%bkdOB8cb?>w{%I<`8GxMAa2!QcE-;A%%9QDL zo7<0owk^1rupz(m+b)_p(39Dzj%g!C;rzUht^yhk!X;Ov92O!EaEtL4Y&Saui*UEf zn`+aEyCfa$8*(lo46UMrU7BJl6lB3FRV9-Gdrn#E-RE8ao1CvTuh^fAHSQoQTdSHx z33B56X`v^Ai$Qo{%PypJCx(h>9cfv)K21

1!Zbl&WfQ|uQ_YdLa@)d8iXV&pC)-VwL?}x_)6(l zB%8m3t` z1rL@txgM*%{1=e#CS}MG`!$UX!=p!wxh7T5nWRVn>fpr1^2nDsts0^>w)(lJlsnf| z%7_$Bj!IK45zkV6eno6p`WwneXN_d!8~&xb8wwuUH6zLg4d z6qjpH7HIAz+VtG}E*0dSp-Xgxzzp!?WDweA|O)PToHU)$`z%oYE18`*) z#aov|3;V8-rDcwVx+XEo_m8AqS=&4gMMGt5s#AVdROh)ibiC3ulTmoe&Mq$O;>x@6 zZpXzvP)o3t+GdribvCI+ji^ID%d2k@$Zbm!&Q+wE$wH=I|6W;O=l^W%!=)u;P}ORZ zg@G#sFcCW(RcW>Lu!9bKAs{1?RszmZM4xfOtG^B&^e=PA+xz`eUE3P~ccQ3}+{m%x z50-BtJNWZxX9H^q&Zh3`()!MVcm}aFz*^m$!^|GjWd1ZI0KfO*IS(P?f@M`%ok%v3 z_NZCr3NNl-SE0=xZQL5#I(Qh3B;rRdJA!(v-4%);OUAGjHw?wF0biFpul$miXTX9* zkss9=;hxLd#bk^&iHIt2YHMqXhu-xorZNT>$*-d6_|hZr-T(QKqN)nS=8{=f< z@8oJhS;os0?-~YO%I&Dz`Y1M8@mracLefm4%kE&Q@ z)L@E4_uoX_1`RVRT^!OYOAfEoI$tRjBTV2VqDY4HxZJ_ra7AN!_yEkl;Ns;;_52v+ zIYF#1KXO9RuWe&1OMSyg@S~qXlwrYoBDdMxf*^pehb|)!eG>7pe8|&SxC30sGsnNYk+xYGD2d3 zai|A%%~hFLqd8@FkQTKDWiAdo*cu|4p{cu`rkzHGZ{6ye96ig~bP&HA)7PC}9tn`G z;gArOi4q3jS1c794m}0>n5oN}?rruceR)-oyM~fGg0)gVPGKDKdBlhEA(ta?%L0 zzwDXRD9#Kr-tz>~hf+0^-OPYmhiw^x>@c~K9tTd#<8{XUY*iiidLGyQ{L^Dd-?9GX z&}t`{^VHcwEpT7a2R~%taI?^e^OejX3-p~_{FMUx^+IuhN4yy#&DG8jSQ@k?G$X*N zMC56jUI#zKW#wg|poWmy@%|l=^4#*zM`5k^ ztV=58&1(x1Ulnpah69A|Mk`QD+m&HuNFGyeD_-2a5s!kH+|H$ES)s~;!>wO%g>wS4 z9<$#>c*o7%OU|!&bV4_aFZon!4MveS?a?l{dZ&>cD2U$FN}nS3j)=HR*w(ghoJK6L zs~24VF=|Tl@Js)$ck7*%@6g|ohm3$k+wg53OZBPZu8s6u)TkGW4DETnLm5idW3rv& zs>-mCOm8{83bS~|%g9#ttkvARLy-T{v!P3(Hw`r_w$5f$^hLKk8j_)Pt7p7*j+m7b zFC;t*uCsEc;fd?b=NQj^Zb$y}4DPJr^-bo1YkfIOel=uTHwx|M_L!z9qlP%VXG+qr z)HEfVjuq(LO__KL2a_`brgV!~Ds(%kcguIqt)sl$$o!5i{h%luLY>x=B9c2H`|Xf1 zId5?#?QvlM1T_>t#4j|QLUYdG;Fr3Xlo2xLq4zA_vKGU{y*VWi-!2%e69%aFP-& zDhrpML$2Vs=LXPI4nt{PhWIR3RkSN7Vy8q}O{5e&0)0wELw9(H(3w1~G~rcVos?+_ zaM{%9bxerW(u}2M|AxrjRV*RmEN2>ctXa<;N>q}Rwx}i>LDmp0V>}p;4eX0vbwe}| zCoCF{5JW>RIn)iV+?zbS-1ls5f{Sxt4{8Lf_C_O@LeHg8;K?$BYC8gz7DFLZ+xYZJpAVTR$( z<`}WHKEqJrouw%GW<4j-m7XBE3&N=0jO&BLxi1JXo#LBtS(zydkrs)OPij25QuJ=x@V`MdM)K;Pf#j>zWa7kibeDvaxyb=oT3ie7% zGENjdkNcf}M=xFxly&1a^t%4@=zEsBpJ1}HRrev<3 zg_i19-89WSiOt5nqFD@mPDzOmxtu<*F?5_32=0hIye?#lVAx{e zEh|(#4Y~$BpirEFWZe zC$@!iolcXm^^#0eFq)cp)L~_g>NFnT71L)XOI}%Pzyv%)*ZXmBYpW{wcJirHfS|Ks z%G4=SKWaY;KcdO=Zuut7DW!spm%`M{rj%>G;#?uTvXBLM(eIx{HC|TpCfl;H-csK3 zcD`ZWeM7$)+XFF@c{bz*Unq~Ec`!1fW*?59aUWwVvL$USAIKB!j0(e6Al9x^VUN~xPR7$f13Hz|Nl(@ DqPD!e diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.css b/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.css deleted file mode 100644 index 1c2a4ab5c3e..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.css +++ /dev/null @@ -1,149 +0,0 @@ - -/* Toobar buttons */ -Toolbar QToolButton { - font: bold normal 14px sans-serif; - color: #62777F; - background: transparent; - border-radius: 12px; - padding: 3px 6px 4px; - max-height: 1.2em; -} -Toolbar QToolButton:checked, -Toolbar QToolButton:hover { - color: #D5F2E5; - background-color: #62777F; -} -Toolbar QToolButton:pressed { background-color: #72AF95; } -Toolbar QToolButton:disabled { color: gray; } -Toolbar[orientation='2'] QToolButton { width: 100%; max-width: 4em; } - -/* split buttons */ -Toolbar QToolButton[align='left'], Toolbar QToolButton[align='middle'] { - border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: .5px solid gray; } -Toolbar QToolButton[align='right'], Toolbar QToolButton[align='middle'] { - border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: .5px solid gray; } -Toolbar QToolButton[align='middle'] { padding-left: 0; padding-right: 0; } - -/* menu buttons */ -Toolbar QToolButton[popupMode='2'] { padding-right: 15px; } -Toolbar QToolButton[popupMode='2'][align='left'] { padding-left: 15px; padding-right: 9px; } -Toolbar QToolButton[popupMode='2'][align='right'] { padding-left: 9px; } -Toolbar[orientation='2'] QToolButton[popupMode='2'] { padding-right: 6px; padding-left: 0; } -Toolbar[orientation='2'] QToolButton[popupMode='2'][align='left'] { padding-left: 9px; padding-right: 0; } -Toolbar[orientation='2'] QToolButton[popupMode='2'][align='right'] { padding-right: 9px; padding-left: 0; } -Toolbar QToolButton::menu-indicator { subcontrol-origin: border; subcontrol-position: bottom right; right: 3px; } -Toolbar QToolButton[align='left']::menu-indicator { subcontrol-position: bottom left; left: 3px; right: 0; } - -/* Toobar separator */ -Toolbar #tb_separator { background-color: palette(dark); } -Toolbar[orientation='1'] #tb_separator { min-width: 1px; min-height: 2ex; margin: 1ex 0; } -Toolbar[orientation='2'] #tb_separator { min-height: 1px; min-width: 2ex; margin: 0 1ex; } - -/* Toobar style */ -Toolbar { - margin: 0; - qproperty-spacing: 14; - qproperty-hSizePolicy: 1; /* QSizePolicy::Minimum */ - qproperty-vSizePolicy: 1; -} -Toolbar[orientation='2'] { qproperty-spacing: 20; } -Toolbar[edge='1'] { qproperty-alignment: 36; } /* top: AlignHCenter|AlignTop */ -Toolbar[edge='2'] { qproperty-alignment: 33; } /* left: AlignLeft|AlignTop; */ -Toolbar[edge='4'] { qproperty-alignment: 34; } /* right: AlignRogjt|AlignTop; */ -Toolbar[edge='8'] { qproperty-alignment: 68; } /* bottom: AlignHCenter|AlignBottom; */ - -/* Toobar Gradient background theme */ -Toolbar[theme='0'][orientation='1'] { qproperty-hSizePolicy: 7; } /* QSizePolicy::Expanding */ -Toolbar[theme='0'][orientation='2'] { qproperty-vSizePolicy: 7; } /* QSizePolicy::Expanding */ -Toolbar[theme='0'][edge='1'] { - padding: 14px 3px 28px 3px; - background: qlineargradient(x1:0,y1:0,x2:0,y2:1, stop: 0 black, stop: 1 transparent); -} -Toolbar[theme='0'][edge='2'] { - padding: 14px 28px 14px 14px; - background: qlineargradient(x1:0,y1:0,x2:1,y2:0, stop: 0 black, stop: 1 transparent); -} -Toolbar[theme='0'][edge='4'] { - padding: 14px 14px 14px 28px; - background: qlineargradient(x1:1,y1:0,x2:0,y2:0, stop: 0 black, stop: 1 transparent); -} -Toolbar[theme='0'][edge='8'] { - padding: 28px 3px 14px 3px; - background: qlineargradient(x1:0,y1:1,x2:0,y2:0, stop: 0 black, stop: 1 transparent); -} -Toolbar[theme='0'] QToolButton { color: #D5F2E5; background: #62777F; } -Toolbar[theme='0'] QToolButton:checked, -Toolbar[theme='0'] QToolButton:hover:!pressed { color: #62777F; background: #D5F2E5; } -Toolbar[theme='0'] QToolButton:disabled { background: #8862777F; } - -/* Toobar Solid background theme */ -Toolbar[theme='1'] { - background: qlineargradient(x1:0,y1:0,x2:0,y2:1, stop: 0 #ACBFB6, stop: .4 #E5F9F1, stop: .5 #E3F7F7, stop: .6 #E5F9F1, stop: 1 #ACBFB6); - border-radius: 14px; - padding: 4px; -} -Toolbar[theme='1'][orientation='2'] { - background: qlineargradient(x1:0,y1:0,x2:1,y2:0, stop: 0 #ACBFB6, stop: .3 #E5F9F1, stop: .5 #E3F7F7, stop: .7 #E5F9F1, stop: 1 #ACBFB6); -} -Toolbar[theme='1'][edge='1'] { margin-top: 10px; } -Toolbar[theme='1'][edge='2'] { margin-top: 10px; margin-left: 10px; } -Toolbar[theme='1'][edge='4'] { margin-top: 10px; margin-right: 10px; } -Toolbar[theme='1'][edge='8'] { margin-bottom: 10px; } - -/* Toobar for main menu, just used as transparent container. */ -Toolbar[theme='2'] { - background: transparent; - border-radius: 24px; - padding: 1px; - border: 0; margin: 0; - min-width: 48px; - min-height: 48px; - qproperty-spacing: 0; -} -/* Main menu floating button */ -Toolbar[theme='2'] QToolButton { - font: 900 normal 24px monospace; - padding: 0; - border-radius: 24px; - min-width: 48px; - min-height: 48px; - color: #F3EFF7; - background: #991CB3EA; -} -Toolbar[theme='2'] QToolButton:hover { background: #BB731EEA; } -Toolbar[theme='2'] QToolButton:pressed { background: #CCAE1EE8;} -Toolbar[theme='2'] QToolButton::menu-indicator { image: null; } - -/* Floating "toast" message box */ -Infobox { - border: 0; - border-radius: 12px; - background: #88000000; - color: palette(highlighted-text); - padding: 10px 20px; - font-size: 16px; -} - -/* Image grid style */ -ImageGrid { padding: 24px; padding-right: 0; } -ImageGrid QScrollBar:vertical { - width: 14px; - padding: 2px; - border-radius: 6px; - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0.0 #121212, stop: 0.5 #282828, stop: 1 #121212); -} -ImageGrid QScrollBar::handle:vertical { - min-height: 20px; - border-radius: 5px; - background: QLinearGradient( x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #383838, stop: 0.3 #0A516D, stop: 0.7 #0A516D, stop: 1 #383838); -} -ImageGrid QScrollBar::add-page:vertical, -ImageGrid QScrollBar::add-line:vertical, -ImageGrid QScrollBar::sub-page:vertical, -ImageGrid QScrollBar::sub-line:vertical { - background: none; -} - -#ImageGridView_toolbar[edge='4'] { - margin-right: 16px; /* for scrollbar */ -} diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.qrc b/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.qrc deleted file mode 100644 index 5e881c2c1d2..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/imageviewer.qrc +++ /dev/null @@ -1,5 +0,0 @@ - - - imageviewer.css - - diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/main.cpp b/companion/src/thirdparty/maxlibqt/examples/imageviewer/main.cpp deleted file mode 100644 index 80847811acd..00000000000 --- a/companion/src/thirdparty/maxlibqt/examples/imageviewer/main.cpp +++ /dev/null @@ -1,77 +0,0 @@ -/* - Image Viewer example application - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ImageViewer.h" -#include -#include -#include - -#define RESOURCES_PATH ":" // use for embedded CSS resource -//#define RESOURCES_PATH SOURCE_DIR // use for local CSS file, SOURCE_DIR should be set in build script - -/*! - \ingroup examples - \defgroup examples_imageviewer Image Viewer example application - Main application file for the Image Viewer example. - - ``` - Usage: ImageViewer [options] [path] - - Options: - -m, --maxcache Maximum size of image previews cache (default: 1000 MB). - -?, -h, --help Displays this help. - - Arguments: - path Start with this image folder or file. - ``` - - \note The global \c QPixmapCache is used to store image previews in the \c ImageGrid class. It should be suitably "large." - -*/ -int main(int argc, char *argv[]) -{ - QApplication::setStyle("Fusion"); // things style better with Fusion - QApplication a(argc, argv); - QCoreApplication::setOrganizationName("maxLibQt"); - QCoreApplication::setApplicationName("maxLibQt Image Viewer Example"); - - const int maxCache = QPixmapCache::cacheLimit() * 100 / 1024; - - QCommandLineParser clp; - clp.setApplicationDescription(QCoreApplication::applicationName()); - clp.setSingleDashWordOptionMode(QCommandLineParser::ParseAsLongOptions); - clp.addPositionalArgument(QStringLiteral("path"), QStringLiteral("Start with this image folder or file."), QStringLiteral("[path]")); - clp.addOption({ {QStringLiteral("m"), QStringLiteral("maxcache")}, - QStringLiteral("Maximum size of image previews cache (default: %1 MB).").arg(maxCache), - QStringLiteral("MBytes"), QString::number(maxCache) }); - clp.addHelpOption(); - clp.process(a); - - QPixmapCache::setCacheLimit(clp.value(QStringLiteral("m")).toInt() * 1024); - ImageViewer w(RESOURCES_PATH "/imageviewer.css", clp.positionalArguments().value(0)); - return a.exec(); -} diff --git a/companion/src/thirdparty/maxlibqt/maxLibQt.pri b/companion/src/thirdparty/maxlibqt/maxLibQt.pri deleted file mode 100644 index e39812c21d7..00000000000 --- a/companion/src/thirdparty/maxlibqt/maxLibQt.pri +++ /dev/null @@ -1,9 +0,0 @@ - -DISTFILES += \ - $$PWD/LICENSE.txt \ - $$PWD/LICENSE.GPL.txt \ - $$PWD/README.md - -OTHER_FILES += \ - $$DISTFILES \ - $$PWD/CMakeLists.txt diff --git a/companion/src/thirdparty/maxlibqt/maxLibQt.pro b/companion/src/thirdparty/maxlibqt/maxLibQt.pro deleted file mode 100644 index 6bf570bfe8a..00000000000 --- a/companion/src/thirdparty/maxlibqt/maxLibQt.pro +++ /dev/null @@ -1,6 +0,0 @@ -TARGET = maxLibQt -TEMPLATE = subdirs - -SUBDIRS += src - -include(maxLibQt.pri) diff --git a/companion/src/thirdparty/maxlibqt/src/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/src/CMakeLists.txt deleted file mode 100644 index e633c1e55a6..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/CMakeLists.txt +++ /dev/null @@ -1,22 +0,0 @@ -cmake_minimum_required(VERSION 2.8.12) -project(maxLibQt) - -set(SRC_SUBDIRS - core - itemmodels - widgets -) - -set(BUILT_LIBRARIES) # populated by subprojects - -foreach(sub_dir ${SRC_SUBDIRS}) - add_subdirectory(${sub_dir}) -endforeach(sub_dir) - -# maxLibQt is a "dummy" lib so that other binaries could link -# to this single one instead of the individual libs. -# The maxLibQt target cannot be built specifically. -if (BUILT_LIBRARIES) - add_library(${PROJECT_NAME} INTERFACE) - target_link_libraries(${PROJECT_NAME} INTERFACE ${BUILT_LIBRARIES}) -endif() diff --git a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler b/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler deleted file mode 100644 index 4107b64eb81..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler +++ /dev/null @@ -1 +0,0 @@ -#include "AppDebugMessageHandler.h" diff --git a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.cpp b/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.cpp deleted file mode 100644 index 93fa5e76382..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.cpp +++ /dev/null @@ -1,278 +0,0 @@ -/* - AppDebugMessageHandler - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "AppDebugMessageHandler.h" - -#include -#include -#include - -AppDebugMessageHandler::AppDebugMessageHandler() : - QObject(), - m_defaultHandler(nullptr) -{ - setAppDebugOutputLevel(APP_DBG_HANDLER_DEFAULT_LEVEL); - setShowSourcePath(APP_DBG_HANDLER_SHOW_SRC_PATH); - setSourceBasePath(QStringLiteral(APP_DBG_HANDLER_SRC_PATH)); - setShowFunctionDeclarations(APP_DBG_HANDLER_SHOW_FUNCTION_DECL); - setShowTimestamp(APP_DBG_HANDLER_SHOW_TIMESTAMP); - setTimestampFormat(QStringLiteral(APP_DBG_HANDLER_TIMESTAMP_FORMAT)); - defaultMessagePattern(); // preload -#if (QT_VERSION < QT_VERSION_CHECK(5, 4, 0)) - m_functionFilter = QRegularExpression("^.+?(\\w+\\().+$"); -#endif -} - -// static -AppDebugMessageHandler *AppDebugMessageHandler::instance() -{ - static AppDebugMessageHandler instance; - return &instance; -} - -void AppDebugMessageHandler::setAppDebugOutputLevel(quint8 appDebugOutputLevel) -{ - QWriteLocker locker(&m_mutex); - m_appDebugOutputLevel = qMin(appDebugOutputLevel, 4); -} - -void AppDebugMessageHandler::setShowSourcePath(bool showSourcePath) -{ - QWriteLocker locker(&m_mutex); - m_showSourcePath = showSourcePath; - m_defaultPattern.clear(); -} - -void AppDebugMessageHandler::setSourceBasePath(const QString &path) -{ - QWriteLocker locker(&m_mutex); - m_srcPathFilter = path.isEmpty() ? QRegularExpression() : QRegularExpression(QStringLiteral("^%1[\\\\\\/](.*?)$").arg(path), QRegularExpression::InvertedGreedinessOption); -} - -void AppDebugMessageHandler::setShowFunctionDeclarations(bool showFunctionDeclarations) -{ - QWriteLocker locker(&m_mutex); - m_showFunctionDeclarations = showFunctionDeclarations; - m_defaultPattern.clear(); -} - -void AppDebugMessageHandler::setShowTimestamp(bool showTimestamp) -{ - QWriteLocker locker(&m_mutex); - m_showTimestamp = showTimestamp; - m_defaultPattern.clear(); -} - -void AppDebugMessageHandler::setTimestampFormat(const QString &timeFormat) -{ - QWriteLocker locker(&m_mutex); - m_tsFormat = timeFormat; - m_defaultPattern.clear(); -} - -void AppDebugMessageHandler::setMessagePattern(const QString &pattern) -{ - QWriteLocker locker(&m_mutex); - m_msgPattern = pattern; -} - -void AppDebugMessageHandler::addOutputDevice(QIODevice *device) -{ - QWriteLocker locker(&m_mutex); - if (device && !m_outputDevices.contains(device)) - m_outputDevices.append(device); -} - -void AppDebugMessageHandler::removeOutputDevice(QIODevice *device) -{ - if (!device) - return; - QWriteLocker locker(&m_mutex); -#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)) - m_outputDevices.removeAll(device); -#else - int i = 0; - foreach (QIODevice * d, m_outputDevices) { - if (d == device) - m_outputDevices.remove(i); - ++i; - } -#endif -} - -QString AppDebugMessageHandler::defaultMessagePattern() const -{ - if (!m_defaultPattern.isEmpty()) - return m_defaultPattern; - - QString msgPattern; - if (m_showTimestamp) - msgPattern.append(QStringLiteral("[%{time %1}] ").arg(m_tsFormat)); - - msgPattern.append(QLatin1String("[%{short-type}] ")); - - if (m_showSourcePath) - msgPattern.append(QLatin1String("%{file}::")); - - if (m_showFunctionDeclarations) - msgPattern.append(QLatin1String("%{full-function}")); - else - msgPattern.append(QLatin1String("%{function}()")); - - msgPattern.append(QLatin1String(":%{line} -%{if-category} [%{category}]%{endif} %{message}")); - -#ifndef QT_NO_GLIB - msgPattern.append("%{if-fatal}\nBACKTRACE:\n%{backtrace depth=12 separator=\"\n\"}%{endif}"); -#endif - - m_defaultPattern = msgPattern; - return msgPattern; -} - -QString AppDebugMessageHandler::messagePattern() const -{ - return m_msgPattern.isEmpty() ? defaultMessagePattern() : m_msgPattern; -} - -void AppDebugMessageHandler::installAppMessageHandler() -{ -#if APP_DBG_HANDLER_ENABLE - m_defaultHandler = qInstallMessageHandler(g_appDebugMessageHandler); -#else - qInstallMessageHandler(nullptr); -#endif -} - -void AppDebugMessageHandler::messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg) -{ - // normalize types, QtDebugMsg stays 0, QtInfoMsg becomes 1, rest are QtMsgType + 1 - quint8 lvl = type; - if (type == QtInfoMsg) - lvl = 1; - else if (type > QtDebugMsg) - ++lvl; - - QReadLocker locker(&m_mutex); - - if (lvl < m_appDebugOutputLevel) - return; - -#if defined(Q_OS_LINUX) && (QT_VERSION < QT_VERSION_CHECK(5, 3, 0)) - // Filter out lots of QPainter warnings from undocked QDockWidgets... hackish but effective (only workaround found so far) - if (lvl == 2 && QString(context.function).contains("QPainter::")) - return; -#endif - - QString msgPattern = messagePattern(); - - QString file = context.file; - if (m_srcPathFilter.isValid()) - file.replace(m_srcPathFilter, "\\1"); - - const bool hasDevices = !m_outputDevices.isEmpty(); - - locker.unlock(); - - msgPattern.replace(QLatin1String("%{short-type}"), shortTypeNames().value(type, QStringLiteral("?"))); - msgPattern.replace(QLatin1String("%{full-function}"), context.function); - - QMessageLogContext newContext(qPrintable(file), context.line, context.function, context.category); - - qSetMessagePattern(msgPattern); - - if (!m_defaultHandler || hasDevices || receivers(SIGNAL(messageOutput(quint8, const QString &)))) { -#if (QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)) - msgPattern = qFormatLogMessage(type, newContext, msg); -#else - msgPattern.replace("%{type}", fullTypeNames().value(type, "unknown")); - msgPattern.replace("%{line}", QString::number(context.line)); - msgPattern.replace("%{if-category} [%{category}]%{endif}", QString(context.category)); - msgPattern.replace("%{message}", msg); - msgPattern.replace("%{function}", QString(context.function).replace(m_functionFilter, "\\1)")); -#endif - - emit messageOutput(lvl, msgPattern); - - if (hasDevices) { - locker.relock(); - const QVector devices(m_outputDevices); - locker.unlock(); - for (QIODevice * d : devices) { - if (d && d->isWritable() && (!d->property("level").isValid() || d->property("level").toInt() <= lvl)) { - d->write(qPrintable(msgPattern + "\n")); - if (QFileDevice * fd = qobject_cast(d)) - fd->flush(); - } - } - } - } - - // if (QThread::currentThread() == qApp->thread()) // gui thread - - if (m_defaultHandler) { - m_defaultHandler(type, newContext, msg); - } - else { - fprintf(stderr, "%s", qPrintable(msgPattern)); - if (type == QtFatalMsg) - abort(); - } -} - -// static -QHash &AppDebugMessageHandler::shortTypeNames() -{ - static QHash symbols({ - {QtDebugMsg, tr("D")}, - {QtWarningMsg, tr("W")}, - {QtCriticalMsg, tr("C")}, - {QtFatalMsg, tr("F")}, - {QtInfoMsg, tr("I")} - }); - return symbols; -} - -#if (QT_VERSION < QT_VERSION_CHECK(5, 4, 0)) -// static -QHash &AppDebugMessageHandler::fullTypeNames() -{ - static QHash symbols({ - {QtDebugMsg, tr("debug")}, - {QtWarningMsg, tr("warning")}, - {QtCriticalMsg, tr("critical")}, - {QtFatalMsg, tr("fatal")}, - {QtInfoMsg, tr("info")} - }); - return symbols; -} -#endif - -// Message handler which is installed using qInstallMessageHandler. This needs to be global. -void g_appDebugMessageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg) -{ - if (AppDebugMessageHandler::instance()) - AppDebugMessageHandler::instance()->messageHandler(type, context, msg); -} diff --git a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.h b/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.h deleted file mode 100644 index 8641116356b..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/AppDebugMessageHandler.h +++ /dev/null @@ -1,247 +0,0 @@ -/* - AppDebugMessageHandler - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef APPDEBUGMESSAGEHANDLER_H -#define APPDEBUGMESSAGEHANDLER_H - -#include -#include -#include -#include -#include -#include - -//! Enable/disable this custom handler handler entirely \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_ENABLE - #define APP_DBG_HANDLER_ENABLE 1 -#endif - -//! Default log level. \sa AppDebugMessageHandler::appDebugOutputLevel \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_DEFAULT_LEVEL - #define APP_DBG_HANDLER_DEFAULT_LEVEL 0 -#endif - -//! Include source file path/name in output (filtered with APP_DBG_HANDLER_SRC_PATH). -//! \sa AppDebugMessageHandler::showSourcePath \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_SHOW_SRC_PATH - #define APP_DBG_HANDLER_SHOW_SRC_PATH 0 -#endif - -//! Show full function declaration with return and attribute types instead of just the Class::Name. -//! \sa AppDebugMessageHandler::showFunctionDeclarations \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_SHOW_FUNCTION_DECL - #define APP_DBG_HANDLER_SHOW_FUNCTION_DECL 0 -#endif - -//! Include timestamp in default message pattern. \sa AppDebugMessageHandler::showTimestamp \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_SHOW_TIMESTAMP - #define APP_DBG_HANDLER_SHOW_TIMESTAMP 0 -#endif - -//! Default timestamp format (as per Qt message pattern docs for %{time ...} options). -//! \sa AppDebugMessageHandler::timestampFormat \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_TIMESTAMP_FORMAT - #define APP_DBG_HANDLER_TIMESTAMP_FORMAT "process" -#endif - -//! base path for source file name filter, everything after this is kept; RegEx, non-greedy -//! \sa AppDebugMessageHandler::setSourceBasePath() \relates AppDebugMessageHandler -#ifndef APP_DBG_HANDLER_SRC_PATH - #define APP_DBG_HANDLER_SRC_PATH ".*src" -#endif - -// Make sure to include this header if using qInfo() -#if (QT_VERSION < QT_VERSION_CHECK(5, 5, 0)) - #if defined(QT_NO_INFO_OUTPUT) - #define qInfo QT_NO_QDEBUG_MACRO - #else - #define qInfo qDebug - #endif - #define QtInfoMsg QtMsgType(4) -#endif - -/*! - \class AppDebugMessageHandler - \version 2.0.0 - - \brief Custom debug/message handler class to work in conjunction with \c qDebug() family of functions. - - AppDebugMessageHandler helps with formatting all stderr output generated by the application in a consistent manner. - For example the function and line from which the debug message is called is always printed. - It can also be used by other event listeners to intercept messages they may be interested in (connect to \c messageOutput() signal - or add a \c QIODevice to receive the output). - - You can set a minimum logging level for all messages by setting the \ref appDebugOutputLevel property or \c APP_DBG_HANDLER_DEFAULT_LEVEL macro. - - There are several properties which control the default output message formatting. Optionally, a custom pattern can be set with - \c setMessagePattern(). This type of custom pattern allows for additional placeholder values which are not available with - the default Qt handler. See \c setMessagePattern() for details. - - Note that the message format can still be overridden by setting \e QT_MESSAGE_PATTERN environment variable at _run-time_. - see: https://doc.qt.io/qt-5/qtglobal.html#qSetMessagePattern - - Include this header to use qInfo() safely with Qt < v5.5 (qInfo becomes alias for qDebug). - - This is an app-wide "global" thread-safe singleton class, use it with \c AppDebugMessageHandler::instance(). - For example, at start of application: - - \code - QApplication app(argc, argv); - AppDebugMessageHandler::instance()->installAppMessageHandler(); - \endcode - - To connect to a signal: - - \code - connect(AppDebugMessageHandler::instance(), &AppDebugMessageHandler::messageOutput, this, &DebugOutput::onAppDebugMessage);} - \endcode - - To add a new I/O stream for receiving messages (eg. a log file): - - \code - addOutputDevice(myQFile); - \endcode - - When adding a QIODevice in this way, you may optionally set a minimum severity level below which you do not want messages - written to this device. Use the Qt property system to set a properly named \a level on the QIODevice. For example: - - \code - myQFile.setProperty("level", 2); // only warning and higher - \endcode - -*/ -class AppDebugMessageHandler : public QObject -{ - Q_OBJECT - //! Minimum severity level of messages to print. 0 = debug+; 1 = info+; 2 = warning+; 3 = critical+; 4 = fatal only. \pacc appDebugOutputLevel(void), setAppDebugOutputLevel() - Q_PROPERTY(int appDebugOutputLevel READ appDebugOutputLevel WRITE setAppDebugOutputLevel) - //! Enables or disabled showing the file path in the default message pattern. \pacc showSourcePath(void), setShowSourcePath() \sa setSourceBasePath() - Q_PROPERTY(bool showSourcePath READ showSourcePath WRITE setShowSourcePath) - //! Enables or disables showing full function declarations (with return and attribute types) in the default message pattern. \pacc showFunctionDeclarations(void), setShowFunctionDeclarations() - Q_PROPERTY(bool showFunctionDeclarations READ showFunctionDeclarations WRITE setShowFunctionDeclarations) - //! Enables or disables showing timestamps in the default message pattern. \pacc showTimestamp(void), setShowTimestamp() \sa timestampFormat - Q_PROPERTY(bool showTimestamp READ showTimestamp WRITE setShowTimestamp) - //! Set the timestamp format, as per Qt message pattern docs for \c %{time ...} options. E.g. one of "process", "boot", or a \c QDateTime::toString() format. \pacc timestampFormat(void), setTimestampFormat() \sa showTimestamp - Q_PROPERTY(QString timestampFormat READ timestampFormat WRITE setTimestampFormat) - - public: - //! Get the singleton instance of this object. The instance is created automatically if necessary. - static AppDebugMessageHandler *instance(); - //! This function must be called to initialize this custom message handler. E.g. \c AppDebugMessageHandler::instance()->installAppMessageHandler() - void installAppMessageHandler(); - - inline quint8 appDebugOutputLevel() const { return m_appDebugOutputLevel; } //!< \sa appDebugOutputLevel - void setAppDebugOutputLevel(quint8 appDebugOutputLevel); //!< \sa appDebugOutputLevel - - inline bool showSourcePath() const { return m_showSourcePath; } //!< \sa showSourcePath - void setShowSourcePath(bool showSourcePath); //!< \sa showSourcePath - //! Set the base path for source file name filter, everything after this is kept. The string could be literal or a RegEx pattern (evaluated as non-greedy). - void setSourceBasePath(const QString &path = QString()); - - inline bool showFunctionDeclarations() const { return m_showFunctionDeclarations; } //!< \sa showFunctionDeclarations - void setShowFunctionDeclarations(bool showFunctionDeclarations); //!< \sa showFunctionDeclarations - - inline bool showTimestamp() const { return m_showTimestamp; } //!< \sa showTimestamp - void setShowTimestamp(bool showTimestamp); //!< \sa showTimestamp - - inline QString timestampFormat() const { return m_tsFormat; } //!< \sa timestampFormat - void setTimestampFormat(const QString &timeFormat); //!< \sa timestampFormat - - //! Add a new I/O stream for receiving messages. - void addOutputDevice(QIODevice *device); - //! Remove a previously-added I/O stream. - void removeOutputDevice(QIODevice *device); - - //! Returns the current message pattern in use. This will be either the one set specifically with \c setMessagePattern() or the \c defaultMessagePattern() otherwise. - QString messagePattern() const; - //! Returns the default message pattern. This format will take into account any properties set previously, such as \c showSourcePath, \c showFunctionDeclarations, \c showTimestamp and \c timestampFormat. - QString defaultMessagePattern() const; - - /*! Specifies a debug message pattern to use instead of the default. - The \a pattern is the same as for \c qSetMessagePattern() but extended with the following attributes: - - \li \c %{short-type} : Short type name (eg. "W" for warning, "D" for debug, etc) (as returned by \c shortTypeNames()) - \li \c %{full-function} : Full function declaration including return and attribute types (if any) - - Call this function with a blank \c QString to reset the message pattern back to default. - */ - void setMessagePattern(const QString &pattern = QString()); - - //! Handle a debug message. This is typically called by the installed global message handler callback ( \c g_appDebugMessageHandler() ). - void messageHandler(QtMsgType type, const QMessageLogContext &context, const QString &msg); - - /*! - Returns a reference to the mapping of \c QtMsgType enum values to abbreviated names. - New names can be specified by setting this reference to a new value. For example: - \code - AppDebugMessageHandler::shortTypeNames() = { - {QtDebugMsg, QStringLiteral("DBG")}, - {QtWarningMsg, QStringLiteral("WRN")}, - {QtCriticalMsg, QStringLiteral("CRT")}, - {QtFatalMsg, QStringLiteral("FTL")}, - {QtInfoMsg, QStringLiteral("INF")} - }; - \endcode - */ - static QHash &shortTypeNames(); - -#if (QT_VERSION < QT_VERSION_CHECK(5, 4, 0)) - static QHash &fullTypeNames(); -#endif - - signals: - //! Notifies when a new log massage is available. - void messageOutput(quint8 level, const QString &msg); - - private: - explicit AppDebugMessageHandler(); - Q_DISABLE_COPY(AppDebugMessageHandler) - - QtMessageHandler m_defaultHandler; - QRegularExpression m_srcPathFilter; - quint8 m_appDebugOutputLevel; - QVector m_outputDevices; - bool m_showSourcePath; - bool m_showFunctionDeclarations; - bool m_showTimestamp; - QString m_tsFormat; - QString m_msgPattern; - mutable QString m_defaultPattern; - QReadWriteLock m_mutex; -#if (QT_VERSION < QT_VERSION_CHECK(5, 4, 0)) - QRegularExpression m_functionFilter; -#endif - -}; - -//! \relates AppDebugMessageHandler -//! Message handler which is installed using qInstallMessageHandler. This needs to be global. -//! Use AppDebugMessageHandler::instance()->installAppMessageHandler(); -//! instead of installing this function directly (it will verify this handler is enabled, etc). -void g_appDebugMessageHandler(QtMsgType, const QMessageLogContext &, const QString &); - -#endif // APPDEBUGMESSAGEHANDLER_H diff --git a/companion/src/thirdparty/maxlibqt/src/core/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/src/core/CMakeLists.txt deleted file mode 100644 index 651ddb3c5b8..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -cmake_minimum_required(VERSION 2.8.12) -cmake_policy(SET CMP0020 NEW) -set(CMAKE_CXX_STANDARD 11) -if (CMAKE_VERSION VERSION_LESS "3.1" AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - set (CMAKE_CXX_FLAGS "--std=gnu++11 ${CMAKE_CXX_FLAGS}") -endif () - -find_package(Qt5Core) - -project(maxLibQtCore) - -set(SRCS - "${CMAKE_CURRENT_LIST_DIR}/AppDebugMessageHandler.cpp" -) - -set(HDRS - "${CMAKE_CURRENT_LIST_DIR}/AppDebugMessageHandler.h" -) - -qt5_wrap_cpp(SRCS ${HDRS}) - -add_library(${PROJECT_NAME} ${SRCS} ${HDRS}) -target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core) -target_compile_definitions(${PROJECT_NAME} PRIVATE QT_USE_QSTRINGBUILDER) -target_include_directories(${PROJECT_NAME} PUBLIC "${CMAKE_CURRENT_LIST_DIR}") - -# need to push this upstream -set(BUILT_LIBRARIES ${BUILT_LIBRARIES} ${PROJECT_NAME} PARENT_SCOPE) diff --git a/companion/src/thirdparty/maxlibqt/src/core/core.pro b/companion/src/thirdparty/maxlibqt/src/core/core.pro deleted file mode 100644 index 84f7427afb7..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/core.pro +++ /dev/null @@ -1,11 +0,0 @@ -TARGET = maxLibQtCore -TEMPLATE = lib - -QT += core - -DESTDIR = $${OUT_PWD}/bin -DEFINES += QT_USE_QSTRINGBUILDER - -include(maxLibQtCore.pri) - -OTHER_FILES += $$PWD/CMakeLists.txt diff --git a/companion/src/thirdparty/maxlibqt/src/core/maxLibQtCore.pri b/companion/src/thirdparty/maxlibqt/src/core/maxLibQtCore.pri deleted file mode 100644 index 6667178b241..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/core/maxLibQtCore.pri +++ /dev/null @@ -1,9 +0,0 @@ -## maxLibQtCore - -INCLUDEPATH += $$PWD - -HEADERS += \ - $$PWD/AppDebugMessageHandler.h - -SOURCES += \ - $$PWD/AppDebugMessageHandler.cpp diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/src/itemmodels/CMakeLists.txt deleted file mode 100644 index 77cb7e02e69..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/CMakeLists.txt +++ /dev/null @@ -1,28 +0,0 @@ -cmake_minimum_required(VERSION 2.8.12) -cmake_policy(SET CMP0020 NEW) -set(CMAKE_CXX_STANDARD 11) -if (CMAKE_VERSION VERSION_LESS "3.1" AND CMAKE_CXX_COMPILER_ID STREQUAL "GNU") - set (CMAKE_CXX_FLAGS "--std=gnu++11 ${CMAKE_CXX_FLAGS}") -endif () - -find_package(Qt5Core) - -project(maxLibQtItemModels) - -set(SRCS - "${CMAKE_CURRENT_LIST_DIR}/GroupedItemsProxyModel.cpp" -) - -set(HDRS - "${CMAKE_CURRENT_LIST_DIR}/GroupedItemsProxyModel.h" -) - -qt5_wrap_cpp(SRCS ${HDRS}) - -add_library(${PROJECT_NAME} ${SRCS} ${HDRS}) -target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core) -target_compile_definitions(${PROJECT_NAME} PRIVATE QT_USE_QSTRINGBUILDER) -target_include_directories(${PROJECT_NAME} PUBLIC "${CMAKE_CURRENT_LIST_DIR}") - -# need to push this upstream -set(BUILT_LIBRARIES ${BUILT_LIBRARIES} ${PROJECT_NAME} PARENT_SCOPE) diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel b/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel deleted file mode 100644 index cbe36328dd9..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel +++ /dev/null @@ -1 +0,0 @@ -#include "GroupedItemsProxyModel.h" diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.cpp b/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.cpp deleted file mode 100644 index 8518a9f847d..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.cpp +++ /dev/null @@ -1,568 +0,0 @@ -/* - GroupedItemsProxyModel - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and Maxim Paperno/World Design Group. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "GroupedItemsProxyModel.h" - -#include -#include - -/** - GroupedProxyItem - */ - -GroupedItemsProxyModel::GroupedProxyItem::GroupedProxyItem(const QModelIndex &srcIndex, const bool isSrcItem, GroupedProxyItem *parent) : - m_parentItem(parent), - m_sourceIndex(srcIndex), - m_isSourceItem(isSrcItem) -{ -} - -GroupedItemsProxyModel::GroupedProxyItem::GroupedProxyItem(GroupedProxyItem *parent) : - GroupedProxyItem(QModelIndex(), false, parent) -{ -} - -GroupedItemsProxyModel::GroupedProxyItem::~GroupedProxyItem() -{ - clear(); -} - -void GroupedItemsProxyModel::GroupedProxyItem::clear() -{ - qDeleteAll(m_childItems); - m_childItems.clear(); -} - -int GroupedItemsProxyModel::GroupedProxyItem::row() const -{ - if (parent()) - return parent()->childRow(const_cast(this)); - - return -1; -} - -GroupedItemsProxyModel::GroupedProxyItem * GroupedItemsProxyModel::GroupedProxyItem::addChild(const QModelIndex &srcIndex, const bool isSrcItem) -{ - GroupedProxyItem * item = new GroupedProxyItem(srcIndex, isSrcItem, const_cast(this)); - m_childItems.append(item); - return item; -} - -void GroupedItemsProxyModel::GroupedProxyItem::removeChild(GroupedProxyItem *item) -{ - if (item) { - m_childItems.removeAll(item); - delete item; - } -} - -bool GroupedItemsProxyModel::GroupedProxyItem::setData(const QVariant &data, int role) -{ - m_itemData.insert(role, data); - return true; -} - -bool GroupedItemsProxyModel::GroupedProxyItem::setItemData(const QMap &roles) -{ - bool b = true; - for (QMap::ConstIterator it = roles.begin(); it != roles.end(); ++it) - b = b && setData(it.value(), it.key()); - return b; -} - - -/** - GroupedItemProxyModel - */ - -GroupedItemsProxyModel::GroupedItemsProxyModel(QObject *parent, QAbstractItemModel *sourceModel, const QVector &groupColumns) : - QIdentityProxyModel(parent), - m_root(new GroupedProxyItem()) -{ - m_root->setData(-1, Qt::EditRole); - - setGroupMatchRole(Qt::EditRole); - setGroupColumnVisible(true); - setGroupColumnIsProxy(false); - setGroupColumnProxySrc(-1); - setGroupRowSelectable(false); - setGroupHeaderTitle(tr("Grouping"), tr("This column shows item group information.")); - - if (sourceModel) { - setReloadSuspended(!groupColumns.isEmpty()); - setSourceModel(sourceModel); - setReloadSuspended(false); - if (!groupColumns.isEmpty()) - setGroups(groupColumns); - else - reloadSourceModel(); - } -} - -GroupedItemsProxyModel::~GroupedItemsProxyModel() -{ - delete m_root; -} - -void GroupedItemsProxyModel::setSourceModel(QAbstractItemModel *newSourceModel) -{ - if (sourceModel()) { - disconnect(sourceModel(), 0, this, 0); - } - - QIdentityProxyModel::setSourceModel(newSourceModel); - reloadSourceModel(); - - if (sourceModel()) { - connect(sourceModel(), &QAbstractItemModel::modelReset, this, &GroupedItemsProxyModel::modelResetHandler); - connect(sourceModel(), &QAbstractItemModel::dataChanged, this, &GroupedItemsProxyModel::dataChangedHandler); - connect(sourceModel(), &QAbstractItemModel::rowsInserted, this, &GroupedItemsProxyModel::rowsInsertedHandler); - connect(sourceModel(), &QAbstractItemModel::rowsRemoved, this, &GroupedItemsProxyModel::rowsRemovedHandler); - connect(sourceModel(), &QAbstractItemModel::rowsMoved, this, &GroupedItemsProxyModel::rowsMovedHandler); - } -} - -QModelIndex GroupedItemsProxyModel::index(int row, int column, const QModelIndex &parent) const -{ - if (GroupedProxyItem * childItem = itemForIndex(parent, true)->child(row)) - return indexForItem(childItem, column); - - return QModelIndex(); -} - -QModelIndex GroupedItemsProxyModel::parent(const QModelIndex &child) const -{ - GroupedProxyItem * childItem = itemForIndex(child); - if (!childItem) - return QModelIndex(); - - GroupedProxyItem * parentItem = childItem->parent(); - if (!parentItem || parentItem == m_root) - return QModelIndex(); - - return indexForItem(parentItem); -} - -int GroupedItemsProxyModel::rowCount(const QModelIndex &parent) const -{ - return itemForIndex(parent, true)->rowCount(); -} - -int GroupedItemsProxyModel::columnCount(const QModelIndex &parent) const -{ - return sourceModel()->columnCount(parent) + extraColumns(); -} - -bool GroupedItemsProxyModel::hasChildren(const QModelIndex &parent) const -{ - return (rowCount(parent) > 0); -} - -QVariant GroupedItemsProxyModel::data(const QModelIndex &index, int role) const -{ - GroupedProxyItem * item = itemForIndex(index); - if (!item) - return QVariant(); - - if (role == SourceRowNumberRole) - return headerData(index.row(), Qt::Vertical, Qt::DisplayRole); - - if (item->isGroupItem() && index.column() == 0) - return sourceModel()->data(item->sourceIndex(), role); - - if (isProxyColumn(index)) - return sourceModel()->data(sourceIndexForProxy(item), role); - - return sourceModel()->data(mapToSource(index), role); -} - -QMap GroupedItemsProxyModel::itemData(const QModelIndex &index) const -{ - GroupedProxyItem * item = itemForIndex(index); - if (!item) - return QMap(); - - if (item->isGroupItem() && index.column() == 0) - return sourceModel()->itemData(item->sourceIndex()); - - if (isProxyColumn(index)) - return sourceModel()->itemData(sourceIndexForProxy(item)); - - return sourceModel()->itemData(mapToSource(index)); -} - -QVariant GroupedItemsProxyModel::headerData(int section, Qt::Orientation orientation, int role) const -{ - if (orientation == Qt::Horizontal) { - if (extraColumns() && section == 0 && (role == Qt::DisplayRole || role == Qt::ToolTipRole)) - return m_root->data(role); - - return sourceModel()->headerData(section - extraColumns(), orientation, role); - } - if (orientation == Qt::Vertical) { - GroupedProxyItem * item = itemForRow(section); - if (item && item->isSourceItem()) - return sourceModel()->headerData(section, orientation, role); - } - return QVariant(); -} - -Qt::ItemFlags GroupedItemsProxyModel::flags(const QModelIndex &index) const -{ - GroupedProxyItem * item = itemForIndex(index); - if (!item) - return Qt::NoItemFlags; - - if (item->isGroupItem()) { - if (groupRowSelectable()) - return Qt::ItemIsEnabled | Qt::ItemIsSelectable; - else - return Qt::ItemIsEnabled; - } - - if (isProxyColumn(index)) - return (sourceModel()->flags(sourceIndexForProxy(item)) & ~Qt::ItemIsEditable); - - return sourceModel()->flags(mapToSource(index)); -} - -QSize GroupedItemsProxyModel::span(const QModelIndex & index) const -{ - GroupedProxyItem * item = itemForIndex(index); - if (!item) - return QSize(); - - if (item->isSourceItem()) - return sourceModel()->span(mapToSource(index)); - - return QSize(columnCount(), 1); -} - -QModelIndex GroupedItemsProxyModel::mapToSource(const QModelIndex &proxyIndex) const -{ - GroupedProxyItem * item = itemForIndex(proxyIndex, false); - if (item && item->isSourceItem()) { - //qDebug() << proxyIndex << item->sourceIndex << sourceModel()->index(item->sourceRow(), proxyIndex.column() - extraColumns()); - return sourceModel()->index(item->sourceIndex().row(), proxyIndex.column() - extraColumns()); - } - - return QModelIndex(); -} - -QModelIndex GroupedItemsProxyModel::mapFromSource(const QModelIndex &sourceIndex) const -{ - GroupedProxyItem * item = NULL; - if (m_sourceMap.contains(sourceIndex.row()) && (item = m_sourceMap.value(sourceIndex.row()))) { - //qDebug() << sourceIndex << indexForItem(item, sourceIndex.column() + extraColumns()); - return indexForItem(item, sourceIndex.column() + extraColumns()); - } - - return QModelIndex(); -} - -void GroupedItemsProxyModel::addGroups(const QVector &columns) -{ - if (columns.isEmpty()) - return; - bool prev = setReloadSuspended(true); - for (int i : columns) - insertGroup(m_groups.size(), i); - setReloadSuspended(prev); - reloadSourceModel(); -} - -void GroupedItemsProxyModel::setGroups(const QVector &columns) -{ - if (columns.isEmpty()) { - clearGroups(); - return; - } - bool prev = setReloadSuspended(true); - clearGroups(); - addGroups(columns); - setReloadSuspended(prev); - reloadSourceModel(); -} - -void GroupedItemsProxyModel::insertGroup(int index, int column) -{ - index = qBound(0, index, m_groups.size()); - if (m_groups.indexOf(column) == -1) { - m_groups.insert(index, column); - reloadSourceModel(); - } -} - -void GroupedItemsProxyModel::removeGroup(int column) -{ - if (m_groups.removeAll(column)) - reloadSourceModel(); -} - -void GroupedItemsProxyModel::clearGroups() -{ - if (m_groups.isEmpty()) - return; - bool prev = setReloadSuspended(true); - for (int i : m_groups) - removeGroup(i); - setReloadSuspended(prev); - reloadSourceModel(); -} - -void GroupedItemsProxyModel::setGroupMatchRole(int role) -{ - if (m_groupMatchRole != role) { - m_groupMatchRole = role; - if (sourceModel() && !m_groups.isEmpty()) - reloadSourceModel(); - } -} - -void GroupedItemsProxyModel::setGroupHeaderTitle(const QString &title, const QString &tooltip) { - m_root->setData(title, Qt::DisplayRole); - if (!tooltip.isEmpty()) - m_root->setData(tooltip, Qt::ToolTipRole); - else - m_root->setData(title, Qt::ToolTipRole); - if (extraColumns()) - emit headerDataChanged(Qt::Horizontal, 0, 0); -} - - -// -// protected methods -// - -QModelIndex GroupedItemsProxyModel::indexForItem(GroupedProxyItem *item, const int col) const -{ - if (!item || item->row() < 0 || col < 0) - return QModelIndex(); - - return createIndex(item->row(), col, item); -} - -GroupedItemsProxyModel::GroupedProxyItem * GroupedItemsProxyModel::itemForIndex(const QModelIndex &index, const bool rootDefault) const -{ - GroupedProxyItem * item; - if (index.isValid() && (item = static_cast(index.internalPointer()))) - return item; - if (rootDefault) - return m_root; - else - return NULL; -} - -GroupedItemsProxyModel::GroupedProxyItem * GroupedItemsProxyModel::findGroupItem(const int group, const QVariant &value, GroupedProxyItem *parent) const -{ - if (!parent) - parent = m_root; - foreach (GroupedProxyItem * item, parent->children()) { - if (!item) - continue; - if (!item->isSourceItem() && item->data(Qt::UserRole).toInt() == group && item->data(Qt::EditRole) == value) - return item; - else if (item->rowCount() && (item = findGroupItem(group, value, item))) - return item; - } - return NULL; -} - -QModelIndex GroupedItemsProxyModel::sourceIndexForProxy(GroupedItemsProxyModel::GroupedProxyItem *item) const -{ - QModelIndex srcIdx = item->sourceIndex(); - if (groupColumnProxySrc() > -1) - srcIdx = sourceModel()->index(srcIdx.row(), groupColumnProxySrc(), srcIdx.parent()); - return srcIdx; -} - -int GroupedItemsProxyModel::totalRowCount(GroupedProxyItem *parent) const -{ - if (!parent) - parent = m_root; - int count = 0; - foreach (GroupedProxyItem * item, parent->children()) { - ++count; - if (item->isGroupItem()) - count += totalRowCount(item); - } - return count; -} - -GroupedItemsProxyModel::GroupedProxyItem * GroupedItemsProxyModel::itemForRow(int row, GroupedProxyItem *parent) const -{ - GroupedProxyItem * ret = NULL; - if (!parent) - parent = m_root; - QQueue q; - q.enqueue(parent); - int count = 0; - while (!q.isEmpty()) { - GroupedProxyItem * p = q.dequeue(); - foreach (GroupedProxyItem * item, p->children()) { - if (count++ == row) - return item; - if (item->rowCount()) - q.enqueue(item); - } - } - return ret; -} - -GroupedItemsProxyModel::GroupedProxyItem * GroupedItemsProxyModel::placeSourceRow(const int row) -{ - GroupedProxyItem * grpParent = m_root; - QModelIndex sourceIndex = sourceModel()->index(row, 0);; - for (int col : m_groups) { - sourceIndex = sourceModel()->index(row, col); - QVariant val = sourceIndex.data(groupMatchRole()); - GroupedProxyItem * grpItem; - if (!(grpItem = findGroupItem(col, val, grpParent))) { - QAbstractItemModel::beginInsertRows(indexForItem(grpParent), grpParent->rowCount(), grpParent->rowCount()); - grpItem = grpParent->addChild(sourceIndex, false); - grpItem->setData(col, Qt::UserRole); - grpItem->setData(val, Qt::EditRole); - QAbstractItemModel::endInsertRows(); - } - grpParent = grpItem; - } - QAbstractItemModel::beginInsertRows(indexForItem(grpParent), grpParent->rowCount(), grpParent->rowCount()); - GroupedProxyItem * newItem = grpParent->addChild(sourceIndex); - m_sourceMap.insert(row, newItem); - QAbstractItemModel::endInsertRows(); - - return newItem; -} - -void GroupedItemsProxyModel::removeItem(GroupedProxyItem *item) -{ - if (!item || !item->parent()) - return; - - GroupedProxyItem * parent = item->parent(); - QAbstractItemModel::beginRemoveRows(indexForItem(parent), item->row(), item->row()); - if (item->isSourceItem()) - m_sourceMap.remove(item->sourceIndex().row()); - parent->removeChild(item); - QAbstractItemModel::endRemoveRows(); -} - -void GroupedItemsProxyModel::removeUnusedGroups(GroupedProxyItem *parent) -{ - if (!parent) - parent = m_root; - foreach (GroupedProxyItem * item, parent->children()) { - if (item->isSourceItem()) - continue; - if (item->rowCount()) - removeUnusedGroups(item); - if (!item->rowCount()) - removeItem(item); - } -} - -void GroupedItemsProxyModel::reloadSourceModel() -{ - if (reloadSuspended()) - return; - beginResetModel(); - m_root->clear(); - m_sourceMap.clear(); - for (int row = 0, e = sourceModel()->rowCount(); row < e; ++row) - placeSourceRow(row); - endResetModel(); -} - -void GroupedItemsProxyModel::modelResetHandler() -{ - reloadSourceModel(); -} - -void GroupedItemsProxyModel::dataChangedHandler(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector &roles) -{ - //qDebug() << topLeft << bottomRight << roles; - if (!topLeft.isValid() || !bottomRight.isValid() || m_groups.isEmpty() || (!roles.isEmpty() && !roles.contains(groupMatchRole()))) - return; - - const QModelIndex & srcParent = topLeft.parent(); - int endRow = qMin(bottomRight.row(), sourceModel()->rowCount()); - int startCol = qMax(topLeft.column(), 0); - int endCol = qMin(bottomRight.column(), sourceModel()->columnCount() - 1); - bool modified = false; - for (int row = topLeft.row(); row <= endRow; ++row) { - for (int col : m_groups) { - if (startCol < col || endCol > col) - continue; // not a column we care about - - const QModelIndex & srcIdx = sourceModel()->index(row, col, srcParent); - GroupedProxyItem * currItem = itemForIndex(mapFromSource(srcIdx), false); - if (!currItem) { - // source model is out of sync (shouldn't happen) - reloadSourceModel(); - return; - } - GroupedProxyItem * currParent = currItem->parent(); - GroupedProxyItem * newParent = findGroupItem(col, srcIdx.data(groupMatchRole())); - if (newParent && currParent == newParent) - continue; // parent group hasn't changed - - // grouping value has changed - removeItem(currItem); - placeSourceRow(row); - modified = true; - break; - } - } - if (modified) - removeUnusedGroups(); -} - -void GroupedItemsProxyModel::rowsInsertedHandler(const QModelIndex &parent, int first, int last) -{ - Q_UNUSED(parent) - for (int row = first; row <= last; ++row) - placeSourceRow(row); -} - -void GroupedItemsProxyModel::rowsRemovedHandler(const QModelIndex &parent, int first, int last) -{ - for (int row = first; row <= last; ++row) { - GroupedProxyItem * currItem = m_sourceMap.value(row, NULL); - if (!currItem || !currItem->parent()) { - // source model is out of sync (shouldn't happen) - reloadSourceModel(); - return; - } - removeItem(currItem); - } - removeUnusedGroups(); -} - -void GroupedItemsProxyModel::rowsMovedHandler(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row) -{ - rowsRemovedHandler(parent, start, end); - rowsInsertedHandler(destination.parent(), row, row + (end - start)); -} diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.h b/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.h deleted file mode 100644 index c21b7a005f6..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/GroupedItemsProxyModel.h +++ /dev/null @@ -1,209 +0,0 @@ -/* - GroupedItemsProxyModel - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef GROUPEDITEMSPROXYMODEL_H -#define GROUPEDITEMSPROXYMODEL_H - -#include -#include - -/** - \class GroupedItemsProxyModel - \version 1.0.0 - - \brief GroupedItemsProxyModel allows a grouped item presentation of a flat table data model. - - GroupedItemsProxyModel allows a grouped item presentation of a flat table data model. Items can be visually grouped by data in one or more - columns of the original data. Any number of groupings can be nested. GroupedItemsProxyModel inherits from QIdentityProxyModel and - proxies all data from the original model unmodified. Only the visual presentation is affected, for example like \e QSortFilterProxyModel. - - Groupings can be managed with addGroup(), insertGroup() and removeGroup(). Each function takes a column number as a parameter. The source - data is scanned, and a new grouping row is created for each unique value found in the given column. The title (and icon, if any) of the grouping - row is taken from the source data (\c Qt::DisplayRole and \c Qt::DecorationRole respectively). By default, items are grouped based on - their \c Qt::EditRole but you can change this with setGroupMatchRole(). - - When grouping is active, a new first column is (optionally) added which can be used to sort the groupings. By default the groups are shown - in the order in which they were found in the source data. The extra column can be disabled with setGroupColumnVisible(). The title of the column - can be set with setGroupHeaderTitle(). - - This model can be cascased with other models. For example set this model as the source for a \e QSortFilterProxyModel to enable sorting - the view (including the grouping items as mentioned above). - - This model can only handle flat data models as input (table/list). It will not include any children of the top-level items. - - When no groupings have been added, this acts as a transparent proxy (see \e QIdentityProxyModel). However the limitation of only flat source - models still applies. - -*/ -class GroupedItemsProxyModel : public QIdentityProxyModel -{ - Q_OBJECT - Q_PROPERTY(int groupMatchRole READ groupMatchRole WRITE setGroupMatchRole) - Q_PROPERTY(bool groupColumnVisible READ groupColumnVisible WRITE setGroupColumnVisible) - Q_PROPERTY(bool groupColumnIsProxy READ groupColumnIsProxy WRITE setGroupColumnIsProxy) - Q_PROPERTY(int groupColumnProxySrc READ groupColumnProxySrc WRITE setGroupColumnProxySrc) - Q_PROPERTY(bool groupRowSelectable READ groupRowSelectable WRITE setGroupRowSelectable) - Q_PROPERTY(QString groupHeaderTitle READ groupHeaderTitle WRITE setGroupHeaderTitle) - - public: - enum { SourceRowNumberRole = Qt::UserRole - 5 }; - - explicit GroupedItemsProxyModel(QObject *parent = Q_NULLPTR, QAbstractItemModel *sourceModel = Q_NULLPTR, const QVector &groupColumns = QVector()); - ~GroupedItemsProxyModel(); - - // QAbstractItemModel interface - void setSourceModel(QAbstractItemModel *newSourceModel) Q_DECL_OVERRIDE; - QModelIndex index(int row, int column, const QModelIndex &parent) const Q_DECL_OVERRIDE; - QModelIndex parent(const QModelIndex &child) const Q_DECL_OVERRIDE; - int rowCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - int columnCount(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - bool hasChildren(const QModelIndex &parent = QModelIndex()) const Q_DECL_OVERRIDE; - QVariant data(const QModelIndex &index, int role = Qt::EditRole) const Q_DECL_OVERRIDE; - QMap itemData(const QModelIndex &index) const Q_DECL_OVERRIDE; - QVariant headerData(int section, Qt::Orientation orientation, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE; - Qt::ItemFlags flags(const QModelIndex &index) const Q_DECL_OVERRIDE; - QSize span(const QModelIndex &index) const Q_DECL_OVERRIDE; - - // QAbstractProxyModel interface - QModelIndex mapToSource(const QModelIndex &proxyIndex) const Q_DECL_OVERRIDE; - QModelIndex mapFromSource(const QModelIndex &sourceIndex) const Q_DECL_OVERRIDE; - - // GroupedItemProxyModel interface - - /*! \property groupMatchRole Which data role to use for matching group data. Default is \c Qt::EditRole. \sa setGroupMatchRole() */ - inline int groupMatchRole() const { return m_groupMatchRole; } - /*! \property groupColumnVisible Show the extra grouping column (eg. to allow sorting on it). Default is \c{true}. \sa setGroupColumnVisible() */ - inline int groupColumnVisible() const { return m_groupColumnVisible; } - /*! \property groupColumnIsProxy Proxy data from source column to the extra grouping column (if shown). This includes display data. Default is \c{false}. \sa setGroupColumnIsProxy() */ - inline int groupColumnIsProxy() const { return m_groupColumnIsProxy; } - /*! \property groupColumnProxySrc Which column to use for proxy data. A value of \{-1} (default) means to use the grouping column. \sa setGroupColumnProxySrc(), groupColumnIsProxy() */ - inline int groupColumnProxySrc() const { return m_groupColumnProxySrc; } - /*! \property groupRowSelectable Allow selecting the grouping row. Default is \c{false} \sa setGroupRowSelectable() */ - inline int groupRowSelectable() const { return m_groupRowSelectable; } - /*! \property groupHeaderTitle Title of grouping column. Default is \c "Group". Set an empty string to hide title. \sa setGroupHeaderTitle() */ - inline QString groupHeaderTitle() const { return m_root->data(Qt::DisplayRole).toString(); } - - public slots: - /*! Add a new grouping based on \a column. \sa removeGroup() */ - inline void addGroup(int column) { addGroups(QVector() << column); } - /*! Add multiple groupings based on \a columns. The groups are appended to any existing group(s). \sa clearGroups() */ - virtual void addGroups(const QVector & columns); - /*! Add multiple groupings based on \a columns. Any existing group(s) are first cleared. \sa clearGroups() */ - virtual void setGroups(const QVector & columns); - /*! Insert a new grouping at \a index based on \a column. \sa addGroup(), removeGroup() */ - virtual void insertGroup(int index, int column); - /*! Remove the previously-added \a column grouping. \sa addGroup() */ - virtual void removeGroup(int column); - /*! Remove the previously-added groupings. \sa addGroup(), addGroups() */ - virtual void clearGroups(); - // properties - virtual void setGroupMatchRole(int role); - virtual void setGroupColumnVisible(bool visible) { m_groupColumnVisible = visible; } - virtual void setGroupColumnIsProxy(bool enable) { m_groupColumnIsProxy = enable; } - virtual void setGroupColumnProxySrc(int column) { m_groupColumnProxySrc = column; } - virtual void setGroupRowSelectable(bool selectable) { m_groupRowSelectable = selectable; } - virtual void setGroupHeaderTitle(const QString &title, const QString &tooltip = QString()); - - protected: - class GroupedProxyItem; // forward - - virtual uint extraColumns() const { return (!m_groups.isEmpty() && groupColumnVisible() ? 1 : 0); } - virtual QModelIndex indexForItem(GroupedProxyItem *item, const int col = 0) const; - virtual GroupedProxyItem * itemForIndex(const QModelIndex &index, const bool rootDefault = false) const; - virtual GroupedProxyItem * findGroupItem(const int group, const QVariant &value, GroupedProxyItem *parent = NULL) const; - virtual QModelIndex sourceIndexForProxy(GroupedProxyItem *item) const; - virtual bool isProxyColumn(const QModelIndex &index) const { return (index.isValid() && extraColumns() && index.column() == 0 && groupColumnIsProxy()); } - int totalRowCount(GroupedProxyItem *parent = NULL) const; - GroupedProxyItem * itemForRow(int row, GroupedProxyItem *parent = NULL) const; - - protected slots: - virtual GroupedProxyItem * placeSourceRow(const int row); - virtual void removeItem(GroupedProxyItem *item); - virtual void removeUnusedGroups(GroupedProxyItem *parent = NULL); - virtual void reloadSourceModel(); - virtual void modelResetHandler(); - virtual void dataChangedHandler(const QModelIndex &topLeft, const QModelIndex &bottomRight, const QVector &roles); - virtual void rowsInsertedHandler(const QModelIndex &parent, int first, int last); - virtual void rowsRemovedHandler(const QModelIndex &parent, int first, int last); - virtual void rowsMovedHandler(const QModelIndex &parent, int start, int end, const QModelIndex &destination, int row); - - protected: - GroupedProxyItem * m_root; - QHash m_sourceMap; - QVector m_groups; - int m_groupMatchRole; - int m_groupColumnProxySrc; - bool m_groupColumnVisible; - bool m_groupColumnIsProxy; - bool m_groupRowSelectable; - - private: - bool setReloadSuspended(bool enable) { bool prev = m_reloadSuspended; m_reloadSuspended = enable; return prev; } - bool reloadSuspended() const { return m_reloadSuspended; } - - bool m_reloadSuspended; - - - protected: - class GroupedProxyItem - { - public: - explicit GroupedProxyItem(const QModelIndex &srcIndex, const bool isSrcItem = false, GroupedProxyItem *parent = NULL); - explicit GroupedProxyItem(GroupedProxyItem *parent = NULL); - virtual ~GroupedProxyItem(); - - int row() const; - QVariant data(int role = Qt::EditRole) const { return m_itemData.value(role, QVariant()); } - QMap itemData() const { return m_itemData; } - int rowCount() const { return m_childItems.size(); } - QVector children() const { return m_childItems; } - GroupedProxyItem * child(const int row) const { return m_childItems.value(row, NULL); } - int childRow(GroupedProxyItem * child) const { return m_childItems.indexOf(child); } - GroupedProxyItem * parent() const { return m_parentItem; } - - QModelIndex sourceIndex() const { return m_sourceIndex; } - bool isSourceItem() const { return m_isSourceItem; } - bool isGroupItem() const { return !isSourceItem(); } - - void clear(); - GroupedProxyItem * addChild(const QModelIndex &srcIndex, const bool isSrcItem = true); - void removeChild(GroupedProxyItem * item); - void removeChild(const int row) { removeChild(child(row)); } - bool setData(const QVariant &data, int role = Qt::EditRole); - bool setItemData(const QMap &roles); - - protected: - GroupedProxyItem * m_parentItem; - QVector m_childItems; - QMap m_itemData; - QPersistentModelIndex m_sourceIndex; - bool m_isSourceItem; - }; // GroupedProxyItem - \ -}; // GroupedItemsProxyModel - -#endif // GROUPEDITEMSPROXYMODEL_H diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/itemmodels.pro b/companion/src/thirdparty/maxlibqt/src/itemmodels/itemmodels.pro deleted file mode 100644 index a69dadb0c00..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/itemmodels.pro +++ /dev/null @@ -1,11 +0,0 @@ -TARGET = maxLibQtItemModels -TEMPLATE = lib - -QT += core - -DESTDIR = $${OUT_PWD}/bin -DEFINES += QT_USE_QSTRINGBUILDER - -include(maxLibQtItemModels.pri) - -OTHER_FILES += $$PWD/CMakeLists.txt diff --git a/companion/src/thirdparty/maxlibqt/src/itemmodels/maxLibQtItemModels.pri b/companion/src/thirdparty/maxlibqt/src/itemmodels/maxLibQtItemModels.pri deleted file mode 100644 index 253c4d9cabc..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/itemmodels/maxLibQtItemModels.pri +++ /dev/null @@ -1,8 +0,0 @@ - -INCLUDEPATH += $$PWD - -HEADERS += \ - $$PWD/GroupedItemsProxyModel.h - -SOURCES += \ - $$PWD/GroupedItemsProxyModel.cpp diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLDoubleSpinBox.qml b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLDoubleSpinBox.qml deleted file mode 100644 index fdcf102ae2e..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLDoubleSpinBox.qml +++ /dev/null @@ -1,458 +0,0 @@ -/* - MLDoubleSpinBox - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2018 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -import QtQuick 2.10 -import QtQuick.Controls 2.3 - -/*! - \brief MLDoubleSpinBox is a drop-in replacement for QtQuick Controls 2 SpinBox which can handle double-precision numbers and long integers. - - Supports SpinBox API of Controls v2.4 (Qt 5.11) but can be used with any version of QtQuick Controls 2 (Qt v5.2+). - - The possible value range is defined by ECMAScript \e [Number] limits: +/- \c Number.MAX_VALUE for reals and between - \c Number.MIN_SAFE_INTEGER and \c Number.MAX_SAFE_INTEGER for integers. This includes being able to handle unsigned 32b ints, - something the base \e SpinBox can't do. - - It has mostly the same properties, methods, and signal as \e SpinBox, except the \p value/from/to/stepSize properties are doubles. - The only exception are the \c up and \c down group, which could be accessed directly via #spinBoxItem. - It also has a number of other custom properties not found in the default SpinBox (see inline documentation below). - - Use the #decimals property to control precision (default is 2). - - In addition to the regular \e SpinBox controls (arrow keys/wheel-scroll), it reacts to Page Up/Down keys and CTRL-scroll for page-sized steps (see #pageSteps property). - - Individual property documentation can be found inline. - - \note About the #prefix and #suffix properties: - \note - This SpinBox does add \p prefix and \p suffix properties, but it is not in an ideal way. Specifically, in an - editable spin box, the cursor is not placed in the correct position for editing the actual value (user can start typing - before/after/in middle of prefix/suffix). It does still work and will auto-correct properly after editing is - finished, but it is a bit awkward at best. They do work nicely in a non-editable spin box. - - \note - To achieve proper prefix/suffix support, the best way would be to use a custom QValidator, just like the Controls 1 - SpinBox does (or did... RIP). (search for QQuickSpinBoxValidator1) The other way is to use an input mask. - Unfortunately Qt support for input masks is rather limited, and as a result one has to use a very specific mask (with - the correct number of digits, notation type, localized, etc.). The number has to be typed/formatted exactly to the - mask. This is not very user-friendly either, except in specific circumstances. Also the DoubleValidator does not work with - input masks, so we need a custom validator in any case (see \e regExpValidator below). - - \note - The accompanying tests.qml file in this folder has an example of a customized spin box using an input mask with prefix - and suffix. It is pretty generalized, but for standard notation only. - - [Number]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number - -*/ - -Control { - id: control - objectName: "MLDoubleSpinBox" - - // Standard SpinBox API properties (v2.4) - property double value: 0.0 - property double from: 0.0 - property double to: 100.0 - property double stepSize: 1.0 - property bool editable: true - property bool wrap: true - property QtObject validator: doubleValidator //!< There are 2 validators available, see notes for each below. - property int inputMethodHints: Qt.ImhFormattedNumbersOnly - readonly property string displayText: textFromValue(value, effectiveLocale) - readonly property bool inputMethodComposing: textInputItem ? textInputItem.inputMethodComposing : false - - // Custom properties - property int decimals: 2 //!< Desired precision - property int notation: DoubleValidator.StandardNotation //!< For validator and text formatting - property string inputMask //!< Input mask for the text edit control (\sa TextInput::inputMask). - property bool selectByMouse: true //!< Whether to allow selection of text (bound to the text editor of the spinbox control). - property bool useLocaleFormat: true //!< Whether to format numbers according to the current locale. If false, use standard "C" format. - property bool showGroupSeparator: true //!< Whether to format numbers with the thousands separator visible (using current locale if useLocaleFormat is true). - property bool trimExtraZeros: true //!< Whether to remove trailing zeros from decimals. - property string prefix //!< Optional string to display before the value. See notes in the main comments above. - property string suffix //!< Optional string to display after the value. See notes in the main comments above. - property int pageSteps: 10 //!< How many steps in a "page" step (PAGE UP/DOWN keys or CTRL-Wheel). - property int buttonRepeatDelay: 300 //!< Milliseconds to delay before held +/- button repeat is activated. - property int buttonRepeatInterval: 100 //!< +/- button repeat interval while held (in milliseconds). - - readonly property string cleanText: getCleanText(displayText) //!< Holds the text of the spin box excluding any prefix, suffix, or leading or trailing whitespace. - readonly property bool acceptableInput: textInputItem && textInputItem.acceptableInput //!< Indicates if input is valid (it would be nicer if the validator would expose an "isValid" prop/method!). - readonly property real topValue: Math.max(from, to) //!< The effective maximum value - readonly property real botValue: Math.min(from, to) //!< The effective minimum value - - //! The SpinBox item. To use a custom one, replace the \p contentItem with a class derived from Controls 2.x SpinBox. - //! Or use any other \p contentItem (or even \e null) and (optionally) set the #textInputItem to some \e Item with a \c text property for a custom display. - readonly property SpinBox spinBoxItem: contentItem - //! Use the "native" text editor of the SpinBox to preserve look/feel. If you use a custom SpinBox, you may need to set this property also. If defined, it must have a \e text property. - property Item textInputItem: spinBoxItem ? spinBoxItem.contentItem : null - - //! Default numeric validator, strictly enforces \p notation type, does not allow for custom \p inputMask with non-numeric components. - readonly property QtObject doubleValidator: DoubleValidator { - top: control.topValue - bottom: control.botValue - decimals: Math.max(control.decimals, 0) - notation: control.notation - locale: control.effectiveLocale.name - } - - /*! This is an experimental validator using a RegExp instead of numerical validation (which we do anyway). - The advantage of using it is that: - \li It allows for scientific notation entry even if std. notation is specified (and vice versa) and will then re-format the entry as necessary after editing is finished. - \li Could also be used with a custom input mask, as demonstrated in tests.qml - To use it, just set \c validator: regExpValidator */ - readonly property QtObject regExpValidator: RegExpValidator { regExp: control.doubleValidationRegEx(); } - - // signals - - signal valueModified() //!< Mimic SpinBox API (interactive change only, NOT emitted if \e value property is set directly). - - // QtQuick Control properties - - // By default wheel is enabled only if editor has active focus or item is not editable. - wheelEnabled: !editable || (textInputItem && textInputItem.activeFocus) - - // The spin box itself... it's really only here for its buttons and overall formatting, we ignore its actual value/etc. - contentItem: SpinBox { - width: control.availableWidth - height: control.availableHeight - editable: control.editable - inputMethodHints: control.inputMethodHints - validator: control.validator - from: -0x7FFFFFFF; to: 0x7FFFFFFF; // prevent interference with our real from/to values - // wrap peroperty is set below as a Binding in case SpinBox vesion is < 2.3 (Qt 5.10). - } - - // Public function API - - //! Increment value by one #stepSize - function increase() { - stepBy(1); - } - - //! Decrement value by one #stepSize - function decrease() { - stepBy(-1); - } - - /*! Adjust value by number of \p steps. (Each step size is determined by the spin box #stepSize property.) - \param type:int steps Number of steps to adjust by. Can be negative to decrement the value. - \param type:bool noWrap (optional) If true will prevent wrapping even if the spin box #wrap property is true. Default is false. - */ - function stepBy(steps, noWrap) { - // always use current editor value in case user has changed it w/out losing focus - setValue(textValue() + (stepSize * steps), noWrap); - } - - /*! Set the spin box value to \p newValue. This is generally preferable to setting the #value spin box property directly, but not required. - \param type:real newValue The value to set. - \param type:bool noWrap (optional) If true will prevent wrapping even if the spin box #wrap property is true. Default is false. - \param type:bool notModified (optional) If true will prevent the \e valueModified() signal from being emitted. Default is false. - \return type:bool True if value was updated (that is, it did not equal the old value), false otherwise. - */ - function setValue(newValue, noWrap, notModified) - { - if (!wrap || noWrap) - newValue = Math.max(Math.min(newValue, control.topValue), control.botValue); - else if (newValue < control.botValue) - newValue = control.topValue; - else if (newValue > control.topValue) - newValue = control.botValue; - - newValue = Number(newValue.toFixed(Math.max(decimals, 0))); // round - - if (value !== newValue) { - isValidated = true; - value = newValue; - isValidated = false; - if (!notModified) - valueModified(); - if (spinBoxItem) - spinBoxItem.value = 0; // reset this to prevent it from disabling the buttons or other weirdness - //console.log("setValue:", newValue.toFixed(control.decimals)); - return true; - } - return false; - } - - //! Reimplimented from SpinBox - function textFromValue(value, locale) - { - if (!locale) - locale = effectiveLocale; - - var text = value.toLocaleString(locale, (notation === DoubleValidator.StandardNotation ? 'f' : 'e'), Math.max(decimals, 0)); - - if (!showGroupSeparator && locale.name !== "C") - text = text.replace(new RegExp("\\" + locale.groupSeparator, "g"), ""); - if (trimExtraZeros) { - var pt = locale.decimalPoint; - var ex = new RegExp("\\" + pt + "0*$|(\\" + pt + "\\d*[1-9])(0+)$").exec(text); - if (ex) - text = text.replace(ex[0], ex[1] || ""); - } - - if (prefix) - text = prefix + text; - if (suffix) - text = text + suffix; - - return text; - } - - //! Reimplimented from SpinBox - function valueFromText(text, locale) - { - if (!locale) - locale = effectiveLocale; - // strip prefix/suffix, or custom pre-processor - text = getCleanText(text, locale); - // We need to clean the string before using Number::fromLocaleString because it throws errors when the input format isn't valid, eg. thousands separator in the wrong place. D'oh. - var re = "[^\\+\\-\\d\\" + locale.decimalPoint + locale.exponential + "]+"; - text = text.replace(new RegExp(re, "gi"), ""); - if (!text.length) - text = "0"; - //console.log("valueFromText:", text, locale.name, Number.fromLocaleString(locale, text)); - return Number.fromLocaleString(locale, text); - } - - /*! Return \p text stripped of any \e prefix or \e suffix and trimmed. Same as \e cleanText property. - Called by #valueFromText() before other cleanup operations. Could be reimplemented for custom replacements. */ - function getCleanText(text, locale) - { - text = String(text); - if (prefix) - text = text.replace(prefixRegEx, ""); - if (suffix) - text = text.replace(suffixRegEx, ""); - return text.trim(); - } - - //! Make \p string safe for use in RegExp as a literal. - function escapeRegExpChars(string) { - return string.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); - } - - //! Make \p string safe for use in Qt input mask as a literal. \sa QLineEdit::inputMask - function escapeInputMaskChars(string) { - return string.replace(/[{}\[\]\\> botValue); - } - } - - onValueChanged: { - if (!completed) - return; - if (!isValidated) - setValue(value, true, true); - updateUi(); - } - - // We need to override spin box arrow key events to distinguish from +/- button presses, otherwise we get double repeats. - onSpinBoxItemChanged: { - if (spinBoxItem) - spinBoxItem.Keys.forwardTo = [control]; - } - - Component.onCompleted: { - completed = true; - // An initial value may have been set, but not validated. Do that now. - if (!setValue(value, true, true)) - updateUi(); // in case it hasn't changed - } - - onWrapChanged: updateUi() - onNotationChanged: updateUi() - onTrimExtraZerosChanged: updateUi() - onShowGroupSeparatorChanged: updateUi() - onEffectiveLocaleChanged: updateUi() - Keys.onPressed: handleKeyEvent(event) - - Connections { - target: control.spinBoxItem ? control.spinBoxItem.up : null - onPressedChanged: control.toggleButtonPress(control.spinBoxItem.up.pressed, true) - } - - Connections { - target: control.spinBoxItem ? control.spinBoxItem.down : null - onPressedChanged: control.toggleButtonPress(control.spinBoxItem.down.pressed, false) - } - - Connections { - target: control.textInputItem - // Checking active focus works better than onEditingFinished because the latter doesn't fire if input is invalid (nor does it fix it up automatically). - onActiveFocusChanged: { - if (!control.textInputItem.activeFocus) - control.updateValueFromText(); - } - } - - // We use a binding here just in case the resident SpinBox is older than v2.3 - Binding { - target: control.spinBoxItem - when: control.spinBoxItem && typeof control.spinBoxItem.wrap !== "undefined" - property: "wrap" - value: control.wrap - } - - Binding { - target: control.textInputItem - property: "selectByMouse" - value: control.selectByMouse - } - - Binding { - target: control.textInputItem - property: "inputMask" - value: control.inputMask - } - - // Timer for firing the +/- button repeat events while they're held down. - Timer { - id: btnRepeatTimer - property bool delay: true - property bool increment: true - interval: delay ? control.buttonRepeatDelay : control.buttonRepeatInterval - repeat: true - onRunningChanged: delay = true - onTriggered: { - if (delay) - delay = false; - else if (increment) - control.increase(); - else - control.decrease(); - } - } - - // Wheel/scroll action detection area - MouseArea { - anchors.fill: control - z: control.contentItem.z + 1 - acceptedButtons: Qt.NoButton - enabled: control.wheelEnabled - onWheel: { - var delta = (wheel.angleDelta.y === 0.0 ? -wheel.angleDelta.x : wheel.angleDelta.y) / 120; - if (wheel.inverted) - delta *= -1; - if (wheel.modifiers & Qt.ControlModifier) - delta *= control.pageSteps; - control.stepBy(delta); - } - } - -} diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLHexSpinBox.qml b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLHexSpinBox.qml deleted file mode 100644 index bd17c6d692a..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/MLHexSpinBox.qml +++ /dev/null @@ -1,77 +0,0 @@ -/* - MLHexSpinBox - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2018 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -import QtQuick 2.10 -import QtQuick.Controls 2.3 - -/*! - \brief MLHexSpinBox allows editing integers using hexadecimal notation. - - It uses MLDoubleSpinBox as the base class because this allows a wider range of values, including signed integers. - The basic Controls 2 SpinBox is limited to signed int range only. - - Individual property documentation can be found inline. - - \sa MLDoubleSpinBox -*/ - -MLDoubleSpinBox { - id: control - objectName: "MLHexSpinBox" - - property bool upperCase: true //!< Whether to force upper-case formatting for letters. - property bool zeroPad: true //!< Whether to pad numbers with leading zeros up to \p digits length. - property bool showPrefix: true //!< Whether to show the "0x" prefix. - property int digits: Math.abs(topValue).toString(16).length //!< Number of digits expected, used in validator, input mask, and for zero-padding. Default is based on maximum value. - - from: 0 - to: 0xFFFFFFFF - decimals: 0 - inputMethodHints: Qt.ImhNoPredictiveText | (upperCase ? Qt.ImhPreferUppercase : 0) - inputMask: (value < 0 ? "-" : "") + (showPrefix ? "\\0\\x" : "") + "H".repeat(digits) - - validator: RegExpValidator { - regExp: new RegExp("-?(0x)?[0-9A-Fa-f]{1," + control.digits + "}") - } - - function textFromValue(value, locale) { - var ret = Math.abs(Number(value)).toString(16); - if (zeroPad && digits > ret.length) - ret = "0".repeat(digits - ret.length) + ret; - if (upperCase) - ret = ret.toUpperCase(); - if (showPrefix) - ret = "0x" + ret; - - return ret; - } - - function valueFromText(text, locale) { - return parseInt(text, 16); - } - -} diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pri b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pri deleted file mode 100644 index aee4b5f2b8c..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pri +++ /dev/null @@ -1,5 +0,0 @@ - -QML_SRC += $$PWD/MLDoubleSpinBox.qml -QML_SRC += $$PWD/MLHexSpinBox.qml - -!qtquickcompiler: QML_FILES += $$QML_SRC diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pro b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pro deleted file mode 100644 index 8423c2b5236..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/controls.pro +++ /dev/null @@ -1,10 +0,0 @@ -TARGET = maxLibQtQuickControls -TEMPLATE = aux - -include(controls.pri) - -QT += quick qml - -OTHER_FILES += qmldir -OTHER_FILES += $$QML_SRC -OTHER_FILES += tests.qml diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/qmldir b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/qmldir deleted file mode 100644 index 2de664df09f..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/qmldir +++ /dev/null @@ -1,4 +0,0 @@ -module maxLibQt.controls - -MLDoubleSpinBox 1.0 MLDoubleSpinBox.qml -MLHexSpinBox 1.0 MLHexSpinBox.qml diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/tests.qml b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/tests.qml deleted file mode 100644 index d615e615f08..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/controls/tests.qml +++ /dev/null @@ -1,252 +0,0 @@ -/* - This file is part of maxLibQt - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2018 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -import QtQuick 2.10 -import QtQuick.Controls 2.3 -import QtQuick.Layouts 1.3 - -/* - Testing page for maxLibQt QtQuick Controls components. -*/ - -ScrollView { - id: root - width: 400 - height: 650 - padding: 9 - - ColumnLayout { - id: sbTests - spacing: 6 - clip: true - - property bool editable: true - property bool wrap: true - property bool useLocaleFormat: true - property bool showGroupSeparator: true - - function setupSb(sb) { - sb.editable = Qt.binding(function() { return sbTests.editable; }); - sb.wrap = Qt.binding(function() { return sbTests.wrap; }); - sb.useLocaleFormat = Qt.binding(function() { return sbTests.useLocaleFormat; }); - sb.showGroupSeparator = Qt.binding(function() { return sbTests.showGroupSeparator; }); - //sb.Layout.fillWidth = true - } - - RowLayout { - CheckBox { - text: "Editable" - checked: sbTests.editable - onToggled: sbTests.editable = !sbTests.editable - } - CheckBox { - text: "Wrap" - checked: sbTests.wrap - onToggled: sbTests.wrap = !sbTests.wrap - } - CheckBox { - text: "Group Sep." - checked: sbTests.showGroupSeparator - onToggled: sbTests.showGroupSeparator = !sbTests.showGroupSeparator - } - CheckBox { - text: "Localize" - checked: sbTests.useLocaleFormat - onToggled: sbTests.useLocaleFormat = !sbTests.useLocaleFormat - } - } - - GroupBox { - title: "MLDoubleSpinBox" - Layout.fillWidth: true - - GridLayout { - anchors.fill: parent - columns: 2 - - Label { text: "Default" } - MLDoubleSpinBox { - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-9e6.4: s:.01; loc: en" } - MLDoubleSpinBox { - to: 9e6; from: -to - decimals: 4 - value: 1234567.1234 - stepSize: 0.01 - locale: Qt.locale("en_US") - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-9e6.4; s:.01; loc: fr" } - MLDoubleSpinBox { - to: 9e6; from: -to - decimals: 4 - value: 1234567.1234 - stepSize: 0.01 - locale: Qt.locale("fr") - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-9e6.4; s:.01; loc: de" } - MLDoubleSpinBox { - to: 9e6; from: -to - decimals: 4 - value: 1234567.1234 - stepSize: 0.01 - locale: Qt.locale("de") - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-9e6.0" } - MLDoubleSpinBox { - to: 9e6; from: -to - decimals: 0 - value: 10234567.123456 // invalid value, should auto-correct to 9e6 - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-9e6.6; exp" } - MLDoubleSpinBox { - to: 9e6; from: -to - decimals: 6 - value: 12.3456789 - notation: DoubleValidator.ScientificNotation - stepSize: 0.1 - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-1e4.2; s:.01; pfx/sfx basic" } - MLDoubleSpinBox { - to: 10000; from: -to - value: 55.5 - stepSize: 0.01 - prefix: "foo: " - suffix: " (bars)" - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-1e4.2; s:.01; pfx/sfx inpMask" } - /* This is an example of using a custom input mask to create an editable spin box with prefix/suffix. - It is somewhat generalized, but only supports standard notation, with no group separators. */ - MLDoubleSpinBox { - to: 10000; from: -to - value: 55.5 - stepSize: 0.01 - notation: DoubleValidator.StandardNotation // inputMask and textFromValue do not work with exp. notation - prefix: "foo: " - suffix: "[bar" + (Math.abs(value) !== 1 ? "s" : "") + "]" - inputMask: getInputMask() - // We need to use the "experimental" RegExpValidator since DoubleValidator does not support masks. - validator: regExpValidator - Component.onCompleted: sbTests.setupSb(this) - - function textFromValue(value, locale) { - locale = locale || effectiveLocale; - var text = Math.abs(value).toLocaleString(locale, 'f', Math.max(decimals, 0)), - dig = Math.ceil(Math.abs(topValue)).toString(10).length, - len = Math.floor(Math.abs(value)).toString(10).length; - - text = Math.abs(value).toLocaleString(locale, 'f', Math.max(decimals, 0)); - - if (dig > len) - text = "0".repeat(dig - len) + text; - if (botValue < 0) - text = (value < 0 ? "-" : "+") + text; - - if (prefix) - text = prefix + text; - if (suffix) - text = text + suffix; - - return text; - } - - function getInputMask() { - var dig = Math.abs(Math.round(topValue)).toString(10).length - 1, - mask = (botValue < 0 ? "#" : "") + "0".repeat(dig) + "9" + (decimals > 0 ? effectiveLocale.decimalPoint + "0".repeat(decimals) : ""); - if (prefix) - mask = escapeInputMaskChars(prefix) + mask; - if (suffix) - mask = mask + escapeInputMaskChars(suffix); - return mask; - } - } - - RowLayout { - Label { text: "+/-9e4.%1: regExp".arg(reBox.decimals) } - CheckBox { id: exp; text: "exp"; checked: false } - } - // This version allows entry in both scientific and standard formats, and will convert to the specified notation after editing is finished. - MLDoubleSpinBox { - id: reBox - to: 9e4; from: -to - decimals: exp.checked ? 4 + 4 : 4 - value: 12345.1234 - notation: exp.checked ? DoubleValidator.ScientificNotation : DoubleValidator.StandardNotation - validator: regExpValidator - Component.onCompleted: sbTests.setupSb(this) - } - - } // GridLayout - } // GroupBox MLDoubleSpinBox - - GroupBox { - title: "MLHexSpinBox" - Layout.fillWidth: true - - GridLayout { - anchors.fill: parent - columns: 2 - - Label { text: "Default" } - MLHexSpinBox { - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "to: 0xFFFF; pfx: false" } - MLHexSpinBox { - to: 0xFFFF - showPrefix: false - Component.onCompleted: sbTests.setupSb(this) - } - - Label { text: "+/-0xFFFF; noPad, LCase" } - MLHexSpinBox { - to: 0xFFFF - from: -to - zeroPad: false - upperCase: false - Component.onCompleted: sbTests.setupSb(this) - } - - } // GridLayout - } // GroupBox MLHexSpinBox - - } // ColumnLayout -} diff --git a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/maxLibQt.dox b/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/maxLibQt.dox deleted file mode 100644 index c05da529e07..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/maxLibQt/maxLibQt.dox +++ /dev/null @@ -1,4 +0,0 @@ -/*! - \namespace maxLibQt - \brief QML controls and components. -*/ diff --git a/companion/src/thirdparty/maxlibqt/src/quick/quick.pro b/companion/src/thirdparty/maxlibqt/src/quick/quick.pro deleted file mode 100644 index f4b6c3de53b..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/quick/quick.pro +++ /dev/null @@ -1,3 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS += maxLibQt/controls diff --git a/companion/src/thirdparty/maxlibqt/src/src.pro b/companion/src/thirdparty/maxlibqt/src/src.pro deleted file mode 100644 index b838088b1b1..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/src.pro +++ /dev/null @@ -1,6 +0,0 @@ -TEMPLATE = subdirs - -SUBDIRS += core -SUBDIRS += itemmodels -SUBDIRS += quick -SUBDIRS += widgets diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.cpp deleted file mode 100644 index 384dad8ac04..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.cpp +++ /dev/null @@ -1,122 +0,0 @@ -/* - ActionPushButton - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ActionPushButton.h" - -#include -#include - -ActionPushButton::ActionPushButton(QAction *defaultAction, QWidget *parent) : - QPushButton(parent) -{ - setDefaultAction(defaultAction); -} - -bool ActionPushButton::event(QEvent *e) -{ - switch (e->type()) { - case QEvent::ActionAdded: - if (QActionEvent *ae = static_cast(e)) - connect(ae->action(), &QAction::triggered, this, &ActionPushButton::onActionTriggered); - break; - - case QEvent::ActionRemoved: - if (QActionEvent *ae = static_cast(e)) { - ae->action()->disconnect(this); - if (ae->action() == m_defaultAction) - setDefaultAction(nullptr); - } - break; - - case QEvent::ActionChanged: - if (QActionEvent *ae = static_cast(e)) - if (ae->action() == m_defaultAction) - updateFromAction(m_defaultAction); - break; - - default: - break; - } - return QPushButton::event(e); -} - -void ActionPushButton::nextCheckState() -{ - if (!!m_defaultAction) - m_defaultAction->trigger(); - else - QPushButton::nextCheckState(); -} - -void ActionPushButton::updateFromAction(QAction *action) -{ - if (!action) - return; - QString buttonText = action->iconText(); - // If iconText() is generated from text(), we need to remove any '&'s so they don't turn into shortcuts - if (buttonText == action->text()) - buttonText.replace(QLatin1String("&"), QLatin1String("")); - setText(buttonText); - setIcon(action->icon()); - setToolTip(action->toolTip()); - setStatusTip(action->statusTip()); - setWhatsThis(action->whatsThis()); - setCheckable(action->isCheckable()); - setChecked(action->isChecked()); - setEnabled(action->isEnabled()); - setVisible(action->isVisible()); - setAutoRepeat(action->autoRepeat()); - if (!testAttribute(Qt::WA_SetFont)) { - setFont(action->font()); - setAttribute(Qt::WA_SetFont, false); - } -} - -void ActionPushButton::setDefaultAction(QAction *action) -{ - if (m_defaultAction == action) - return; - - if (!!m_defaultAction && !!m_defaultAction->menu() && m_defaultAction->menu() == menu()) - setMenu(nullptr); - - m_defaultAction = action; - if (!action) - return; - - if (!actions().contains(action)) - addAction(action); - updateFromAction(action); - if (!!action->menu() && !menu()) - setMenu(action->menu()); -} - -void ActionPushButton::onActionTriggered() -{ - if (QAction *act = qobject_cast(sender())) - emit triggered(act); -} diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.h b/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.h deleted file mode 100644 index 6e02b789352..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ActionPushButton.h +++ /dev/null @@ -1,93 +0,0 @@ -/* - ActionPushButton - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef ACTIONPUSHBUTTON_H -#define ACTIONPUSHBUTTON_H - -#include - -class QAction; -class QEvent; - -/*! - \brief The ActionPushButton class is a \c QPushButton which takes a default \c QAction, just like a \c QToolButton can. - Like \c QToolButton, it will inherit all properties from the default \c QAction, such as text, icon, checkable status & state, - tool tip, and so on. The default action can be set with \c setDefaultAction() and retrieved with \c defaultAction(). - The default action can also be set using the dedicated \ref ActionPushButton(QAction *, QWidget *) constructor. - - It also adds a \c triggered(QAction *) signal for all \c QActions added to the button (not just the default one). -*/ -class ActionPushButton : public QPushButton -{ - Q_OBJECT - //! Current default action, if any. Value is `nullptr` if no default action has been set. - Q_PROPERTY(QAction *defaultAction READ defaultAction WRITE setDefaultAction) - - public: - //! Inherits base class constructors. - using QPushButton::QPushButton; - //! Construct using \a defaultAction as the default action. - explicit ActionPushButton(QAction *defaultAction, QWidget *parent = nullptr); - - //! Current default action, if any. Returns `nullptr` if no default action has been set. - inline QAction *defaultAction() const { return m_defaultAction; } - - public slots: - //! Sets the default action to \a action. The action is added to the widget if it hasn't been already. - //! To clear the default action, pass a `nullptr` as the \a action. Clearing the default action in this way - //! does *not* remove it from this widget itself. Use \c QWidget::removeAction() for that instead, which will - //! also clear the default action on this button (if the action being removed is the current default, of course). - void setDefaultAction(QAction *action); - - signals: - //! Signal emitted whenever any \c QAction added to this button (with \c QWidget::addAction() or \c setDefaultAction()) is triggered. - void triggered(QAction *); - - protected: - bool event(QEvent *e) override; - void nextCheckState() override; - - private slots: - void updateFromAction(QAction *action); - void onActionTriggered(); - - private: - QAction *m_defaultAction = nullptr; - - Q_DISABLE_COPY(ActionPushButton) - -#ifdef DOXYGEN_SHOULD_INCLUDE_THIS - public: - //! Inherited from \c QPushButton. \{ - ActionPushButton(QWidget *parent = nullptr); - ActionPushButton(const QString &text, QWidget *parent = nullptr); - ActionPushButton(const QIcon &icon, const QString &text, QWidget *parent = nullptr); - //! \} -#endif -}; - -#endif // ACTIONPUSHBUTTON_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/BuddyLabel.h b/companion/src/thirdparty/maxlibqt/src/widgets/BuddyLabel.h deleted file mode 100644 index 67763a886a0..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/BuddyLabel.h +++ /dev/null @@ -1,139 +0,0 @@ -/* - BuddyLabel - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef BUDDYLABEL_H -#define BUDDYLABEL_H - -#include -#include -#include -#include -#include -#include - -/*! - \brief The BuddyLabel class is a QLabel with enhanced "buddy" capabilities. - - It overrides the \c QLabel::setBuddy() method and, besides the usual shortcut handling provided by \c QLabel, - it adds mouse click handling and mirroring of the buddy's tool tip text. - - Mouse clicks are connected to the \c QWidget::setFocus slot. For \c QCheckBox it also connects to the \c click() slot so the box can be (un)checked by clicking on the label. - Mouse double-clicks are connected to \c QLineEdit::selectAll() on widgets which either are or have a \c QLineEdit (like \c QAbstractSpinBox and editable \c QComboBox). - Custom connections could be added by connecting to the \c clicked() and/or \c doubleClicked() signals, or inheriting and overriding the \c connectBuddy() virtual method. -*/ -class BuddyLabel : public QLabel -{ - Q_OBJECT - public: - using QLabel::QLabel; - - public slots: - //! Overrides the \c QLabel::setBuddy() method, which isn't virtual. Calls the base class implementation as well, so the shortcut mechanism still works. - void setBuddy(QWidget *buddy) - { - if (this->buddy()) { - this->buddy()->removeEventFilter(this); - disconnect(this->buddy()); - disconnectBuddy(this->buddy()); - } - - QLabel::setBuddy(buddy); - - if (!buddy) - return; - - setToolTip(buddy->toolTip()); - buddy->installEventFilter(this); - connectBuddy(buddy); - } - - signals: - //! Emitted when label is clicked with left mouse button (or something emulating one). - void clicked(); - //! Emitted when label is double-clicked with left mouse button (or something emulating one). - void doubleClicked(); - - protected: - //! Override this method for custom connections. - virtual void connectBuddy(QWidget *buddy) - { - // Single clicks - connect(this, &BuddyLabel::clicked, buddy, QOverload<>::of(&QWidget::setFocus)); - if (QCheckBox *cb = qobject_cast(buddy)) - connect(this, &BuddyLabel::clicked, cb, &QCheckBox::click); - - // Double clicks - if (QLineEdit *le = qobject_cast(buddy)) - connect(this, &BuddyLabel::doubleClicked, le, &QLineEdit::selectAll); - else if (QAbstractSpinBox *sb = qobject_cast(buddy)) - connect(this, &BuddyLabel::doubleClicked, sb, &QAbstractSpinBox::selectAll); - else if (QComboBox *cb = qobject_cast(buddy)) - if (cb->isEditable() && cb->lineEdit()) - connect(this, &BuddyLabel::doubleClicked, cb->lineEdit(), &QLineEdit::selectAll); - } - - //! Hook for custom disconnections. We already disconnect ourselves from all slots in \a buddy in the main handler. - virtual void disconnectBuddy(QWidget *buddy) { Q_UNUSED(buddy) } - - //! The filter monitors for tool tip changes on the buddy - bool eventFilter(QObject *obj, QEvent *ev) - { - if (ev->type() == QEvent::ToolTipChange && buddy() && obj == buddy()) - setToolTip(buddy()->toolTip()); - return false; - } - - void mousePressEvent(QMouseEvent *ev) - { - if (ev->button() == Qt::LeftButton) { - m_pressed = true; - ev->accept(); - } - QLabel::mousePressEvent(ev); - } - - void mouseReleaseEvent(QMouseEvent *ev) - { - if (m_pressed && rect().contains(ev->pos())) - emit clicked(); - m_pressed = false; - QLabel::mouseReleaseEvent(ev); - } - - void mouseDoubleClickEvent(QMouseEvent *ev) - { - if (ev->button() == Qt::LeftButton && rect().contains(ev->pos())) - emit doubleClicked(); - QLabel::mouseDoubleClickEvent(ev); - } - - private: - bool m_pressed = false; - Q_DISABLE_COPY(BuddyLabel) -}; - -#endif // BUDDYLABEL_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/CMakeLists.txt b/companion/src/thirdparty/maxlibqt/src/widgets/CMakeLists.txt deleted file mode 100644 index 25653a18558..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/CMakeLists.txt +++ /dev/null @@ -1,37 +0,0 @@ -cmake_minimum_required(VERSION 3.1.0) - -set(CMAKE_INCLUDE_CURRENT_DIR ON) -set(CMAKE_AUTOMOC ON) - -find_package(Qt5Core) -find_package(Qt5Widgets) - -project(maxLibQtWidgets) - -set(SRCS - "${CMAKE_CURRENT_LIST_DIR}/ActionPushButton.cpp" - "${CMAKE_CURRENT_LIST_DIR}/ExportableTableView.cpp" - "${CMAKE_CURRENT_LIST_DIR}/OverlayStackLayout.cpp" - "${CMAKE_CURRENT_LIST_DIR}/ScrollableMessageBox.cpp" - "${CMAKE_CURRENT_LIST_DIR}/TimerEdit.cpp" - "${CMAKE_CURRENT_LIST_DIR}/TreeComboBox.cpp" -) - -set(HDRS - "${CMAKE_CURRENT_LIST_DIR}/ActionPushButton.h" - "${CMAKE_CURRENT_LIST_DIR}/BuddyLabel.h" - "${CMAKE_CURRENT_LIST_DIR}/CollapsingToolBar.h" - "${CMAKE_CURRENT_LIST_DIR}/ExportableTableView.h" - "${CMAKE_CURRENT_LIST_DIR}/OverlayStackLayout.h" - "${CMAKE_CURRENT_LIST_DIR}/RoundedMessageBox.h" - "${CMAKE_CURRENT_LIST_DIR}/ScrollableMessageBox.h" - "${CMAKE_CURRENT_LIST_DIR}/TimerEdit.h" - "${CMAKE_CURRENT_LIST_DIR}/TreeComboBox.h" -) - -add_library(${PROJECT_NAME} ${SRCS} ${HDRS}) -target_link_libraries(${PROJECT_NAME} PRIVATE Qt5::Core Qt5::Widgets) -target_compile_definitions(${PROJECT_NAME} PRIVATE QT_USE_QSTRINGBUILDER) - -# need to push this upstream -set(BUILT_LIBRARIES ${BUILT_LIBRARIES} ${PROJECT_NAME} PARENT_SCOPE) diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/CollapsingToolBar.h b/companion/src/thirdparty/maxlibqt/src/widgets/CollapsingToolBar.h deleted file mode 100644 index 99451a8c73c..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/CollapsingToolBar.h +++ /dev/null @@ -1,249 +0,0 @@ -/* - CollapsingToolBar - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef COLLAPSINGTOOLBAR_H_ -#define COLLAPSINGTOOLBAR_H_ - -#include -#include -#include -#include -#include - -/*! - \brief The CollapsingToolBar will change the \c QToolButton::toolButtonStyle of all added \c QToolButtons (via \c QAction or directly) - depending on the total available width. It was originally written as an answer to a [StackOverflow question][1], and is not very sophisticated. - Here is the usage example/test given in the SO question (find a suitable image file to use for an icon). - - \code - class MainWindow : public QMainWindow - { - Q_OBJECT - public: - MainWindow(QWidget *parent = nullptr) - : QMainWindow(parent) - { - QToolBar* tb = new CollapsingToolBar(this); - tb->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); - tb->setAllowedAreas(Qt::TopToolBarArea | Qt::BottomToolBarArea); - - QIcon icon = QIcon(QPixmap(info_xpm)); // need an image here - for (int i=0; i < 6; ++i) - tb->addAction(icon, QStringLiteral("Action %1").arg(i)); - - addToolBar(tb); - show(); - - // Adding another action after show() may collapse all the actions if the new toolbar preferred width doesn't fit the window. - // Only an issue if the toolbar size hint was what determined the window width to begin with. - //tb->addAction(icon, QStringLiteral("Action After")); - - // Test setting button style after showing (comment out the one above) - //tb->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); - - // Test changing icon size after showing. - //tb->setIconSize(QSize(48, 48)); - - // Try this too... - //tb->setMovable(false); - } - }; - - int main(int argc, char *argv[]) - { - QApplication app(argc, argv); - //QApplication::setStyle("Fusion"); - //QApplication::setStyle("windows"); - MainWindow w; - return app.exec(); - } - \endcode - - [1]: https://stackoverflow.com/questions/57913277/changing-toolbuttonstyle-of-qtoolbuttons-dynamically-depending-upon-the-size-of/57918115#57918115 -*/ -class CollapsingToolBar : public QToolBar -{ - Q_OBJECT - public: - explicit CollapsingToolBar(QWidget *parent = nullptr) : CollapsingToolBar(QString(), parent) {} - - explicit CollapsingToolBar(const QString &title, QWidget *parent = nullptr) : - QToolBar(title, parent) - { - initSizes(); - // If icon sizes change we need to recalculate all the size hints, but we need to wait until the buttons have adjusted themselves, so we queue the update. - connect(this, &QToolBar::iconSizeChanged, [this](const QSize &) { - QMetaObject::invokeMethod(this, "recalcExpandedSize", Qt::QueuedConnection); - }); - // The drag handle can mess up our sizing, update preferred size if it changes. - connect(this, &QToolBar::movableChanged, [this](bool movable) { - const int handleSz = style()->pixelMetric(QStyle::PM_ToolBarHandleExtent, nullptr, this);; - m_expandedSize = (movable ? m_expandedSize + handleSz : m_expandedSize - handleSz); - adjustForSize(); - }); - } - - protected: - - // Monitor action events to keep track of required size. - void actionEvent(QActionEvent *e) override - { - QToolBar::actionEvent(e); - - int width = 0; - switch (e->type()) - { - case QEvent::ActionAdded: - // Personal pet-peeve... optionally set buttons with menus to have instant popups instead of splits with the main button doing nothing. - //if (QToolButton *tb = qobject_cast(widgetForAction(e->action()))) - // tb->setPopupMode(QToolButton::InstantPopup); - //Q_FALLTHROUGH; - case QEvent::ActionChanged: - width = widthForAction(e->action()); - if (width <= 0) - return; - - if (e->type() == QEvent::ActionAdded || !m_actionWidths.contains(e->action())) - m_expandedSize += width + m_spacing; - else - m_expandedSize = m_expandedSize - m_actionWidths.value(e->action()) + width; - m_actionWidths.insert(e->action(), width); - break; - - case QEvent::ActionRemoved: - if (!m_actionWidths.contains(e->action())) - return; - width = m_actionWidths.value(e->action()); - m_expandedSize -= width + m_spacing; - m_actionWidths.remove(e->action()); - break; - - default: - return; - } - adjustForSize(); - } - - bool event(QEvent *e) override - { - // Watch for style change - if (e->type() == QEvent::StyleChange) - recalcExpandedSize(); - return QToolBar::event(e); - } - - void resizeEvent(QResizeEvent *e) override - { - adjustForSize(); - QToolBar::resizeEvent(e); - } - - private slots: - // Here we do the actual switching of tool button style based on available width. - void adjustForSize() - { - int availableWidth = contentsRect().width(); - if (!isVisible() || m_expandedSize <= 0 || availableWidth <= 0) - return; - - switch (toolButtonStyle()) { - case Qt::ToolButtonIconOnly: - if (availableWidth > m_expandedSize) - setToolButtonStyle(Qt::ToolButtonTextBesideIcon); - break; - - case Qt::ToolButtonTextBesideIcon: - if (availableWidth <= m_expandedSize) - setToolButtonStyle(Qt::ToolButtonIconOnly); - break; - - default: - break; - } - } - - // Loops over all previously-added actions and re-calculates new size (eg. after icon size change) - void recalcExpandedSize() - { - if (m_actionWidths.isEmpty()) - return; - initSizes(); - int width = 0; - QHash::iterator it = m_actionWidths.begin(); - for ( ; it != m_actionWidths.end(); ++it) { - width = widthForAction(it.key()); - if (width <= 0) - continue; - m_expandedSize += width + m_spacing; - it.value() = width; - } - adjustForSize(); - } - - private: - void initSizes() - { - // Preload some sizes based on style settings. - // This is the spacing between items - m_spacing = style()->pixelMetric(QStyle::PM_ToolBarItemSpacing, nullptr, this); - // Size of a separator - m_separatorWidth = style()->pixelMetric(QStyle::PM_ToolBarSeparatorExtent, nullptr, this); - // The layout margins (we can't even get the private QToolBarLayout via layout() so we figure it out like it does) - m_expandedSize = (style()->pixelMetric(QStyle::PM_ToolBarItemMargin, nullptr, this) + style()->pixelMetric(QStyle::PM_ToolBarFrameWidth, nullptr, this)) * 2; - // And the size of the drag handle if we have one - if (isMovable()) - m_expandedSize += style()->pixelMetric(QStyle::PM_ToolBarHandleExtent, nullptr, this); - } - - int widthForAction(QAction *action) const - { - // Try to find how wide the action representation (widget/separator) is. - if (action->isSeparator()) - return m_separatorWidth; - - if (QToolButton *tb = qobject_cast(widgetForAction(action))) { - const Qt::ToolButtonStyle oldStyle = tb->toolButtonStyle(); - // force the widest size - tb->setToolButtonStyle(Qt::ToolButtonTextBesideIcon); - const int width = tb->sizeHint().width(); - tb->setToolButtonStyle(oldStyle); - return width; - } - - if (const QWidget *w = widgetForAction(action)) - return w->sizeHint().width(); - - return 0; - } - - int m_expandedSize = -1; // The maximum size we need with all buttons expanded and allowing for margins/etc - int m_spacing = 0; // Layout spacing between items - int m_separatorWidth = 0; // Width of separators - QHash m_actionWidths; // Use this to track action additions/removals/changes -}; - -#endif // COLLAPSINGTOOLBAR_H_ diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView b/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView deleted file mode 100644 index 97eac83d90b..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView +++ /dev/null @@ -1 +0,0 @@ -#include "ExportableTableView.h" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.cpp deleted file mode 100644 index dcf09c76ca3..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.cpp +++ /dev/null @@ -1,256 +0,0 @@ -/* - ExportableTableView - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ExportableTableView.h" - -ExportableTableView::ExportableTableView(QWidget *parent) : QTableView(parent) -{ - setContextMenuPolicy(Qt::CustomContextMenu); - setHtmlStyle(getDefaultHtmlStyle()); - setHtmlTemplate(getDefaultHtmlTemplate()); - - QAction * selAll = new QAction(tr("Select All"), this); - selAll->setShortcut(QKeySequence::SelectAll); - addAction(selAll); - - QAction * cpyTab = new QAction(tr("Copy selection as TAB-delimited text"), this); - cpyTab->setShortcut(QKeySequence::Copy); - cpyTab->setProperty("delim", "\t"); - addAction(cpyTab); - - QAction * cpyCsv = new QAction(tr("Copy selection as comma-delimited text (CSV)"), this); - cpyCsv->setShortcut(Qt::CTRL + Qt::SHIFT + Qt::Key_C); - cpyCsv->setProperty("delim", ", "); - addAction(cpyCsv); - - QAction * cpyPipe = new QAction(tr("Copy selection as pipe-delimited text"), this); - cpyPipe->setShortcut(Qt::CTRL + Qt::ALT + Qt::Key_C); - cpyPipe->setProperty("delim", " | "); - addAction(cpyPipe); - - QAction * cpyHtml = new QAction(tr("Copy selection as HTML"), this); - cpyCsv->setShortcut(Qt::CTRL + Qt::ALT + Qt::SHIFT + Qt::Key_C); - cpyHtml->setProperty("delim", "html"); - addAction(cpyHtml); - - QAction * saveFile = new QAction(tr("Save selection to file"), this); - saveFile->setShortcut(QKeySequence::Save); - addAction(saveFile); - - connect(selAll, &QAction::triggered, this, &QTableView::selectAll); - connect(cpyTab, &QAction::triggered, this, &ExportableTableView::copy); - connect(cpyCsv, &QAction::triggered, this, &ExportableTableView::copy); - connect(cpyPipe, &QAction::triggered, this, &ExportableTableView::copy); - connect(cpyHtml, &QAction::triggered, this, &ExportableTableView::copy); - connect(saveFile, &QAction::triggered, this, &ExportableTableView::save); - connect(this, &QTableView::customContextMenuRequested, this, &ExportableTableView::onCustomContextMenuRequested); -} - -QString ExportableTableView::getDefaultHtmlStyle() -{ - return "th, td {font-family: sans-serif; padding: 3px 15px 3px 3px;} " \ - "th {text-align: left;}"; -} - -QString ExportableTableView::getDefaultHtmlTemplate() -{ - return "\n\n\n\n" \ - "\n" \ - "%2" \ - "
\n" \ - ""; -} - -void ExportableTableView::setHtmlStyle(const QString &value) -{ - m_htmlStyle = value; -} - -void ExportableTableView::setHtmlTemplate(const QString &value) -{ - m_htmlTemplate = value; -} - -QString ExportableTableView::toPlainText(const QModelIndexList &indexList, const QString &delim) const -{ - QString ret, header; - const QChar rowDelim = '\n'; - bool firstRow = true; - for (int i = 0; i < indexList.count(); ++i) { - const QModelIndex & idx = indexList.at(i); - - if (firstRow) - header.append(model()->headerData(idx.column(), Qt::Horizontal).toString()); - - ret.append(idx.data(Qt::DisplayRole).toString()); - - if (i + 1 == indexList.count() || indexList.at(i+1).row() != idx.row()) { - ret.append(rowDelim); - if (firstRow && !header.isEmpty()) - header.append(rowDelim); - firstRow = false; - } - else { - ret.append(delim); - if (firstRow && !header.isEmpty()) - header.append(delim); - } - } - if (!header.isEmpty()) - ret.prepend(header); - - return ret; -} - -QString ExportableTableView::toHtml(const QModelIndexList &indexList) const -{ - QString ret, header, row; - bool firstRow = true; - - for (int i = 0; i < indexList.count(); ++i) { - const QModelIndex & idx = indexList.at(i); - const int algn = (idx.data(Qt::TextAlignmentRole).isValid() ? idx.data(Qt::TextAlignmentRole).toInt() : (Qt::AlignLeft | Qt::AlignVCenter)); - const QString fg = (idx.data(Qt::ForegroundRole).isValid() ? idx.data(Qt::ForegroundRole).value().color().name(QColor::HexRgb) : "initial"); - const QString bg = (idx.data(Qt::BackgroundRole).isValid() ? idx.data(Qt::BackgroundRole).value().color().name(QColor::HexRgb) : "initial"); - const QString ttl = (idx.data(Qt::ToolTipRole).isValid() ? idx.data(Qt::ToolTipRole).toString().replace("\"", "\"\"") : QString()); - - QString fnt; - if (idx.data(Qt::FontRole).isValid()) { - const QFont font = idx.data(Qt::FontRole).value(); - fnt = "font: \"" % font.family() % "\" " % QString::number(font.pointSize()) % "pt;"; - } - - if (firstRow) - header.append(QString("%1\n").arg(model()->headerData(idx.column(), Qt::Horizontal).toString())); - - row.append("%1\n"); // cell template - row = row.arg(idx.data(Qt::DisplayRole).toString()).arg(fg).arg(bg).arg(fnt); - row = row.arg((algn & Qt::AlignRight) ? "right" : (algn & Qt::AlignHCenter) ? "center" : "left"); - row = row.arg((algn & Qt::AlignTop) ? "top" : (algn & Qt::AlignBottom) ? "bottom" : "middle"); - row = row.arg(ttl.isEmpty() ? ttl : QString("title=\"%1\"").arg(ttl)); - - if (i + 1 == indexList.count() || indexList.at(i+1).row() != idx.row()) { - ret.append(QString("\n%1\n").arg(row)); - row.clear(); - firstRow = false; - } - } - - ret = QString("\n%1\n").arg(ret); - if (!header.isEmpty()) - ret.prepend(QString("\n\n%1\n\n").arg(header)); - ret = m_htmlTemplate.arg(m_htmlStyle).arg(ret); - - return ret; -} - -bool ExportableTableView::saveToFile(const QModelIndexList &indexList, const QString &fileName) -{ - static QString lastDir = QStandardPaths::writableLocation(QStandardPaths::DocumentsLocation); - - if (indexList.isEmpty()) - return false; - - QString fname = fileName; - if (fname.isEmpty()) { - QString types = tr("Tab-delimited text") % " (*.tab);;" % tr("Comma-delimited text") % " (*.csv);;" % tr("Pipe-delimited text") % " (*.txt);;" % tr("HTML") % " (*.html)"; - fname = QFileDialog::getSaveFileName(this, tr("Save to file"), lastDir, types); - } - - if (fname.isEmpty()) - return false; - - QFile file(fname); - QFileInfo fi(file); - lastDir = fi.absolutePath(); - - if (!file.open(QIODevice::WriteOnly | QIODevice::Text)) - return false; - - if (fi.suffix() == "html") - file.write(toHtml(indexList).toUtf8()); - else - file.write(toPlainText(indexList, (fi.suffix() == "tab" ? "\t" : fi.suffix() == "csv" ? ", " : " | ")).toUtf8()); - file.close(); - - return true; -} - -QSize ExportableTableView::sizeHint() const -{ - int w = 0; - for (int i = 0; i < model()->columnCount(); ++i) - w += sizeHintForColumn(i); - return QSize(w + verticalScrollBar()->sizeHint().width() + 60, sizeHintForRow(0) * model()->rowCount()); -} - -void ExportableTableView::copyText(const QString &delim) -{ - QApplication::clipboard()->setText(toPlainText(getSelectedOrAll(), delim)); -} - -void ExportableTableView::copyHtml() -{ - QMimeData * mdata = new QMimeData; - mdata->setHtml(toHtml(getSelectedOrAll())); - QApplication::clipboard()->setMimeData(mdata); -} - -void ExportableTableView::copy() -{ - QString delim = "\t"; - if (sender() && sender()->property("delim").isValid()) - delim = sender()->property("delim").toString(); - if (delim == "html") - copyHtml(); - else - copyText(delim); -} - -void ExportableTableView::save() -{ - saveToFile(getSelectedOrAll()); -} - -QModelIndexList ExportableTableView::getSelectedOrAll() -{ - QModelIndexList sel = selectionModel()->selectedIndexes(); - if (sel.isEmpty()) { - selectAll(); - sel = selectionModel()->selectedIndexes(); - } - return sel; -} - -void ExportableTableView::onCustomContextMenuRequested(const QPoint & pos) -{ - QMenu menu; - menu.addActions(actions()); - menu.exec(mapToGlobal(pos)); -} diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.h b/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.h deleted file mode 100644 index b5e07b250fa..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ExportableTableView.h +++ /dev/null @@ -1,149 +0,0 @@ -/* - ExportableTableView - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef EXPORTABLETABLEVIEW_H -#define EXPORTABLETABLEVIEW_H - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/** - \class ExportableTableView - \version 1.0.1 - - \brief The ExportableTableView class provides a regular QTableView but with features to export the data - as plain text or HTML. - - Any selection of data can be exported. The horizontal headings, if any, are included in the export. - The export functions are available to the user via a custom context menu or keyboard shortcuts. - 3 field delimiter choices are available for plain-text export (tab, comma, or pipe). - Data can be saved to the clipboard or to a file. - - The export functions can also be accessed programmatically via \c toPlainText(), \c toHtml(), - and \c saveToFile(). - - The style sheet for the generated page can be set with \c setHtmlStyle(). The overall HTML - template can be customized with \c setHtmlTemplate(). The data itself is always - formatted as a basic HTML table and then inserted into the template at the \c %2 placeholder. - - HTML version tries to preserve many data role attributes of the model items: - - \li \c Qt::FontRole - \li \c Qt::ForegroundRole - \li \c Qt::BackgroundRole - \li \c Qt::TextAlignmentRole - \li \c Qt::ToolTipRole - - Note that \c Qt::EditRole data is not specifically preserved (unless it already matches \c Qt::DisplayRole ). - - */ -class ExportableTableView : public QTableView -{ - Q_OBJECT - - public: - /*! - \brief ExportableTableView - \param parent - */ - ExportableTableView(QWidget *parent = Q_NULLPTR); - - /*! \brief Get the default style sheet used for HTML export. */ - static QString getDefaultHtmlStyle(); - /*! \brief Get the default overall template used for HTML export. */ - static QString getDefaultHtmlTemplate(); - /*! - \brief Set the style sheet for HTML export. This goes between the \c "" tags of the page. - \param value The CSS code. - */ - void setHtmlStyle(const QString &value); - /*! - \brief Set the overall template for HTML export. The template must have two placeholders: \c %1 for the style and \c %2 for the table. - \param value The HTML code. - */ - void setHtmlTemplate(const QString &value); - - /*! - \brief Saves data from the passed model indices to a text string. - \param indexList A list of indices to export. - \param delim The delimiter to use. Can be multiple characters (eg. \c ", ") Default is a single TAB. - \return \e QString with the formatted text. If the data has column headings, these are on the first line. - */ - QString toPlainText(const QModelIndexList &indexList, const QString &delim = "\t") const; - - /*! - \brief Saves data from the passed model indices to an HTML-formatted string. - \param indexList A list of indices to export. - \return \e QString with the formatted HTML. If the data has column headings, these are included as table headings. - */ - QString toHtml(const QModelIndexList &indexList) const; - - /*! - Saves data from the passed model indices to a file in text or HTML format. The file extension determines - the format/text delimiter: \e \.html for HTML, \e \.tab for TAB, \e \.csv for CSV, and anything else - is pipe-delimited. - - \param indexList A list of indices to export. - \param fileName An optional file name (with path). If none is passed then a file chooser dialog is presented. - \return true on success, false on failure (no file selected or write error) - */ - bool saveToFile(const QModelIndexList &indexList, const QString &fileName = QString()); - - /*! \brief Return a list of selected cells. If none are selected then it first selects the whole table. */ - QModelIndexList getSelectedOrAll(); - - QSize sizeHint() const Q_DECL_OVERRIDE; - - public slots: - /*! - \brief Copies currently selected cell(s) to the clipboard as plain text. - \param delim The delimiter to use. Can be multiple characters (eg. ", ") Default is a single TAB. - */ - void copyText(const QString &delim = QString("\t")); - /*! \brief Copies currently selected cell(s) to the clipboard as HTML (with MIME content-type \e "text/html"). */ - void copyHtml(); - /*! \brief Designed for \e QAction connections, it calls \c copyText() or \c copyHtml() based on delimiter specified in \c sender()->property\("delim"\) (use "html" as \p delim for HTML format). */ - void copy(); - /*! \brief Saves currently selected cell(s) to a file of the user's choice and format. */ - void save(); - - protected: - void onCustomContextMenuRequested(const QPoint &pos); - - QString m_htmlTemplate; - QString m_htmlStyle; -}; - -#endif // EXPORTABLETABLEVIEW_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout b/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout deleted file mode 100644 index b451471b937..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout +++ /dev/null @@ -1 +0,0 @@ -#include "OverlayStackLayout.h" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.cpp deleted file mode 100644 index 10558248e28..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.cpp +++ /dev/null @@ -1,173 +0,0 @@ -/* - OverlayStackLayout - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "OverlayStackLayout.h" -#include -#include - -namespace { -static const char offsetProperty[15] {"positionOffset"}; -} - -OverlayStackLayout::OverlayStackLayout(QWidget * parent) : - QStackedLayout(parent) -{ - setStackingMode(StackAll); -} - -OverlayStackLayout::OverlayStackLayout(QLayout * parentLayout) : - QStackedLayout(parentLayout) -{ - setStackingMode(StackAll); -} - -int OverlayStackLayout::insertWidget(int index, QWidget *widget, Qt::Alignment alignment) -{ - const int ret = insertWidget(index, widget); - if (ret > -1) - setAlignment(widget, alignment); - return ret; -} - -int OverlayStackLayout::insertWidget(int index, QWidget *widget, Qt::Alignment alignment, const QPoint &offset) -{ - const int ret = insertWidget(index, widget, alignment); - if (ret > -1) - setOffset(widget, offset); - return ret; -} - -void OverlayStackLayout::setOffset(QWidget *widget, const QPoint &offset) const -{ - if (widget->property(offsetProperty).isValid() && widget->property(offsetProperty).toPoint() == offset) - return; - widget->setProperty(offsetProperty, offset); - doLayout(); -} - -void OverlayStackLayout::setSenderOffset(const QPoint &offset) const -{ - if (QWidget *w = qobject_cast(sender())) - setOffset(w, offset); -} - -void OverlayStackLayout::setSenderAlignment(Qt::Alignment align) -{ - if (QWidget *w = qobject_cast(sender())) - setAlignment(w, align); -} - -void OverlayStackLayout::setStackingMode(QStackedLayout::StackingMode mode) -{ - if (mode == stackingMode()) - return; - QStackedLayout::setStackingMode(mode); - // resetting the mode to StackAll messes with our layout - if (mode == StackAll) - doLayout(); -} - -void OverlayStackLayout::setGeometry(const QRect & geo) -{ - if (geo == geometry()) - return; - QLayout::setGeometry(geo); - doLayout(); -} - -void OverlayStackLayout::doLayout() const -{ - const int n = count(); - if (!n) - return; - for (int i=0; i < n; ++i) { - QWidget *w = nullptr; - if (QLayoutItem *item = itemAt(i)) - w = item->widget(); - if (!w) - continue; - - // available geometry for widgets, use size based on layout attribute - const QRect rect = w->testAttribute(Qt::WA_LayoutOnEntireRect) ? geometry() : contentsRect(); - // widget's desired size - const QSize wSize = w->sizeHint().expandedTo(w->minimumSize()).boundedTo(w->maximumSize()); - QRect wRect(rect.topLeft(), wSize); // default widget position and size - QPoint offset(0, 0); // position offset - if (w->property(offsetProperty).isValid()) - offset = w->property(offsetProperty).toPoint(); - - // expand or constrain to full width? - if ((w->sizePolicy().expandingDirections() & Qt::Horizontal) || wRect.width() > rect.width() - offset.x()) - wRect.setWidth(rect.width() - offset.x()); - - // expand or constrain to full height? - if ((w->sizePolicy().expandingDirections() & Qt::Vertical) || wRect.height() > rect.height() - offset.y()) - wRect.setHeight(rect.height() - offset.y()); - - // Adjust position for alignment - const Qt::Alignment align = itemAt(i)->alignment(); - if (rect.width() > wRect.width() - offset.x()) { - switch (align & Qt::AlignHorizontal_Mask) { - case Qt::AlignHCenter: - wRect.moveLeft(rect.x() + (rect.width() - wRect.width()) / 2); - break; - case Qt::AlignRight: - wRect.moveRight(rect.right()); - break; - case Qt::AlignLeft: - default: - wRect.moveLeft(rect.left()); - break; - } - } - if (rect.height() > wRect.height() - offset.y()) { - switch (align & Qt::AlignVertical_Mask) { - case Qt::AlignVCenter: - wRect.moveTop(rect.y() + (rect.height() - wRect.height()) / 2); - break; - case Qt::AlignBottom: - wRect.moveBottom(rect.bottom()); - break; - case Qt::AlignTop: - default: - wRect.moveTop(rect.top()); - break; - } - } - // adjust for user-defined offset - if (!offset.isNull()) - wRect.moveTopLeft(wRect.topLeft() + offset); - - // Set position and size of the widget. - w->setGeometry(wRect); - // Honor the stacking attribute - if (w->testAttribute(Qt::WA_AlwaysStackOnTop)) - w->raise(); - } -} - -#include "moc_OverlayStackLayout.cpp" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.h b/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.h deleted file mode 100644 index 335a158e433..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/OverlayStackLayout.h +++ /dev/null @@ -1,176 +0,0 @@ -/* - OverlayStackLayout - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef OVERLAYSTACKLAYOUT_H -#define OVERLAYSTACKLAYOUT_H - -#include - -/*! - \brief The OverlayStackLayout re-implements a \c QStackedLayout with additional features - to allow stacks with "floating" overlay widgets, such as toolbars, buttons, messages, etc., - while still allowing interaction with exposed areas of the widget(s) underneath. - - The functionality is similar to \c QStackedLayout::StackAll mode, but instead of forcing all - child widgets to be the same size (as \c QStackedLayout does), this version respects the size - hints of each widget. It also respects the widget alignment settings (like most other `QLayout`s), - and adds a way to fine-tune the position with a `positionOffset` property which can be set on any widget. - These are set with the standard \c QLayout::setAlignment() and custom \c OverlayStackLayout::setOffset() - methods respectively. A few \c addWidget() and \c insertWidget() overloads are also provided to set - these properties at insertion time. - - So for example one could have a "main" widget with \c QSizePolicy::Expanding flags in both directions - which will take up the full size of the layout. Then add a toolbar with fixed/minimum size policy - and `Qt::AlignTop | Qt::AlignHCenter` alignment which will "float" on top of the main widget and - keep itself centered in the available width. Only the actual toolbar area would capture mouse events, - so interaction with the main area widget is still possible. The toolbar could be spaced away from the - top of the window using the \c positionOffset property with a positive `y` value. - - \code - QWidget *w = new QWidget(); // Container widget for stack layout - // overlay layout for the container, toolbar will "float" on top of main widget - OverlayStackLayout *lo = new OverlayStackLayout(w); - lo->setContentsMargins(0,0,0,0); // Clear the default margins - QWidget *main = new QWidget(w); // A content widget - main->setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding); // stretch to fit - Toolbar *toolbar = new Toolbar(w); // A floating toolbar - // Add the main widget - lo->addWidget(main); - // Add toolbar widget with center/top alignment and 20px vertical offset - lo->addWidget(toolbar, Qt::AlignTop | Qt::AlignHCenter, QPoint(0, 20)); - lo->setCurrentIndex(1); // stack toolbar on top - \endcode - - \c OverlayStackLayout also respects the \c Qt::WA_LayoutOnEntireRect widget attribute. Widgets with - this attribute set will always be laid out ignoring any \c contentsMargins() set on this layout (that is, - using the full available \c geometry() size, vs. \c contentsRect() size). This allows some widgets to - be spaced away from the edges, while others cover the full available area. Using the example above, - the toolbar could be spaced away from the top by setting a positive top content margin on the layout, - and setting the \c Qt::WA_LayoutOnEntireRect attribute on the main expanding widget. - - By default the layout operates in \c QStackedLayout::StackAll mode, meaning no widgets are - hidden when changing the \c currentIndex, only the stack order changes. However, the - \c QStackedLayout::StackOne mode can also be used, for example to switch between multiple pages like a - "typical" stack. In this mode the \c Qt::WA_LayoutOnEntireRect widget attribute could be set - to ensure one or more widgets are always stacked on top of others. - - Here is another example showing the above concepts in action. - - ``` - MyWidget() : QWidget() - { - OverlayStackLayout *stackLo = new OverlayStackLayout(this); - ``` - \snippet imageviewer/ImageViewer.cpp 1 - \snippet imageviewer/ImageViewer.cpp 2 - ``` - // ... create more page widgets... - ``` - \snippet imageviewer/ImageViewer.cpp 3 - \snippet imageviewer/ImageViewer.cpp 4 - ``` - } - ``` - - Note that for non-interactive overlays (eg. messages/information), one can set the - \c Qt::WA_TransparentForMouseEvents widget attribute to avoid interference with any underlying - widgets altogether. - - A complete example application demonstrating the different uses of \c OverlayStackLayout is available - in the \e /examples/imageviewer folder of this project. - - \sa QStackedLayout -*/ -class OverlayStackLayout : public QStackedLayout -{ - Q_OBJECT - public: - //! Constructs a new \c OverlayStackLayout with the optional \a parent widget. - //! If \a parent is specified, this layout will install itself on the parent widget. - explicit OverlayStackLayout(QWidget *parent = nullptr); - //! Constructs a new \c OverlayStackLayout and inserts it into the given \a parentLayout. - explicit OverlayStackLayout(QLayout *parentLayout); - - //! Insert \a widget into the stack at \a index position with specified \a alignment. - //! \sa QStackedLayout::insertWidget() - int insertWidget(int index, QWidget *widget, Qt::Alignment alignment); - //! Insert \a widget into the stack at \a index position with specified \a alignment and position \a offset coordinates. - //! \sa QStackedLayout::insertWidget() - int insertWidget(int index, QWidget *widget, Qt::Alignment alignment, const QPoint &offset); - //! Inherited from \c QStackedLayout::insertWidget(int, QWidget *) - using QStackedLayout::insertWidget; - //! Add \a widget to the stack with specified \a alignment. \sa QStackedLayout::addWidget() - int addWidget(QWidget *widget, Qt::Alignment alignment); - //! Add \a widget to the stack with specified \a alignment and position \a offset coordinates. - //! \sa QStackedLayout::addWidget() - int addWidget(QWidget *widget, Qt::Alignment alignment, const QPoint &offset); - //! Inherited from \c QStackedLayout::addWidget(QWidget *) - using QStackedLayout::addWidget; - - void setGeometry(const QRect &geo) override; - - public slots: - //! Set the layout position offset coordinates for given \a widget. - //! The offset is in absolute pixels and is applied after alignment positioning. - //! \note Note that you can also simply assign a property named "positionOffset" - //! with a \c QPoint type value to any widget and it will be respected by this layout. - void setOffset(QWidget *widget, const QPoint &offset) const; - //! Convenience slot to set the layout position offset on a signal from a \c QWidget::sender(). - //! This has no effect if the sender widget is not currently in this layout. \sa setOffset() - void setSenderOffset(const QPoint &offset) const; - //! Convenience slot to set the layout alignment on a signal from a \c QWidget::sender(). - //! This has no effect if the sender widget is not currently in this layout. \sa setAlignment() - void setSenderAlignment(Qt::Alignment align); - - //! Re-implemented (shadowing) \c QStackedLayout::setStackingMode() to ensure proper child visibility. - //! The default stacking mode for \c OverlayStackLayout is \c QStackedLayout::StackAll. - //! \note Setting the stacking mode to \c QStackedLayout::StackOne when `currentIndex() > 0` will - //! hide (`setVisible(false)`) all widgets except the current one. Conversely, setting the mode to \c StackAll - //! will set \e all widgets to be visible. This is due to how \c QStackedLayout::setStackingMode() operates. - //! In general it is recommended to set the desired stacking mode \e before adding widgets. - void setStackingMode(StackingMode mode); - - private slots: - void doLayout() const; - - private: - Q_DISABLE_COPY(OverlayStackLayout) -}; - -inline -int OverlayStackLayout::addWidget(QWidget *widget, Qt::Alignment alignment) -{ - return insertWidget(count(), widget, alignment); -} - -inline -int OverlayStackLayout::addWidget(QWidget *widget, Qt::Alignment alignment, const QPoint &offset) -{ - return insertWidget(count(), widget, alignment, offset); -} - -#endif // OVERLAYSTACKLAYOUT_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/RoundedMessageBox.h b/companion/src/thirdparty/maxlibqt/src/widgets/RoundedMessageBox.h deleted file mode 100644 index da56f541b7d..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/RoundedMessageBox.h +++ /dev/null @@ -1,171 +0,0 @@ -/* - RoundedMessageBox - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2019 Maxim Paperno; All Rights Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef ROUNDEDMESSAGEBOX_H -#define ROUNDEDMESSAGEBOX_H - -#include -#include -#include -#include -#include - -/*! - \brief The RoundedMessageBox class is a frameless \c QMessageBox implementation. - It can be styled using using either QSS (CSS) or by using a custom \c QPalette - in combination with the regular \c QWidget::setForegroundRole() and \c QWidget::setBackgroundRole(). - - This was originally created as an answer to a [StackOverflow question][1]. It is very simple, only - re-implementing the \c paintEvent(). There is no way for the user to move the message box around - on the screen (allowing to drag it by the contents area would be a nice TODO). - - Here is an example of using the message box with both ways of styling it, also from the SO answer (see link for screenshot). - \code - int main(int argc, char *argv[]) - { - //QApplication::setStyle("Fusion"); - QApplication app(argc, argv); - - // Dialog setup - RoundedMessageBox *msgBox = new RoundedMessageBox(); - msgBox->setAttribute(Qt::WA_DeleteOnClose); - msgBox->setMinimumSize(300, 300); - msgBox->setWindowTitle("Frameless window test"); - msgBox->setText("

Frameless rounded message box.

"); - msgBox->setInformativeText("Lorem ipsum dolor sit amet, consectetur ...."); - - // Styling: two options with the same (garish) result. - if (1) { - // Use QSS style - app.setStyleSheet(QStringLiteral( - "QMessageBox { " - "border-radius: 12px; " - "border: 3.5px solid; " - "border-color: qlineargradient(x1: 1, y1: 1, x2: 0, y2: 0, stop: 0 #ffeb7f, stop: 1 #d09d1e); " - "background: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 1, stop: 0 #ffeb7f, stop: 1 #d09d1e); " - "color: #003200; " - "}" - )); - } - else { - // Use "native" styling - msgBox->radius = 12.0; - msgBox->borderWidth = 3.5; - - QLinearGradient bgGrad(0, 0, 1, 1); - bgGrad.setCoordinateMode(QGradient::ObjectMode); - bgGrad.setColorAt(0.0, QColor("gold").lighter()); - bgGrad.setColorAt(1.0, QColor("goldenrod").darker(105)); - QLinearGradient fgGrad(bgGrad); - fgGrad.setStart(bgGrad.finalStop()); - fgGrad.setFinalStop(bgGrad.start()); - - QPalette pal; - pal.setBrush(QPalette::Window, QBrush(bgGrad)); - pal.setBrush(QPalette::Mid, QBrush(fgGrad)); - pal.setBrush(QPalette::WindowText, QColor("darkgreen").darker()); - msgBox->setPalette(pal); - - msgBox->setForegroundRole(QPalette::Mid); // default is WindowText - msgBox->setBackgroundRole(QPalette::Window); // this is actually the default already - } - - msgBox->show(); - return app.exec(); - } - \endcode - - [1]: https://stackoverflow.com/questions/58145272/qdialog-with-rounded-corners-have-black-corners-instead-of-being-translucent/58151965#58151965 -*/ -class RoundedMessageBox : public QMessageBox -{ - Q_OBJECT - public: - explicit RoundedMessageBox(QWidget *parent = nullptr) : - QMessageBox(parent) - { - // The FramelessWindowHint flag and WA_TranslucentBackground attribute are vital. - setWindowFlags(windowFlags() | Qt::FramelessWindowHint | Qt::WindowSystemMenuHint); - setAttribute(Qt::WA_TranslucentBackground); - } - - qreal radius = 0.0; //!< desired radius in absolute pixels - qreal borderWidth = -1.0; //!< -1 = use style hint frame width; 0 = no border; > 0 = use this width. - - protected: - void paintEvent(QPaintEvent *) override - { - if (!(windowFlags() & Qt::FramelessWindowHint) && !testAttribute(Qt::WA_TranslucentBackground)) - return; // nothing to do - - QPainter p(this); - p.setRenderHint(QPainter::Antialiasing); - - // Have style sheet? - if (testAttribute(Qt::WA_StyleSheetTarget)) { - // Let QStylesheetStyle have its way with us. - QStyleOption opt; - opt.initFrom(this); - style()->drawPrimitive(QStyle::PE_Widget, &opt, &p, this); - p.end(); - return; - } - - // Paint thyself. - QRectF rect(QPointF(0, 0), size()); - // Check for a border size. - qreal penWidth = borderWidth; - if (penWidth < 0.0) { - QStyleOption opt; - opt.initFrom(this); - penWidth = style()->pixelMetric(QStyle::PM_DefaultFrameWidth, &opt, this); - } - // Got pen? - if (penWidth > 0.0) { - p.setPen(QPen(palette().brush(foregroundRole()), penWidth)); - // Ensure border fits inside the available space. - const qreal dlta = penWidth * 0.5; - rect.adjust(dlta, dlta, -dlta, -dlta); - } - else { - // QPainter comes with a default 1px pen when initialized on a QWidget. - p.setPen(Qt::NoPen); - } - // Set the brush from palette role. - p.setBrush(palette().brush(backgroundRole())); - // Got radius? Otherwise draw a quicker rect. - if (radius > 0.0) - p.drawRoundedRect(rect, radius, radius, Qt::AbsoluteSize); - else - p.drawRect(rect); - - // C'est finí - p.end(); - } -}; - -#endif // ROUNDEDMESSAGEBOX_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox b/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox deleted file mode 100644 index 31cdc11991d..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox +++ /dev/null @@ -1 +0,0 @@ -#include "ScrollableMessageBox.h" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.cpp deleted file mode 100644 index 0b629c5469a..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.cpp +++ /dev/null @@ -1,127 +0,0 @@ -/* - ScrollableMessageBox - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "ScrollableMessageBox.h" - - -ScrollableMessageBox::ScrollableMessageBox(QWidget *parent, Qt::WindowFlags f) : - QDialog(parent, f | Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint) -{ - init(); -} - -ScrollableMessageBox::ScrollableMessageBox(const QString &title, const QString &text, const QString &details, QWidget *parent, Qt::WindowFlags f) : - QDialog(parent, f | Qt::WindowTitleHint | Qt::WindowSystemMenuHint | Qt::WindowCloseButtonHint) -{ - init(title, text, details); -} - -void ScrollableMessageBox::setText(const QString &text) -{ - m_textLabel->setText(text); -} - -void ScrollableMessageBox::setDetailedText(const QString &details, Qt::TextFormat format) -{ - if (format == Qt::AutoText) - m_textEdit->setText(details); - else if (format == Qt::RichText) - m_textEdit->setHtml(details); - else - m_textEdit->setPlainText(details); -} - -void ScrollableMessageBox::setFontFixedWidth(bool fixed) -{ - QFont newFont(m_textEdit->font()); - if (fixed) { - newFont.setFamily("Courier"); - newFont.setStyleHint(QFont::TypeWriter); - } - else { - newFont.setFamily("Helvetica"); - newFont.setStyleHint(QFont::SansSerif); - } -#ifdef Q_OS_MACOS - newFont.setPointSize(13); - m_textEdit->setAttribute(Qt::WA_MacNormalSize); -#elif defined Q_OS_WIN - newFont.setPointSize(10); -#endif - m_textEdit->setFont(newFont); -} - -void ScrollableMessageBox::setWordWrap(bool wrap) -{ - m_textEdit->setWordWrapMode(wrap ? QTextOption::WrapAtWordBoundaryOrAnywhere : QTextOption::NoWrap); -} - -void ScrollableMessageBox::init(const QString & title, const QString & text, const QString & details) -{ - m_textLabel = new QLabel(this); - m_textLabel->setAlignment(Qt::AlignVCenter | Qt::AlignLeft); - m_textLabel->setOpenExternalLinks(true); - - m_textEdit = new TextEdit(this); - m_textEdit->setReadOnly(true); - m_textEdit->setTextInteractionFlags(Qt::TextBrowserInteraction | Qt::TextSelectableByKeyboard); - - m_btnBox = new QDialogButtonBox(QDialogButtonBox::Ok, this); - - connect(m_btnBox, &QDialogButtonBox::accepted, this, &QDialog::accept); - connect(m_btnBox, &QDialogButtonBox::rejected, this, &QDialog::reject); - - QVBoxLayout * lo = new QVBoxLayout(this); - lo->setSpacing(8); - lo->addWidget(m_textLabel); - lo->addWidget(m_textEdit); - lo->addWidget(m_btnBox); - - setSizeGripEnabled(true); - setFontFixedWidth(false); - setWordWrap(true); - - if (!title.isEmpty()) - setWindowTitle(title); - if (!text.isEmpty()) - setText(text); - if (!details.isEmpty()) - setDetailedText(details); -} - - -/* - ScrollableMessageBox::TextEdit -*/ - -QSize ScrollableMessageBox::TextEdit::sizeHint() const -{ - // stupid trick to get an idea of necessary size to contain all the text, works for html and plain - QLabel tmp; - tmp.setFont(font()); - tmp.setText(toHtml()); - return tmp.sizeHint() + QSize(30, 20); -} diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.h b/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.h deleted file mode 100644 index 193603ba108..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/ScrollableMessageBox.h +++ /dev/null @@ -1,95 +0,0 @@ -/* - ScrollableMessageBox - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef SCROLLABLEESSAGEBOX_H -#define SCROLLABLEESSAGEBOX_H - -#include -#include -#include -#include -#include -#include - -/** - \class ScrollableMessageBox - \version 1.0.0 - - \brief A simple message box with a large scrollable area (a \c QTextEdit ) for detailed text (including HTML formatting). - - This is a basic message box dialog for presenting an amount of text which would not comfortably fit in a regular popup message - dialog. It addresses the deficiencies found in \c QMessageBox with "informative text" option, namely its small and fixed - size and lack of text formatting options (no rich text or even font control). - - Basic usage is like \c QMessageBox. You can set the dialog title, an optional short text message to show at the top, and - the larger text block to show as the "details." There is only one "OK" button to dismiss the dialog. - - When first shown, the dialog will try to esablish a reasonable size based on the contents of the QTextEdit. The dialog is also - fully resizable. - - Developers have direct access to the \c QTextEdit used for displaying the text, the \c QLineEdit used for the short text message, - and the \c QDialogButtonBox with the default "Ok" button. There are a couple convenience functions for setting the font style - and word wrap on the \c QTextEdit. By default a variable-width font is used with word-wrap on. - -*/ -class ScrollableMessageBox : public QDialog -{ - Q_OBJECT - - class TextEdit : public QTextEdit - { - public: - TextEdit(QWidget *parent=0) : QTextEdit(parent) {} - QSize sizeHint() const Q_DECL_OVERRIDE; - }; - - public: - explicit ScrollableMessageBox(QWidget *parent = Q_NULLPTR, Qt::WindowFlags f = Qt::Dialog); - ScrollableMessageBox(const QString &title, const QString &text = QString(), const QString &details = QString(), QWidget *parent = Q_NULLPTR, Qt::WindowFlags f = Qt::Dialog); - - //! The QTextEdit which holds the detailed text - QTextEdit * textEdit() const { return m_textEdit; } - //! The QLabel which holds the text - QLabel * textLabel() const { return m_textLabel; } - //! The dialog's button box - QDialogButtonBox * buttonBox() const { return m_btnBox; } - - public slots: - void setText(const QString &text = QString()); - void setDetailedText(const QString &details = QString(), Qt::TextFormat format = Qt::AutoText); - void setFontFixedWidth(bool fixed = true); - void setWordWrap(bool wrap = true); - - protected: - void init(const QString &title = QString(), const QString &text = QString(), const QString &details = QString()); - - QLabel * m_textLabel; - TextEdit * m_textEdit; - QDialogButtonBox * m_btnBox; -}; - -#endif // SCROLLABLEESSAGEBOX_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit b/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit deleted file mode 100644 index f1aabbabca2..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit +++ /dev/null @@ -1 +0,0 @@ -#include "TimerEdit.h" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.cpp deleted file mode 100644 index ec7fef683c5..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.cpp +++ /dev/null @@ -1,281 +0,0 @@ -/* - TimerEdit - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "TimerEdit.h" -#include - -TimerEdit::TimerEdit(QWidget *parent) : - QLineEdit(parent), - m_showSeconds(true), - m_minTime(0), - m_maxTime(24 * 3600 - 1), - m_singleStep(1), - m_pageStep(60), - m_hourDigits(2), - m_validator(new QRegularExpressionValidator(this)) -{ - setSizePolicy(QSizePolicy::Minimum, QSizePolicy::Fixed); - setupFormat(); - setToolTip(tr("Use mouse scroll or UP/DOWN arrow keys to change time in small steps.\nCTRL + scroll or PAGE UP/DOWN keys to change time in larger steps.")); - connect(this, &TimerEdit::textEdited, this, &TimerEdit::textEditedHandler); -} - -int TimerEdit::timeInSeconds() const -{ - int ret = 0; - - ret += timepart(text(), TimeParts::Hours) * 3600; - ret += timepart(text(), TimeParts::Minutes) * 60; - ret += timepart(text(), TimeParts::Seconds); - ret *= timepart(text(), TimeParts::Polarity); - - return ret; -} - -int TimerEdit::timepart(const QString &input, TimerEdit::TimeParts part) const -{ - int ret = 0; - QRegularExpressionMatch match = m_validator->regularExpression().match(input, 0, QRegularExpression::NormalMatch); - - if (match.hasMatch()) { - switch (part) { - case Hours: - if (!match.captured("hrs").isEmpty()) - ret = match.captured("hrs").toInt(); - break; - - case Minutes: - if (!match.captured("mins").isEmpty()) - ret = match.captured("mins").toInt(); - break; - - case Seconds: - if (!match.captured("secs").isEmpty()) - ret = match.captured("secs").toInt(); - break; - - case Polarity: - if (!match.captured("pol").isEmpty() && !match.captured("pol").compare("-")) - ret = -1; - else - ret = 1; - break; - - default: - break; - } - } - - return ret; -} - - -//// Slots //// - -void TimerEdit::setTime(int seconds) -{ - if (seconds > m_maxTime) - seconds = m_maxTime; - else if (seconds < m_minTime) - seconds = m_minTime; - - div_t qrM = div(abs(seconds), 60); - div_t qrH = div(qrM.quot, 60); - - QString val = QString("%1").arg(qrH.rem, 2, 10, QChar('0')); - - if (m_hourDigits) - val.prepend(QString("%1:").arg(qrH.quot, m_hourDigits, 10, QChar('0'))); - - if (m_showSeconds) - val.append(QString(":%1").arg(qrM.rem, 2, 10, QChar('0'))); - - if (m_minTime < 0) { - if (seconds < 0) - val.prepend("-"); - else - val.prepend(" "); - } - - if (text().compare(val)) { - setText(val); - } -} - -void TimerEdit::incrDecr(int seconds) -{ - if (!seconds) - return; - - const int cs = timeInSeconds(); - int s = seconds + cs; - if (s < m_minTime) - s = m_minTime; - if (s > m_maxTime) - s = m_maxTime; - if (s != cs) { - setTime(s); - emitValueChanged(); - } -} - -void TimerEdit::setTimeRange(int minSeconds, int maxSeconds) -{ - if (minSeconds <= maxSeconds && (m_minTime != minSeconds || m_maxTime != maxSeconds)) { - int digits = 0; - if (maxSeconds >= 3600) - digits = floorf(logf(round(maxSeconds / 3600)) / logf(10.0f)) + 1; - - bool mod = (m_hourDigits != digits || std::signbit((float)m_minTime) != std::signbit((float)minSeconds)); - - m_minTime = minSeconds; - m_maxTime = maxSeconds; - m_hourDigits = digits; - - if (mod) - setupFormat(); - } -} - -void TimerEdit::setMinimumTime(int minSeconds) -{ - setTimeRange(minSeconds, (m_maxTime > minSeconds ? m_maxTime : minSeconds)); -} - -void TimerEdit::setMaximumTime(int maxSeconds) -{ - setTimeRange((m_minTime < maxSeconds ? m_minTime : maxSeconds), maxSeconds); -} - -void TimerEdit::setShowSeconds(bool showSeconds) -{ - if (m_showSeconds != showSeconds) { - m_showSeconds = showSeconds; - setupFormat(); - } -} - - -//// Protected //// - -void TimerEdit::textEditedHandler() -{ - int sec = timeInSeconds(); - if (sec < m_minTime) - setTime(m_minTime); - else if (sec > m_maxTime) - setTime(m_maxTime); - else - return; - - emitValueChanged(); -} - -void TimerEdit::setupFormat() -{ - QString inputRe = "(?[0-5][0-9])"; - QString inputMsk = "99"; - QString suffx = "\\" % tr("m") % "\\" % tr("m"); - - if (m_hourDigits) { - inputRe.prepend("(?[0-9]*[0-9]):"); - inputMsk.prepend(":"); - suffx.prepend(":"); - for (int i=0; i < m_hourDigits; ++i) { - inputMsk.prepend("9"); - suffx.prepend("\\" % tr("h")); - } - } - if (m_showSeconds) { - inputRe.append(":(?[0-5][0-9])"); - inputMsk.append(":99"); - suffx.append(":\\" % tr("s") % "\\" % tr("s")); - } - if (m_minTime < 0) { - inputRe.prepend("(?-|\\+|\\s)?"); - inputMsk.prepend("#"); - } - - inputRe.prepend("^"); - inputRe.append("\\s?\\[[^\\]]+\\]$"); - inputMsk.append(" \\[" % suffx % "\\]"); - - m_validator->setRegularExpression(QRegularExpression(inputRe)); - - setInputMask(inputMsk); - setValidator(m_validator); -} - -void TimerEdit::emitValueChanged() -{ - emit QLineEdit::textEdited(text()); -} - -void TimerEdit::keyPressEvent(QKeyEvent *event) -{ - switch (event->key()) { - case Qt::Key_Up: - incrDecr(m_singleStep); - break; - - case Qt::Key_Down: - incrDecr(-(int)m_singleStep); - break; - - case Qt::Key_PageUp: - incrDecr(m_pageStep); - break; - - case Qt::Key_PageDown: - incrDecr(-(int)m_pageStep); - break; - - case Qt::Key_Plus: - case Qt::Key_Equal: - case Qt::Key_Minus: - if (m_minTime < 0) { - setTime(-timeInSeconds()); - emitValueChanged(); - } - break; - - default: - QLineEdit::keyPressEvent(event); - break; - } -} - -void TimerEdit::wheelEvent(QWheelEvent *event) -{ - if (event->angleDelta().isNull()) { - event->ignore(); - return; - } - int numSteps = -event->angleDelta().y() / 8 / 15 * -1; // one step per 15deg - numSteps *= (event->modifiers() & Qt::ControlModifier) ? m_pageStep : m_singleStep; - incrDecr(numSteps); - event->accept(); -} diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.h b/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.h deleted file mode 100644 index b4536786b2a..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TimerEdit.h +++ /dev/null @@ -1,103 +0,0 @@ -/* - TimerEdit - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef TIMEREDIT_H -#define TIMEREDIT_H - -#include -#include -#include -#include -#include - -/** - \class TimerEdit - \version 1.0.0 - - \brief A time value line editor which accepts negative and large times (> 23:59:59), suitable for a timer, etc. - - Qt's \c QTimeEdit has a limitation in that it can only accept "valid" times, in the range of 0:00:00 to 23:59:59. - The TimerEdit control aims to address that. It allows any amount of time to be entered, as well as negative times. - It provides a mask for data entry, a validator with settable min/max times, and increment/decrement via keyboard - or mouse wheel in configurable steps. - - Data I/O is in seconds only, that is you set the time value in total seconds and also read it back in seconds - (there is no conversion from/to a \e QTime object). - -*/ -class TimerEdit : public QLineEdit -{ - Q_OBJECT - Q_PROPERTY(int minimumTime READ minimumTime WRITE setMinimumTime) - Q_PROPERTY(int maximumTime READ maximumTime WRITE setMaximumTime) - Q_PROPERTY(bool showSeconds READ showSeconds WRITE setShowSeconds) - Q_PROPERTY(unsigned int singleStep READ singleStep WRITE setSingleStep) - Q_PROPERTY(unsigned int pageStep READ pageStep WRITE setPageStep) - - - public: - enum TimeParts {Whole, Polarity, Hours, Minutes, Seconds}; - - TimerEdit(QWidget *parent = Q_NULLPTR); - - int timeInSeconds() const; - int timepart(const QString &input, TimeParts part) const; - - bool showSeconds() const { return m_showSeconds; } - int minimumTime() const { return m_minTime; } - int maximumTime() const { return m_maxTime; } - unsigned int singleStep() const { return m_singleStep; } - unsigned int pageStep() const { return m_pageStep; } - - public slots: - void setTime(int seconds); - void incrDecr(int seconds); - void setTimeRange(int minSeconds, int maxSeconds); - void setMinimumTime(int minSeconds); - void setMaximumTime(int maxSeconds); - void setShowSeconds(bool showSeconds); - - void setSingleStep(unsigned int step) { m_singleStep = step; } - void setPageStep(unsigned int pageStep) { m_pageStep = pageStep; } - - protected: - void textEditedHandler(); - virtual void setupFormat(); - void emitValueChanged(); - void keyPressEvent(QKeyEvent *event) Q_DECL_OVERRIDE; - void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - - bool m_showSeconds; - int m_minTime; // seconds - int m_maxTime; // seconds - unsigned m_singleStep; // seconds - unsigned m_pageStep; // seconds - short m_hourDigits; - QRegularExpressionValidator * m_validator; -}; - -#endif // TIMEREDIT_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox b/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox deleted file mode 100644 index f67a3625344..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox +++ /dev/null @@ -1 +0,0 @@ -#include "TreeComboBox.h" diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.cpp b/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.cpp deleted file mode 100644 index 81fe9c578dd..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.cpp +++ /dev/null @@ -1,693 +0,0 @@ -/* - TreeComboBox - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#include "TreeComboBox.h" - -#include -#include -#include -#include -#include -#include -#include -#include -#include -#include - -/* - TreeComboItemDelegate -*/ - -// static -bool TreeComboItemDelegate::isSeparator(const QModelIndex &index) { - return index.data(Qt::AccessibleDescriptionRole).toString() == QLatin1String("separator"); -} - -// static -bool TreeComboItemDelegate::isParent(const QModelIndex &index) { - return index.data(Qt::AccessibleDescriptionRole).toString() == QLatin1String("parent"); -} - -// static -void TreeComboItemDelegate::setSeparator(QAbstractItemModel *model, const QModelIndex &index) { - model->setData(index, QString::fromLatin1("separator"), Qt::AccessibleDescriptionRole); - if (QStandardItemModel *m = qobject_cast(model)) - if (QStandardItem *item = m->itemFromIndex(index)) - item->setFlags(item->flags() & ~(Qt::ItemIsSelectable | Qt::ItemIsEnabled)); -} - -// static -void TreeComboItemDelegate::setParent(QAbstractItemModel *model, const QModelIndex &index, const bool selectable) { - model->setData(index, QString::fromLatin1("parent"), Qt::AccessibleDescriptionRole); - if (!selectable) { - if (QStandardItemModel *m = qobject_cast(model)) - if (QStandardItem * item = m->itemFromIndex(index)) - item->setFlags(item->flags() & ~(Qt::ItemIsSelectable)); - } -} - -void TreeComboItemDelegate::paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const -{ - if (isSeparator(index)) { - QPen pen = painter->pen(); - pen.setColor(option.palette.color(QPalette::Active, QPalette::Dark)); - pen.setWidthF(1.5); - painter->save(); - painter->setPen(pen); - painter->setRenderHint(QPainter::HighQualityAntialiasing); - painter->drawLine(option.rect.left(), option.rect.center().y(), option.rect.right(), option.rect.center().y()); - painter->restore(); - return; - } - else if (isParent(index)) { - QStyleOptionViewItem opt = option; - opt.state |= QStyle::State_Enabled; // make sure it looks enabled even if it isn't - opt.font.setBold(true); - opt.font.setItalic(true); - QStyledItemDelegate::paint(painter, opt, index); - return; - } - - QStyledItemDelegate::paint(painter, option, index); -} - -QSize TreeComboItemDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const -{ - if(index.data(Qt::AccessibleDescriptionRole).toString() == QLatin1String("separator")) - return QSize(0, 5); - return QStyledItemDelegate::sizeHint(option, index); -} - - -/* - TreeComboBox -*/ - -TreeComboBox::TreeComboBox(QWidget *parent): - QComboBox(parent), - m_view(NULL), - m_nextDataId(0), - m_autoData(true), - m_skipNextHide(false) -{ - setView(); - setItemDelegate(new TreeComboItemDelegate(this)); - setSizeAdjustPolicy(AdjustToContents); - setMaxVisibleItems(30); -} - -void TreeComboBox::setView(QAbstractItemView *itemView) -{ - if (view()) { - view()->removeEventFilter(this); - view()->viewport()->removeEventFilter(this); - disconnect(view(), 0, this, 0); - } - - QTreeView * treeView = NULL; - if (!itemView || !(treeView = qobject_cast(itemView))) { - if (!m_view) - m_view = new TreeComboBoxView; - if (itemView && !treeView) - qWarning() << "TreeComboBox: Only QTreeView and derived classes are allowed, using default view instead."; - } - else { - m_view = treeView; - } - - m_view->setItemsExpandable(true); - m_view->setAllColumnsShowFocus(true); - m_view->setHeaderHidden(true); - m_view->setWordWrap(false); - m_view->setIndentation(m_view->indentation() * 0.5); - m_view->setSelectionBehavior(QTreeView::SelectRows); - m_view->setSizeAdjustPolicy(QAbstractItemView::AdjustToContents); - - QComboBox::setView(m_view); - view()->installEventFilter(this); - view()->viewport()->installEventFilter(this); - connect(view(), &QTreeView::expanded, this, &TreeComboBox::adjustPopupWidth); - connect(view(), &QTreeView::expanded, this, &TreeComboBox::adjustPopupHeight); - connect(view(), &QTreeView::collapsed, this, &TreeComboBox::adjustPopupHeight); -} - -void TreeComboBox::setModel(QAbstractItemModel *model) -{ - if (this->model() == model) - return; - if (this->model()) - disconnect(this->model(), 0, this, 0); - - QComboBox::setModel(model); - reloadModel(); - - connect(model, &QAbstractItemModel::dataChanged, this, &TreeComboBox::reloadModel); - connect(model, &QAbstractItemModel::rowsInserted, this, &TreeComboBox::reloadModel); - connect(model, &QAbstractItemModel::rowsRemoved, this, &TreeComboBox::reloadModel); - connect(model, &QAbstractItemModel::modelReset, this, &TreeComboBox::reloadModel); -} - -QModelIndex TreeComboBox::insertItem(int index, const QMap &values, const QModelIndex &parentIndex, const bool reload) -{ - QModelIndex ret; - QModelIndex root = parentIndex; - if (!root.isValid()) - root = view()->rootIndex(); - - index = qBound(0, index, model()->rowCount(root)); - - bool blocked = model()->signalsBlocked(); - if (!reload) - model()->blockSignals(true); - - if (QStandardItemModel *m = qobject_cast(model())) { - QStandardItem * item = new QStandardItem(); - QMapIterator i(values); - while (i.hasNext()) { - i.next(); - item->setData(i.value(), i.key()); - } - if (root.isValid() && m->itemFromIndex(root)) - m->itemFromIndex(root)->insertRow(index, item); - else - m->insertRow(index, item); - ret = item->index(); - } - else if (model()->insertRows(index, 1, root)) { - ret = model()->index(index, modelColumn(), root); - if (!values.isEmpty()) - model()->setItemData(ret, values); - } - model()->blockSignals(blocked); - - return ret; -} - -QModelIndex TreeComboBox::insertItem(int index, const QIcon &icon, const QString &text, const QModelIndex &parentIndex, const QVariant &userData, const bool reload) -{ - QMap values; - if (!text.isNull()) - values.insert(Qt::EditRole, text); - if (!icon.isNull()) - values.insert(Qt::DecorationRole, icon); - if (userData.isValid()) - values.insert(Qt::UserRole, userData); - else if (autoData()) - values.insert(Qt::UserRole, m_nextDataId++); - - return insertItem(index, values, parentIndex, reload); -} - -void TreeComboBox::insertItems(int index, const QStringList &texts, const QModelIndex &parentIndex) -{ - for (const QString &text : texts) - insertItem(index++, QIcon(), text, parentIndex, QVariant(), (text == texts.last())); -} - -QModelIndex TreeComboBox::insertParentItem(int index, const QIcon &icon, const QString &text, const bool selectable, const QModelIndex &parentIndex, const QVariant &userData) -{ - bool oldAuto = autoData(); - m_autoData = selectable; - QModelIndex idx = insertItem(index, icon, text, parentIndex, userData); - m_autoData = oldAuto; - TreeComboItemDelegate::setParent(model(), idx, selectable); - return idx; -} - -void TreeComboBox::clear() -{ - setModel(new QStandardItemModel(0, 1, this)); -} - -int TreeComboBox::currentIndex() const -{ - if (m_rowMap.contains(view()->currentIndex())) - return m_rowMap.value(view()->currentIndex()); - - return -1; -} - -void TreeComboBox::setCurrentIndex(int index) -{ - setCurrentIndex(m_indexMap.value(index, QModelIndex())); -} - -void TreeComboBox::setCurrentIndex(const QModelIndex &index) -{ - //qDebug() << index << m_currentIndex; - if (!index.isValid() || !(index.flags() & Qt::ItemIsSelectable)) { - QComboBox::setCurrentIndex(-1); - m_currentIndex = QPersistentModelIndex(); - return; - } - const QModelIndex & root = view()->rootIndex(); // save actual root - const bool blocked = blockSignals(true); // we handle all signals - setRootModelIndex(model()->parent(index)); // set dummy root so that row() sets correct item under parent (if any) - QComboBox::setCurrentIndex(index.row()); - setRootModelIndex(root); // reset so that full tree is visible again - blockSignals(blocked); - - // set view index after QComboBox::setCurrentIndex call - view()->setCurrentIndex(index); - - if (m_currentIndex == index) - return; - - m_currentIndex = QPersistentModelIndex(index); - // We handle all signals ourselves because QComboBox doesn't always detect change between parent rows (eg. parentA.row0 and parentB.row0) - const QString text = model()->data(index).toString(); - const QVariant currData = currentData(); - emit currentIndexChanged(m_rowMap.value(index)); - emit currentIndexChanged(text); - emit currentModelIndexChanged(index); - if (!isEditable()) - emit currentTextChanged(text); - if (currData.isValid()) - emit currentDataChanged(currData); -#ifndef QT_NO_ACCESSIBILITY - QAccessibleValueChangeEvent event(this, text); - QAccessible::updateAccessibility(&event); -#endif -} - -int TreeComboBox::setCurrentData(const QVariant &data, const int defaultIdx, int role, Qt::MatchFlags flags) -{ - int idx = findData(data, role, flags); - if (idx == -1) - idx = defaultIdx; - setCurrentIndex(idx); - return idx; -} - -QVariant TreeComboBox::currentData(int role) const -{ - return model()->data(view()->currentIndex(), role); -} - -QVariant TreeComboBox::itemData(int index, int role) const -{ - if (m_indexMap.contains(index)) - return model()->data(m_indexMap.value(index), role); - - return QVariant(); -} - -QIcon TreeComboBox::itemIcon(int index) const -{ - QVariant decoration = itemData(index, Qt::DecorationRole); - if (decoration.type() == QVariant::Pixmap) - return QIcon(qvariant_cast(decoration)); - else if (decoration.type() == QVariant::Icon) - return qvariant_cast(decoration); - else - return QIcon(); -} - -void TreeComboBox::setItemData(const QModelIndex & index, const QVariant & value, int role) -{ - if (index.isValid()) - model()->setData(index, value, role); -} - -int TreeComboBox::findData(const QVariant &data, int role, Qt::MatchFlags flags) const -{ - const QModelIndex & mi = model()->index(0, modelColumn(), view()->rootIndex()); - QModelIndexList result = model()->match(mi, role, data, -1, (flags | Qt::MatchRecursive)); - while (!result.isEmpty()) { - const QModelIndex i = result.takeFirst(); - if ((i.flags() & Qt::ItemIsSelectable) && m_rowMap.contains(i)) - return m_rowMap.value(i); - } - - return -1; -} - -QModelIndex TreeComboBox::indexAbove(QModelIndex index) -{ - do { - index = view()->indexAbove(index); - if (model()->hasChildren(index) && !view()->isExpanded(index)) { - view()->setExpanded(index, true); - index = lastIndex(index); - } - } while (index.isValid() && !(model()->flags(index) & Qt::ItemIsSelectable)); - return index; -} - -QModelIndex TreeComboBox::indexBelow(QModelIndex index) -{ - do { - if (model()->hasChildren(index)) - view()->setExpanded(index, true); - index = view()->indexBelow(index); - } while (index.isValid() && !(model()->flags(index) & Qt::ItemIsSelectable)); - return index; -} - -QModelIndex TreeComboBox::lastIndex(const QModelIndex &index) -{ - if (index.isValid() && !view()->isExpanded(index)) - return index; - int rows = view()->model()->rowCount(index); - if (rows == 0) - return index; - return lastIndex(view()->model()->index(rows - 1, modelColumn(), index)); -} - -void TreeComboBox::keyboardSearchString(const QString &text) -{ - view()->keyboardSearch(text); - QModelIndex index = view()->currentIndex(); - if (index.isValid() && !(model()->flags(index) & Qt::ItemIsSelectable)) - index = indexBelow(index); - //qDebug() << index; - if (index.isValid()) - setCurrentIndex(index); -} - -void TreeComboBox::wheelEvent(QWheelEvent *event) -{ - QModelIndex index = m_view->currentIndex(); - if (event->delta() > 0) - index = indexAbove(index); - else if (event->delta() < 0) - index = indexBelow(index); - - event->accept(); - if (!index.isValid()) - return; - - setCurrentIndex(index); - emit activated(m_rowMap.value(index)); -} - -void TreeComboBox::keyPressEvent(QKeyEvent *event) -{ - if (isEditable() || (event->modifiers() & Qt::ControlModifier)) { - QComboBox::keyPressEvent(event); - return; // pass to line edit - } - - QModelIndex index = m_view->currentIndex(); - switch (event->key()) { - case Qt::Key_Up: - case Qt::Key_PageUp: - index = indexAbove(index); - break; - case Qt::Key_Down: - case Qt::Key_PageDown: - if (event->modifiers() & Qt::AltModifier) { - showPopup(); - return; - } - index = indexBelow(index); - break; - case Qt::Key_Home: - index = m_view->model()->index(0, modelColumn()); - if (index.isValid() && !(model()->flags(index) & Qt::ItemIsSelectable)) - index = indexBelow(index); - break; - case Qt::Key_End: - index = lastIndex(m_view->rootIndex()); - if (index.isValid() && !(model()->flags(index) & Qt::ItemIsSelectable)) - index = indexAbove(index); - break; - - case Qt::Key_F4: - case Qt::Key_Space: - case Qt::Key_Enter: - case Qt::Key_Return: - case Qt::Key_Escape: - case Qt::Key_Select: - case Qt::Key_Left: - case Qt::Key_Right: - case Qt::Key_Back: - QComboBox::keyPressEvent(event); - return; - - default: - if (!event->text().isEmpty()) - keyboardSearchString(event->text()); - else - event->ignore(); - return; - } - if (index.isValid()) { - setCurrentIndex(index); - event->accept(); - } -} - -bool TreeComboBox::eventFilter(QObject *object, QEvent *event) -{ - if (object == view()->viewport()) { - if (event->type() == QEvent::MouseButtonRelease) { - // mouse release filter to keep combo box open when expanding/collapsing groups - m_skipNextHide = false; - QMouseEvent * mouseEvent = static_cast(event); - const QModelIndex index = view()->indexAt(mouseEvent->pos()); - if (!index.isValid()) - return false;\ - if (!view()->visualRect(index).contains(mouseEvent->pos()) || !(index.flags() & Qt::ItemIsSelectable)) { - // do not hide popup if clicking on expander icon or a non-selectable item - m_skipNextHide = true; - if (model()->hasChildren(index) && view()->visualRect(index).contains(mouseEvent->pos())) { - // toggle expanded state if clicking on parent label - view()->setExpanded(index, !view()->isExpanded(index)); - } - return true; - } - } - else if (event->type() == QEvent::MouseMove) { - // prevent QComboBox filter which auto-selects any item under the cursor - return true; - } - } - else if (object == view()) { - if (event->type() == QEvent::ShortcutOverride) { - // override handling of keyboard selection events within tree view - QKeyEvent *keyEvent = static_cast(event); - const QModelIndex & index = view()->currentIndex(); - - switch (keyEvent->key()) { - case Qt::Key_Enter: - case Qt::Key_Return: - case Qt::Key_Select: - if (!index.isValid()) - break; - if (model()->hasChildren(index) && !(index.flags() & Qt::ItemIsSelectable)) { - m_skipNextHide = true; - view()->setExpanded(index, !view()->isExpanded(index)); - } - else { - m_skipNextHide = false; - setCurrentIndex(index); - hidePopup(); - } - return true; - - default: - break; - } - } - } - return false; -} - -void TreeComboBox::showPopup() { - ensureCurrentExpanded(); - adjustPopupWidth(); - QComboBox::showPopup(); -} - -void TreeComboBox::hidePopup() -{ - if (m_skipNextHide) - m_skipNextHide = false; - else - QComboBox::hidePopup(); -} - -int TreeComboBox::buildMap(QModelIndex parent, int row) -{ - if (!row) { - m_rowMap.clear(); - m_indexMap.clear(); - } - int rows = model()->rowCount(parent); - for (int r=0; r < rows; ++r) { - QPersistentModelIndex index = model()->index(r, 0, parent); - if (index.flags() & Qt::ItemIsSelectable) { - m_rowMap.insert(index, row); - m_indexMap.insert(row, index); - ++row; - } - if (model()->hasChildren(index)) - row = buildMap(index, row); - } - return row; -} - -void TreeComboBox::reloadModel() -{ - buildMap(); - m_nextDataId = m_rowMap.size(); - - // simplify the tree view for flat models, or if only one parent item - QModelIndexList parents; - int rows = model()->rowCount(); - for (int r=0; r < rows; ++r) { - QModelIndex index = model()->index(r, modelColumn()); - if (model()->hasChildren(index)) { - parents << index; - if (parents.size() > 1) - break; - } - } - if (!parents.size()) { - // if no parents then remove space for arrows - view()->setRootIsDecorated(false); - } - else if (parents.size() == 1 && parents.first() == model()->index(0, modelColumn())) { - // if only one parent then set it as root - view()->setRootIndex(parents.first()); - } - else { - view()->setRootIndex(model()->index(-1, modelColumn())); - view()->setRootIsDecorated(true); - } - - // set minium width based on tree view width - ensureCurrentExpanded(); - adjustPopupWidth(); - setMinimumWidth(view()->minimumWidth() + 16); -} - -void TreeComboBox::ensureCurrentExpanded() -{ - QModelIndex p = model()->parent(view()->currentIndex()); - if (p.isValid() && !view()->isExpanded(p)) { - bool blocked = view()->blockSignals(true); - view()->setExpanded(p, true); - view()->blockSignals(blocked); - } -} - -bool TreeComboBox::usePopup(QStyleOptionComboBox *option) -{ - QStyleOptionComboBox opt; - initStyleOption(&opt); - if (option) - *option = opt; - return style()->styleHint(QStyle::SH_ComboBox_Popup, &opt, this); -} - -void TreeComboBox::adjustPopupWidth() -{ - if (qobject_cast(view())) { - qobject_cast(view())->adjustWidth(topLevelWidget()->geometry().width()); - } - else { - view()->resizeColumnToContents(0); - view()->setMaximumWidth(topLevelWidget()->geometry().width()); - view()->setMinimumWidth(view()->minimumSizeHint().width() + view()->verticalScrollBar()->sizeHint().width() + view()->indentation()); - } -} - -void TreeComboBox::adjustPopupHeight() -{ - QStyleOptionComboBox opt; - const bool usePopup = this->usePopup(&opt); - if (!(opt.state & QStyle::State_On)) - return; // popup is hidden - - const bool boundToScreen = !window()->testAttribute(Qt::WA_DontShowOnScreen); - const QRect screen = QGuiApplication::primaryScreen()->availableGeometry(); - const int viewH = view()->sizeHint().height(); - QWidget * container = view()->parentWidget(); - QRect listRect = container->geometry(); // QComboBox sets geometry on it's private container to control the selector view size - - // set desired adjustment (delta) size - int adjH = viewH - listRect.size().height(); - //qDebug() << "listRect" << listRect << "adjH" << adjH << "viewH" << viewH << "screen" << screen << "popup" << usePopup << "bound" << boundToScreen; - if (!adjH) - return; - - const int algnTop = parentWidget()->mapToGlobal(frameGeometry().topLeft()).y(); - const int algnBot = parentWidget()->mapToGlobal(frameGeometry().bottomLeft()).y(); - const int aboveHeight = algnTop - screen.y(); - const int belowHeight = screen.bottom() - algnBot; - - if (usePopup) - adjH += 15; // otherwise scroll buttons cover up list items (better way?) - else - adjH += 3; // for scroll margin (otherwise vert. scrollbar appears when not needed) - - // resize the tree viewport - listRect.adjust(0, 0, 0, adjH); - //qDebug() << "listRect" << listRect << "adjH" << adjH << "algnTop" << algnTop << "aboveH" << aboveHeight << "algnBot" << algnBot << "belowH" << belowHeight; - - // takes into account the container size restraints - listRect.setSize(listRect.size().expandedTo(container->minimumSize()).boundedTo(container->maximumSize())); - // make sure the widget fits and visible on screen vertically - if (usePopup) { - // Clamp the listRect height and vertical position so we don't expand outside the available screen geometry. - const int height = !boundToScreen ? listRect.height() : qMin(listRect.height(), screen.height()); - listRect.setHeight(height); - if (listRect.bottom() < algnTop) - listRect.moveBottom(algnTop); // don't leave a short list hanging above the selector widget - if (boundToScreen) { - // make sure full list is visible - if (listRect.top() < screen.top()) - listRect.moveTop(screen.top()); - if (listRect.bottom() > screen.bottom()) - listRect.moveBottom(screen.bottom()); - } - } - else { - // constrain to maximum visible items size - QRect visReg = view()->visualRect(view()->currentIndex()); - // get the height of one item in the view (better way?) - int maxH = (visReg.isValid() ? visReg.size().height() : view()->fontMetrics().boundingRect('A').height()) * maxVisibleItems(); - listRect.setHeight(qMin(listRect.height(), maxH)); - - if (!boundToScreen || listRect.height() > aboveHeight) { - // move under selector widget - if (boundToScreen && belowHeight < listRect.height()) - listRect.setHeight(belowHeight); - listRect.moveTop(algnBot); - } - else if (listRect.height() > belowHeight || listRect.bottom() < algnTop || (listRect.bottom() > algnTop && listRect.top() < algnTop)) { - // move above selector widget - if (aboveHeight < listRect.height()) - listRect.setHeight(aboveHeight); - listRect.moveBottom(algnTop); - } - } - //qDebug() << "listRect" << listRect; - - container->setGeometry(listRect); -} diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.h b/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.h deleted file mode 100644 index 98903496fb8..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/TreeComboBox.h +++ /dev/null @@ -1,266 +0,0 @@ -/* - TreeComboBox - https://github.com/mpaperno/maxLibQt - - COPYRIGHT: (c)2017 Maxim Paperno; All Right Reserved. - Contact: http://www.WorldDesign.com/contact - - LICENSE: - - Commercial License Usage - Licensees holding valid commercial licenses may use this file in - accordance with the terms contained in a written agreement between - you and the copyright holder. - - GNU General Public License Usage - Alternatively, this file may be used under the terms of the GNU - General Public License as published by the Free Software Foundation, - either version 3 of the License, or (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - A copy of the GNU General Public License is available at . -*/ - -#ifndef TREECOMBOBOX_H -#define TREECOMBOBOX_H - -#include -#include -#include -#include -#include - -class QPainter; - -/** - \class TreeComboItemDelegate - \brief An item rendering delegate to highlight parent items and draw better item separators. Used by TreeComboBox. - - This delegate differs from the default by how it renders separator items and by adding a new formatting style for "parent" items. - With this delegate, separators are visible on all platforms. Parent items get bolded and italicisized fonts. - Parent items are drawn with enabled style even if they're actually disabled. - It also has convenience static functions for flagging/checking a data model item as a separator or parent. - The separator type is fully compatible with default QComboBox (it is set the same way). - -*/ -class TreeComboItemDelegate : public QStyledItemDelegate -{ - Q_OBJECT - - public: - explicit TreeComboItemDelegate(QObject *parent = Q_NULLPTR) : QStyledItemDelegate(parent) {} - - static bool isSeparator(const QModelIndex &index); - static bool isParent(const QModelIndex &index); - static void setSeparator(QAbstractItemModel *model, const QModelIndex &index); - static void setParent(QAbstractItemModel *model, const QModelIndex &index, const bool selectable = false); - - protected: - virtual void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const Q_DECL_OVERRIDE; - virtual QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const Q_DECL_OVERRIDE; -}; - - -/** - \class TreeComboBox - \version 1.0.0 - - \brief A \c QComboBox control which works with a tree-based data model & view, allowing drill-down selection of items. - - TreeComboBox accepts a nested/tree data model and presents the first column of the data as choices in the dropdown. - It respects the data model's settings as to which items are selectable or not (typically only the last-level "leaf" elements). - - It works best when unique \c Qt::UserRole data is set on the items and used for further access, but it should also work for - index-based operations (\c currentIndex() and \c setCurrentIndex(). If your data does not already have unique \c Qt::UserRole - data, you can have TreeComboBox create it automatically by setting the \p autoData property to \e true. - - Although it is usually simpler to build the data model first and then assign it to the combo box, there are also methods included - to build the model directly, just as with \c QComboBox. In addition to the usual methods for adding items, there are new methods - for adding parent items and specifying parents when adding sub-items. - - It preserves keyboard navigation of items and expanding/collapsing parents. It tries to present a good user experience when the - size of the popup selection box changes as ites are expanded/collapsed. - - Unfortunately \c QComboBox is not easy to subclass or modify since most of the class is private. This is a reasonable attempt, - and is a bit similar to \c TreeViewComboBox used in \e QtCreator, but geared towards much more general use. - -*/ -class TreeComboBox : public QComboBox -{ - Q_OBJECT - Q_PROPERTY(bool autoData READ autoData WRITE setAutoData) - - public: - explicit TreeComboBox(QWidget * parent = Q_NULLPTR); - - /*! \reimp Reimplemented from \e QComboBox::setModel() */ - void setModel(QAbstractItemModel *model); - /*! Like \e QComboBox::setView but only accepts QTreeView (and derived) view classes. */ - void setView(QAbstractItemView *itemView = Q_NULLPTR); // only QTreeView and derived - inline QTreeView * view() const { return m_view; } - inline bool autoData() const { return m_autoData; } - - /*! \reimp Reimplemented from \e QComboBox::currentIndex() */ - int currentIndex() const; - /*! \reimp Reimplemented from \e QComboBox::currentData() */ - QVariant currentData(int role = Qt::UserRole) const; - /*! \reimp Reimplemented from \e QComboBox::itemData() */ - QVariant itemData(int index, int role = Qt::UserRole) const; - /*! \reimp Reimplemented from \e QComboBox::itemIcon() */ - QIcon itemIcon(int index) const; - inline QString itemText(int index) const { return itemData(index, Qt::DisplayRole).toString(); } - - /*! Sets the data \a role for the item at \a index to the specified \a value. Convenience function vs. accessing the data model directly. */ - void setItemData(const QModelIndex &index, const QVariant &value, int role = Qt::UserRole); - void setItemData(int index, const QVariant &value, int role = Qt::UserRole) { setItemData(m_indexMap.value(index, QModelIndex()), value, role); } - void setItemText(int index, const QString &text) { setItemData(index, QVariant::fromValue(text), Qt::EditRole); } - void setItemIcon(int index, const QIcon &icon) { setItemData(index, QVariant::fromValue(icon), Qt::DecorationRole); } - - /*! \reimp Reimplemented from \e QComboBox::findData() */ - int findData(const QVariant &data, int role = Qt::UserRole, Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchExactly | Qt::MatchCaseSensitive)) const; - inline int findText(const QString &text, - Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchExactly | Qt::MatchCaseSensitive)) const { return findData(text, Qt::DisplayRole, flags); } - - /*! - Insert an item at given \a index (row), with optional data \a values, under parent item indicated by \a parentIndex. - \param index Row number at which to put item. - \param values Optional map of data \e role to \e value pairs to add to the item's \e data(). - \param parentIndex If not specified, current view rootIndex is used. - \param reload Used to indicate that this is the last insert in a series. When \e false, item model signals are blocked during data changes. - \return Model index of newly inserted item. May be invalid index if insert failed. - */ - QModelIndex insertItem(int index, const QMap &values = QMap(), const QModelIndex &parentIndex = QModelIndex(), const bool reload = true); - - /*! - Like \e QComboBox::insertItem but adds ability to specify a parent item. \a index indicates row number in parent. - \param index Row number at which to put item. - \param parentIndex If not specified, current view rootIndex is used. - \param reload Used to indicate that this is the last insert in a series. When \e false, item model signals are blocked during data changes. - \return Model index of newly inserted item. May be invalid index if insert failed. - \sa insertItem(int, QMap, QModelIndex, bool) - */ - QModelIndex insertItem(int index, const QIcon & icon, const QString &text, const QModelIndex &parentIndex, const QVariant &userData = QVariant(), const bool reload = true); - - /*! Inserts multiple items from a list as children of \a parentIndex. \sa insertItems() */ - void insertItems(int index, const QStringList &texts, const QModelIndex &parentIndex); - - // in addition to regular QComboBox add/insert, these allow specifying a parent item instead of the default root - inline QModelIndex addItem(const QString &text, const QModelIndex &parentIndex, - const QVariant &userData = QVariant()) { return addItem(QIcon(), text, parentIndex, userData); } - inline QModelIndex addItem(const QIcon &icon, const QString &text, const QModelIndex &parentIndex, - const QVariant &userData = QVariant()) { return insertItem(model()->rowCount(parentIndex), icon, text, parentIndex, userData); } - inline void addItems(const QStringList &texts, const QModelIndex &parentIndex) { insertItems(model()->rowCount(parentIndex), texts, parentIndex); } - - // re-implement QComboBox add/insert interface - inline void insertItem(int index, const QIcon &icon, const QString &text, - const QVariant &userData = QVariant()) { insertItem(index, icon, text, QModelIndex(), userData); } - inline void addItem(const QString &text, const QVariant &userData = QVariant()) { insertItem(count(), QIcon(), text, userData); } - inline void addItem(const QIcon &icon, const QString &text, const QVariant &userData = QVariant()) { insertItem(count(), icon, text, userData); } - inline void insertItem(int index, const QString &text, const QVariant &userData = QVariant()) { insertItem(index, QIcon(), text, userData); } - inline void addItems(const QStringList &texts) { insertItems(count(), texts); } - inline void insertItems(int index, const QStringList &texts) { insertItems(index, texts, QModelIndex()); } - - // parent items (convenience functions insted of creating own data model) - /*! - Inserts an item and marks is as a "parent" type item. By default the parent item is only used to group other items and cannot be selected. - \param index Row number at which to put item. - \param parentIndex If not specified, current view rootIndex is used. - \return Model index of newly inserted item. This index can then be used to add children items. May be invalid index if insert failed. - \sa insertItem(), TreeComboItemDelegate::setParent() - */ - QModelIndex insertParentItem(int index, const QIcon &icon, const QString &text, const bool selectable = false, - const QModelIndex &parentIndex = QModelIndex(), const QVariant &userData = QVariant()); - inline QModelIndex addParentItem(const QString &text, const bool selectable = false, const QModelIndex &parentIndex = QModelIndex(), - const QVariant &userData = QVariant()) { return addParentItem(QIcon(), text, selectable, parentIndex, userData); } - inline QModelIndex addParentItem(const QIcon &icon, const QString &text, const bool selectable = false, const QModelIndex &parentIndex = QModelIndex(), - const QVariant &userData = QVariant()) { return insertParentItem(model()->rowCount(parentIndex), icon, text, selectable, parentIndex, userData); } - - /*! \reimp Reimplemented from \e QComboBox::wheelEvent() */ - virtual void wheelEvent(QWheelEvent *event) Q_DECL_OVERRIDE; - /*! \reimp Reimplemented from \e QComboBox::keyPressEvent() */ - virtual void keyPressEvent(QKeyEvent *event) Q_DECL_OVERRIDE; - /*! \reimp Reimplemented from \e QComboBoxPrivateContainer::eventFilter() */ - virtual bool eventFilter(QObject *object, QEvent *event) Q_DECL_OVERRIDE; - /*! \reimp */ - virtual void showPopup() Q_DECL_OVERRIDE; - /*! \reimp */ - virtual void hidePopup() Q_DECL_OVERRIDE; - - public slots: - /*! Like \e QComboBox::clear() but does NOT remove any items from the current data model. Instead, a new, blank, model is created. */ - void clear(); - /*! \reimp Reimplemented from \e QComboBox::setCurrentIndex() */ - void setCurrentIndex(int index); - /*! Sets currently selected item to \a index using data model indices. This is ultimately called by all other methods which may set the current item. */ - void setCurrentIndex(const QModelIndex &index); - void setCurrentText(const QString &text) { setCurrentIndex(findText(text)); } - - /*! - This is a shortcut to using setCurrentIndex(findData()), and also returns the new index (like findData() would). - If data was not found, will set current item to \a defaultIdx (defalut is -1, an invalid index). - */ - int setCurrentData(const QVariant &data, const int defaultIdx = -1, int role = Qt::UserRole, Qt::MatchFlags flags = Qt::MatchFlags(Qt::MatchExactly | Qt::MatchCaseSensitive)); - /*! \reimp Reimplemented from \e QComboBoxPrivate::keyboardSearchString() */ - void keyboardSearchString(const QString &text); - void setAutoData(bool enable) { m_autoData = enable; } - - signals: - void currentModelIndexChanged(const QModelIndex &index); - void currentDataChanged(const QVariant &data); //! Emitted along with currentIndexChanged() signals and if item has valid Qt::UserRole data. - - protected slots: - /*! - We keep a mapping of original tree model data to the "flat" reprenstation which QComboBox understands. - This allows eg. setCurrentIndex(int) and findData() to work as normal. We exclude any non-selectable items. - */ - int buildMap(QModelIndex parent = QModelIndex(), int row = 0); - void reloadModel(); - /*! Called before showing popup to make sure the initial view size is correct */ - void ensureCurrentExpanded(); - /*! Make sure tree view has a reasonable width. */ - void adjustPopupWidth(); - /*! Resize visible popup height when items are expanded/collapsed in the tree view */ - void adjustPopupHeight(); - - protected: - /*! Find first valid item index which if before given \a index. */ - QModelIndex indexAbove(QModelIndex index); - /*! Find first valid item index which if after given \a index. */ - QModelIndex indexBelow(QModelIndex index); - /*! Find last (greatest) valid item index in a set (eg. under a parent), starting at \a index. */ - QModelIndex lastIndex(const QModelIndex &index); - /*! Return true if style options are set to use a "popup" presentation style (typ. true on Linux/OS X if non-editable combo) */ - bool usePopup(QStyleOptionComboBox *option = NULL); - - QTreeView * m_view; - QMap m_rowMap; - QMap m_indexMap; - QPersistentModelIndex m_currentIndex; - int m_nextDataId; - bool m_autoData; - bool m_skipNextHide; -}; - - -/** - \class TreeComboBoxView - \brief QTreeView subclass used to display the combo box popup items. Only needed to compute the column width. - We could do this from within TreeComboBox, except that sizeHintForColumn() is protected and is apparently the only way to get a reasonable width. :-| -*/ - -class TreeComboBoxView : public QTreeView -{ - Q_OBJECT - public: - inline void adjustWidth(int maxWidth) { - resizeColumnToContents(0); - setMaximumWidth(maxWidth); - setMinimumWidth(qMin(qMax(sizeHintForColumn(0), minimumSizeHint().width()), maxWidth) + verticalScrollBar()->sizeHint().width() + indentation()); - } -}; - -#endif // TREECOMBOBOX_H diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/maxLibQtWidgets.pri b/companion/src/thirdparty/maxlibqt/src/widgets/maxLibQtWidgets.pri deleted file mode 100644 index c191b959014..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/maxLibQtWidgets.pri +++ /dev/null @@ -1,23 +0,0 @@ - -QT += widgets - -INCLUDEPATH += $$PWD - -HEADERS += \ - $$PWD/ActionPushButton.h \ - $$PWD/BuddyLabel.h \ - $$PWD/CollapsingToolBar.h \ - $$PWD/ExportableTableView.h \ - $$PWD/OverlayStackLayout.h \ - $$PWD/RoundedMessageBox.h \ - $$PWD/ScrollableMessageBox.h \ - $$PWD/TimerEdit.h \ - $$PWD/TreeComboBox.h - -SOURCES += \ - $$PWD/ActionPushButton.cpp \ - $$PWD/ExportableTableView.cpp \ - $$PWD/OverlayStackLayout.cpp \ - $$PWD/ScrollableMessageBox.cpp \ - $$PWD/TimerEdit.cpp \ - $$PWD/TreeComboBox.cpp diff --git a/companion/src/thirdparty/maxlibqt/src/widgets/widgets.pro b/companion/src/thirdparty/maxlibqt/src/widgets/widgets.pro deleted file mode 100644 index 8bd61639c70..00000000000 --- a/companion/src/thirdparty/maxlibqt/src/widgets/widgets.pro +++ /dev/null @@ -1,11 +0,0 @@ -TARGET = maxLibQtWidgets -TEMPLATE = lib - -QT += core widgets - -DESTDIR = $${OUT_PWD}/bin -DEFINES += QT_USE_QSTRINGBUILDER - -include(maxLibQtWidgets.pri) - -OTHER_FILES += $$PWD/CMakeLists.txt

&>c9>3jTGM)x0LexZr11#efw=JZyjoKOe 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 Gm;WCa<6y-A diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_loaded.jpg b/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-grid_loaded.jpg deleted file mode 100644 index 996039eaa67e309d04fe4b128ab4f0e4aabb6baa..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 165575 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 z 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 z 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ëiKoey<0VHpnDx?vOE5=y!3niWgW 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%0AK!=nAs14+3G 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�K4|jV_Q$CtA`A8 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%0A?P?GbX{R%y%A<;6mOzu=4f(@7< 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�rQ2wWL~Ns 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 W;r{^QkNe1KVq#)HrI~X+x&PUz(j5c< diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_info.jpg b/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_info.jpg deleted file mode 100644 index f3642b7077900348e46a26281826556b78c9b32a..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 93469 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�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�LE9 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%0AA0kY64>@9)uqqNF)5WB^-6!JE;jE#GdwLr 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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 diff --git a/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_tbleft.jpg b/companion/src/thirdparty/maxlibqt/examples/imageviewer/doc/imageviewer-image_tbleft.jpg deleted file mode 100644 index c3eae343de231053e680c65218bcb8b8958fa791..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 86214 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%0AHZKj5WoIvP0ghiKXJEm#q!}R-Y*?m@ny?NgsJ45 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