LibEngsas
Public Member Functions | Static Public Member Functions | List of all members
EFileDialogPrivate Class Reference

Some helper functions used by EFileDialog. More...

#include <efiledialogprivate.h>

Public Member Functions

 EFileDialogPrivate ()

Static Public Member Functions

static QString getLastDirectory ()
 Returns the last used directory stored in settings.
static void saveLastDirectory (QString path)
 Stores the last used directory.
static QString convertFilter (QString filter, QString *defaultFilter)
 Converts the filter from Qt to KDE format.

Detailed Description

Some helper functions used by EFileDialog.

This class should not be used directly.

Constructor & Destructor Documentation

EFileDialogPrivate::EFileDialogPrivate ( )

Member Function Documentation

QString EFileDialogPrivate::convertFilter ( QString  filter,
QString *  defaultFilter 
)
static

Converts the filter from Qt to KDE format.

+ Here is the caller graph for this function:

QString EFileDialogPrivate::getLastDirectory ( )
static

Returns the last used directory stored in settings.

It uses QSettings and the value "lastDir" to get the last used directory.

+ Here is the caller graph for this function:

void EFileDialogPrivate::saveLastDirectory ( QString  path)
static

Stores the last used directory.

It determines the directory contained in path. It uses QFileInfo to do that, therefore you can give a directory or a file path, without any problems.

+ Here is the caller graph for this function:


The documentation for this class was generated from the following files: