org.kde.koala
public class KFile extends Object implements QtSupport
UNKNOWN: KFile is a class which provides a namespace for some enumerated values associated with the kfile library.
Field Summary | |
---|---|
static int | Default |
static int | Detail |
static int | Directory |
static int | ExistingOnly |
static int | Extended |
static int | File
Modes of operation for the dialog.
|
static int | Files |
static int | FileViewMax |
static int | LocalOnly |
static int | ModeMax |
static int | Multi |
static int | NoSelection |
static int | PreviewContents |
static int | PreviewInfo |
static int | SeparateDirs |
static int | Simple |
static int | Single |
Constructor Summary | |
---|---|
protected | KFile(Class dummy) |
KFile() |
Method Summary | |
---|---|
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
static boolean | isDefaultView(int view) |
static boolean | isDetailView(int view) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
static boolean | isPreviewContents(int view) |
static boolean | isPreviewInfo(int view) |
static boolean | isSeparateDirs(int view) |
static boolean | isSimpleView(int view) |
static boolean | isSortByDate(int sort) |
static boolean | isSortByName(int sort) |
static boolean | isSortBySize(int sort) |
static boolean | isSortCaseInsensitive(int sort) |
static boolean | isSortDirsFirst(int sort) |
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
UNKNOWN: