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
QTestTablePrivate::Element Struct Reference
+ Collaboration diagram for QTestTablePrivate::Element:

Public Member Functions

 Element ()=default
 
 Element (const char *n, int t)
 

Public Attributes

const char * name = nullptr
 
int type = 0
 

Detailed Description

Definition at line 25 of file qtesttable.cpp.

Constructor & Destructor Documentation

◆ Element() [1/2]

QTestTablePrivate::Element::Element ( )
default

◆ Element() [2/2]

QTestTablePrivate::Element::Element ( const char * n,
int t )
inline

Definition at line 27 of file qtesttable.cpp.

Member Data Documentation

◆ name

const char* QTestTablePrivate::Element::name = nullptr

Definition at line 29 of file qtesttable.cpp.

Referenced by NamePredicate::operator()().

◆ type

int QTestTablePrivate::Element::type = 0

Definition at line 30 of file qtesttable.cpp.


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