Doxygen
|
Attributes of an edge of a dot graph. More...
#include <src/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) |
Private Attributes | |
int | m_color |
int | m_style |
QCString | m_label |
QCString | m_url |
int | m_labColor |
enum EdgeInfo::Colors |
enum EdgeInfo::Styles |
|
inline |
|
inline |
Definition at line 39 of file dotnode.h.
References m_color.
Referenced by EdgeInfo(), and DotNode::writeArrow().
|
inline |
|
inline |
|
inlinestaticconstexpr |
|
inline |
Definition at line 40 of file dotnode.h.
References m_style.
Referenced by EdgeInfo(), and DotNode::writeArrow().
|
inline |
|
private |
Definition at line 56 of file dotnode.h.
Referenced by color(), and EdgeInfo().
|
private |
Definition at line 60 of file dotnode.h.
Referenced by EdgeInfo(), and labelColor().
|
private |
Definition at line 58 of file dotnode.h.
Referenced by EdgeInfo(), and label().
|
private |
Definition at line 57 of file dotnode.h.
Referenced by EdgeInfo(), and style().
|
private |
Definition at line 59 of file dotnode.h.
Referenced by EdgeInfo(), and url().