Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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
 

Detailed Description

Definition at line 115 of file qtesttable.cpp.

Constructor & Destructor Documentation

◆ NamePredicate()

NamePredicate::NamePredicate ( const char * needle)
inlineexplicit

Definition at line 118 of file qtesttable.cpp.

Member Function Documentation

◆ operator()() [1/2]

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

Definition at line 123 of file qtesttable.cpp.

References QTestData::dataTag().

+ Here is the call graph for this function:

◆ operator()() [2/2]

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

Definition at line 120 of file qtesttable.cpp.

References QTestTablePrivate::Element::name.


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