Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
DocumentsContract::Document Namespace Reference

Variables

const QLatin1String COLUMN_DISPLAY_NAME ("_display_name")
const QLatin1String COLUMN_DOCUMENT_ID ("document_id")
const QLatin1String COLUMN_FLAGS ("flags")
const QLatin1String COLUMN_LAST_MODIFIED ("last_modified")
const QLatin1String COLUMN_MIME_TYPE ("mime_type")
const QLatin1String COLUMN_SIZE ("_size")
constexpr int FLAG_DIR_SUPPORTS_CREATE = 0x00000008
constexpr int FLAG_SUPPORTS_DELETE = 0x00000004
constexpr int FLAG_SUPPORTS_MOVE = 0x00000100
constexpr int FLAG_SUPPORTS_RENAME = 0x00000040
constexpr int FLAG_SUPPORTS_WRITE = 0x00000002
constexpr int FLAG_VIRTUAL_DOCUMENT = 0x00000200
const QLatin1String MIME_TYPE_DIR ("vnd.android.document/directory")

Variable Documentation

◆ COLUMN_DISPLAY_NAME

const QLatin1String DocumentsContract::Document::COLUMN_DISPLAY_NAME ( "_display_name" )

◆ COLUMN_DOCUMENT_ID

const QLatin1String DocumentsContract::Document::COLUMN_DOCUMENT_ID ( "document_id" )

◆ COLUMN_FLAGS

const QLatin1String DocumentsContract::Document::COLUMN_FLAGS ( "flags" )

◆ COLUMN_LAST_MODIFIED

const QLatin1String DocumentsContract::Document::COLUMN_LAST_MODIFIED ( "last_modified" )

◆ COLUMN_MIME_TYPE

const QLatin1String DocumentsContract::Document::COLUMN_MIME_TYPE ( "mime_type" )

◆ COLUMN_SIZE

const QLatin1String DocumentsContract::Document::COLUMN_SIZE ( "_size" )

◆ FLAG_DIR_SUPPORTS_CREATE

int DocumentsContract::Document::FLAG_DIR_SUPPORTS_CREATE = 0x00000008
constexpr

Definition at line 450 of file androidcontentfileengine.cpp.

Referenced by DocumentFile::canWrite().

◆ FLAG_SUPPORTS_DELETE

int DocumentsContract::Document::FLAG_SUPPORTS_DELETE = 0x00000004
constexpr

◆ FLAG_SUPPORTS_MOVE

int DocumentsContract::Document::FLAG_SUPPORTS_MOVE = 0x00000100
constexpr

Definition at line 452 of file androidcontentfileengine.cpp.

Referenced by DocumentsContract::moveDocument().

◆ FLAG_SUPPORTS_RENAME

int DocumentsContract::Document::FLAG_SUPPORTS_RENAME = 0x00000040
constexpr

Definition at line 453 of file androidcontentfileengine.cpp.

Referenced by DocumentsContract::renameDocument().

◆ FLAG_SUPPORTS_WRITE

int DocumentsContract::Document::FLAG_SUPPORTS_WRITE = 0x00000002
constexpr

Definition at line 454 of file androidcontentfileengine.cpp.

Referenced by DocumentFile::canWrite().

◆ FLAG_VIRTUAL_DOCUMENT

int DocumentsContract::Document::FLAG_VIRTUAL_DOCUMENT = 0x00000200
constexpr

Definition at line 455 of file androidcontentfileengine.cpp.

◆ MIME_TYPE_DIR

const QLatin1String DocumentsContract::Document::MIME_TYPE_DIR ( "vnd.android.document/directory" )