MUDA
Loading...
Searching...
No Matches
muda::ComputeGraphGraphvizOptions Class Reference

Public Attributes

bool show_vars = true
 
bool show_nodes = true
 
bool as_subgraph = false
 
bool show_all_graph_nodes_in_a_closure = false
 
int graph_id = 0
 
std::string node_style
 
std::string all_nodes_closure_style
 
std::string var_style
 
std::string read_write_style = R"(color="#F08E81", arrowhead = diamond,)"
 
std::string read_style = R"(color="#64BBE2", arrowhead = dot, )"
 
std::string arc_style = R"(color="#82B366", )"
 
std::string event_style
 
std::string graph_viewer_style
 
std::string cluster_style
 
std::string cluster_var_style = R"(color="#F08705"; style="dashed";)"
 
std::string graph_font
 

Member Data Documentation

◆ all_nodes_closure_style

std::string muda::ComputeGraphGraphvizOptions::all_nodes_closure_style
Initial value:
=
R"(shape="Mrecord", color="#82B366", style="filled", fillcolor="#D5E8D4",)"

◆ cluster_style

std::string muda::ComputeGraphGraphvizOptions::cluster_style
Initial value:
=
R"(fontcolor="#82B366" fontsize=18; color = "#82B366"; style = "dashed";)"

◆ event_style

std::string muda::ComputeGraphGraphvizOptions::event_style
Initial value:
=
R"(shape="rectangle", color="#8E44AD", style="filled,rounded", fillcolor="#BB8FCE",)"

◆ graph_font

std::string muda::ComputeGraphGraphvizOptions::graph_font
Initial value:
= R"(graph [fontname = "helvetica"];
node [fontname = "helvetica"];
edge [fontname = "helvetica"];)"

◆ graph_viewer_style

std::string muda::ComputeGraphGraphvizOptions::graph_viewer_style
Initial value:
=
R"(shape="rectangle", color="#82B366", style="filled,rounded", fillcolor="#D5E8D4",)"

◆ node_style

std::string muda::ComputeGraphGraphvizOptions::node_style
Initial value:
=
R"(shape="egg", color="#82B366", style="filled", fillcolor="#D5E8D4",)"

◆ var_style

std::string muda::ComputeGraphGraphvizOptions::var_style
Initial value:
=
R"(shape="rectangle", color="#F08705", style="filled,rounded", fillcolor="#F5AF58",)"

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