LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO > Class Template Reference

Wrapper for an MasterHandler. More...

#include <master_handler.h>

+ Inheritance diagram for lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO >:
+ Collaboration diagram for lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO >:

List of all members.

Public Member Functions

 MasterAdaptor (const char *name, ServerTagInfo *tags)

Static Public Member Functions

static int Activate (int version, GlobalFunc *global, LWInstance inst, void *serverData)
 Set static callbacks for a LightWave Master.
static void Activate (LWInstanceFuncs *inst)
 Set static callbacks for the LightWave instance handler.
static void Activate (LWItemFuncs *inst)
 Set static callbacks for the LightWave item handler.

Detailed Description

template<class T, int maxVersion, int minVersion, int plugType, bool noIO = false>
class lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO >

Wrapper for an MasterHandler.


Constructor & Destructor Documentation

template<class T, int maxVersion, int minVersion, int plugType, bool noIO = false>
lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO >::MasterAdaptor ( const char *  name,
ServerTagInfo *  tags 
)
inline

Member Function Documentation

template<class T, int maxVersion, int minVersion, int plugType, bool noIO = false>
static int lwpp::MasterAdaptor< T, maxVersion, minVersion, plugType, noIO >::Activate ( int  version,
GlobalFunc *  global,
LWInstance  inst,
void *  serverData 
)
inlinestatic

Set static callbacks for a LightWave Master.

template<class T >
static void lwpp::InstanceAdaptor< T >::Activate ( LWInstanceFuncs *  inst)
inlinestaticinherited

Set static callbacks for the LightWave instance handler.

template<class T >
static void lwpp::ItemAdaptor< T >::Activate ( LWItemFuncs *  inst)
inlinestaticinherited

Set static callbacks for the LightWave item handler.


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