kpilot
SorryAction Class Reference
#include <actions.h>
Inheritance diagram for SorryAction:

Detailed Description
This one just says "sorry, can't sync now".This is used in cases when the hotsync starts while KPilot is busy configuring something and can't be interrupted.
Definition at line 62 of file actions.h.
Public Member Functions | |
| SorryAction (KPilotLink *device, const QString &s=QString()) | |
Protected Member Functions | |
| virtual bool | exec () |
Protected Attributes | |
| QString | fMessage |
Constructor & Destructor Documentation
| SorryAction::SorryAction | ( | KPilotLink * | device, | |
| const QString & | s = QString() | |||
| ) | [explicit] |
Constructor.
The action will be executed on the given link device . If the given string s is non-empty, print that message (it must be i18n()ed already) instead of the standard message.
Definition at line 57 of file actions.cc.
Member Function Documentation
| bool SorryAction::exec | ( | ) | [protected, virtual] |
Member Data Documentation
QString SorryAction::fMessage [protected] |
The documentation for this class was generated from the following files:
KDE 4.2 API Reference