#include <gcu/document.h>
Inheritance diagram for gcu::Document:
Public Member Functions | |
Document () | |
virtual | ~Document () |
gchar * | GetNewId (gchar *id) |
string & | GetTranslatedId (const char *id) |
void | EraseTranslationId (const char *Id) |
void | EmptyTranslationTable () |
Definition at line 40 of file document.h.
|
The default constructor. Creates an empty document. |
|
The destructor of Document. |
|
When pasting, objects added to the document might have the same Id as objects already existing. In such cases, the document maintains a table to update links using Ids as identifiers. The EmptyTranslationTable method should be called after pasting to reinitialize the table to avoid errors on the next paste event. Definition at line 85 of file document.h. |
|
Definition at line 78 of file document.h. |
|
|
|
Definition at line 70 of file document.h. |