interreality.org [VOS]
[Home] [About]
[Screenshots]
[Download]
[News]
[Community]
[Documentation] [Manual]
[Bugs & Requests] [Wiki]

VOS::LocalCompoundFactory Class Reference

#include <factory.hh>

Inheritance diagram for VOS::LocalCompoundFactory:

VOS::CompoundFactory VOS::LocalFactory VOS::Factory VOS::Factory VOS::MetaObject VOS::MetaObject VOS::Vobject VOS::Dispatchable VOS::Vobject VOS::Dispatchable VUtil::RefCounted VUtil::RefCounted List of all members.

Detailed Description

Definition at line 110 of file factory.hh.

Public Types

Public Member Functions

Static Public Member Functions


Member Typedef Documentation

typedef void(*) VOS::LocalCompoundFactory::Initializer(Vobject *compoundfact, Vobject *requester, const std::string &type, Vobject *vobj)

Definition at line 113 of file factory.hh.


Constructor & Destructor Documentation

VOS::LocalCompoundFactory::LocalCompoundFactory ( VobjectBase superobject  ) 


Member Function Documentation

void VOS::LocalCompoundFactory::addInitializer ( const std::string &  type,
Initializer  ini 
)

virtual VUtil::vRef<Vobject> VOS::LocalCompoundFactory::construct ( const char *  name,
const char *  type0,
const char *  type1 = 0,
const char *  type2 = 0,
const char *  type3 = 0,
const char *  type4 = 0 
) [inline, virtual]

Reimplemented from VOS::CompoundFactory.

Definition at line 134 of file factory.hh.

virtual VUtil::vRef<Vobject> VOS::LocalCompoundFactory::construct ( const char *  name,
const std::deque< std::string > &  types 
) [inline, virtual]

Implements VOS::CompoundFactory.

Definition at line 131 of file factory.hh.

virtual VUtil::vRef<Vobject> VOS::LocalCompoundFactory::construct ( Vobject requester,
const char *  name,
const std::deque< std::string > &  types 
) [virtual]

void VOS::LocalCompoundFactory::createCompoundHandler ( Message m  ) 

virtual StringIterator VOS::LocalCompoundFactory::getAcceptedTypes (  )  [virtual]

Implements VOS::Factory.

static MetaObject* VOS::LocalCompoundFactory::new_LocalCompoundFactory ( VobjectBase superobject,
const std::string &  type 
) [static]

void VOS::LocalCompoundFactory::removeInitializer ( const std::string &  type,
Initializer  ini 
)


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