![]() |
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/qglobal.h>
Go to the source code of this file.
Namespaces | |
namespace | QNativeInterface |
namespace | QNativeInterface::Private |
Macros | |
#define | QT_DECLARE_NATIVE_INTERFACE_3(NativeInterface, Revision, BaseType) |
#define | QT_DECLARE_NATIVE_INTERFACE_2(NativeInterface, Revision) |
#define | QT_DECLARE_NATIVE_INTERFACE_1(NativeInterface) |
#define | QT_DECLARE_NATIVE_INTERFACE(...) |
#define | QT_DECLARE_NATIVE_INTERFACE_ACCESSOR(T) |
Functions | |
template<typename NativeInterface> | |
bool constexpr | QNativeInterface::Private::hasTypeInfo () |
#define QT_DECLARE_NATIVE_INTERFACE | ( | ... | ) |
Definition at line 47 of file qnativeinterface.h.
#define QT_DECLARE_NATIVE_INTERFACE_1 | ( | NativeInterface | ) |
Definition at line 44 of file qnativeinterface.h.
#define QT_DECLARE_NATIVE_INTERFACE_2 | ( | NativeInterface, | |
Revision ) |
Definition at line 41 of file qnativeinterface.h.
#define QT_DECLARE_NATIVE_INTERFACE_3 | ( | NativeInterface, | |
Revision, | |||
BaseType ) |
Definition at line 16 of file qnativeinterface.h.
#define QT_DECLARE_NATIVE_INTERFACE_ACCESSOR | ( | T | ) |
Definition at line 133 of file qnativeinterface.h.