![]() |
Qt 6.x
The Qt SDK
|
#include <qtestelementattribute_p.h>
Collaboration diagram for QTestElementAttribute:Public Member Functions | |
| QTestElementAttribute () | |
| ~QTestElementAttribute () | |
| const char * | value () const |
| const char * | name () const |
| QTest::AttributeIndex | index () const |
| bool | isNull () const |
| bool | setPair (QTest::AttributeIndex attributeIndex, const char *value) |
Definition at line 60 of file qtestelementattribute_p.h.
|
default |
| QTestElementAttribute::~QTestElementAttribute | ( | ) |
Definition at line 13 of file qtestelementattribute.cpp.
| QTest::AttributeIndex QTestElementAttribute::index | ( | ) | const |
Definition at line 48 of file qtestelementattribute.cpp.
Referenced by setPair().
Here is the caller graph for this function:| bool QTestElementAttribute::isNull | ( | ) | const |
Definition at line 53 of file qtestelementattribute.cpp.
References QTest::AI_Undefined.
| const char * QTestElementAttribute::name | ( | ) | const |
Definition at line 23 of file qtestelementattribute.cpp.
References QTest::AI_Undefined.
Referenced by QTestCoreElement< ElementType >::attributeName().
Here is the caller graph for this function:| bool QTestElementAttribute::setPair | ( | QTest::AttributeIndex | attributeIndex, |
| const char * | value | ||
| ) |
Definition at line 58 of file qtestelementattribute.cpp.
References index(), and qstrdup().
Referenced by QTestCoreElement< ElementType >::addAttribute(), and QJUnitTestLogger::enterTestData().
Here is the call graph for this function:
Here is the caller graph for this function:| const char * QTestElementAttribute::value | ( | ) | const |
Definition at line 18 of file qtestelementattribute.cpp.
Referenced by QTestCoreElement< ElementType >::attributeValue().
Here is the caller graph for this function: