structnk__command__rect__coll__graph.dot 1.0 KB

123456789101112
  1. digraph "nk_command_rect"
  2. {
  3. // LATEX_PDF_SIZE
  4. bgcolor="transparent";
  5. edge [fontname=Helvetica,fontsize=10,labelfontname=Helvetica,labelfontsize=10];
  6. node [fontname=Helvetica,fontsize=10,shape=box,height=0.2,width=0.4];
  7. Node1 [id="Node000001",label="nk_command_rect",height=0.2,width=0.4,color="gray40", fillcolor="grey60", style="filled", fontcolor="black",tooltip=" "];
  8. Node2 -> Node1 [id="edge1_Node000001_Node000002",dir="back",color="darkorchid3",style="dashed",tooltip=" ",label=" header",fontcolor="grey" ];
  9. Node2 [id="Node000002",label="nk_command",height=0.2,width=0.4,color="gray40", fillcolor="white", style="filled",URL="$structnk__command.html",tooltip="command base and header of every command inside the buffer"];
  10. Node3 -> Node1 [id="edge2_Node000001_Node000003",dir="back",color="darkorchid3",style="dashed",tooltip=" ",label=" color",fontcolor="grey" ];
  11. Node3 [id="Node000003",label="nk_color",height=0.2,width=0.4,color="grey75", fillcolor="white", style="filled",URL="$structnk__color.html",tooltip=" "];
  12. }