Visualization Library v1.0.3A lightweight C++ OpenGL middleware for 2D/3D graphics |
[Download] [Tutorials] [All Classes] [Grouped Classes] |
VLX wrapper of vl::DepthSortCallback. More...
#include <VLXWrappers.hpp>
Public Member Functions | |
void | importActorEventCallback (VLXSerializer &s, const VLXStructure *vlx, ActorEventCallback *obj) |
virtual ref< Object > | importVLX (VLXSerializer &s, const VLXStructure *vlx) |
void | exportActorEventCallback (VLXSerializer &s, const ActorEventCallback *cb, VLXStructure *vlx) |
virtual ref< VLXStructure > | exportVLX (VLXSerializer &s, const Object *obj) |
VLX wrapper of vl::DepthSortCallback.
Definition at line 3202 of file VLXWrappers.hpp.
void vl::VLXClassWrapper_ActorEventCallback::importActorEventCallback | ( | VLXSerializer & | s, |
const VLXStructure * | vlx, | ||
ActorEventCallback * | obj | ||
) | [inline] |
Definition at line 3204 of file VLXWrappers.hpp.
References vl::Object::as(), vl::VLXValue::getIdentifier(), vl::VLXStructure::getValue(), vl::VLXValue::Identifier, vl::VLXValue::lineNumber(), vl::VLXSerializer::signalImportError(), vl::SM_SortBackToFront, vl::SM_SortFrontToBack, vl::VLXValue::type(), and VLX_IMPORT_CHECK_RETURN.
Referenced by importVLX().
virtual ref<Object> vl::VLXClassWrapper_ActorEventCallback::importVLX | ( | VLXSerializer & | s, |
const VLXStructure * | vlx | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 3225 of file VLXWrappers.hpp.
References vl::ref< T >::get(), importActorEventCallback(), vl::VLXTaggedValue::lineNumber(), NULL, vl::VLXSerializer::registerImportedStructure(), vl::VLXSerializer::signalImportError(), and vl::VLXTaggedValue::tag().
void vl::VLXClassWrapper_ActorEventCallback::exportActorEventCallback | ( | VLXSerializer & | s, |
const ActorEventCallback * | cb, | ||
VLXStructure * | vlx | ||
) | [inline] |
Definition at line 3243 of file VLXWrappers.hpp.
References vl::Object::as(), vl::VLXSerializer::signalExportError(), vl::SM_SortBackToFront, vl::DepthSortCallback::sortMode(), and vl::vlx_Identifier().
Referenced by exportVLX().
virtual ref<VLXStructure> vl::VLXClassWrapper_ActorEventCallback::exportVLX | ( | VLXSerializer & | s, |
const Object * | obj | ||
) | [inline, virtual] |
Implements vl::VLXClassWrapper.
Definition at line 3260 of file VLXWrappers.hpp.
References vl::Object::as(), exportActorEventCallback(), vl::VLXSerializer::generateID(), vl::VLXSerializer::registerExportedObject(), VL_CHECK, and vl::vlx_makeTag().