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