Qt 4.8
Public Functions | List of all members
QAbstractXmlNodeModelPrivate Class Reference

#include <qabstractxmlnodemodel_p.h>

Inheritance diagram for QAbstractXmlNodeModelPrivate:
QPatternist::AccelTreePrivate QSimpleXmlNodeModelPrivate

Public Functions

virtual QSourceLocation sourceLocation (const QXmlNodeModelIndex &index) const
 
virtual ~QAbstractXmlNodeModelPrivate ()
 

Detailed Description

Definition at line 62 of file qabstractxmlnodemodel_p.h.

Constructors and Destructors

◆ ~QAbstractXmlNodeModelPrivate()

virtual QAbstractXmlNodeModelPrivate::~QAbstractXmlNodeModelPrivate ( )
inlinevirtual

Definition at line 65 of file qabstractxmlnodemodel_p.h.

66  {
67  }

Functions

◆ sourceLocation()

virtual QSourceLocation QAbstractXmlNodeModelPrivate::sourceLocation ( const QXmlNodeModelIndex index) const
inlinevirtual

Reimplemented in QPatternist::AccelTreePrivate.

Definition at line 69 of file qabstractxmlnodemodel_p.h.

70  {
71  Q_UNUSED(index);
72 
73  return QSourceLocation();
74  }
The QSourceLocation class identifies a location in a resource by URI, line, and column.
#define Q_UNUSED(x)
Indicates to the compiler that the parameter with the specified name is not used in the body of a fun...
Definition: qglobal.h:1729

The documentation for this class was generated from the following file: