source: molecuilder/src/UIElements/MainWindow.hpp@ 07d2cd

Last change on this file since 07d2cd was 495a53, checked in by Frederik Heber <heber@…>, 15 years ago

removed menuPopulaters from MainWindow.

  • menuPopulaters is too specific to TextUIFactory.
  • for CommandLineUIFactory a different structure was needed.
  • the shift of struct menuPopulaters inside of class MainWindow makes it superflous.

Signed-off-by: Frederik Heber <heber@…>

  • Property mode set to 100644
File size: 332 bytes
Line 
1/*
2 * Window.hpp
3 *
4 * Created on: Jan 7, 2010
5 * Author: crueger
6 */
7
8#ifndef MAINWINDOW_HPP_
9#define MAINWINDOW_HPP_
10
11class MoleculeListClass;
12class config;
13class periodentafel;
14
15class Menu;
16
17class MainWindow
18{
19public:
20 MainWindow();
21 virtual ~MainWindow();
22
23 virtual void display()=0;
24
25};
26
27
28#endif /* MAINWINDOW_HPP_ */
Note: See TracBrowser for help on using the repository browser.