13 lines
937 B
Plaintext
13 lines
937 B
Plaintext
digraph "GpgFrontend::GpgInfo"
|
|
{
|
|
// 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::GpgInfo\n||}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Use to record some info about gnupg."];
|
|
Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +AppPath\n+CMSPath\n+DatabasePath\n+GnupgVersion\n+GpgConfPath\n+GpgMEVersion" ,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=" "];
|
|
}
|