OSG  3.4.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Types | Public Member Functions | Protected Attributes | List of all members
osgDB::RegisterCustomWrapperProxy Class Reference

#include <ObjectWrapper.h>

Collaboration diagram for osgDB::RegisterCustomWrapperProxy:
Collaboration graph
[legend]

Public Types

typedef void(* AddPropFunc )(const char *, ObjectWrapper *)
 

Public Member Functions

 RegisterCustomWrapperProxy (ObjectWrapper::CreateInstanceFunc *createInstanceFunc, const std::string &domain, const std::string &name, const std::string &associates, AddPropFunc func)
 
virtual ~RegisterCustomWrapperProxy ()
 

Protected Attributes

osg::ref_ptr< ObjectWrapper_wrapper
 

Detailed Description

Definition at line 203 of file ObjectWrapper.h.

Member Typedef Documentation

typedef void(* osgDB::RegisterCustomWrapperProxy::AddPropFunc)(const char *, ObjectWrapper *)

Definition at line 206 of file ObjectWrapper.h.

Constructor & Destructor Documentation

osgDB::RegisterCustomWrapperProxy::RegisterCustomWrapperProxy ( ObjectWrapper::CreateInstanceFunc createInstanceFunc,
const std::string &  domain,
const std::string &  name,
const std::string &  associates,
AddPropFunc  func 
)
virtual osgDB::RegisterCustomWrapperProxy::~RegisterCustomWrapperProxy ( )
virtual

Member Data Documentation

osg::ref_ptr<ObjectWrapper> osgDB::RegisterCustomWrapperProxy::_wrapper
protected

Definition at line 214 of file ObjectWrapper.h.


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