kpilot
DeleteUnsyncedHHState Class Reference
State to handle delete unsynced pc records. More...
#include <deleteunsyncedhhstate.h>
Inheritance diagram for DeleteUnsyncedHHState:
Public Member Functions | |
DeleteUnsyncedHHState () | |
virtual void | finishSync (ConduitAction *) |
virtual void | handleRecord (ConduitAction *) |
virtual void | startSync (ConduitAction *) |
virtual | ~DeleteUnsyncedHHState () |
Detailed Description
State to handle delete unsynced pc records.
- See also:
- vcal-conduitstate.h
Definition at line 38 of file deleteunsyncedhhstate.h.
Constructor & Destructor Documentation
DeleteUnsyncedHHState::DeleteUnsyncedHHState | ( | ) |
Definition at line 40 of file deleteunsyncedhhstate.cc.
DeleteUnsyncedHHState::~DeleteUnsyncedHHState | ( | ) | [virtual] |
Definition at line 45 of file deleteunsyncedhhstate.cc.
Member Function Documentation
void DeleteUnsyncedHHState::finishSync | ( | ConduitAction * | ) | [virtual] |
Clean up after all records are synced and enter next state.
Implements ConduitState.
Definition at line 103 of file deleteunsyncedhhstate.cc.
void DeleteUnsyncedHHState::handleRecord | ( | ConduitAction * | ) | [virtual] |
Sync the next record in row.
Implements ConduitState.
Definition at line 68 of file deleteunsyncedhhstate.cc.
void DeleteUnsyncedHHState::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 49 of file deleteunsyncedhhstate.cc.
The documentation for this class was generated from the following files: