Qx
v0.5.8
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
10
namespace
Qx
11
{
12
13
class
QX_XML_EXPORT
XmlStreamWriterError
14
{
15
//-Instance Members----------------------------------------------------------------------------------------------
16
private
:
17
QString
mErrorText;
18
19
//-Constructor---------------------------------------------------------------------------------------------------
20
public
:
21
XmlStreamWriterError
();
22
XmlStreamWriterError
(
QString
errorText);
23
24
//-Instance Functions--------------------------------------------------------------------------------------------
25
public
:
26
bool
isValid();
27
QString
text();
28
};
29
30
}
31
32
#endif
// QX_XMLSTREAMWRITERERROR_H
Qx::XmlStreamWriterError
The XmlStreamWriterError class provides a full error object for QXmlStreamWriterError,...
Definition
qx-xmlstreamwritererror.h:14
Qx
The Qx namespace is the main namespace through which all non-global functionality of the Qx library i...
Definition
qx-processwaiter.cpp:5
QString
lib
xml
include
qx
xml
qx-xmlstreamwritererror.h
Generated by
1.10.0