All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions
Qtilities::Core::Interfaces::IExportableFormatting Class Reference

This interface allows object base classes to export formatting information which requires QtGui from within a library which does not use QtGui. More...

#include <IExportableFormatting.h>

Inheritance diagram for Qtilities::Core::Interfaces::IExportableFormatting:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual
IExportable::ExportResultFlags 
exportFormattingXML (QDomDocument *doc, QDomElement *object_node, Qtilities::ExportVersion version) const =0
 Allows exporting of formatting information to a XML document. A reference to the QDomElement to which the object's information must be added is provided, along with a reference to the QDomDocument.
virtual
IExportable::ExportResultFlags 
importFormattingXML (QDomDocument *doc, QDomElement *object_node, Qtilities::ExportVersion version)=0
 Allows importing of formatting information from a XML document. A reference to the QDomElement which contains the object's information is provided, along with a reference to the QDomDocument.

Detailed Description

This interface allows object base classes to export formatting information which requires QtGui from within a library which does not use QtGui.

This class was added in Qtilities v0.2.



Qtilities : Reference Documentation Back to top Copyright © 2009-2013, Jaco Naudé