![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtesttable_p.h>
Public Member Functions | |
QTestTable () | |
~QTestTable () | |
void | addColumn (int elementType, const char *elementName) |
QTestData * | newData (const char *tag) |
int | elementCount () const |
int | dataCount () const |
int | elementTypeId (int index) const |
const char * | dataTag (int index) const |
int | indexOf (const char *elementName) const |
bool | isEmpty () const |
QTestData * | testData (int index) const |
Static Public Member Functions | |
static QTestTable * | globalTestTable () |
static QTestTable * | currentTestTable () |
static void | clearGlobalTestTable () |
Definition at line 26 of file qtesttable_p.h.
QTestTable::QTestTable | ( | ) |
Definition at line 88 of file qtesttable.cpp.
QTestTable::~QTestTable | ( | ) |
Definition at line 94 of file qtesttable.cpp.
void QTestTable::addColumn | ( | int | elementType, |
const char * | elementName ) |
Definition at line 52 of file qtesttable.cpp.
|
static |
Definition at line 149 of file qtesttable.cpp.
|
static |
Definition at line 155 of file qtesttable.cpp.
int QTestTable::dataCount | ( | ) | const |
Definition at line 67 of file qtesttable.cpp.
const char * QTestTable::dataTag | ( | int | index | ) | const |
Definition at line 105 of file qtesttable.cpp.
int QTestTable::elementCount | ( | ) | const |
Definition at line 62 of file qtesttable.cpp.
int QTestTable::elementTypeId | ( | int | index | ) | const |
Definition at line 100 of file qtesttable.cpp.
|
static |
Definition at line 142 of file qtesttable.cpp.
int QTestTable::indexOf | ( | const char * | elementName | ) | const |
Definition at line 130 of file qtesttable.cpp.
bool QTestTable::isEmpty | ( | ) | const |
Definition at line 72 of file qtesttable.cpp.
QTestData * QTestTable::newData | ( | const char * | tag | ) |
Definition at line 77 of file qtesttable.cpp.
QTestData * QTestTable::testData | ( | int | index | ) | const |
Definition at line 110 of file qtesttable.cpp.