42 #ifndef QTESTTABLE_P_H 43 #define QTESTTABLE_P_H 56 #include <QtTest/qtest_global.h> 69 void addColumn(
int elementType,
const char *elementName);
72 int elementCount()
const;
73 int dataCount()
const;
75 int elementTypeId(
int index)
const;
76 const char *dataTag(
int index)
const;
77 int indexOf(
const char *elementName)
const;
83 static void clearGlobalTestTable();
#define QT_END_NAMESPACE
This macro expands to.
#define Q_DISABLE_COPY(Class)
Disables the use of copy constructors and assignment operators for the given Class.
void addColumn(const char *name, T *=0)
Adds a column with type T to the current test data.
#define QT_BEGIN_NAMESPACE
This macro expands to.
static bool isEmpty(const char *str)