Changeset 1871:3905d347112c in lemon-0.x for gui/main_win.h
- Timestamp:
- 01/03/06 18:30:22 (17 years ago)
- Branch:
- default
- Phase:
- public
- Convert:
- svn:c9d7d8f5-90d6-0310-b91f-818b3a526b0e/lemon/trunk@2446
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gui/main_win.h
r1856 r1871 5 5 6 6 #include "all_include.h" 7 #include "algowin.h" 7 8 #include "map_win.h" 8 9 #include "new_map_win.h" … … 26 27 std::vector<NoteBookTab *> tabs; 27 28 std::vector<std::string> tabnames; 29 30 std::set< AlgoWin* > aws; 28 31 29 32 public: … … 67 70 virtual void createMapWin(); 68 71 72 virtual void createAlgoWin(int); 73 virtual void deRegisterAlgoWin(AlgoWin *); 74 virtual void updateAlgoWins(); 75 69 76 virtual void changeEditorialTool(int); 70 77
Note: See TracChangeset
for help on using the changeset viewer.