![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qstandardpaths.h"#include <qdir.h>#include <qurl.h>#include <private/qcore_mac_p.h>#include <qcoreapplication.h>import <Foundation/Foundation.h>Go to the source code of this file.
Functions | |
| static QString | pathForDirectory (NSSearchPathDirectory directory, NSSearchPathDomainMask mask) |
| static NSSearchPathDirectory | searchPathDirectory (QStandardPaths::StandardLocation type) |
| static void | appendOrganizationAndApp (QString &path) |
| static QString | baseWritableLocation (QStandardPaths::StandardLocation type, NSSearchPathDomainMask mask=NSUserDomainMask, bool appendOrgAndApp=false) |
Definition at line 63 of file qstandardpaths_mac.mm.
|
static |
Definition at line 77 of file qstandardpaths_mac.mm.
|
static |
Definition at line 23 of file qstandardpaths_mac.mm.
|
static |
Definition at line 30 of file qstandardpaths_mac.mm.