Qt 4.8
|
#include <qtestcoreelement.h>
Public Functions | |
void | addAttribute (const QTest::AttributeIndex index, const char *value) |
const QTestElementAttribute * | attribute (QTest::AttributeIndex index) const |
const char * | attributeName (QTest::AttributeIndex index) const |
QTestElementAttribute * | attributes () const |
const char * | attributeValue (QTest::AttributeIndex index) const |
const char * | elementName () const |
QTest::LogElementType | elementType () const |
QTestCoreElement (int type=-1) | |
virtual | ~QTestCoreElement () |
Public Functions inherited from QTestCoreList< ElementType > | |
void | addToList (ElementType **list) |
int | count (ElementType *list) |
int | count () |
ElementType * | nextElement () |
ElementType * | previousElement () |
QTestCoreList () | |
virtual | ~QTestCoreList () |
Properties | |
QTestElementAttribute * | listOfAttributes |
QTest::LogElementType | type |
Definition at line 55 of file qtestcoreelement.h.
QTestCoreElement< ElementType >::QTestCoreElement | ( | int | type = -1 | ) |
Definition at line 76 of file qtestcoreelement.h.
|
virtual |
Definition at line 82 of file qtestcoreelement.h.
void QTestCoreElement< ElementType >::addAttribute | ( | const QTest::AttributeIndex | index, |
const char * | value | ||
) |
Definition at line 88 of file qtestcoreelement.h.
Referenced by QTestLogger::addBenchmarkResult(), QTestLogger::addIncident(), QTestLogger::addMessage(), QTestLogger::addTag(), QTestLogger::enterTestFunction(), and QTestLogger::stopLogging().
const QTestElementAttribute * QTestCoreElement< ElementType >::attribute | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 155 of file qtestcoreelement.h.
Referenced by QTestCoreElement< QTestElement >::addAttribute(), QTestLogger::addIncident(), QTestCoreElement< QTestElement >::attributeName(), QTestCoreElement< QTestElement >::attributeValue(), QTestLightXmlStreamer::formatBeforeAttributes(), QTestLightXmlStreamer::formatEnd(), QTestXmlStreamer::formatEnd(), and QTestXmlStreamer::formatStart().
const char * QTestCoreElement< ElementType >::attributeName | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 118 of file qtestcoreelement.h.
Referenced by QTestLightXmlStreamer::formatBeforeAttributes(), QTestXmlStreamer::formatStart(), and QTestLightXmlStreamer::formatStart().
QTestElementAttribute * QTestCoreElement< ElementType >::attributes | ( | ) | const |
Definition at line 102 of file qtestcoreelement.h.
Referenced by QTestXunitStreamer::outputElements(), and QTestBasicStreamer::outputElements().
const char * QTestCoreElement< ElementType >::attributeValue | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 108 of file qtestcoreelement.h.
Referenced by QTestLightXmlStreamer::formatBeforeAttributes(), QTestXmlStreamer::formatStart(), and QTestLightXmlStreamer::formatStart().
const char * QTestCoreElement< ElementType >::elementName | ( | ) | const |
Definition at line 128 of file qtestcoreelement.h.
Referenced by QTestXunitStreamer::formatEnd(), and QTestXunitStreamer::formatStart().
QTest::LogElementType QTestCoreElement< ElementType >::elementType | ( | ) | const |
Definition at line 149 of file qtestcoreelement.h.
Referenced by QTestElement::addLogElement(), QTestXunitStreamer::formatAfterAttributes(), QTestXunitStreamer::formatAttributes(), QTestLightXmlStreamer::formatBeforeAttributes(), QTestLightXmlStreamer::formatEnd(), QTestXmlStreamer::formatEnd(), QTestXunitStreamer::formatStart(), QTestLightXmlStreamer::formatStart(), QTestXmlStreamer::formatStart(), and QTestXunitStreamer::outputElements().
|
private |
Definition at line 71 of file qtestcoreelement.h.
Referenced by QTestCoreElement< QTestElement >::addAttribute(), QTestCoreElement< QTestElement >::attribute(), QTestCoreElement< QTestElement >::attributes(), and QTestCoreElement< QTestElement >::~QTestCoreElement().
|
private |
Definition at line 72 of file qtestcoreelement.h.
Referenced by QTestCoreElement< QTestElement >::elementName(), and QTestCoreElement< QTestElement >::elementType().