Qt 4.8
|
An implementation of SourceLocationReflection that takes a QSourceLocation. More...
#include <qxsdtypechecker_p.h>
Public Functions | |
virtual const SourceLocationReflection * | actualReflection () const |
virtual QSourceLocation | sourceLocation () const |
XsdSchemaSourceLocationReflection (const QSourceLocation &location) | |
Public Functions inherited from QPatternist::SourceLocationReflection | |
virtual QString | description () const |
SourceLocationReflection () | |
virtual | ~SourceLocationReflection () |
Properties | |
const QSourceLocation | m_sourceLocation |
An implementation of SourceLocationReflection that takes a QSourceLocation.
This is a convenience class which provides a QSourceLocation with a SourceLocationReflection interface.
Definition at line 75 of file qxsdtypechecker_p.h.
XsdSchemaSourceLocationReflection::XsdSchemaSourceLocationReflection | ( | const QSourceLocation & | location | ) |
Definition at line 68 of file qxsdtypechecker.cpp.
|
virtual |
Implements QPatternist::SourceLocationReflection.
Definition at line 73 of file qxsdtypechecker.cpp.
|
virtual |
Reimplemented from QPatternist::SourceLocationReflection.
Definition at line 78 of file qxsdtypechecker.cpp.
|
private |
Definition at line 84 of file qxsdtypechecker_p.h.
Referenced by sourceLocation().