Person Class Reference

[Kpvm-Demo Index] [Kpvm-Demo Hierarchy] [Headers]


Person is an Example of a sendable structured OO-Data-Type More...

#include <kpvm_demo.h>

Inherits: Serialize (Kpvm)

Public Members

Public Slots

Protected Members

Signals

Private Members


Detailed Description

It inherits from Serialize, to be a pvm_sendable object


friend class MyKPvm[public]

is needed to let MyKPvm force an object dump or to restore an object

QList<VarTuple> objState() const [protected]

outputs the Persons data (Name, etc) into the QList of VarTuples

void setFixedOrderObjState(QList<VarTuple> state) [protected]

initializes the objects state by the given QList of VarTuples , which is built in the same order as it was dumped in objState

void setObjState(QList<VarTuple> state) [protected]

initializes the objects state by the given QList of VarTuples , which is built in any order and may not be complete as it was dumped in objState


  • Author: Michael Kropfberger <michael.kropfberger@gmx.net>
  • Documentation generated by mike@kermit on Mon Jun 29 21:57:14 MEST 1998
Kdoc