Changeset 1468:d0ccb2fdeeff in lemon-0.x for gui/main_win.h
- Timestamp:
- 06/10/05 13:58:03 (20 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@1948
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/main_win.h
r1442 r1468 7 7 #include <mapstorage.h> 8 8 #include <map_win.h> 9 #include <edit_win.h> 9 10 #include <libgnomecanvasmm.h> 10 11 #include <libgnomecanvasmm/polygon.h> … … 26 27 MapWin mapwin; 27 28 29 ///Window of editorial tools. Its type is \ref EditWin 30 EditWin editwin; 31 28 32 ///The graph will be drawn on this \ref GraphDisplayerCanvas 29 33 GraphDisplayerCanvas gd_canvas; … … 40 44 ///This function makes map-setup window popped up. 41 45 virtual void showMaps(); 46 ///This function makes editorial window popped up. 47 virtual void showEditorials(); 42 48 ///Callback for 'FileNew' action. 43 49 virtual void newFile();
Note: See TracChangeset
for help on using the changeset viewer.