![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtCore/qtconfigmacros.h>#include <QtCore/qtclasshelpermacros.h>#include <QtCore/qtdeprecationdefinitions.h>#include <QtCore/qtversionchecks.h>#include <QtCore/qcompilerdetection.h>Go to the source code of this file.
| #define QT_ASCII_CAST_WARN |
Definition at line 444 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED Q_DECL_DEPRECATED |
Definition at line 30 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_CONSTRUCTOR Q_DECL_CONSTRUCTOR_DEPRECATED explicit |
Definition at line 36 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO | ( | macro, | |
| text ) |
Definition at line 38 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO_6_12 | ( | macro, | |
| text ) |
Definition at line 248 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO_6_13 | ( | macro, | |
| text ) |
Definition at line 258 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO_6_14 | ( | macro, | |
| text ) |
Definition at line 268 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO_6_15 | ( | macro, | |
| text ) |
Definition at line 278 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_MACRO_6_16 | ( | macro, | |
| text ) |
Definition at line 288 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_SINCE | ( | major, | |
| minor ) |
Definition at line 69 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_TO_BE_REMOVED_HELPER | ( | dep_major, | |
| dep_minor, | |||
| rem_major ) |
Definition at line 97 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VARIABLE Q_DECL_VARIABLE_DEPRECATED |
Definition at line 34 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION | ( | major, | |
| minor ) |
Definition at line 299 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_5 | ( | minor | ) |
Definition at line 298 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_5_12 QT_DEPRECATED |
Definition at line 117 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_5_13 QT_DEPRECATED |
Definition at line 125 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_5_14 QT_DEPRECATED |
Definition at line 133 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED |
Definition at line 141 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_0 QT_DEPRECATED |
Definition at line 149 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_1 QT_DEPRECATED |
Definition at line 157 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_10 QT_DEPRECATED |
Definition at line 229 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_11 QT_DEPRECATED |
Definition at line 237 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_12 QT_DEPRECATED |
Definition at line 247 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_13 QT_DEPRECATED |
Definition at line 257 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_14 QT_DEPRECATED |
Definition at line 267 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_15 QT_DEPRECATED |
Definition at line 277 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_16 QT_DEPRECATED |
Definition at line 287 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_2 QT_DEPRECATED |
Definition at line 165 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_3 QT_DEPRECATED |
Definition at line 173 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_4 QT_DEPRECATED |
Definition at line 181 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_5 QT_DEPRECATED |
Definition at line 189 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_6 QT_DEPRECATED |
Definition at line 197 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_7 QT_DEPRECATED |
Definition at line 205 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_8 QT_DEPRECATED |
Definition at line 213 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_6_9 QT_DEPRECATED |
Definition at line 221 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X | ( | major, | |
| minor, | |||
| text ) |
Definition at line 296 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_5 | ( | minor, | |
| text ) |
Definition at line 295 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_5_12 | ( | text | ) |
Definition at line 116 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_5_13 | ( | text | ) |
Definition at line 124 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_5_14 | ( | text | ) |
Definition at line 132 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_5_15 | ( | text | ) |
Definition at line 140 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_0 | ( | text | ) |
Definition at line 148 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_1 | ( | text | ) |
Definition at line 156 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_10 | ( | text | ) |
Definition at line 228 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_11 | ( | text | ) |
Definition at line 236 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_12 | ( | text | ) |
Definition at line 246 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_13 | ( | text | ) |
Definition at line 256 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_14 | ( | text | ) |
Definition at line 266 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_15 | ( | text | ) |
Definition at line 276 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_16 | ( | text | ) |
Definition at line 286 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_2 | ( | text | ) |
Definition at line 164 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_3 | ( | text | ) |
Definition at line 172 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_4 | ( | text | ) |
Definition at line 180 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_5 | ( | text | ) |
Definition at line 188 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_6 | ( | text | ) |
Definition at line 196 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_7 | ( | text | ) |
Definition at line 204 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_8 | ( | text | ) |
Definition at line 212 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_VERSION_X_6_9 | ( | text | ) |
Definition at line 220 of file qtdeprecationmarkers.h.
| #define QT_DEPRECATED_X | ( | text | ) |
Definition at line 32 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE | ( | major, | |
| minor, | |||
| whenTrue, | |||
| whenFalse ) |
Definition at line 328 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_0 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 334 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_1 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 340 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_10 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 394 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_11 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 400 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_12 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 406 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_13 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 412 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_14 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 418 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_15 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 424 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_16 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 430 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_2 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 346 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_3 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 352 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_4 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 358 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_5 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 364 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_6 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 370 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_7 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 376 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_8 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 382 of file qtdeprecationmarkers.h.
| #define QT_IF_DEPRECATED_SINCE_6_9 | ( | whenTrue, | |
| whenFalse ) |
Definition at line 388 of file qtdeprecationmarkers.h.
| #define QT_REMOVAL_QT7_DEPRECATED_SINCE | ( | major, | |
| minor ) |
Definition at line 101 of file qtdeprecationmarkers.h.
| #define QT_REMOVAL_QT8_DEPRECATED_SINCE | ( | major, | |
| minor ) |
Definition at line 105 of file qtdeprecationmarkers.h.