|
Doxygen
|
#include <vector>#include <map>#include <deque>#include <iostream>#include "types.h"#include "dotgraph.h"Go to the source code of this file.
Classes | |
| class | EdgeInfo |
| Attributes of an edge of a dot graph. More... | |
| class | DotNode |
| A node in a dot graph. More... | |
| class | DotNodeMap |
| class | DotNodeDeque |
Typedefs | |
| using | DotNodeRefVector = std::vector<DotNode*> |
| using | EdgeInfoVector = std::vector<EdgeInfo> |
Functions | |
| QCString | escapeTooltip (const QCString &tooltip) |
| using DotNodeRefVector = std::vector<DotNode*> |
| using EdgeInfoVector = std::vector<EdgeInfo> |
Definition at line 99 of file dotnode.cpp.
References QCString::data(), and QCString::isEmpty().
Referenced by common_attributes(), and DotNode::writeBox().