![]() |
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 |
![]() | |
Q_NODISCARD_CTOR | QCFType (CFTypeRef r) |
X | as () const |
![]() | |
Q_NODISCARD_CTOR | QAppleRefCounted () |
Q_NODISCARD_CTOR | QAppleRefCounted (const CFStringRef &t) |
Q_NODISCARD_CTOR | QAppleRefCounted (CFStringRef &&t) noexcept(std::is_nothrow_move_constructible< CFStringRef >::value) |
Q_NODISCARD_CTOR | QAppleRefCounted (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< CFStringRef >::value &&std::is_nothrow_move_constructible< CFStringRef >::value) |
Q_NODISCARD_CTOR | QAppleRefCounted (const QAppleRefCounted &other) |
~QAppleRefCounted () | |
operator CFStringRef () const | |
void | swap (QAppleRefCounted &other) noexcept(noexcept(qSwap(value, other.value))) |
QAppleRefCounted & | operator= (const QAppleRefCounted &other) |
QAppleRefCounted & | operator= (QAppleRefCounted &&other) noexcept(std::is_nothrow_move_assignable< CFStringRef >::value &&std::is_nothrow_move_constructible< CFStringRef >::value) |
CFStringRef * | operator& () |
Additional Inherited Members | |
![]() | |
static QCFType | constructFromGet (const CFStringRef &t) |
![]() | |
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 79 of file qcore_mac.mm.
QT_BEGIN_NAMESPACE QCFString::operator QString | ( | ) | const |
Definition at line 72 of file qcore_mac.mm.