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

#include <storeable.h>

+ Inheritance diagram for lwpp::Storeable:

List of all members.

Public Member Functions

virtual LWError Load (const LoadState &ls)
 Load data from a LWLoadState.
virtual LWError Save (const SaveState &ss)
 Save data to a LWSaveState.

Member Function Documentation

virtual LWError lwpp::Storeable::Load ( const LoadState ls)
inlinevirtual

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)
inlinevirtual

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.


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