class KFile

KFile is a class which provides a namespace for some enumerated values associated with the kfile library. More...

Definition#include <kfile.h>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

Public Types

Public Static Methods


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.

enum Mode {File = 1, Directory = 2, Files = 4, ExistingOnly = 8, LocalOnly = 16 }

Mode

Modes of operation for the dialog.

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]


Generated by: dfaure on Tue Feb 27 12:47:11 2001, using kdoc 2.0a50.