Doxygen
|
Attributes of an edge of a dot graph 更多...
#include <dotnode.h>
Public 类型 | |
enum | Colors { Blue =0, Green =1, Red =2, Purple =3, Grey =4, Orange =5, Orange2 =6 } |
enum | Styles { Solid =0, Dashed =1 } |
Public 成员函数 | |
EdgeInfo (int color, int style, const QCString &lab, const QCString &url, int labColor) | |
~EdgeInfo () | |
int | color () const |
int | style () const |
QCString | label () const |
QCString | url () const |
int | labelColor () const |
Private 属性 | |
int | m_color |
int | m_style |
QCString | m_label |
QCString | m_url |
int | m_labColor |
enum EdgeInfo::Colors |
enum EdgeInfo::Styles |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
被这些函数引用 labelColor().