Qx v0.5.7
Qt Extensions Library
Loading...
Searching...
No Matches
qx-xmlstreamwritererror.h
1#ifndef QX_XMLSTREAMWRITERERROR_H
2#define QX_XMLSTREAMWRITERERROR_H
3
4// Shared Lib Support
5#include "qx/xml/qx_xml_export.h"
6
7// Qt Includes
8#include <QString>
9
10namespace Qx
11{
12
13class QX_XML_EXPORT XmlStreamWriterError
14{
15//-Instance Members----------------------------------------------------------------------------------------------
16private:
17 QString mErrorText;
18
19//-Constructor---------------------------------------------------------------------------------------------------
20public:
23
24//-Instance Functions--------------------------------------------------------------------------------------------
25public:
26 bool isValid();
27 QString text();
28};
29
30}
31
32#endif // QX_XMLSTREAMWRITERERROR_H
The XmlStreamWriterError class provides a full error object for QXmlStreamWriterError,...
Definition qx-xmlstreamwritererror.h:14
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition qx-processwaiter.cpp:5