Changeset d97af9 for molecuilder/src/UIElements/TextWindow.hpp
- Timestamp:
- Jan 9, 2010, 11:30:49 AM (16 years ago)
- Children:
- 1120b7
- Parents:
- 3e8325
- File:
-
- 1 edited
-
molecuilder/src/UIElements/TextWindow.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/UIElements/TextWindow.hpp
r3e8325 rd97af9 11 11 #include "UIElements/MainWindow.hpp" 12 12 13 class TextMenu; 14 class Action; 15 class oldmenu; 16 class StringView; 17 13 18 class TextWindow : public MainWindow 14 19 { 15 20 public: 16 TextWindow( );21 TextWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *); 17 22 virtual ~TextWindow(); 18 23 19 virtual void display(MoleculeListClass *, config *, periodentafel *, char *); 24 virtual void display(); 25 private: 26 TextMenu *main_menu; 27 28 // some actions only needed in textMenus 29 Action *quitAction; 30 Action *returnFromEditMoleculeAction; 31 // all views that are contained in the main Menu 32 StringView *moleculeView; 33 34 // This class still contains a lot of scattered functionality 35 oldmenu *old_menu; 20 36 }; 21 37
Note:
See TracChangeset
for help on using the changeset viewer.
