Clarisse 5.0 SP8 SDK
5.0.5.8.0
|
Defines base classe to be used (inherited from) to add dg_info to the dirtiness. After having inherited this class and added your custom content, just call add_dg_info on AttrEvent to add your data. This has to be allocated with "new" beforehand and destruction will be managed by AttrEvent, don't delete the object. ! More...
Friends | |
struct | OfAttrEvent |
Additional Inherited Members | |
![]() | |
bool | is_kindof (const CoreBaseObject &object) const |
virtual size_t | get_memory_size () const |
CoreString | get_class_info_name () const |
const unsigned long & | get_class_info_id () const |
virtual bool | is_kindof (const CoreClassInfo &cinfo) const |
virtual const CoreClassInfo & | get_class_info () const |
template<class T > | |
T * | cast () |
template<class T > | |
const T * | cast () const |
![]() | |
static const CoreClassInfo & | class_info () |
template<class T > | |
static T * | cast (CoreBaseObject *object) |
template<class T > | |
static const T * | cast (const CoreBaseObject *object) |
Defines base classe to be used (inherited from) to add dg_info to the dirtiness. After having inherited this class and added your custom content, just call add_dg_info on AttrEvent to add your data. This has to be allocated with "new" beforehand and destruction will be managed by AttrEvent, don't delete the object. !