EdgeInfo Struct Reference

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

#include <dot.h>

List of all members.

Public Types

enum  Colors {
  Blue = 0, Green = 1, Red = 2, Purple = 3,
  Grey = 4, Orange = 5
}
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 41 of file dot.h.


Member Enumeration Documentation

enum EdgeInfo::Colors

Enumerator:
Blue 
Green 
Red 
Purple 
Grey 
Orange 

Definition at line 43 of file dot.h.

enum EdgeInfo::Styles

Enumerator:
Solid 
Dashed 

Definition at line 44 of file dot.h.


Constructor & Destructor Documentation

EdgeInfo::EdgeInfo (  )  [inline]

Definition at line 45 of file dot.h.

EdgeInfo::~EdgeInfo (  )  [inline]

Definition at line 46 of file dot.h.


Member Data Documentation

int EdgeInfo::m_color

Definition at line 47 of file dot.h.

Referenced by DotNode::addChild(), DotNode::writeDEF(), and DotNode::writeXML().

int EdgeInfo::m_style

Definition at line 48 of file dot.h.

Referenced by DotNode::addChild().

QCString EdgeInfo::m_label

Definition at line 49 of file dot.h.

Referenced by DotNode::addChild(), DotNode::writeDEF(), and DotNode::writeXML().

QCString EdgeInfo::m_url

Definition at line 50 of file dot.h.

Referenced by DotNode::addChild().

int EdgeInfo::m_labColor

Definition at line 51 of file dot.h.

Referenced by DotNode::addChild().


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



Generated on Mon Mar 31 10:58:59 2008 by  doxygen 1.5.1