1 #ifndef _L_GUI_SESSION_WRITER_HH
2 #define _L_GUI_SESSION_WRITER_HH
22 QError SetQObject(
const std::string& name,
const std::string& className,
const Diana::QObject* obj,
const std::string& descr);
25 QError Open(
const std::string& filename,
const std::string& opt =
"");
QError Close()
Close file, called by QGlobalWriterDispatcher.
QError Open(const std::string &filename, const std::string &opt="")
Open file, called by QGlobalWriterDispatcher.
QError SetQObject(const std::string &name, const std::string &className, const Diana::QObject *obj, const std::string &descr)
std::ofstream fGuiSessionFile
error class with error type and description
Abstract class for global writers.
base class for objects handled by QEvent and QGlobalDataManager.
the Diana namespace is needed because sometimes we use Qt libraries, that use same class names of our...