9 lines
490 B
Plaintext
9 lines
490 B
Plaintext
|
digraph "GpgFrontend::FileOperator"
|
||
|
{
|
||
|
// 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::FileOperator\n||+ ReadFileStd()\l+ WriteFileStd()\l+ ReadFile()\l+ WriteFile()\l+ CalculateHash()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="provides file operations"];
|
||
|
}
|