source: molecuilder/src/UIElements/CommandLineWindow.hpp@ 7ac765

Last change on this file since 7ac765 was 83afe0, checked in by Frederik Heber <heber@…>, 15 years ago

Extended UIFactory to a CommandLine derivate.

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

  • Property mode set to 100644
File size: 526 bytes
Line 
1/*
2 * CommandLineWindow.hpp
3 *
4 * Created on: May 8, 2010
5 * Author: heber
6 */
7
8#ifndef COMMANDLINEWINDOW_HPP_
9#define COMMANDLINEWINDOW_HPP_
10
11#include "UIElements/MainWindow.hpp"
12
13class CommandLineStatusIndicator;
14
15class CommandLineWindow : public MainWindow
16{
17public:
18 CommandLineWindow(menuPopulaters,MoleculeListClass *, config *, periodentafel *, char *);
19 virtual ~CommandLineWindow();
20
21 virtual void display();
22
23private:
24
25 CommandLineStatusIndicator *statusIndicator;
26
27};
28
29#endif /* COMMANDLINEWINDOW_HPP_ */
Note: See TracBrowser for help on using the repository browser.