LightWrap++
AC++wrapperfortheLightWave3DSDK
lwpp::AnimLoaderHandler Class Reference

#include <animloader_handler.h>

+ Inheritance diagram for lwpp::AnimLoaderHandler:
+ Collaboration diagram for lwpp::AnimLoaderHandler:

List of all members.

Public Member Functions

 AnimLoaderHandler (void *g, void *context, LWError *err)
virtual ~AnimLoaderHandler ()
virtual const char * DescLn ()
virtual void Evaluate (double, LWAnimFrameAccess *)=0
virtual double GetAspect (int *w, int *h, double *pixAspect)=0
virtual int GetFrameCount ()=0
virtual double GetFrameRate ()=0
virtual bool isValid ()=0
virtual LWError Load (const LoadState &ls)
 Load data from a LWLoadState.
virtual LWError Save (const SaveState &ss)
 Save data to a LWSaveState.
void SetClassName (const char *n)
void SetDescription (const char *n)
void SetDescription (const std::string &s)
void SetName (const char *n)
void Update ()
void Update (const char *cName)

Protected Attributes

std::string fileName
LWAnimLoaderHandler * local
const char * m_className
std::string m_description
const char * m_pluginName
InstanceUpdate m_update
int version

Constructor & Destructor Documentation

lwpp::AnimLoaderHandler::AnimLoaderHandler ( void *  g,
void *  context,
LWError *  err 
)
inline
virtual lwpp::AnimLoaderHandler::~AnimLoaderHandler ( )
inlinevirtual

Member Function Documentation

virtual const char* lwpp::InstanceHandler::DescLn ( )
inlinevirtualinherited
virtual void lwpp::AnimLoaderHandler::Evaluate ( double  ,
LWAnimFrameAccess *   
)
pure virtual
virtual double lwpp::AnimLoaderHandler::GetAspect ( int *  w,
int *  h,
double *  pixAspect 
)
pure virtual
virtual int lwpp::AnimLoaderHandler::GetFrameCount ( )
pure virtual
virtual double lwpp::AnimLoaderHandler::GetFrameRate ( )
pure virtual
virtual bool lwpp::AnimLoaderHandler::isValid ( )
pure virtual
virtual LWError lwpp::Storeable::Load ( const LoadState ls)
inlinevirtualinherited

Load data from a LWLoadState.

Parameters:
*lsLWLoadState to load from
Returns:
An error string if an error occured, 0 otherwise

Reimplemented in lwpp::LWItem, lwpp::FileName, lwpp::Image, lwpp::ColourManager, lwpp::NodeEditor, and lwpp::VParm.

virtual LWError lwpp::Storeable::Save ( const SaveState ss)
inlinevirtualinherited

Save data to a LWSaveState.

Parameters:
*ssLWSaveState to save to
Returns:
An error string if an error occured, 0 otherwise

Reimplemented in lwpp::LWItem, lwpp::FileName, lwpp::Image, lwpp::ColourManager, lwpp::NodeEditor, and lwpp::VParm.

void lwpp::InstanceHandler::SetClassName ( const char *  n)
inlineinherited
void lwpp::InstanceHandler::SetDescription ( const char *  n)
inlineinherited
void lwpp::InstanceHandler::SetDescription ( const std::string &  s)
inlineinherited
void lwpp::InstanceHandler::SetName ( const char *  n)
inlineinherited
void lwpp::InstanceHandler::Update ( )
inlineinherited
void lwpp::InstanceHandler::Update ( const char *  cName)
inlineinherited

Member Data Documentation

std::string lwpp::AnimLoaderHandler::fileName
protected
LWAnimLoaderHandler* lwpp::AnimLoaderHandler::local
protected
const char* lwpp::InstanceHandler::m_className
protectedinherited
std::string lwpp::InstanceHandler::m_description
protectedinherited
const char* lwpp::InstanceHandler::m_pluginName
protectedinherited
InstanceUpdate lwpp::InstanceHandler::m_update
protectedinherited
int lwpp::AnimLoaderHandler::version
protected

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