![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qtestelementattribute_p.h>
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.
| bool QTestElementAttribute::isNull | ( | ) | const |
Definition at line 53 of file qtestelementattribute.cpp.
| const char * QTestElementAttribute::name | ( | ) | const |
Definition at line 23 of file qtestelementattribute.cpp.
| bool QTestElementAttribute::setPair | ( | QTest::AttributeIndex | attributeIndex, |
| const char * | value ) |
Definition at line 58 of file qtestelementattribute.cpp.
| const char * QTestElementAttribute::value | ( | ) | const |
Definition at line 18 of file qtestelementattribute.cpp.