Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::DataObjectPeer Class Reference

#include <vcf/ApplicationKit/DataObjectPeer.h>

List of all members.

Public Member Functions

virtual ~DataObjectPeer ()
virtual void addSupportedData (const uint32 &dataType, DataObject *data)=0
 Adds a new data type that the dataobject supports.
virtual DataObjectgetSupportedData (const uint32 &dataType)=0
virtual bool isTypeSupported (const uint32 &dataType)=0
 is the data type passed in supported by the data object ?


Constructor & Destructor Documentation

virtual VCF::DataObjectPeer::~DataObjectPeer  )  [inline, virtual]
 


Member Function Documentation

virtual void VCF::DataObjectPeer::addSupportedData const uint32 dataType,
DataObject data
[pure virtual]
 

Adds a new data type that the dataobject supports.

virtual DataObject* VCF::DataObjectPeer::getSupportedData const uint32 dataType  )  [pure virtual]
 

virtual bool VCF::DataObjectPeer::isTypeSupported const uint32 dataType  )  [pure virtual]
 

is the data type passed in supported by the data object ?


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information