/misc/src/release/graphviz-2.18-1/src/graphviz-2.18/lib/common/const.h File Reference

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define SMALLBUF   128
#define LPAREN   '('
#define RPAREN   ')'
#define LBRACE   '{'
#define RBRACE   '}'
#define NORMAL   0
#define VIRTUAL   1
#define SLACKNODE   2
#define REVERSED   3
#define FLATORDER   4
#define CLUSTER_EDGE   5
#define IGNORED   6
#define NOCMD   0
#define SAMERANK   1
#define MINRANK   2
#define SOURCERANK   3
#define MAXRANK   4
#define SINKRANK   5
#define LEAFSET   6
#define CLUSTER   7
#define LOCAL   100
#define GLOBAL   101
#define NOCLUST   102
#define DEFAULT_COLOR   "black"
#define DEFAULT_ACTIVEPENCOLOR   "#808080"
#define DEFAULT_ACTIVEFILLCOLOR   "#fcfcfc"
#define DEFAULT_ACTIVEFONTCOLOR   "black"
#define DEFAULT_SELECTEDPENCOLOR   "#303030"
#define DEFAULT_SELECTEDFILLCOLOR   "#e8e8e8"
#define DEFAULT_SELECTEDFONTCOLOR   "black"
#define DEFAULT_DELETEDPENCOLOR   "#e0e0e0"
#define DEFAULT_DELETEDFILLCOLOR   "#f0f0f0"
#define DEFAULT_DELETEDFONTCOLOR   "darkgrey"
#define DEFAULT_VISITEDPENCOLOR   "#101010"
#define DEFAULT_VISITEDFILLCOLOR   "#f8f8f8"
#define DEFAULT_VISITEDFONTCOLOR   "black"
#define DEFAULT_FONTSIZE   14.0
#define DEFAULT_LABEL_FONTSIZE   11.0
#define MIN_FONTSIZE   1.0
#define DEFAULT_FONTNAME   "Times-Roman"
#define DEFAULT_FILL   "lightgrey"
#define LINESPACING   1.20
#define DEFAULT_NODEHEIGHT   0.5
#define MIN_NODEHEIGHT   0.02
#define DEFAULT_NODEWIDTH   0.75
#define MIN_NODEWIDTH   0.01
#define DEFAULT_NODESHAPE   "ellipse"
#define NODENAME_ESC   "\\N"
#define DEFAULT_LAYERSEP   ":\t "
#define DEFAULT_NODESEP   0.25
#define MIN_NODESEP   0.02
#define DEFAULT_RANKSEP   0.5
#define MIN_RANKSEP   0.02
#define DEFAULT_PRINT_MARGIN   36
#define DEFAULT_EMBED_MARGIN   0
#define DEFAULT_GRAPH_PAD   4
#define SELF_EDGE_SIZE   18
#define MC_SCALE   256
#define PORT_LABEL_DISTANCE   10
#define PORT_LABEL_ANGLE   -25
#define DFLT_SAMPLE   20
#define ARR_NONE   0
#define BOTTOM_IX   0
#define RIGHT_IX   1
#define TOP_IX   2
#define LEFT_IX   3
#define BOTTOM   (1<<BOTTOM_IX)
#define RIGHT   (1<<RIGHT_IX)
#define TOP   (1<<TOP_IX)
#define LEFT   (1<<LEFT_IX)
#define CCW   -1
#define CW   1
#define NONE   0
#define NODE   1
#define EDGE   2
#define CLST   3
#define HPGL   2
#define PCL   3
#define MIF   4
#define PIC_format   5
#define TK   15
#define VTX   21
#define METAPOST   22
#define DIA   24
#define QPDF   30
#define QEPDF   31
#define QBM_FIRST   100
#define QBM_LAST   200
#define GVRENDER_PLUGIN   300
#define NO_SUPPORT   999
#define CL_BACK   10
#define CL_OFFSET   8
#define CL_CROSS   1000
#define REGULAREDGE   1
#define FLATEDGE   2
#define SELFWPEDGE   4
#define SELFNPEDGE   8
#define SELFEDGE   8
#define EDGETYPEMASK   15
#define SERVER_NN   200
#define SERVER_NE   500
#define Spring_coeff   1.0
#define MYHUGE   (1.0e+37)
#define MAXDIM   10
#define SEPFACT   0.8
#define GVBEGIN   0
#define GVSPLINES   1
#define EDGE_LABEL   1
#define HEAD_LABEL   2
#define TAIL_LABEL   4
#define GRAPH_LABEL   8
#define LABEL_AT_BOTTOM   0
#define LABEL_AT_TOP   1
#define LABEL_AT_LEFT   2
#define LABEL_AT_RIGHT   4
#define RANKDIR_TB   0
#define RANKDIR_LR   1
#define RANKDIR_BT   2
#define RANKDIR_RL   3
#define CHAR_UTF8   0
#define CHAR_LATIN1   1
#define CHAR_BIG5   2
#define FILLED   (1 << 0)
#define ROUNDED   (1 << 1)
#define DIAGONALS   (1 << 2)
#define AUXLABELS   (1 << 3)
#define INVISIBLE   (1 << 4)
#define DOGEAR   (1 << 5)
#define TAB   (1 << 6)
#define FOLDER   (1 << 7)
#define BOX3D   (1 << 8)
#define COMPONENT   (1 << 9)
#define LT_NONE   (0 << 1)
#define LT_HTML   (1 << 1)
#define LT_RECD   (2 << 1)
#define ET_NONE   (0 << 1)
#define ET_LINE   (1 << 1)
#define ET_PLINE   (2 << 1)
#define ET_ORTHO   (3 << 1)
#define ET_SPLINE   (4 << 1)
#define ET_COMPOUND   (5 << 1)
#define P_SET   1
#define P_FIX   2
#define P_PIN   3
#define GAP   4
#define FONTSIZE_MUCH_TOO_SMALL   0.15
#define FONTSIZE_TOO_SMALL   1.5


