|
|
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.
enum Mode { File = 1, Directory = 2, Files = 4, ExistingOnly = 8, LocalOnly = 16 } | 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 yet
LocalOnly
- Don't return remote filenames
enum FileView { Default = 0, Simple = 1, Detail = 2, SeparateDirs = 4, PreviewContents = 8, PreviewInfo = 16 } | FileView |
enum SelectionMode { Single = 1, Multi = 2, Extended = 4, NoSelection = 8 } | SelectionMode |
enum SortMode { Increasing, Decreasing } | SortMode |
Increasing - greater indices mean bigger values Decrease - greater indicies mean smaller values
bool isSortByName ( const QDir::SortSpec& sort )
| isSortByName |
[static]
bool isSortBySize ( const QDir::SortSpec& sort )
| isSortBySize |
[static]
bool isSortByDate ( const QDir::SortSpec& sort )
| isSortByDate |
[static]
bool isSortDirsFirst ( const QDir::SortSpec& sort )
| isSortDirsFirst |
[static]
bool isSortCaseInsensitive ( const QDir::SortSpec& sort )
| isSortCaseInsensitive |
[static]
bool isDefaultView ( const FileView& view )
| isDefaultView |
[static]
bool isSimpleView ( const FileView& view )
| isSimpleView |
[static]
bool isDetailView ( const FileView& view )
| isDetailView |
[static]
bool isSeparateDirs ( const FileView& view )
| isSeparateDirs |
[static]
bool isPreviewContents ( const FileView& view )
| isPreviewContents |
[static]
Generated by: dfaure on kde.faure.org on Thu Jan 17 22:17:38 2002, using kdoc 2.0a53. |