kpilot/kpilot
FileInstaller Class Reference
List of all members.Detailed Description
Definition at line 42 of file fileInstaller.h.
Public Slots | |
| void | copyCompleted () |
| void | setEnabled (bool) |
Signals | |
| void | filesChanged () |
Public Member Functions | |
| FileInstaller () | |
| virtual | ~FileInstaller () |
| void | clearPending () |
| void | addFiles (const QStringList &, QWidget *w) |
| void | addFile (const QString &, QWidget *w) |
| void | deleteFile (const QString &) |
| void | deleteFiles (const QStringList &) |
| const QString & | dir () const |
| const QStringList | fileNames () const |
Protected Member Functions | |
| virtual bool | runCopy (const QString &src, QWidget *w) |
Member Function Documentation
| 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 62 of file fileInstaller.h.
The documentation for this class was generated from the following files:

