kpilot

FileInstallAction Class Reference

#include <hotSync.h>

Inheritance diagram for FileInstallAction:

List of all members.


Public Member Functions

 FileInstallAction (KPilotLink *, const QString &fileDir)
virtual QString statusString () const
virtual ~FileInstallAction ()

Protected Slots

void installNextFile ()

Protected Member Functions

virtual bool exec ()

Detailed Description

Definition at line 117 of file hotSync.h.


Constructor & Destructor Documentation

FileInstallAction::FileInstallAction ( KPilotLink p,
const QString fileDir 
)

Definition at line 577 of file hotSync.cc.

FileInstallAction::~FileInstallAction (  )  [virtual]

Definition at line 587 of file hotSync.cc.


Member Function Documentation

bool FileInstallAction::exec (  )  [protected, virtual]

This function starts the actual processing done by the conduit.

It should return false if the processing cannot be initiated, f.ex. because some parameters were not set or a needed library is missing. This will be reported to the user. It should return true if processing is started normally. If processing starts normally, it is the _conduit's_ responsibility to eventually emit syncDone(); if processing does not start normally (ie. exec() returns false) then the environment will deal with syncDone().

Implements SyncAction.

Definition at line 594 of file hotSync.cc.

void FileInstallAction::installNextFile (  )  [protected, slot]

Definition at line 628 of file hotSync.cc.

QString FileInstallAction::statusString (  )  const [virtual]

Return a human-readable representation of the status.

Reimplemented from SyncAction.

Definition at line 757 of file hotSync.cc.


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