attr_widgets.dot 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. digraph smyrna_attr_widgets
  2. {
  3. graph[color_button_bgcolor="settingsColorBtn1"];
  4. graph[color_button_bordercolor="settingsColorBtn2"];
  5. graph[color_button_gridcolor="settingsColorBtn3"];
  6. graph[color_button_selectednodecolor="settingsColorBtn8"];
  7. graph[color_button_selectededgecolor="settingsColorBtn9"];
  8. graph[color_button_defaultnodecolor="DefaultNodeCbtn"];
  9. graph[color_button_defaultedgecolor="DefaultEdgeCbtn"];
  10. graph[color_button_topologicaltopviewfinestcolor="settingsColorBtn9"];
  11. graph[color_button_topologicaltopviewcoarsestcolor="settingsColorBtn9"];
  12. graph[color_button_topologicalfisheyefinestcolor="settingsColorBtn10"];
  13. graph[color_button_topologicalfisheyecoarsestcolor="settingsColorBtn11"];
  14. graph[text_box_topologicalfisheyelabelattribute="finenodelabelattribute"];
  15. graph[check_box_bordervisible="settingsChkBox2"];
  16. graph[check_box_gridvisible="settingsChkBox3"];
  17. graph[check_box_drawnodes="settingsChkBox5-1"];
  18. graph[check_box_drawedges="settingsChkBox5-2"];
  19. graph[check_box_edgesselectable="chkboxEdgeSelect"];
  20. graph[check_box_nodesselectable="chkboxNodeSelect"];
  21. graph[combobox_labelglutfont="labelfont"];
  22. graph[combobox_defaultnodeshape="settingscombobox1"];
  23. graph[color_button_nodelabelcolor="nodelabelcolor"];
  24. graph[color_button_edgelabelcolor="edgelabelcolor"];
  25. graph[text_box_nodelabelattribute="labelnodeattribute"];
  26. graph[text_box_edgelabelattribute="labeledgeattribute"];
  27. graph[spin_button_labelnumberofnodes="labelzoomfactor"];
  28. graph[check_box_labelshownodes="labelshownodes"];
  29. graph[check_box_labelshowedges="labelshowedges"];
  30. graph[check_box_usermode="settingsChkBox10"];
  31. graph[check_box_antialiasing="settingsChkBox12"];
  32. graph[check_box_topologicalfisheyedist2limit="settingsChkBox13"];
  33. graph[check_box_topologicalfisheyeanimate="settingsChkBox14"];
  34. graph[check_box_topologicalfisheyelabelfinenodes="settingsChkBox15"];
  35. graph[check_box_topologicalfisheyecolornodes="settingsChkBox16"];
  36. graph[check_box_topologicalfisheyecoloredges="settingsChkBox17"];
  37. graph[check_box_topologicalfisheyelabelfocus="settingsChkBox18"];
  38. graph[spin_button_defaultfisheyemagnifierradius="settingsspinbutton4"];
  39. graph[spin_button_defaultfisheyemagnifierdistort="settingsspinbutton5"];
  40. graph[spin_button_topologicalfisheyefinenodes="settingsspinbutton6"];
  41. graph[spin_button_topologicalfisheyecoarseningfactor="settingsspinbutton7"];
  42. graph[spin_button_topologicalfisheyedistortionfactor="settingsspinbutton8"];
  43. graph[scale_button_defaultedgealpha="settingsscale2"];
  44. graph[scale_button_nodesize="nodesizescale"];
  45. graph[combobox_edgerender="edgerendercb"];
  46. }