kpilot

TestState Class Reference

State to test the vcal-conduit. More...

#include <teststate.h>

Inheritance diagram for TestState:

List of all members.


Public Member Functions

virtual void finishSync (ConduitAction *)
virtual void handleRecord (ConduitAction *)
virtual void startSync (ConduitAction *)
 TestState ()
virtual ~TestState ()

Detailed Description

State to test the vcal-conduit.

See also:
vcal-conduitstate.h

Definition at line 40 of file teststate.h.


Constructor & Destructor Documentation

TestState::TestState (  ) 

Definition at line 41 of file teststate.cc.

TestState::~TestState (  )  [virtual]

Definition at line 46 of file teststate.cc.


Member Function Documentation

void TestState::finishSync ( ConduitAction  )  [virtual]

Clean up after all records are synced and enter next state.

Implements ConduitState.

Definition at line 98 of file teststate.cc.

void TestState::handleRecord ( ConduitAction  )  [virtual]

Sync the next record in row.

Implements ConduitState.

Definition at line 68 of file teststate.cc.

void TestState::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 51 of file teststate.cc.


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