Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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") ( "_display_name" )

Referenced by DocumentFile::name().

◆ COLUMN_DOCUMENT_ID

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

Referenced by DocumentFile::listFiles().

◆ COLUMN_FLAGS

◆ COLUMN_LAST_MODIFIED

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

◆ COLUMN_MIME_TYPE

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

Referenced by DocumentFile::mimeType().

◆ COLUMN_SIZE

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

Referenced by DocumentFile::length().

◆ FLAG_DIR_SUPPORTS_CREATE

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

Definition at line 454 of file androidcontentfileengine.cpp.

Referenced by DocumentFile::canWrite().

◆ FLAG_SUPPORTS_DELETE

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

◆ FLAG_SUPPORTS_MOVE

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

Definition at line 456 of file androidcontentfileengine.cpp.

Referenced by DocumentsContract::moveDocument().

◆ FLAG_SUPPORTS_RENAME

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

Definition at line 457 of file androidcontentfileengine.cpp.

Referenced by DocumentsContract::renameDocument().

◆ FLAG_SUPPORTS_WRITE

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

Definition at line 458 of file androidcontentfileengine.cpp.

Referenced by DocumentFile::canWrite().

◆ FLAG_VIRTUAL_DOCUMENT

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

Definition at line 459 of file androidcontentfileengine.cpp.

Referenced by DocumentFile::isVirtual().

◆ MIME_TYPE_DIR

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