![]() |
Qt 6.x
The Qt SDK
|
#include <qtestdata.h>
Collaboration diagram for QTestData:Public Member Functions | |
| ~QTestData () | |
| void | append (int type, const void *data) |
| void * | data (int index) const |
| const char * | dataTag () const |
| QTestTable * | parent () const |
| int | dataCount () const |
Friends | |
| class | QTestTable |
Definition at line 18 of file qtestdata.h.
| QTestData::~QTestData | ( | ) |
Definition at line 35 of file qtestdata.cpp.
References QTestDataPrivate::data, QTestDataPrivate::dataCount, QMetaType::destroy(), QTestTable::elementTypeId(), i, QTestDataPrivate::parent, and QTestDataPrivate::tag.
Here is the call graph for this function:Definition at line 46 of file qtestdata.cpp.
References QMetaType::create(), d, QTestDataPrivate::data, QTestDataPrivate::dataCount, QTestTable::elementCount(), QTestTable::elementTypeId(), QTestDataPrivate::parent, qDebug, QTEST_ASSERT, and QTestDataPrivate::tag.
Referenced by operator<<().
Here is the call graph for this function:
Here is the caller graph for this function:| void * QTestData::data | ( | int | index | ) | const |
Definition at line 75 of file qtestdata.cpp.
References QTestDataPrivate::data, QTestTable::elementCount(), parent(), and QTEST_ASSERT.
Here is the call graph for this function:| int QTestData::dataCount | ( | ) | const |
Definition at line 92 of file qtestdata.cpp.
References QTestDataPrivate::dataCount.
| const char * QTestData::dataTag | ( | ) | const |
Definition at line 87 of file qtestdata.cpp.
References QTestDataPrivate::tag.
Referenced by QTestResult::currentDataTag(), QTestResult::currentGlobalDataTag(), QTest::printUnknownDataTagError(), and QTest::qPrintDataTags().
Here is the caller graph for this function:| QTestTable * QTestData::parent | ( | ) | const |
Definition at line 82 of file qtestdata.cpp.
References QTestDataPrivate::parent.
Referenced by data(), and QTableModel::updateRowIndexes().
Here is the caller graph for this function:
|
friend |
Definition at line 30 of file qtestdata.h.