![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qtconfigmacros.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 326 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED Q_DECL_DEPRECATED |
Definition at line 25 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_CONSTRUCTOR Q_DECL_CONSTRUCTOR_DEPRECATED explicit |
Definition at line 31 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_SINCE | ( | major, | |
minor | |||
) | (QT_VERSION_CHECK(major, minor, 0) > QT_DISABLE_DEPRECATED_UP_TO) |
Definition at line 80 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VARIABLE Q_DECL_VARIABLE_DEPRECATED |
Definition at line 29 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION | ( | major, | |
minor | |||
) | QT_DEPRECATED_VERSION_##major##_##minor |
Definition at line 216 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_5 | ( | minor | ) | QT_DEPRECATED_VERSION_5_##minor |
Definition at line 215 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_5_12 QT_DEPRECATED |
Definition at line 94 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_5_13 QT_DEPRECATED |
Definition at line 102 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_5_14 QT_DEPRECATED |
Definition at line 110 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_5_15 QT_DEPRECATED |
Definition at line 118 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_0 QT_DEPRECATED |
Definition at line 126 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_1 QT_DEPRECATED |
Definition at line 134 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_10 QT_DEPRECATED |
Definition at line 206 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_2 QT_DEPRECATED |
Definition at line 142 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_3 QT_DEPRECATED |
Definition at line 150 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_4 QT_DEPRECATED |
Definition at line 158 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_5 QT_DEPRECATED |
Definition at line 166 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_6 QT_DEPRECATED |
Definition at line 174 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_7 QT_DEPRECATED |
Definition at line 182 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_8 QT_DEPRECATED |
Definition at line 190 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_6_9 QT_DEPRECATED |
Definition at line 198 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X | ( | major, | |
minor, | |||
text | |||
) | QT_DEPRECATED_VERSION_X_##major##_##minor(text) |
Definition at line 213 of file qtdeprecationmarkers.h.
Definition at line 212 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_5_12 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 93 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_5_13 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 101 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_5_14 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 109 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_5_15 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 117 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_0 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 125 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_1 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 133 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_10 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 205 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_2 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 141 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_3 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 149 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_4 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 157 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_5 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 165 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_6 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 173 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_7 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 181 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_8 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 189 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_VERSION_X_6_9 | ( | text | ) | QT_DEPRECATED_X(text) |
Definition at line 197 of file qtdeprecationmarkers.h.
#define QT_DEPRECATED_X | ( | text | ) | Q_DECL_DEPRECATED_X(text) |
Definition at line 27 of file qtdeprecationmarkers.h.
#define QT_DISABLE_DEPRECATED_UP_TO QT_VERSION_CHECK(5, 0, 0) |
Definition at line 64 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE | ( | major, | |
minor, | |||
whenTrue, | |||
whenFalse | |||
) | QT_IF_DEPRECATED_SINCE_ ## major ## _ ## minor(whenTrue, whenFalse) |
Definition at line 245 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_0 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 251 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_1 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 257 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_10 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 311 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_2 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 263 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_3 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 269 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_4 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 275 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_5 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 281 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_6 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 287 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_7 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 293 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_8 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 299 of file qtdeprecationmarkers.h.
#define QT_IF_DEPRECATED_SINCE_6_9 | ( | whenTrue, | |
whenFalse | |||
) | whenTrue |
Definition at line 305 of file qtdeprecationmarkers.h.
#define QT_WARN_DEPRECATED_UP_TO QT_VERSION |
Definition at line 59 of file qtdeprecationmarkers.h.