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