13 lines
949 B
Plaintext
13 lines
949 B
Plaintext
|
digraph "GpgFrontend::GpgContextInitArgs"
|
||
|
{
|
||
|
// INTERACTIVE_SVG=YES
|
||
|
// LATEX_PDF_SIZE
|
||
|
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
|
||
|
node [fontname="Helvetica",fontsize="10",shape=record];
|
||
|
Node1 [label="{GpgFrontend::GpgContextInitArgs\n|+ independent_database\l+ gpg_alone\l+ test_mode\l+ ascii\l|+ GpgContextInitArgs()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip=" "];
|
||
|
Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +db_path\n+gpg_path" ,arrowhead="odiamond"];
|
||
|
Node2 [label="{std::string\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",tooltip=" "];
|
||
|
Node3 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal"];
|
||
|
Node3 [label="{std::basic_string\<\l Char \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",tooltip=" "];
|
||
|
}
|