Define Documentation

#define ARR_NONE   0

Definition at line 106 of file const.h.

#define AUXLABELS   (1 << 3)

Definition at line 208 of file const.h.

#define BOTTOM   (1<<BOTTOM_IX)

Definition at line 115 of file const.h.

Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().

#define BOTTOM_IX   0

Definition at line 109 of file const.h.

Referenced by do_graph_label(), and place_graph_label().

#define BOX3D   (1 << 8)

Definition at line 213 of file const.h.

Referenced by round_corners().

#define CCW   -1

Definition at line 120 of file const.h.

#define CHAR_BIG5   2

Definition at line 202 of file const.h.

Referenced by charsetToStr().

#define CHAR_LATIN1   1

Definition at line 201 of file const.h.

Referenced by charsetToStr(), and size_label().

#define CHAR_UTF8   0

Definition at line 200 of file const.h.

Referenced by charsetToStr().

#define CL_BACK   10

Definition at line 151 of file const.h.

#define CL_CROSS   1000

Definition at line 154 of file const.h.

Referenced by build_skeleton().

#define CL_OFFSET   8

Definition at line 152 of file const.h.

Referenced by circoLayout(), init_info(), neato_layout(), pack_graph(), and twopi_layout().

#define CLST   3

Definition at line 127 of file const.h.

#define CLUSTER   7

Definition at line 46 of file const.h.

Referenced by build_ranks(), build_skeleton(), and mark_clusters().

#define CLUSTER_EDGE   5

Definition at line 35 of file const.h.

#define COMPONENT   (1 << 9)

Definition at line 214 of file const.h.

Referenced by round_corners().

#define CW   1

Definition at line 121 of file const.h.

#define DEFAULT_ACTIVEFILLCOLOR   "#fcfcfc"

Definition at line 56 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_ACTIVEFONTCOLOR   "black"

Definition at line 57 of file const.h.

#define DEFAULT_ACTIVEPENCOLOR   "#808080"

Definition at line 55 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_COLOR   "black"

Definition at line 54 of file const.h.

Referenced by common_init_node(), do_graph_label(), emit_clusters(), emit_html_label(), and write_plain().

#define DEFAULT_DELETEDFILLCOLOR   "#f0f0f0"

Definition at line 62 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_DELETEDFONTCOLOR   "darkgrey"

Definition at line 63 of file const.h.

#define DEFAULT_DELETEDPENCOLOR   "#e0e0e0"

Definition at line 61 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_EMBED_MARGIN   0

Definition at line 92 of file const.h.

#define DEFAULT_FILL   "lightgrey"

Definition at line 71 of file const.h.

Referenced by emit_clusters(), and write_plain().

#define DEFAULT_FONTNAME   "Times-Roman"

Definition at line 70 of file const.h.

Referenced by common_init_node(), and do_graph_label().

#define DEFAULT_FONTSIZE   14.0

Definition at line 67 of file const.h.

Referenced by common_init_node(), and do_graph_label().

#define DEFAULT_GRAPH_PAD   4

Definition at line 94 of file const.h.

#define DEFAULT_LABEL_FONTSIZE   11.0

Definition at line 68 of file const.h.

#define DEFAULT_LAYERSEP   ":\t "

Definition at line 82 of file const.h.

#define DEFAULT_NODEHEIGHT   0.5

Definition at line 74 of file const.h.

Referenced by common_init_node().

#define DEFAULT_NODESEP   0.25

Definition at line 84 of file const.h.

Referenced by graph_init().

#define DEFAULT_NODESHAPE   "ellipse"

Definition at line 78 of file const.h.

Referenced by common_init_node().

#define DEFAULT_NODEWIDTH   0.75

Definition at line 76 of file const.h.

Referenced by common_init_node().

#define DEFAULT_PRINT_MARGIN   36

Definition at line 90 of file const.h.

#define DEFAULT_RANKSEP   0.5

Definition at line 86 of file const.h.

Referenced by graph_init().

#define DEFAULT_SELECTEDFILLCOLOR   "#e8e8e8"

Definition at line 59 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_SELECTEDFONTCOLOR   "black"

Definition at line 60 of file const.h.

#define DEFAULT_SELECTEDPENCOLOR   "#303030"

Definition at line 58 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_VISITEDFILLCOLOR   "#f8f8f8"

Definition at line 65 of file const.h.

Referenced by emit_clusters().

#define DEFAULT_VISITEDFONTCOLOR   "black"

Definition at line 66 of file const.h.

#define DEFAULT_VISITEDPENCOLOR   "#101010"

Definition at line 64 of file const.h.

Referenced by emit_clusters().

#define DFLT_SAMPLE   20

Definition at line 103 of file const.h.

#define DIA   24

Definition at line 139 of file const.h.

Referenced by gvRenderJobs().

#define DIAGONALS   (1 << 2)

Definition at line 207 of file const.h.

Referenced by round_corners().

#define DOGEAR   (1 << 5)

Definition at line 210 of file const.h.

Referenced by round_corners().

#define EDGE   2

Definition at line 126 of file const.h.

#define EDGE_LABEL   1

Definition at line 182 of file const.h.

Referenced by attach_attrs_and_arrows(), and common_init_edge().

#define EDGETYPEMASK   15

Definition at line 165 of file const.h.

#define ET_COMPOUND   (5 << 1)

Definition at line 227 of file const.h.

Referenced by setEdgeType().

#define ET_LINE   (1 << 1)

Definition at line 223 of file const.h.

Referenced by circo_init_graph(), fdp_init_graph(), neato_init_graphn(), setEdgeType(), and twopi_init_graph().

#define ET_NONE   (0 << 1)

Definition at line 222 of file const.h.

Referenced by fdp_layout(), setEdgeType(), and spline_edges0().

#define ET_ORTHO   (3 << 1)

Definition at line 225 of file const.h.

Referenced by setEdgeType(), and spline_edges0().

#define ET_PLINE   (2 << 1)

Definition at line 224 of file const.h.

Referenced by setEdgeType(), and spline_edges0().

#define ET_SPLINE   (4 << 1)

Definition at line 226 of file const.h.

Referenced by dot_layout(), and setEdgeType().

#define FILLED   (1 << 0)

Definition at line 205 of file const.h.

Referenced by emit_clusters(), and round_corners().

#define FLATEDGE   2

Definition at line 161 of file const.h.

Referenced by beginpath(), and endpath().

#define FLATORDER   4

Definition at line 34 of file const.h.

#define FOLDER   (1 << 7)

Definition at line 212 of file const.h.

Referenced by round_corners().

#define FONTSIZE_MUCH_TOO_SMALL   0.15

Definition at line 237 of file const.h.

#define FONTSIZE_TOO_SMALL   1.5

Definition at line 239 of file const.h.

#define GAP   4

Definition at line 234 of file const.h.

#define GLOBAL   101

Definition at line 50 of file const.h.

Referenced by graph_init().

#define GRAPH_LABEL   8

Definition at line 185 of file const.h.

Referenced by do_graph_label().

#define GVBEGIN   0

Definition at line 178 of file const.h.

Referenced by graph_init().

#define GVRENDER_PLUGIN   300

Definition at line 147 of file const.h.

Referenced by gvlayout_select(), gvrender_select(), and gvtextlayout_select().

#define GVSPLINES   1

Definition at line 179 of file const.h.

Referenced by attach_attrs_and_arrows(), init_nop(), main(), and splineEdges().

#define HEAD_LABEL   2

Definition at line 183 of file const.h.

Referenced by attach_attrs_and_arrows(), and common_init_edge().

#define HPGL   2

Definition at line 130 of file const.h.

#define IGNORED   6

Definition at line 36 of file const.h.

Referenced by attach_attrs_and_arrows(), class2(), and place_portlabel().

#define INVISIBLE   (1 << 4)

Definition at line 209 of file const.h.

#define LABEL_AT_BOTTOM   0

Definition at line 188 of file const.h.

Referenced by do_graph_label().

#define LABEL_AT_LEFT   2

Definition at line 190 of file const.h.

Referenced by do_graph_label().

#define LABEL_AT_RIGHT   4

Definition at line 191 of file const.h.

Referenced by do_graph_label().

#define LABEL_AT_TOP   1

Definition at line 189 of file const.h.

Referenced by do_graph_label(), and dotneato_postprocess().

#define LBRACE   '{'

Definition at line 23 of file const.h.

#define LEAFSET   6

Definition at line 45 of file const.h.

Referenced by expand_ranksets().

#define LEFT   (1<<LEFT_IX)

Definition at line 118 of file const.h.

Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().

#define LEFT_IX   3

Definition at line 112 of file const.h.

Referenced by do_graph_label().

#define LINESPACING   1.20

Definition at line 72 of file const.h.

#define LOCAL   100

Definition at line 49 of file const.h.

Referenced by expand_ranksets(), and graph_init().

#define LPAREN   '('

Definition at line 21 of file const.h.

Referenced by ps_string().

#define LT_HTML   (1 << 1)

Definition at line 218 of file const.h.

Referenced by common_init_edge(), common_init_node(), do_graph_label(), and make_label().

#define LT_NONE   (0 << 1)

Definition at line 217 of file const.h.

Referenced by common_init_edge(), common_init_node(), do_graph_label(), and make_label().

#define LT_RECD   (2 << 1)

Definition at line 219 of file const.h.

Referenced by common_init_node().

#define MAXDIM   10

Definition at line 174 of file const.h.

Referenced by D2E(), diffeq_model(), fdp_init_graph(), move_node(), neato_init_graphn(), and update_arrays().

#define MAXRANK   4

Definition at line 43 of file const.h.

#define MC_SCALE   256

Definition at line 97 of file const.h.

#define METAPOST   22

Definition at line 138 of file const.h.

#define MIF   4

Definition at line 132 of file const.h.

#define MIN_FONTSIZE   1.0

Definition at line 69 of file const.h.

Referenced by common_init_node(), and do_graph_label().

#define MIN_NODEHEIGHT   0.02

Definition at line 75 of file const.h.

Referenced by common_init_node().

#define MIN_NODESEP   0.02

Definition at line 85 of file const.h.

Referenced by graph_init().

#define MIN_NODEWIDTH   0.01

Definition at line 77 of file const.h.

Referenced by common_init_node().

#define MIN_RANKSEP   0.02

Definition at line 87 of file const.h.

Referenced by graph_init().

#define MINRANK   2

Definition at line 41 of file const.h.

#define MYHUGE   (1.0e+37)

Definition at line 173 of file const.h.

Referenced by graph_init().

#define NO_SUPPORT   999

Definition at line 148 of file const.h.

Referenced by dotneato_args_initialize(), gvLayout(), gvlayout_select(), gvloadimage(), gvRender(), gvrender_select(), gvRenderData(), gvRenderFilename(), gvRenderJobs(), and gvtextlayout_select().

#define NOCLUST   102

Definition at line 51 of file const.h.

Referenced by graph_init().

#define NOCMD   0

Definition at line 39 of file const.h.

#define NODE   1

Definition at line 125 of file const.h.

#define NODENAME_ESC   "\\N"

Definition at line 80 of file const.h.

Referenced by common_init_node(), dotneato_args_initialize(), and gvContext().

#define NONE   0

Definition at line 124 of file const.h.

#define NORMAL   0

Definition at line 30 of file const.h.

Referenced by beginpath(), clip_and_install(), endpath(), getsplinepoints(), mark_clusters(), new_spline(), and UF_singleton().

#define P_FIX   2

