Qt 4.8
|
#include <qtestdata.h>
Public Functions | |
void | append (int type, const void *data) |
void * | data (int index) const |
int | dataCount () const |
const char * | dataTag () const |
QTestTable * | parent () const |
~QTestData () | |
Private Functions | |
QTestData (const char *tag=0, QTestTable *parent=0) | |
Properties | |
QTestDataPrivate * | d |
Friends | |
class | QTestTable |
Definition at line 59 of file qtestdata.h.
QTestData::~QTestData | ( | ) |
Definition at line 75 of file qtestdata.cpp.
|
private |
Definition at line 64 of file qtestdata.cpp.
void QTestData::append | ( | int | type, |
const void * | data | ||
) |
Definition at line 86 of file qtestdata.cpp.
Referenced by operator<<().
void * QTestData::data | ( | int | index | ) | const |
Definition at line 100 of file qtestdata.cpp.
Referenced by QTest::fetchData(), and QTest::qElementData().
int QTestData::dataCount | ( | ) | const |
const char * QTestData::dataTag | ( | ) | const |
Definition at line 112 of file qtestdata.cpp.
Referenced by QTestResult::currentDataTag(), QTestResult::currentGlobalDataTag(), QTest::qInvokeTestMethod(), and QTest::qPrintDataTags().
QTestTable * QTestData::parent | ( | ) | const |
Definition at line 107 of file qtestdata.cpp.
Referenced by QTest::fetchData(), and QTest::qElementData().
|
friend |
Definition at line 71 of file qtestdata.h.
|
private |
Definition at line 76 of file qtestdata.h.