KIO
KAbstractFileModule Class Referenceabstract
#include <kabstractfilemodule.h>
Inheritance diagram for KAbstractFileModule:
Public Member Functions | |
KAbstractFileModule (QObject *parent) | |
virtual QWidget * | createFileWidget (const KUrl &startDir, QWidget *parent)=0 |
virtual KUrl | getStartUrl (const KUrl &startDir, QString &recentDirClass)=0 |
virtual KUrl | selectDirectory (const KUrl &startDir, bool localOnly, QWidget *parent, const QString &caption)=0 |
virtual void | setStartDir (const KUrl &directory)=0 |
Detailed Description
Interface to the module that contains the file widget.
libkfilemodule returns an object that derives from KAbstractFileModule.
This is internal to KFileDialog.
Definition at line 35 of file kabstractfilemodule.h.
Constructor & Destructor Documentation
KAbstractFileModule::KAbstractFileModule | ( | QObject * | parent | ) |
Definition at line 22 of file kabstractfilemodule.cpp.
Member Function Documentation
|
pure virtual |
the returned widget implements the KAbstractFileWidget interface
|
pure virtual |
|
pure virtual |
Creates a modal file dialog and returns the selected directory or an empty string if none was chosen.
|
pure virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:03 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.