eVaf
eVaf::FileFinder::Engine::Internal::RegExpChain Class Reference

A chain of QRegExp patterns. More...

#include </var/tmp/work/evaf/src/apps/FileFinder/Engine/engine.h>

Public Member Functions

void clear ()
 
bool exactMatch (QString const &str) const
 
bool isEmpty () const
 
bool isValid () const
 
 RegExpChain ()
 
void setPattern (QString const &pattern)
 
 ~RegExpChain ()
 

Detailed Description

A chain of QRegExp patterns.

Definition at line 134 of file engine.h.

Constructor & Destructor Documentation

eVaf::FileFinder::Engine::Internal::RegExpChain::RegExpChain ( )
inline

Definition at line 138 of file engine.h.

eVaf::FileFinder::Engine::Internal::RegExpChain::~RegExpChain ( )

Member Function Documentation

void eVaf::FileFinder::Engine::Internal::RegExpChain::clear ( )
bool eVaf::FileFinder::Engine::Internal::RegExpChain::exactMatch ( QString const &  str) const
bool eVaf::FileFinder::Engine::Internal::RegExpChain::isEmpty ( ) const
inline

Definition at line 148 of file engine.h.

bool eVaf::FileFinder::Engine::Internal::RegExpChain::isValid ( ) const
inline

Definition at line 150 of file engine.h.

void eVaf::FileFinder::Engine::Internal::RegExpChain::setPattern ( QString const &  pattern)

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