Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
NamePredicate Class Reference
Collaboration diagram for NamePredicate:

Public Member Functions

 NamePredicate (const char *needle)
bool operator() (const QTestTablePrivate::Element &e) const
bool operator() (const QTestData *e) const
 NamePredicate (const char *needle)
bool operator() (const QTestTablePrivate::Element &e) const
bool operator() (const QTestData *e) const

Detailed Description

Definition at line 115 of file qtesttable.cpp.

Constructor & Destructor Documentation

◆ NamePredicate() [1/2]

NamePredicate::NamePredicate ( const char * needle)
inlineexplicit

Definition at line 118 of file qtesttable.cpp.

◆ NamePredicate() [2/2]

NamePredicate::NamePredicate ( const char * needle)
inlineexplicit

Definition at line 118 of file qtesttable.cpp.

Member Function Documentation

◆ operator()() [1/4]

bool NamePredicate::operator() ( const QTestData * e) const
inline

Definition at line 123 of file qtesttable.cpp.

◆ operator()() [2/4]

bool NamePredicate::operator() ( const QTestData * e) const
inline

Definition at line 123 of file qtesttable.cpp.

◆ operator()() [3/4]

bool NamePredicate::operator() ( const QTestTablePrivate::Element & e) const
inline

Definition at line 120 of file qtesttable.cpp.

◆ operator()() [4/4]

bool NamePredicate::operator() ( const QTestTablePrivate::Element & e) const
inline

Definition at line 120 of file qtesttable.cpp.


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