Qt 4.8
|
#include <qtestelementattribute.h>
Public Functions | |
QTest::AttributeIndex | index () const |
bool | isNull () const |
const char * | name () const |
QTestElementAttribute () | |
bool | setPair (QTest::AttributeIndex attributeIndex, const char *value) |
const char * | value () const |
~QTestElementAttribute () | |
Public Functions inherited from QTestCoreList< QTestElementAttribute > | |
void | addToList (QTestElementAttribute **list) |
int | count (QTestElementAttribute *list) |
int | count () |
QTestElementAttribute * | nextElement () |
QTestElementAttribute * | previousElement () |
QTestCoreList () | |
virtual | ~QTestCoreList () |
Properties | |
QTest::AttributeIndex | attributeIndex |
char * | attributeValue |
Definition at line 90 of file qtestelementattribute.h.
QTestElementAttribute::QTestElementAttribute | ( | ) |
Definition at line 115 of file qtestelementattribute.cpp.
QTestElementAttribute::~QTestElementAttribute | ( | ) |
Definition at line 121 of file qtestelementattribute.cpp.
QTest::AttributeIndex QTestElementAttribute::index | ( | ) | const |
Definition at line 159 of file qtestelementattribute.cpp.
Referenced by QTestCoreElement< QTestElement >::attribute(), QTestXunitStreamer::formatAttributes(), and setPair().
bool QTestElementAttribute::isNull | ( | ) | const |
Definition at line 164 of file qtestelementattribute.cpp.
const char * QTestElementAttribute::name | ( | ) | const |
Definition at line 131 of file qtestelementattribute.cpp.
Referenced by QTestCoreElement< QTestElement >::attributeName(), and QTestXunitStreamer::formatAttributes().
bool QTestElementAttribute::setPair | ( | QTest::AttributeIndex | attributeIndex, |
const char * | value | ||
) |
Definition at line 169 of file qtestelementattribute.cpp.
Referenced by QTestCoreElement< QTestElement >::addAttribute(), and QTestLogger::addIncident().
const char * QTestElementAttribute::value | ( | ) | const |
Definition at line 126 of file qtestelementattribute.cpp.
Referenced by QTestLogger::addIncident(), QTestCoreElement< QTestElement >::attributeValue(), and QTestXunitStreamer::formatAttributes().
|
private |
|
private |
Definition at line 103 of file qtestelementattribute.h.
Referenced by setPair(), value(), and ~QTestElementAttribute().