Class for Procedural Textures.
More...
#include <texture_handler.h>
List of all members.
Detailed Description
Class for Procedural Textures.
- Note:
- LWTextureAccess is still the original struct and not replaced by the wrapper with a class
Constructor & Destructor Documentation
| lwpp::TextureHandler::TextureHandler |
( |
void * |
g, |
|
|
void * |
context, |
|
|
LWError * |
err |
|
) |
| |
|
inline |
| virtual lwpp::TextureHandler::~TextureHandler |
( |
| ) |
|
|
inlinevirtual |
Member Function Documentation
| virtual void lwpp::ItemHandler::ChangeID |
( |
const LWItemID * |
id_list | ) |
|
|
inlinevirtualinherited |
| virtual void lwpp::RenderHandler::Cleanup |
( |
| ) |
|
|
inlinevirtualinherited |
| virtual const char* lwpp::InstanceHandler::DescLn |
( |
| ) |
|
|
inlinevirtualinherited |
| virtual double lwpp::TextureHandler::Evaluate |
( |
LWTextureAccess * |
ta | ) |
|
|
inlinevirtual |
| virtual unsigned int lwpp::TextureHandler::Flags |
( |
void |
| ) |
|
|
inlinevirtual |
| virtual LWError lwpp::RenderHandler::Init |
( |
int |
mode | ) |
|
|
inlinevirtualinherited |
| virtual LWError lwpp::Storeable::Load |
( |
const LoadState & |
ls | ) |
|
|
inlinevirtualinherited |
| virtual LWError lwpp::RenderHandler::NewTime |
( |
LWFrame |
frame, |
|
|
LWTime |
time |
|
) |
| |
|
inlinevirtualinherited |
| virtual LWError lwpp::Storeable::Save |
( |
const SaveState & |
ss | ) |
|
|
inlinevirtualinherited |
| 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 |
| virtual const LWItemID* lwpp::ItemHandler::UseItems |
( |
| ) |
|
|
inlinevirtualinherited |
Member Data Documentation
| LWTLayerID lwpp::TextureHandler::Context |
|
protected |
| LWFrame lwpp::RenderHandler::currentFrame |
|
protectedinherited |
| LWTime lwpp::RenderHandler::currentTime |
|
protectedinherited |
| const char* lwpp::InstanceHandler::m_className |
|
protectedinherited |
| std::string lwpp::InstanceHandler::m_description |
|
protectedinherited |
| const char* lwpp::InstanceHandler::m_pluginName |
|
protectedinherited |
| int lwpp::RenderHandler::renderMode |
|
protectedinherited |
The documentation for this class was generated from the following file: