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
QTestDataPrivate Class Reference
+ Collaboration diagram for QTestDataPrivate:

Public Attributes

char * tag = nullptr
 
QTestTableparent = nullptr
 
void ** data = nullptr
 
int dataCount = 0
 

Detailed Description

Definition at line 15 of file qtestdata.cpp.

Member Data Documentation

◆ data

void** QTestDataPrivate::data = nullptr

Definition at line 20 of file qtestdata.cpp.

Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::data().

◆ dataCount

int QTestDataPrivate::dataCount = 0

Definition at line 21 of file qtestdata.cpp.

Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::dataCount().

◆ parent

QTestTable* QTestDataPrivate::parent = nullptr

Definition at line 19 of file qtestdata.cpp.

Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::parent().

◆ tag

char* QTestDataPrivate::tag = nullptr

Definition at line 18 of file qtestdata.cpp.

Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::dataTag().


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