Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qgraph_p.h>
Classes | |
class | const_iterator |
Public Member Functions | |
Graph () | |
const_iterator | constBegin () const |
const_iterator | constEnd () const |
EdgeData * | edgeData (Vertex *first, Vertex *second) |
void | createEdge (Vertex *first, Vertex *second, EdgeData *data) |
void | removeEdge (Vertex *first, Vertex *second) |
EdgeData * | takeEdge (Vertex *first, Vertex *second) |
QList< Vertex * > | adjacentVertices (Vertex *vertex) const |
QSet< Vertex * > | vertices () const |
QList< QPair< Vertex *, Vertex * > > | connections () const |
Protected Member Functions | |
void | createDirectedEdge (Vertex *from, Vertex *to, EdgeData *data) |
void | removeDirectedEdge (Vertex *from, Vertex *to) |
Definition at line 34 of file qgraph_p.h.
Definition at line 37 of file qgraph_p.h.
Definition at line 165 of file qgraph_p.h.
Definition at line 182 of file qgraph_p.h.
|
inline |
Definition at line 93 of file qgraph_p.h.
|
inline |
Definition at line 97 of file qgraph_p.h.
|
inlineprotected |
Definition at line 226 of file qgraph_p.h.
|
inline |
Definition at line 118 of file qgraph_p.h.
If there is an edge between first and second, it will return a structure containing the data associated with the edge, otherwise it will return 0.
Definition at line 108 of file qgraph_p.h.
Definition at line 231 of file qgraph_p.h.
Definition at line 135 of file qgraph_p.h.
Definition at line 149 of file qgraph_p.h.
Definition at line 174 of file qgraph_p.h.