doxygen
Public Types | Public Member Functions | Static Public Member Functions | List of all members
EdgeInfo Class Reference

Attributes of an edge of a dot graph. More...

#include <dotnode.h>

Public Types

enum  Colors {
  Blue =0, Green =1, Red =2, Purple =3,
  Grey =4, Orange =5, Orange2 =6
}
 
enum  Styles { Solid =0, Dashed =1 }
 

Public Member Functions

 EdgeInfo (Colors color, Styles style, const QCString &lab, const QCString &url, int labColor)
 
int color () const
 
int style () const
 
QCString label () const
 
QCString url () const
 
int labelColor () const
 

Static Public Member Functions

static constexpr Colors protectionToColor (Protection prot)
 

Detailed Description

Attributes of an edge of a dot graph.


The documentation for this class was generated from the following file: