kpilot
FileInstaller Class Reference
#include <fileInstaller.h>

Detailed Description
Definition at line 38 of file fileInstaller.h.
Public Slots | |
| void | copyCompleted () |
| void | setEnabled (bool) |
Signals | |
| void | filesChanged () |
Public Member Functions | |
| void | addFile (const QString &, QWidget *w) |
| void | addFiles (const QStringList &, QWidget *w) |
| void | clearPending () |
| void | deleteFile (const QString &) |
| void | deleteFiles (const QStringList &) |
| const QString & | dir () const |
| FileInstaller () | |
| const QStringList | fileNames () const |
| virtual | ~FileInstaller () |
Protected Member Functions | |
| virtual bool | runCopy (const QString &src, QWidget *w) |
Constructor & Destructor Documentation
| FileInstaller::FileInstaller | ( | ) |
Definition at line 48 of file fileInstaller.cc.
| FileInstaller::~FileInstaller | ( | ) | [virtual] |
Definition at line 59 of file fileInstaller.cc.
Member Function Documentation
Definition at line 149 of file fileInstaller.cc.
| void FileInstaller::addFiles | ( | const QStringList & | fileList, | |
| QWidget * | w | |||
| ) |
Definition at line 128 of file fileInstaller.cc.
| void FileInstaller::clearPending | ( | ) |
Definition at line 65 of file fileInstaller.cc.
| void FileInstaller::copyCompleted | ( | ) | [slot] |
Definition at line 161 of file fileInstaller.cc.
| void FileInstaller::deleteFile | ( | const QString & | file | ) |
Definition at line 86 of file fileInstaller.cc.
| void FileInstaller::deleteFiles | ( | const QStringList & | files | ) |
Definition at line 92 of file fileInstaller.cc.
| const QString& FileInstaller::dir | ( | ) | const [inline] |
Returns information about this installer.
Note particularly that fileNames() returns only filenames, not paths. In particular, you'll need to prepend dir()+"/" to get pathnames.
Definition at line 58 of file fileInstaller.h.
| const QStringList FileInstaller::fileNames | ( | ) | const |
Definition at line 166 of file fileInstaller.cc.
| void FileInstaller::filesChanged | ( | ) | [signal] |
Definition at line 103 of file fileInstaller.cc.
| void FileInstaller::setEnabled | ( | bool | b | ) | [slot] |
Definition at line 176 of file fileInstaller.cc.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference