#include <Object.h>
Public Member Functions | |
ObjectLink () | |
~ObjectLink () | |
Object * | clone () const |
JString | toXML () |
bool | isValid () |
Public Attributes | |
Object * | object |
bool | stopUsing |
bool * | active |
Definition at line 109 of file Object.h.
cmlabs::ObjectLink::ObjectLink | ( | ) |
Definition at line 769 of file Object.cpp.
cmlabs::ObjectLink::~ObjectLink | ( | ) |
Definition at line 775 of file Object.cpp.
Object * cmlabs::ObjectLink::clone | ( | ) | const [virtual] |
JString cmlabs::ObjectLink::toXML | ( | ) | [virtual] |
bool cmlabs::ObjectLink::isValid | ( | ) |
Definition at line 785 of file Object.cpp.