Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdarwinhelpers.h File Reference

(bc83d91d4e3575ba688d65e12860c05b3fb1dcbd)

Go to the source code of this file.

Macros

#define Q_FORWARD_DECLARE_OBJC_CLASS(classname)
#define Q_FORWARD_DECLARE_CF_TYPE(type)
#define Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type)
#define Q_FORWARD_DECLARE_CG_TYPE(type)
#define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE(type)

Macro Definition Documentation

◆ Q_FORWARD_DECLARE_CF_TYPE

#define Q_FORWARD_DECLARE_CF_TYPE ( type)
Value:
typedef const struct __ ## type * type ## Ref
GLenum type

Definition at line 25 of file qdarwinhelpers.h.

◆ Q_FORWARD_DECLARE_CG_TYPE

#define Q_FORWARD_DECLARE_CG_TYPE ( type)
Value:
typedef const struct type *type##Ref

Definition at line 31 of file qdarwinhelpers.h.

◆ Q_FORWARD_DECLARE_MUTABLE_CF_TYPE

#define Q_FORWARD_DECLARE_MUTABLE_CF_TYPE ( type)
Value:
typedef struct __ ## type * type ## Ref

Definition at line 28 of file qdarwinhelpers.h.

◆ Q_FORWARD_DECLARE_MUTABLE_CG_TYPE

#define Q_FORWARD_DECLARE_MUTABLE_CG_TYPE ( type)
Value:
typedef struct type *type##Ref

Definition at line 34 of file qdarwinhelpers.h.

◆ Q_FORWARD_DECLARE_OBJC_CLASS

#define Q_FORWARD_DECLARE_OBJC_CLASS ( classname)
Value:
class classname

Definition at line 21 of file qdarwinhelpers.h.