kpilot
InitState Class Reference
State to test the vcal-conduit. More...
#include <initstate.h>
Inheritance diagram for InitState:
Public Member Functions | |
virtual void | finishSync (ConduitAction *vccb) |
virtual void | handleRecord (ConduitAction *vccb) |
InitState () | |
virtual void | startSync (ConduitAction *vccb) |
virtual | ~InitState () |
Detailed Description
State to test the vcal-conduit.
- See also:
- vcal-conduitstate.h
Definition at line 38 of file initstate.h.
Constructor & Destructor Documentation
InitState::InitState | ( | ) |
Definition at line 38 of file initstate.cc.
InitState::~InitState | ( | ) | [virtual] |
Definition at line 43 of file initstate.cc.
Member Function Documentation
void InitState::finishSync | ( | ConduitAction * | ) | [virtual] |
Clean up after all records are synced and enter next state.
Implements ConduitState.
Definition at line 97 of file initstate.cc.
void InitState::handleRecord | ( | ConduitAction * | ) | [virtual] |
void InitState::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 47 of file initstate.cc.
The documentation for this class was generated from the following files: