Changeset 1512:e54392395480 in lemon-0.x for gui/all_include.h
- Timestamp:
- 06/24/05 20:16:12 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1996
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/all_include.h
r1503 r1512 17 17 #include <lemon/xy.h> 18 18 19 enum {WIDTH, COLOR, TEXT, PROPERTY_NUM}; // edge properties; 19 enum {E_WIDTH, E_COLOR, E_TEXT, EDGE_PROPERTY_NUM}; // edge properties; 20 enum {N_RADIUS, N_COLOR, N_TEXT, NODE_PROPERTY_NUM}; // node properties; 20 21 enum {MOVE, CREATE_NODE, CREATE_EDGE, ERASER, EDGE_MAP_EDIT, TOOL_NUM}; // tools; 21 22 #define RANGE 3 … … 25 26 26 27 #ifndef MAIN_PART 27 extern std::vector <std::string> property_strings; 28 extern std::vector <double> property_defaults; 28 extern std::vector <std::string> edge_property_strings; 29 extern std::vector <double> edge_property_defaults; 30 extern std::vector <std::string> node_property_strings; 31 extern std::vector <double> node_property_defaults; 29 32 #endif //MAIN_PART 30 33
Note: See TracChangeset
for help on using the changeset viewer.