kpilot
PCToHHState Class Reference
State that handles copying of records from pc to handheld. More...
#include <pctohhstate.h>
Inheritance diagram for PCToHHState:
Public Member Functions | |
virtual void | finishSync (ConduitAction *) |
virtual void | handleRecord (ConduitAction *) |
PCToHHState () | |
virtual void | startSync (ConduitAction *) |
virtual | ~PCToHHState () |
Detailed Description
State that handles copying of records from pc to handheld.
- See also:
- vcal-conduitstate.h
Definition at line 39 of file pctohhstate.h.
Constructor & Destructor Documentation
PCToHHState::PCToHHState | ( | ) |
Definition at line 39 of file pctohhstate.cc.
PCToHHState::~PCToHHState | ( | ) | [virtual] |
Definition at line 44 of file pctohhstate.cc.
Member Function Documentation
void PCToHHState::finishSync | ( | ConduitAction * | ) | [virtual] |
Clean up after all records are synced and enter next state.
Implements ConduitState.
Definition at line 147 of file pctohhstate.cc.
void PCToHHState::handleRecord | ( | ConduitAction * | ) | [virtual] |
void PCToHHState::startSync | ( | ConduitAction * | ) | [virtual] |
Prepare for a sync in the current state.
Don't forget to set fState to true in this method. Otherwise the state won't handle records.
Implements ConduitState.
Definition at line 48 of file pctohhstate.cc.
The documentation for this class was generated from the following files: