#include <sys/types.h>
#include "dotdefs.h"
Go to the source code of this file.
Compounds | |
struct | OptionInteger |
struct | OptionString |
Functions | |
void | dotDefsSetErrorStream (std::ostream &e=std::cerr) |
void | setColor (string s, string *c) |
void | setFontName (string s, string *c) |
void | setRatio (string s, string *c) |
void | setPageSize (string s, string *c) |
void | setBool (string s, string *c) |
void | setNodeFifo (string s, string *c) |
void | addOptionString (string p, string q) |
void | setInt (int n, int *c) |
void | addOptionInteger (string p, int n) |
Variables | |
std::ostream * | g_errorStream = &std::cerr |
const int | nrColors = 18 |
const char * | colors [nrColors] |
const int | nrFonts = 3 |
const char * | fontNames [nrFonts] |
const int | nrRatios = 3 |
const char * | ratios [nrRatios] |
const int | nrOptionStrings = 18 |
OptionString | optionStrings [nrOptionStrings] |
const int | nrIntegers = 6 |
OptionInteger | optionIntegers [nrIntegers] |
|
Definition at line 374 of file dotdefs.cc. References OptionInteger::f, g_errorStream, nrIntegers, optionIntegers, and OptionInteger::s. |
|
Definition at line 337 of file dotdefs.cc. References OptionString::f, g_errorStream, nrOptionStrings, optionStrings, and OptionString::s. |
|
Definition at line 19 of file dotdefs.cc. References g_errorStream. |
|
Definition at line 280 of file dotdefs.cc. References g_errorStream. |
|
Definition at line 143 of file dotdefs.cc. References colors, g_errorStream, and nrColors. |
|
Definition at line 167 of file dotdefs.cc. References fontNames, g_errorStream, and nrFonts. |
|
Definition at line 356 of file dotdefs.cc. |
|
Definition at line 296 of file dotdefs.cc. References g_errorStream. |
|
Definition at line 210 of file dotdefs.cc. References g_errorStream, DotDefs::margin, DotDefs::orientation, DotDefs::rankDir, and DotDefs::size. |
|
Definition at line 196 of file dotdefs.cc. References g_errorStream, nrRatios, and ratios. |
|
Initial value: { "white", "gray", "black", "red", "brown", "orange", "yellow", "green", "cyan", "blue", "magenta", "pink", "beige", "gold", "violet", "lavender", "purple", "navy" } Definition at line 121 of file dotdefs.cc. Referenced by setColor(). |
|
Initial value: { "Times-Roman", "Helvetica", "Courier" } Definition at line 160 of file dotdefs.cc. Referenced by setFontName(). |
|
Definition at line 17 of file dotdefs.cc. Referenced by addOptionInteger(), addOptionString(), dotDefsSetErrorStream(), setBool(), setColor(), setFontName(), setNodeFifo(), setPageSize(), and setRatio(). |
|
Definition at line 120 of file dotdefs.cc. Referenced by setColor(). |
|
Definition at line 159 of file dotdefs.cc. Referenced by setFontName(). |
|
Definition at line 363 of file dotdefs.cc. Referenced by addOptionInteger(). |
|
Definition at line 313 of file dotdefs.cc. Referenced by addOptionString(). |
|
Definition at line 188 of file dotdefs.cc. Referenced by setRatio(). |
|
Initial value: { {"InitLevel", setInt, &DotDefs::levelInit}, {"ProcessNetworkClusterFontSize", setInt, &DotDefs::fontSizeClusterTitle}, {"ProcessNetworkFontSize", setInt, &DotDefs::fontSizeProcessNetwork}, {"ProcessFontSize", setInt, &DotDefs::fontSizeProcess}, {"PortFontSize", setInt, &DotDefs::fontSizePort}, {"FifoFontSize", setInt, &DotDefs::fontSizeFifo} } Definition at line 364 of file dotdefs.cc. Referenced by addOptionInteger(). |
|
|
Initial value: { "fill", "compress", "auto" } Definition at line 189 of file dotdefs.cc. Referenced by setRatio(). |