kpilot

SorryAction Class Reference

This one just says "sorry, can't sync now". More...

#include <actions.h>

Inheritance diagram for SorryAction:

List of all members.


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]

Reimplemented from SyncAction.

Implements SyncAction.

Definition at line 72 of file actions.cc.


Member Data Documentation

Message to print to the sync log.

Definition at line 77 of file actions.h.


The documentation for this class was generated from the following files: