KFile
KFileModule Class Reference
#include <kfilemodule.h>
Inheritance diagram for KFileModule:

Public Member Functions | |
KFileModule (QObject *parent, const QVariantList &) | |
virtual QWidget * | createFileWidget (const KUrl &startDir, QWidget *parent) |
virtual KUrl | getStartUrl (const KUrl &startDir, QString &recentDirClass) |
virtual KUrl | selectDirectory (const KUrl &startDir, bool localOnly, QWidget *parent, const QString &caption) |
virtual void | setStartDir (const KUrl &directory) |
![]() | |
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
Definition at line 25 of file kfilemodule.h.
Constructor & Destructor Documentation
◆ KFileModule()
KFileModule::KFileModule | ( | QObject * | parent, |
const QVariantList & | |||
) |
Definition at line 29 of file kfilemodule.cpp.
Member Function Documentation
◆ createFileWidget()
Implements KAbstractFileModule.
Definition at line 34 of file kfilemodule.cpp.
◆ getStartUrl()
Implements KAbstractFileModule.
Definition at line 39 of file kfilemodule.cpp.
◆ selectDirectory()
|
virtual |
Implements KAbstractFileModule.
Definition at line 49 of file kfilemodule.cpp.
◆ setStartDir()
|
virtual |
Implements KAbstractFileModule.
Definition at line 44 of file kfilemodule.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.