QmlError Class
(QmlJS::QmlError)Public Functions
QmlError() | |
QmlError(const QmlJS::QmlError &) | |
~QmlError() | |
int | column() const |
int | description() const |
bool | isValid() const |
int | line() const |
int | messageType() const |
int * | object() const |
void | setColumn(int) |
void | setDescription(const int &) |
void | setLine(int) |
void | setMessageType(int messageType) |
void | setObject(int *) |
void | setUrl(const int &) |
int | toString() const |
int | url() const |
QmlJS::QmlError & | operator=(const QmlJS::QmlError &) |
Member Function Documentation
QmlError::QmlError()
Default constructs an instance of QmlError.
QmlError::QmlError(const QmlJS::QmlError &)
Default constructs an instance of QmlError.
QmlError::~QmlError()
Destroys the instance of QmlError.
int QmlError::column() const
See also setColumn().
int QmlError::description() const
See also setDescription().
bool QmlError::isValid() const
int QmlError::line() const
See also setLine().
int QmlError::messageType() const
See also setMessageType().
int *QmlError::object() const
See also setObject().
void QmlError::setColumn(int)
See also column().
void QmlError::setDescription(const int &)
See also description().
void QmlError::setLine(int)
See also line().
void QmlError::setMessageType(int messageType)
See also messageType().
void QmlError::setObject(int *)
See also object().
void QmlError::setUrl(const int &)
See also url().
int QmlError::toString() const
int QmlError::url() const
See also setUrl().
QmlJS::QmlError &QmlError::operator=(const QmlJS::QmlError &)
Copy-assignment operator.