kpilot/lib

SorryAction Class Reference

#include <actions.h>

Inherits SyncAction.

List of all members.


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.


Public Member Functions

 SorryAction (KPilotLink *device, const QString &s=QString::null)

Protected Member Functions

virtual bool exec ()

Protected Attributes

QString fMessage

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.

Definition at line 72 of file actions.cc.


Member Data Documentation

QString SorryAction::fMessage [protected]

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:
KDE Home | KDE Accessibility Home | Description of Access Keys