Definition at line 231 of file const.h.

#define P_PIN   3

Definition at line 232 of file const.h.

Referenced by findCComp(), and user_pos().

#define P_SET   1

Definition at line 230 of file const.h.

Referenced by choose_node(), and user_pos().

#define PCL   3

Definition at line 131 of file const.h.

#define PIC_format   5

Definition at line 133 of file const.h.

#define PORT_LABEL_ANGLE   -25

Definition at line 100 of file const.h.

#define PORT_LABEL_DISTANCE   10

Definition at line 99 of file const.h.

#define QBM_FIRST   100

Definition at line 144 of file const.h.

#define QBM_LAST   200

Definition at line 145 of file const.h.

#define QEPDF   31

Definition at line 142 of file const.h.

#define QPDF   30

Definition at line 141 of file const.h.

#define RANKDIR_BT   2

Definition at line 196 of file const.h.

Referenced by dotneato_postprocess(), graph_init(), and translate_bb().

#define RANKDIR_LR   1

Definition at line 195 of file const.h.

Referenced by dotneato_postprocess(), graph_init(), and translate_bb().

#define RANKDIR_RL   3

Definition at line 197 of file const.h.

Referenced by dotneato_postprocess(), and graph_init().

#define RANKDIR_TB   0

Definition at line 194 of file const.h.

Referenced by dotneato_postprocess(), and graph_init().

#define RBRACE   '}'

Definition at line 24 of file const.h.

#define REGULAREDGE   1

Definition at line 160 of file const.h.

Referenced by beginpath(), and endpath().

#define REVERSED   3

Definition at line 33 of file const.h.

#define RIGHT   (1<<RIGHT_IX)

Definition at line 116 of file const.h.

Referenced by beginpath(), endpath(), make_html_label(), and makeSelfEdge().

#define RIGHT_IX   1

Definition at line 110 of file const.h.

Referenced by do_graph_label().

#define ROUNDED   (1 << 1)

Definition at line 206 of file const.h.

Referenced by emit_clusters(), and round_corners().

#define RPAREN   ')'

Definition at line 22 of file const.h.

Referenced by ps_string().

#define SAMERANK   1

Definition at line 40 of file const.h.

#define SELF_EDGE_SIZE   18

Definition at line 96 of file const.h.

Referenced by selfRightSpace().

#define SELFEDGE   8

Definition at line 164 of file const.h.

Referenced by beginpath(), endpath(), and makeSelfEdge().

#define SELFNPEDGE   8

Definition at line 163 of file const.h.

#define SELFWPEDGE   4

Definition at line 162 of file const.h.

#define SEPFACT   0.8

Definition at line 175 of file const.h.

Referenced by expFactor(), and splineEdges().

#define SERVER_NE   500

Definition at line 169 of file const.h.

#define SERVER_NN   200

Definition at line 168 of file const.h.

#define SINKRANK   5

Definition at line 44 of file const.h.

#define SLACKNODE   2

Definition at line 32 of file const.h.

#define SMALLBUF   128

Definition at line 20 of file const.h.

Referenced by agedge(), ccomps(), gvloadimage(), gvUsername(), initHTMLlexer(), make_html_label(), parse_style(), parseHTML(), pccomps(), and processClusterEdges().

#define SOURCERANK   3

Definition at line 42 of file const.h.

#define Spring_coeff   1.0

Definition at line 172 of file const.h.

Referenced by diffeq_model().

#define TAB   (1 << 6)

Definition at line 211 of file const.h.

Referenced by round_corners().

#define TAIL_LABEL   4

Definition at line 184 of file const.h.

Referenced by attach_attrs_and_arrows(), and common_init_edge().

#define TK   15

Definition at line 135 of file const.h.

#define TOP   (1<<TOP_IX)

Definition at line 117 of file const.h.

Referenced by beginpath(), endpath(), make_html_label(), makeSelfEdge(), and selfRightSpace().

#define TOP_IX   2

Definition at line 111 of file const.h.

Referenced by do_graph_label(), and place_graph_label().

#define VIRTUAL   1

Definition at line 31 of file const.h.

Referenced by mark_clusters(), mark_lowclusters(), new_virtual_edge(), unmerge_oneway(), and virtual_node().

#define VTX   21

Definition at line 137 of file const.h.

Referenced by gvRenderJobs().


Generated on Mon Mar 31 19:04:24 2008 for Graphviz by  doxygen 1.5.1