kpilot
SorryAction Class Reference
This one just says "sorry, can't sync now". More...
#include <actions.h>
Inheritance diagram for SorryAction:

Public Member Functions | |
SorryAction (KPilotLink *device, const QString &s=QString::null) | |
Protected Member Functions | |
virtual bool | exec () |
Protected Attributes | |
QString | fMessage |
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 61 of file actions.h.
Constructor & Destructor Documentation
SorryAction::SorryAction | ( | KPilotLink * | device, | |
const QString & | s = QString::null | |||
) |
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 61 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: