![]() |
Qt 4.8
|
#include <private/qcore_mac_p.h>#include <new>Go to the source code of this file.
Functions | |
| OSErr | qt_mac_create_fsref (const QString &file, FSRef *fsref) |
| OSErr | qt_mac_create_fsspec (const QString &file, FSSpec *spec) |
| QString | qt_mac_from_pascal_string (const Str255 pstr) |
| void | qt_mac_to_pascal_string (const QString &s, Str255 str, TextEncoding encoding, int len) |
| 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().
| OSErr qt_mac_create_fsspec | ( | const QString & | file, |
| FSSpec * | spec | ||
| ) |
Definition at line 131 of file qcore_mac.cpp.
Referenced by registerFont().
| QString qt_mac_from_pascal_string | ( | const Str255 | pstr | ) |
Definition at line 120 of file qcore_mac.cpp.
Referenced by qfontForThemeFont().
| void qt_mac_to_pascal_string | ( | const QString & | s, |
| Str255 | str, | ||
| TextEncoding | encoding, | ||
| int | len | ||
| ) |
Definition at line 91 of file qcore_mac.cpp.
Referenced by QFileDialogPrivate::selectFile_sys().