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

Public Member Functions

 Element ()=default
 Element (const char *n, int t)
 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/4]

QTestTablePrivate::Element::Element ( )
default

◆ Element() [2/4]

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

Definition at line 27 of file qtesttable.cpp.

◆ Element() [3/4]

QTestTablePrivate::Element::Element ( )
default

◆ Element() [4/4]

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

◆ 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: