13 lines
902 B
Plaintext
13 lines
902 B
Plaintext
digraph "GpgFrontend::GpgImportedKey"
|
|
{
|
|
// 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::GpgImportedKey\n|+ import_status\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=" +fpr" ,arrowhead="odiamond",fontname="Helvetica"];
|
|
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",fontname="Helvetica"];
|
|
Node3 [label="{std::basic_string\<\l Char \>\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",tooltip=" "];
|
|
}
|