KIO
KFile Class Reference
#include <kfile.h>
Public Types | |
enum | FileView { Default = 0 , Simple = 1 , Detail = 2 , SeparateDirs = 4 , PreviewContents = 8 , PreviewInfo = 16 , Tree = 32 , DetailTree = 64 , FileViewMax = 65536 } |
enum | Mode { File = 1 , Directory = 2 , Files = 4 , ExistingOnly = 8 , LocalOnly = 16 , ModeMax = 65536 } |
enum | SelectionMode { Single = 1 , Multi = 2 , Extended = 4 , NoSelection = 8 } |
Static Public Member Functions | |
static bool | isDefaultView (const FileView &view) |
static bool | isDetailTreeView (const FileView &view) |
static bool | isDetailView (const FileView &view) |
static bool | isPreviewContents (const FileView &view) |
static bool | isPreviewInfo (const FileView &view) |
static bool | isSeparateDirs (const FileView &view) |
static bool | isSimpleView (const FileView &view) |
static bool | isSortByDate (const QDir::SortFlags &sort) |
static bool | isSortByName (const QDir::SortFlags &sort) |
static bool | isSortBySize (const QDir::SortFlags &sort) |
static bool | isSortByType (const QDir::SortFlags &sort) |
static bool | isSortCaseInsensitive (const QDir::SortFlags &sort) |
static bool | isSortDirsFirst (const QDir::SortFlags &sort) |
static bool | isTreeView (const FileView &view) |
Detailed Description
KFile is a class which provides a namespace for some enumerated values associated with the kfile library.
You will never need to construct a KFile object itself.
Member Enumeration Documentation
◆ FileView
enum KFile::FileView |
◆ Mode
enum KFile::Mode |
Modes of operation for the dialog.
File
- Get a single file name from the user.Directory
- Get a directory name from the user.Files
- Get multiple file names from the user.ExistingOnly
- Never return a filename which does not exist yetLocalOnly
- Don't return remote filenames
Enumerator | |
---|---|
File | |
Directory | |
Files | |
ExistingOnly | |
LocalOnly | |
ModeMax |
◆ SelectionMode
enum KFile::SelectionMode |
Member Function Documentation
◆ isDefaultView()
◆ isDetailTreeView()
|
static |
◆ isDetailView()
◆ isPreviewContents()
|
static |
◆ isPreviewInfo()
◆ isSeparateDirs()
◆ isSimpleView()
◆ isSortByDate()
|
static |
◆ isSortByName()
|
static |
◆ isSortBySize()
|
static |
◆ isSortByType()
|
static |
◆ isSortCaseInsensitive()
|
static |
◆ isSortDirsFirst()
|
static |
◆ isTreeView()
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.