Qx v0.5.8
Qt Extensions Library
|
The file class represents a JSON file node for use in error contexts. More...
Public Member Functions | |
File (const QFile &docFile, const QString &fileError={}) | |
File (const QFileInfo &docFile, const QString &fileError={}) | |
File (const QString &filename, const QString &fileError={}) | |
QString | string () const |
Constructs a file node with the identifier of filename and file specific error information fileError, if any.
Constructs a file node with the identifier set to the filename of docFile and file specific error information fileError, if any.
Constructs a file node with the identifier set to the absolute path of docFile and file specific error information fileError, if any.
QString QxJson::File::string | ( | ) | const |
Returns the string representation of the node.