KDevelop API Documentation

RegExpComparator Class Reference

Inheritance diagram for RegExpComparator:

FileComparator List of all members.

Public Member Functions

 RegExpComparator (const QString &pattern)
bool matches (const QString &name) const

Private Attributes

const QRegExp m_exp

Constructor & Destructor Documentation

RegExpComparator::RegExpComparator const QString pattern  )  [inline]
 

Definition at line 56 of file filegroupswidget.cpp.

References m_exp.


Member Function Documentation

bool RegExpComparator::matches const QString name  )  const [inline, virtual]
 

Implements FileComparator.

Definition at line 58 of file filegroupswidget.cpp.

References m_exp, and matches().

Referenced by matches().


Member Data Documentation

const QRegExp RegExpComparator::m_exp [private]
 

Definition at line 62 of file filegroupswidget.cpp.

Referenced by matches(), and RegExpComparator().


The documentation for this class was generated from the following file:
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:39:29 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003