arsa  2.7
Public Member Functions | List of all members
irr::io::IAttributeExchangingObject Class Reference

An object which is able to serialize and deserialize its attributes into an attributes object. More...

#include <IAttributeExchangingObject.h>

Inheritance diagram for irr::io::IAttributeExchangingObject:
irr::IReferenceCounted irr::gui::IGUIElement irr::gui::IGUISkin irr::scene::IParticleAffector irr::scene::IParticleEmitter irr::scene::ISceneNode irr::scene::ISceneNodeAnimator irr::gui::IGUIButton irr::gui::IGUICheckBox irr::gui::IGUIColorSelectDialog irr::gui::IGUIComboBox irr::gui::IGUIContextMenu irr::gui::IGUIEditBox irr::gui::IGUIFileOpenDialog irr::gui::IGUIImage irr::gui::IGUIInOutFader irr::gui::IGUIListBox irr::gui::IGUIMeshViewer irr::gui::IGUIProfiler irr::gui::IGUIScrollBar irr::gui::IGUISpinBox irr::gui::IGUIStaticText irr::gui::IGUITab irr::gui::IGUITabControl irr::gui::IGUITable irr::gui::IGUIToolBar irr::gui::IGUITreeView irr::gui::IGUIWindow irr::scene::IParticleAttractionAffector irr::scene::IParticleFadeOutAffector irr::scene::IParticleGravityAffector irr::scene::IParticleRotationAffector irr::scene::IParticleAnimatedMeshSceneNodeEmitter irr::scene::IParticleBoxEmitter irr::scene::IParticleCylinderEmitter irr::scene::IParticleMeshEmitter irr::scene::IParticleRingEmitter irr::scene::IParticleSphereEmitter irr::arsa::CARSADPad irr::arsa::CARSAJson irr::arsa::CARSAPsd irr::arsa::CARSASpine irr::arsa::CAVSceneNode irr::scene::IAnimatedMeshSceneNode irr::scene::IBillboardSceneNode irr::scene::IBoneSceneNode irr::scene::ICameraSceneNode irr::scene::IDummyTransformationSceneNode irr::scene::ILightSceneNode irr::scene::IMeshSceneNode irr::scene::IParticleSystemSceneNode irr::scene::IShadowVolumeSceneNode irr::scene::ITerrainSceneNode irr::scene::ITextSceneNode irr::scene::IVolumeLightSceneNode irr::scene::ISceneNodeAnimatorCameraFPS irr::scene::ISceneNodeAnimatorCameraMaya irr::scene::ISceneNodeAnimatorCollisionResponse

Public Member Functions

virtual void serializeAttributes (io::IAttributes *out, io::SAttributeReadWriteOptions *options=0) const
 Writes attributes of the object. More...
 
virtual void deserializeAttributes (io::IAttributes *in, io::SAttributeReadWriteOptions *options=0)
 Reads attributes of the object. More...
 
- Public Member Functions inherited from irr::IReferenceCounted
 IReferenceCounted ()
 Constructor. More...
 
virtual ~IReferenceCounted ()
 Destructor. More...
 
void grab () const
 Grabs the object. Increments the reference counter by one. More...
 
bool drop () const
 Drops the object. Decrements the reference counter by one. More...
 
s32 getReferenceCount () const
 Get the reference count. More...
 
const c8getDebugName () const
 Returns the debug name of the object. More...
 

Additional Inherited Members

- Protected Member Functions inherited from irr::IReferenceCounted
void setDebugName (const c8 *newName)
 Sets the debug name of the object. More...
 

Detailed Description

An object which is able to serialize and deserialize its attributes into an attributes object.

Definition at line 51 of file IAttributeExchangingObject.h.

Member Function Documentation

◆ deserializeAttributes()

virtual void irr::io::IAttributeExchangingObject::deserializeAttributes ( io::IAttributes in,
io::SAttributeReadWriteOptions options = 0 
)
inlinevirtual

Reads attributes of the object.

Implement this to set the attributes of your scene node animator for scripting languages, editors, debuggers or xml deserialization purposes.

Reimplemented in irr::gui::IGUIElement, irr::scene::ISceneNode, irr::scene::IParticleSystemSceneNode, irr::arsa::CAVSceneNode, irr::scene::ICameraSceneNode, irr::scene::ISceneNodeAnimator, irr::arsa::CARSAJson, irr::arsa::CARSASpine, and irr::arsa::CARSAPsd.

Definition at line 63 of file IAttributeExchangingObject.h.

63 {}

◆ serializeAttributes()

virtual void irr::io::IAttributeExchangingObject::serializeAttributes ( io::IAttributes out,
io::SAttributeReadWriteOptions options = 0 
) const
inlinevirtual

Writes attributes of the object.

Implement this to expose the attributes of your scene node animator for scripting languages, editors, debuggers or xml serialization purposes.

Reimplemented in irr::gui::IGUIElement, irr::scene::ISceneNode, irr::scene::IParticleSystemSceneNode, irr::arsa::CAVSceneNode, irr::scene::ICameraSceneNode, irr::scene::ISceneNodeAnimator, irr::arsa::CARSAJson, irr::arsa::CARSASpine, and irr::arsa::CARSAPsd.

Definition at line 58 of file IAttributeExchangingObject.h.

58 {}

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