#include <camera_handler.h>
List of all members.
Public Member Functions |
| | CameraHandler (void *g, void *context, LWError *err) |
| virtual | ~CameraHandler () |
| virtual void | ChangeID (const LWItemID *id_list) |
| virtual void | Cleanup () |
| virtual const char * | DescLn () |
| virtual int | Evaluate (double fpx, double fpy, double lpx, double lpy, double fractime, LWCameraRay *ray, const LWCameraAccess *camaccess) |
| virtual int | Flags () |
| virtual LWError | Init (int mode) |
| virtual LWError | Load (const LoadState &ls) |
| | Load data from a LWLoadState.
|
| virtual LWError | NewFrame (const LWFrameInfo *frameinfo, const LWCameraAccess *camaccess) |
| virtual LWError | NewTime (LWFrame frame, LWTime time) |
| virtual bool | Preview (double lpx, double lpy, LWDMatrix4 projection, const LWCameraAccess *camaccess) |
| 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) |
| virtual const LWItemID * | UseItems () |
Constructor & Destructor Documentation
| lwpp::CameraHandler::CameraHandler |
( |
void * |
g, |
|
|
void * |
context, |
|
|
LWError * |
err |
|
) |
| |
|
inline |
| virtual lwpp::CameraHandler::~CameraHandler |
( |
| ) |
|
|
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 int lwpp::CameraHandler::Evaluate |
( |
double |
fpx, |
|
|
double |
fpy, |
|
|
double |
lpx, |
|
|
double |
lpy, |
|
|
double |
fractime, |
|
|
LWCameraRay * |
ray, |
|
|
const LWCameraAccess * |
camaccess |
|
) |
| |
|
inlinevirtual |
| virtual int lwpp::CameraHandler::Flags |
( |
| ) |
|
|
inlinevirtual |
| virtual LWError lwpp::RenderHandler::Init |
( |
int |
mode | ) |
|
|
inlinevirtualinherited |
| virtual LWError lwpp::Storeable::Load |
( |
const LoadState & |
ls | ) |
|
|
inlinevirtualinherited |
| virtual LWError lwpp::CameraHandler::NewFrame |
( |
const LWFrameInfo * |
frameinfo, |
|
|
const LWCameraAccess * |
camaccess |
|
) |
| |
|
inlinevirtual |
| virtual LWError lwpp::RenderHandler::NewTime |
( |
LWFrame |
frame, |
|
|
LWTime |
time |
|
) |
| |
|
inlinevirtualinherited |
| virtual bool lwpp::CameraHandler::Preview |
( |
double |
lpx, |
|
|
double |
lpy, |
|
|
LWDMatrix4 |
projection, |
|
|
const LWCameraAccess * |
camaccess |
|
) |
| |
|
inlinevirtual |
| 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
| 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: