![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qcore_mac_p.h>
Public Member Functions | |
| Q_NODISCARD_CTOR | QCFString (const QString &str) |
| Q_NODISCARD_CTOR | QCFString (const CFStringRef cfstr=0) |
| Q_NODISCARD_CTOR | QCFString (const QCFType< CFStringRef > &other) |
| Q_CORE_EXPORT | operator QString () const |
| Q_CORE_EXPORT | operator CFStringRef () const |
| Public Member Functions inherited from QCFType< CFStringRef > | |
| Q_NODISCARD_CTOR | QCFType (CFTypeRef r) |
| X | as () const |
| Public Member Functions inherited from QAppleRefCounted< CFStringRef, CFTypeRef, CFRetain, CFRelease > | |
| Q_NODISCARD_CTOR | QAppleRefCounted () |
| ~QAppleRefCounted () | |
| operator CFStringRef () const | |
| void | swap (QAppleRefCounted &other) noexcept(noexcept(qSwap(value, other.value))) |
| QAppleRefCounted & | operator= (const QAppleRefCounted &other) |
| CFStringRef * | operator& () |
Additional Inherited Members | |
| Static Public Member Functions inherited from QCFType< CFStringRef > | |
| static QCFType | constructFromGet (const CFStringRef &t) |
| Protected Attributes inherited from QAppleRefCounted< CFStringRef, CFTypeRef, CFRetain, CFRelease > | |
| CFStringRef | value |
Definition at line 173 of file qcore_mac_p.h.
|
inline |
Definition at line 177 of file qcore_mac_p.h.
|
inline |
Definition at line 178 of file qcore_mac_p.h.
|
inline |
Definition at line 179 of file qcore_mac_p.h.
| QCFString::operator CFStringRef | ( | ) | const |
Definition at line 81 of file qcore_mac.mm.
| QCFString::operator QString | ( | ) | const |
Definition at line 74 of file qcore_mac.mm.