KFile

Search for usage in LXR

#include <KFile>

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
}
 
typedef QFlags< ModeModes
 
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.

Definition at line 23 of file kfile.h.

Member Typedef Documentation

◆ Modes

typedef QFlags< Mode > KFile::Modes

Stores a combination of Mode values.

Definition at line 47 of file kfile.h.

Member Enumeration Documentation

◆ FileView

enum KFile::FileView

Definition at line 50 of file kfile.h.

◆ 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
    See also
    Modes

Definition at line 36 of file kfile.h.

◆ SelectionMode

enum KFile::SelectionMode

Definition at line 62 of file kfile.h.

Member Function Documentation

◆ isDefaultView()

bool KFile::isDefaultView ( const FileView & view)
static

Definition at line 40 of file kfile.cpp.

◆ isDetailTreeView()

bool KFile::isDetailTreeView ( const FileView & view)
static

Definition at line 75 of file kfile.cpp.

◆ isDetailView()

bool KFile::isDetailView ( const FileView & view)
static

Definition at line 50 of file kfile.cpp.

◆ isPreviewContents()

bool KFile::isPreviewContents ( const FileView & view)
static

Definition at line 60 of file kfile.cpp.

◆ isPreviewInfo()

bool KFile::isPreviewInfo ( const FileView & view)
static

Definition at line 65 of file kfile.cpp.

◆ isSeparateDirs()

bool KFile::isSeparateDirs ( const FileView & view)
static

Definition at line 55 of file kfile.cpp.

◆ isSimpleView()

bool KFile::isSimpleView ( const FileView & view)
static

Definition at line 45 of file kfile.cpp.

◆ isSortByDate()

bool KFile::isSortByDate ( const QDir::SortFlags & sort)
static

Definition at line 20 of file kfile.cpp.

◆ isSortByName()

bool KFile::isSortByName ( const QDir::SortFlags & sort)
static

Definition at line 10 of file kfile.cpp.

◆ isSortBySize()

bool KFile::isSortBySize ( const QDir::SortFlags & sort)
static

Definition at line 15 of file kfile.cpp.

◆ isSortByType()

bool KFile::isSortByType ( const QDir::SortFlags & sort)
static

Definition at line 25 of file kfile.cpp.

◆ isSortCaseInsensitive()

bool KFile::isSortCaseInsensitive ( const QDir::SortFlags & sort)
static

Definition at line 35 of file kfile.cpp.

◆ isSortDirsFirst()

bool KFile::isSortDirsFirst ( const QDir::SortFlags & sort)
static

Definition at line 30 of file kfile.cpp.

◆ isTreeView()

bool KFile::isTreeView ( const FileView & view)
static

Definition at line 70 of file kfile.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:18:52 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.