![]() |
Qt 4.8
|
#include <CoreFoundation/CoreFoundation.h>#include <CoreServices/CoreServices.h>#include "qstring.h"Go to the source code of this file.
Classes | |
| class | QCFString |
| class | QCFType< T > |
Macros | |
| #define | __IMAGECAPTURE__ |
| #define | DEBUG 0 |
Functions | |
| Q_CORE_EXPORT OSErr | qt_mac_create_fsref (const QString &file, FSRef *fsref) |
| Q_CORE_EXPORT OSErr | qt_mac_create_fsspec (const QString &file, FSSpec *spec) |
| Q_CORE_EXPORT QString | qt_mac_from_pascal_string (const Str255 pstr) |
| Q_CORE_EXPORT void | qt_mac_to_pascal_string (const QString &s, Str255 str, TextEncoding encoding=0, int len=-1) |
| #define __IMAGECAPTURE__ |
Definition at line 57 of file qcore_mac_p.h.
| #define DEBUG 0 |
Definition at line 65 of file qcore_mac_p.h.
| Q_CORE_EXPORT OSErr qt_mac_create_fsref | ( | const QString & | file, |
| FSRef * | fsref | ||
| ) |
Definition at line 125 of file qcore_mac.cpp.
Referenced by QFileDialogPrivate::createNavServicesDialog(), qt_mac_create_fsspec(), registerFont(), QFileDialogPrivate::selectFile_sys(), and QFileDialogPrivate::setDirectory_sys().
| Q_CORE_EXPORT OSErr qt_mac_create_fsspec | ( | const QString & | file, |
| FSSpec * | spec | ||
| ) |
Definition at line 131 of file qcore_mac.cpp.
Referenced by registerFont().
| Q_CORE_EXPORT QString qt_mac_from_pascal_string | ( | const Str255 | pstr | ) |
Definition at line 120 of file qcore_mac.cpp.
Referenced by qfontForThemeFont().
| Q_CORE_EXPORT void qt_mac_to_pascal_string | ( | const QString & | s, |
| Str255 | str, | ||
| TextEncoding | encoding = 0, |
||
| int | len = -1 |
||
| ) |
Definition at line 91 of file qcore_mac.cpp.
Referenced by QFileDialogPrivate::selectFile_sys().