Dummy class for C4DAtom objects that can be pointed to by BaseLink objects.
|
| Int32 | GetType () const |
| |
| Int32 | GetRealType () const |
| |
| Int32 | GetDiskType () const |
| |
| Bool | IsInstanceOf (Int32 id) const |
| |
| Int32 | GetClassification () const |
| |
| Bool | Message (Int32 type, void *data=nullptr) |
| |
| Bool | MultiMessage (MULTIMSG_ROUTE flags, Int32 type, void *data) |
| |
| C4DAtom * | GetClone (COPYFLAGS flags, AliasTrans *trn) |
| |
| Bool | CopyTo (C4DAtom *dst, COPYFLAGS flags, AliasTrans *trn) |
| |
| Bool | Read (HyperFile *hf, Int32 id, Int32 level) |
| |
| Bool | Write (HyperFile *hf) |
| |
| Bool | ReadObject (HyperFile *hf, Bool readheader) |
| |
| Bool | WriteObject (HyperFile *hf) |
| |
| Bool | GetDescription (Description *description, DESCFLAGS_DESC flags) |
| |
| Bool | GetParameter (const DescID &id, GeData &t_data, DESCFLAGS_GET flags) |
| |
| Bool | SetParameter (const DescID &id, const GeData &t_data, DESCFLAGS_SET flags) |
| |
| DynamicDescription * | GetDynamicDescription () |
| |
| Bool | GetEnabling (const DescID &id, const GeData &t_data, DESCFLAGS_ENABLE flags, const BaseContainer *itemdesc) |
| |
| Bool | TranslateDescID (const DescID &id, DescID &res_id, C4DAtom *&res_at) |
| |
| UInt32 | GetDirty (DIRTYFLAGS flags) const |
| |
| void | SetDirty (DIRTYFLAGS flags) |
| |
| UInt32 | GetHDirty (HDIRTYFLAGS mask) const |
| |
| void | SetHDirty (HDIRTYFLAGS mask) |
| |