#include <IXRootObject.hpp>
Public Member Functions | |
| virtual Retval MQUALIFIER | save ()=0 |
| virtual Retval MQUALIFIER | saveAs (const IString &rFileName)=0 |
Interface of the root object of an X-Object tree
| virtual Retval MQUALIFIER zeus::IXRootObject::save | ( | ) | [pure virtual] |
Stores the data tree of XObjects back into a file.
Implemented in zeus::TXRootObject.
| virtual Retval MQUALIFIER zeus::IXRootObject::saveAs | ( | const IString & | rFileName ) | [pure virtual] |
Stores the data tree of XObjects back into a file.
| rFileName | : Name of the file |
Implemented in zeus::TXRootObject.