#include <ObjectWrapper.h>
|
| ObjectWrapper (CreateInstanceFunc *createInstanceFunc, const std::string &name, const std::string &associates) |
|
| ObjectWrapper (CreateInstanceFunc *createInstanceFunc, const std::string &domain, const std::string &name, const std::string &associates) |
|
void | setUpdatedVersion (int ver) |
|
int | getUpdatedVersion () const |
|
osg::Object * | createInstance () const |
|
const std::string & | getDomain () const |
|
const std::string & | getName () const |
|
const StringList & | getAssociates () const |
|
SerializerList & | getSerializerList () |
|
const SerializerList & | getSerializerList () const |
|
TypeList & | getTypeList () |
|
const TypeList & | getTypeList () const |
|
void | addSerializer (BaseSerializer *s, BaseSerializer::Type t=BaseSerializer::RW_UNDEFINED) |
|
void | markSerializerAsRemoved (const std::string &name) |
|
BaseSerializer * | getLastSerializer () |
|
BaseSerializer * | getSerializer (const std::string &name) |
|
BaseSerializer * | getSerializer (const std::string &name, BaseSerializer::Type &type) |
|
void | addFinishedObjectReadCallback (FinishedObjectReadCallback *forc) |
|
bool | read (InputStream &, osg::Object &) |
|
bool | write (OutputStream &, const osg::Object &) |
|
bool | readSchema (const StringList &properties, const TypeList &types) |
|
void | writeSchema (StringList &properties, TypeList &types) |
|
void | resetSchema () |
|
void | addMethodObject (const std::string &methodName, MethodObject *mo) |
|
MethodObjectMap & | getMethodObjectMap () |
|
const MethodObjectMap & | getMethodObjectMap () const |
|
| Referenced () |
|
| Referenced (bool threadSafeRefUnref) |
|
| Referenced (const Referenced &) |
|
Referenced & | operator= (const Referenced &) |
|
virtual void | setThreadSafeRefUnref (bool threadSafe) |
|
bool | getThreadSafeRefUnref () const |
|
OpenThreads::Mutex * | getRefMutex () const |
|
int | ref () const |
|
int | unref () const |
|
int | unref_nodelete () const |
|
int | referenceCount () const |
|
ObserverSet * | getObserverSet () const |
|
ObserverSet * | getOrCreateObserverSet () const |
|
void | addObserver (Observer *observer) const |
|
void | removeObserver (Observer *observer) const |
|
Definition at line 53 of file ObjectWrapper.h.
typedef osg::Object* osgDB::ObjectWrapper::CreateInstanceFunc() |
osgDB::ObjectWrapper::ObjectWrapper |
( |
CreateInstanceFunc * |
createInstanceFunc, |
|
|
const std::string & |
name, |
|
|
const std::string & |
associates |
|
) |
| |
osgDB::ObjectWrapper::ObjectWrapper |
( |
CreateInstanceFunc * |
createInstanceFunc, |
|
|
const std::string & |
domain, |
|
|
const std::string & |
name, |
|
|
const std::string & |
associates |
|
) |
| |
osgDB::ObjectWrapper::ObjectWrapper |
( |
| ) |
|
|
inlineprotected |
virtual osgDB::ObjectWrapper::~ObjectWrapper |
( |
| ) |
|
|
inlineprotectedvirtual |
void osgDB::ObjectWrapper::addMethodObject |
( |
const std::string & |
methodName, |
|
|
MethodObject * |
mo |
|
) |
| |
osg::Object* osgDB::ObjectWrapper::createInstance |
( |
| ) |
const |
|
inline |
const StringList& osgDB::ObjectWrapper::getAssociates |
( |
| ) |
const |
|
inline |
const std::string& osgDB::ObjectWrapper::getDomain |
( |
| ) |
const |
|
inline |
const std::string& osgDB::ObjectWrapper::getName |
( |
| ) |
const |
|
inline |
BaseSerializer* osgDB::ObjectWrapper::getSerializer |
( |
const std::string & |
name | ) |
|
const SerializerList& osgDB::ObjectWrapper::getSerializerList |
( |
| ) |
const |
|
inline |
TypeList& osgDB::ObjectWrapper::getTypeList |
( |
| ) |
|
|
inline |
const TypeList& osgDB::ObjectWrapper::getTypeList |
( |
| ) |
const |
|
inline |
int osgDB::ObjectWrapper::getUpdatedVersion |
( |
| ) |
const |
|
inline |
void osgDB::ObjectWrapper::markSerializerAsRemoved |
( |
const std::string & |
name | ) |
|
bool osgDB::ObjectWrapper::readSchema |
( |
const StringList & |
properties, |
|
|
const TypeList & |
types |
|
) |
| |
void osgDB::ObjectWrapper::resetSchema |
( |
| ) |
|
|
inline |
void osgDB::ObjectWrapper::setUpdatedVersion |
( |
int |
ver | ) |
|
|
inline |
std::string osgDB::ObjectWrapper::_domain |
|
protected |
std::string osgDB::ObjectWrapper::_name |
|
protected |
TypeList osgDB::ObjectWrapper::_typeList |
|
protected |
int osgDB::ObjectWrapper::_version |
|
protected |
The documentation for this class was generated from the following file: