all_include.h
branchgui
changeset 37 1dc5b49457c0
parent 36 7a8c41aa3c29
child 48 b8ec84524fa2
equal deleted inserted replaced
8:81aebca7ec7c 9:9d22889e97e3
    20 enum {N_RADIUS, N_COLOR, N_TEXT, NODE_PROPERTY_NUM}; // node properties;
    20 enum {N_RADIUS, N_COLOR, N_TEXT, NODE_PROPERTY_NUM}; // node properties;
    21 enum {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, EDGE_MAP_EDIT, NODE_MAP_EDIT, TOOL_NUM}; // tools;
    21 enum {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, EDGE_MAP_EDIT, NODE_MAP_EDIT, TOOL_NUM}; // tools;
    22 #define RANGE 3
    22 #define RANGE 3
    23 #define WIN_WIDTH 900
    23 #define WIN_WIDTH 900
    24 #define WIN_HEIGHT 600
    24 #define WIN_HEIGHT 600
    25 #define ALMOST_ONE 0.99999999999999
    25 #define ALMOST_ONE 0.9999999999
    26 
    26 
    27 #ifndef MAIN_PART
    27 #ifndef MAIN_PART
    28 extern std::vector <std::string> edge_property_strings;
    28 extern std::vector <std::string> edge_property_strings;
    29 extern std::vector <double> edge_property_defaults;
    29 extern std::vector <double> edge_property_defaults;
    30 extern std::vector <std::string> node_property_strings;
    30 extern std::vector <std::string> node_property_strings;