My Project
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
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.

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

Definition at line 49 of file dot.h.

{ Solid=0, Dashed=1 };

Constructor & Destructor Documentation

EdgeInfo::EdgeInfo ( )
inline

Definition at line 50 of file dot.h.

: m_color(0), m_style(0), m_labColor(0) {}
EdgeInfo::~EdgeInfo ( )
inline

Definition at line 51 of file dot.h.

{}

Member Data Documentation

int EdgeInfo::m_color
int EdgeInfo::m_labColor

Definition at line 56 of file dot.h.

Referenced by DotNode::addChild().

QCString EdgeInfo::m_label
int EdgeInfo::m_style

Definition at line 53 of file dot.h.

Referenced by DotNode::addChild(), and DotNode::writeArrow().

QCString EdgeInfo::m_url

Definition at line 55 of file dot.h.

Referenced by DotNode::addChild().


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