<QtDarwinHelpers>
Macros de ayuda específicas para sistemas operativos basados en Darwin. Más...
| Header: | #include <QtDarwinHelpers> |
Macros
| Q_FORWARD_DECLARE_CF_TYPE(type) | |
| Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type) | |
| Q_FORWARD_DECLARE_OBJC_CLASS(classname) |
Documentación de macros
Q_FORWARD_DECLARE_CF_TYPE(type)
Forward-declara un Core Foundation type. Esto incluye el tipo actual y el tipo ref. Por ejemplo, Q_FORWARD_DECLARE_CF_TYPE(CFString) declara __CFString y CFStringRef.
Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(type)
Forward-declara un tipo mutable de Core Foundation type. Esto incluye el tipo actual y el tipo ref. Por ejemplo, Q_FORWARD_DECLARE_MUTABLE_CF_TYPE(CFMutableString) declara __CFMutableString y CFMutableStringRef.
Q_FORWARD_DECLARE_OBJC_CLASS(classname)
Forward-declara un Objective-C classname de forma que pueda compilarse como Objective-C o C++.
Esto está pensado principalmente para su uso en archivos de cabecera que pueden ser incluidos tanto por Objective-C y C ++ archivos de origen.
© 2026 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.