Qt 4.8
Public Functions | Properties | List of all members
QPatternist::AccelTreePrivate Class Reference
Inheritance diagram for QPatternist::AccelTreePrivate:
QAbstractXmlNodeModelPrivate

Public Functions

 AccelTreePrivate (AccelTree *accelTree)
 
virtual QSourceLocation sourceLocation (const QXmlNodeModelIndex &index) const
 
- Public Functions inherited from QAbstractXmlNodeModelPrivate
virtual ~QAbstractXmlNodeModelPrivate ()
 

Properties

AccelTreem_accelTree
 

Detailed Description

Definition at line 61 of file qacceltree.cpp.

Constructors and Destructors

◆ AccelTreePrivate()

QPatternist::AccelTreePrivate::AccelTreePrivate ( AccelTree accelTree)
inline

Definition at line 64 of file qacceltree.cpp.

65  : m_accelTree(accelTree)
66  {
67  }

Functions

◆ sourceLocation()

virtual QSourceLocation QPatternist::AccelTreePrivate::sourceLocation ( const QXmlNodeModelIndex index) const
inlinevirtual

Reimplemented from QAbstractXmlNodeModelPrivate.

Definition at line 69 of file qacceltree.cpp.

70  {
71  return m_accelTree->sourceLocation(index);
72  }
QSourceLocation sourceLocation(const QXmlNodeModelIndex &index) const
Definition: qacceltree.cpp:709

Properties

◆ m_accelTree

AccelTree* QPatternist::AccelTreePrivate::m_accelTree
private

Definition at line 75 of file qacceltree.cpp.

Referenced by sourceLocation().


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