QSourceLocation
#include <QtXml/QSourceLocation>
More information will be added here shortly. For now, you'll find more extensive information about this class in the Qt reference for QSourceLocation
Overview
Public Functions Index
QSourceLocation () | |
QSourceLocation (const QSourceLocation &other) | |
QSourceLocation (const QUrl &uri, int line=-1, int column=-1) | |
~QSourceLocation () | |
qint64 | column () const |
bool | isNull () const |
qint64 | line () const |
bool | operator!= (const QSourceLocation &other) const |
QSourceLocation & | operator= (const QSourceLocation &other) |
bool | operator== (const QSourceLocation &other) const |
void | setColumn (qint64 newColumn) |
void | setLine (qint64 newLine) |
void | setUri (const QUrl &newUri) |
QUrl | uri () const |
Public Attributes
qint64
QSourceLocationPrivate *
Public Functions
© 2013 Digia Plc and/or its subsidiaries. Documentation contributions included herein are the copyrights of their respective owners.
The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation.
Documentation sources may be obtained from www.qt-project.org.
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide. All other trademarks are property of their respective owners. Privacy Policy