Public Types | Public Member Functions | Public Attributes | List of all members
EdgeInfo Struct Reference

#include <dot.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 ()
 
 ~EdgeInfo ()
 

Public Attributes

int m_color
 
int m_style
 
QCString m_label
 
QCString m_url
 
int m_labColor
 

Detailed Description

Attributes of an edge of a dot graph

Definition at line 46 of file dot.h.

Member Enumeration Documentation

Enumerator
Blue 
Green 
Red 
Purple 
Grey 
Orange 
Orange2 

Definition at line 48 of file dot.h.

Enumerator
Solid 
Dashed 

Definition at line 49 of file dot.h.

49 { Solid=0, Dashed=1 };

Constructor & Destructor Documentation

EdgeInfo::EdgeInfo ( )
inline

Definition at line 50 of file dot.h.

50 : m_color(0), m_style(0), m_labColor(0) {}
int m_style
Definition: dot.h:53
int m_labColor
Definition: dot.h:56
int m_color
Definition: dot.h:52
EdgeInfo::~EdgeInfo ( )
inline

Definition at line 51 of file dot.h.

51 {}

Member Data Documentation

int EdgeInfo::m_color

Definition at line 52 of file dot.h.

int EdgeInfo::m_labColor

Definition at line 56 of file dot.h.

QCString EdgeInfo::m_label

Definition at line 54 of file dot.h.

int EdgeInfo::m_style

Definition at line 53 of file dot.h.

QCString EdgeInfo::m_url

Definition at line 55 of file dot.h.


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