|
| TransactionDocumentObject () |
| Construction. More...
|
|
virtual | ~TransactionDocumentObject () |
| Destruction. More...
|
|
void | applyNew (CoreDocument &Doc, Core::DocObject *pcObj) |
|
void | applyDel (CoreDocument &Doc, Core::DocObject *pcObj) |
|
| TransactionObject () |
| Construction. More...
|
|
virtual | ~TransactionObject () |
| Destruction. More...
|
|
virtual void | applyChn (CoreDocument &Doc, Core::DocObject *pcObj, bool Forward) |
|
void | setProperty (const Property *pcProp) |
|
void | addOrRemoveProperty (const Property *pcProp, bool add) |
|
virtual void | save (Base::AbstractWriter &, Base::PersistenceVersion &) |
| This method is used to save properties or very small amounts of data to an XML document. More...
|
|
virtual void | restore (Base::AbstractXMLReader &, Base::PersistenceVersion &) |
| This method is used to restore properties from an XML document. More...
|
|
virtual void | saveDocFile (Base::AbstractWriter &, const Base::String &, const Base::String &) |
| This method is used to save large amounts of data to a binary file. More...
|
|
virtual void | restoreDocFile (Base::Reader &, const Base::String &) |
| This method is used to restore large amounts of data from a binary file. More...
|
|
virtual bool | mustbeSaved () const |
| Return 'true' if this object must always be saved in the file. More...
|
|
virtual bool | createSQL (Base::AbstractWriter &, Base::PersistenceVersion &, bool) |
| This method is used to save properties or very small amounts of data to an XML document. More...
|
|
virtual Type | getTypeId (void) const |
|
template<typename T > |
bool | isDerivedFrom () const |
|
bool | isDerivedFrom (const Type type) const |
|
void * | operator new (size_t size) |
|
void | operator delete (void *p) |
|
BaseClass * | operator-> () |
|
BaseClass * | operator-> () const |
|
| BaseClass ()=default |
| Construction. More...
|
|
virtual | ~BaseClass () |
| Destruction. More...
|
|
Represents an entry for a document object in a transaction