![]() |
Qt 6.x
The Qt SDK
|
Collaboration diagram for QTestDataPrivate:Public Attributes | |
| char * | tag = nullptr |
| QTestTable * | parent = nullptr |
| void ** | data = nullptr |
| int | dataCount = 0 |
Definition at line 15 of file qtestdata.cpp.
Definition at line 20 of file qtestdata.cpp.
Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::data().
| int QTestDataPrivate::dataCount = 0 |
Definition at line 21 of file qtestdata.cpp.
Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::dataCount().
| QTestTable* QTestDataPrivate::parent = nullptr |
Definition at line 19 of file qtestdata.cpp.
Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::parent().
| char* QTestDataPrivate::tag = nullptr |
Definition at line 18 of file qtestdata.cpp.
Referenced by QTestData::~QTestData(), QTestData::append(), and QTestData::dataTag().