#include <vertex.h>
Classes | |
| class | VertexPrivate |
Public Member Functions | |
| Vertex () | |
| ~Vertex () | |
| QVariant | attribute (const QString &name) const |
| void | setAttribute (const QString &name, const QVariant &value) |
Definition at line 37 of file vertex.h.
| Vertex::Vertex | ( | ) |
Definition at line 36 of file vertex.cpp.
| Vertex::~Vertex | ( | ) |
Definition at line 42 of file vertex.cpp.
| QVariant Vertex::attribute | ( | const QString & | name | ) | const |
Definition at line 48 of file vertex.cpp.
| void Vertex::setAttribute | ( | const QString & | name, | |
| const QVariant & | value | |||
| ) |
Definition at line 54 of file vertex.cpp.
1.6.3