Inherited from XManager,
Inherited by NULL
Friend class NULL
Description
ModelManager从XManager继承,是模型对象管理器,所有模型对象的创建、销毁、访问以及修改都通过调用它的通用接口完成。它的域识别码是Domain_Model,类型名是“DMODEL”。
Public interface
ModelManager(OpnRecorder * rec)
~ModelManager()
ErrorCode read(XBinaryIO * io)
void write(XBinaryIO * io)
void write(XH5IO * io, H5Obj * grp)
bool read(XH5IO * io, H5Obj * grp)
XModel * createModel(ulong id = 0)
void serialize(XBinaryIO * io, XItem * obj, bool bSave)