 |
Qt 6.x
The Qt SDK
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
4#ifndef QTDARWINHELPERS_H
5#define QTDARWINHELPERS_H
8#pragma qt_class(QtDarwinHelpers)
9#pragma qt_sync_stop_processing
16#ifndef Q_FORWARD_DECLARE_OBJC_CLASS
18# define Q_FORWARD_DECLARE_OBJC_CLASS(classname) @class classname
20# define Q_FORWARD_DECLARE_OBJC_CLASS(classname) class classname
23#ifndef Q_FORWARD_DECLARE_CF_TYPE
24# define Q_FORWARD_DECLARE_CF_TYPE(type) typedef const struct __ ## type * type ## Ref
26#ifndef Q_FORWARD_DECLARE_MUTABLE_CF_TYPE
27# define Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type) typedef struct __ ## type * type ## Ref
29#ifndef Q_FORWARD_DECLARE_CG_TYPE
30# define Q_FORWARD_DECLARE_CG_TYPE(type) typedef const struct type *type##Ref
32#ifndef Q_FORWARD_DECLARE_MUTABLE_CG_TYPE
33# define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE(type) typedef struct type *type##Ref