Doxygen
Loading...
Searching...
No Matches
dotgraph.h File Reference
#include <iostream>
#include <map>
#include "qcstring.h"
#include "dir.h"
#include "construct.h"
+ Include dependency graph for dotgraph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  DotGraph
 A dot graph. More...
 

Enumerations

enum class  GraphOutputFormat { BITMAP , EPS }
 
enum class  EmbeddedOutputFormat { Html , LaTeX , Rtf , DocBook }
 
enum class  GraphType {
  Dependency , Inheritance , Collaboration , Hierarchy ,
  CallGraph
}
 

Enumeration Type Documentation

◆ EmbeddedOutputFormat

enum class EmbeddedOutputFormat
strong
Enumerator
Html 
LaTeX 
Rtf 
DocBook 

Definition at line 30 of file dotgraph.h.

◆ GraphOutputFormat

enum class GraphOutputFormat
strong
Enumerator
BITMAP 
EPS 

Definition at line 29 of file dotgraph.h.

◆ GraphType

enum class GraphType
strong
Enumerator
Dependency 
Inheritance 
Collaboration 
Hierarchy 
CallGraph 

Definition at line 31 of file dotgraph.h.