Qt 6.x
The Qt SDK
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 24 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 26 of file qtesttable.cpp.

Member Data Documentation

◆ name

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

Definition at line 28 of file qtesttable.cpp.

◆ type

int QTestTablePrivate::Element::type = 0

Definition at line 29 of file qtesttable.cpp.


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