Line 1,012:
Line 1,012:
int LoadCurrentHeader(enum EVersion); // Reads the file header of a .gbx file
int LoadCurrentHeader(enum EVersion); // Reads the file header of a .gbx file
int DoLoadHeader(void); // Reads the magic 'GBX' and version of a .gbx file, and then calls LoadCurrentHeader()
int DoLoadHeader(void); // Reads the magic 'GBX' and version of a .gbx file, and then calls LoadCurrentHeader()
−
int DoSaveHeader(void);
+
int DoSaveHeader(void); // Writes the header of a .gbx file
int DoLoadRef(void); // Reads the reference table of a .gbx file
int DoLoadRef(void); // Reads the reference table of a .gbx file
−
int DoSaveRef(void);
+
int DoSaveRef(void); // Writes the reference table of a .gbx file
int DoLoadAllRef(void); // Reads the header and the reference table of a .gbx file
int DoLoadAllRef(void); // Reads the header and the reference table of a .gbx file
int DoLoadBody(CMwNod * &); // Reads the body of a .gbx file
int DoLoadBody(CMwNod * &); // Reads the body of a .gbx file
−
int DoSaveBody(void);
+
int DoSaveBody(void); // Writes the body of a .gbx file
+
int DoLoadAll(CMwNod * &); // Reads the header, the reference table and the body of a .gbx file
+
int DoSaveAll(void); // Writes the header, the reference table and the body of a .gbx file
int DoSaveBodyMemory(CMwNod *);
int DoSaveBodyMemory(CMwNod *);
−
int DoLoadAll(CMwNod * &); // Reads the header, the reference table and the body of a .gbx file
−
int DoSaveAll(void);
int DoSave(CMwNod *, unsigned long, enum EArchive, int);
int DoSave(CMwNod *, unsigned long, enum EArchive, int);
int DoLoadResource(unsigned long, CMwNod * &);
int DoLoadResource(unsigned long, CMwNod * &);
Line 1,056:
Line 1,056:
private:
private:
void ParametrizedFinalization(CMwNod *);
void ParametrizedFinalization(CMwNod *);
−
void ParametrizedFindOrAddFid(CSystemFid *, CMwNod *);
+
void ParametrizedFindOrAddFid(CSystemFid *, CMwNod *);
private:
private: