Qt 4.8
Public Types | Public Functions | List of all members
QPatternist::ProjectedNodeTest Class Reference

#include <qprojectedexpression_p.h>

Public Types

typedef ProjectedNodeTestPtr
 

Public Functions

virtual bool isMatch (const QXmlNodeModelIndex::NodeKind kind) const
 
virtual ~ProjectedNodeTest ()
 

Detailed Description

Definition at line 90 of file qprojectedexpression_p.h.

Typedefs

◆ Ptr

Definition at line 93 of file qprojectedexpression_p.h.

Constructors and Destructors

◆ ~ProjectedNodeTest()

virtual QPatternist::ProjectedNodeTest::~ProjectedNodeTest ( )
inlinevirtual

Definition at line 94 of file qprojectedexpression_p.h.

95  {
96  }

Functions

◆ isMatch()

virtual bool QPatternist::ProjectedNodeTest::isMatch ( const QXmlNodeModelIndex::NodeKind  kind) const
inlinevirtual

Definition at line 98 of file qprojectedexpression_p.h.

99  {
100  Q_UNUSED(kind);
101  return false;
102  }
#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: