kpilot/kpilot
RestoreAction Class Reference
Inheritance diagram for RestoreAction:

Detailed Description
Definition at line 144 of file hotSync.h.
Public Types | |
| enum | Status { InstallingFiles, GettingFileInfo, Done } |
Public Member Functions | |
| RestoreAction (KPilotLink *, QWidget *w=0L) | |
| virtual QString | statusString () const |
| void | setDirectory (const QString &path) |
Protected Slots | |
| void | installNextFile () |
Protected Member Functions | |
| virtual bool | exec () |
Member Function Documentation
| void RestoreAction::setDirectory | ( | const QString & | path | ) |
By default, a path based on the user name (either on the handheld or set in KPilot) is used to determine the restory directory name ( generally $KDEHOME/share/apps/kpilot/DBBackup/_user_name_ ).
Use setDirectory() to change that and use a given path as target for the source. Use an empty path to restore the default behavior of using the username.
Definition at line 966 of file hotSync.cc.
The documentation for this class was generated from the following files:

