![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtestcoreelement_p.h>
Public Member Functions | |
| QTestCoreElement (QTest::LogElementType type=QTest::LET_Undefined) | |
| virtual | ~QTestCoreElement () |
| void | addAttribute (const QTest::AttributeIndex index, const char *value) |
| const std::vector< QTestElementAttribute * > & | attributes () const |
| const char * | attributeValue (QTest::AttributeIndex index) const |
| const char * | attributeName (QTest::AttributeIndex index) const |
| const QTestElementAttribute * | attribute (QTest::AttributeIndex index) const |
| const char * | elementName () const |
| QTest::LogElementType | elementType () const |
Definition at line 27 of file qtestcoreelement_p.h.
| QTestCoreElement< ElementType >::QTestCoreElement | ( | QTest::LogElementType | type = QTest::LET_Undefined | ) |
Definition at line 48 of file qtestcoreelement_p.h.
|
virtual |
Definition at line 54 of file qtestcoreelement_p.h.
| void QTestCoreElement< ElementType >::addAttribute | ( | const QTest::AttributeIndex | index, |
| const char * | value ) |
Definition at line 61 of file qtestcoreelement_p.h.
| const QTestElementAttribute * QTestCoreElement< ElementType >::attribute | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 127 of file qtestcoreelement_p.h.
| const char * QTestCoreElement< ElementType >::attributeName | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 88 of file qtestcoreelement_p.h.
| const std::vector< QTestElementAttribute * > & QTestCoreElement< ElementType >::attributes | ( | ) | const |
Definition at line 72 of file qtestcoreelement_p.h.
| const char * QTestCoreElement< ElementType >::attributeValue | ( | QTest::AttributeIndex | index | ) | const |
Definition at line 78 of file qtestcoreelement_p.h.
| const char * QTestCoreElement< ElementType >::elementName | ( | ) | const |
Definition at line 98 of file qtestcoreelement_p.h.
| QTest::LogElementType QTestCoreElement< ElementType >::elementType | ( | ) | const |
Definition at line 121 of file qtestcoreelement_p.h.