source: molecuilder/src/UIElements/CommandLineWindow.hpp@ e62daa

Last change on this file since e62daa was e62daa, checked in by Frederik Heber <heber@…>, 16 years ago

Added VersionAction.

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

  • Property mode set to 100644
File size: 674 bytes
RevLine 
[83afe0]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:
[495a53]18 CommandLineWindow();
[83afe0]19 virtual ~CommandLineWindow();
20
21 virtual void display();
22
23private:
[495a53]24 // populaters
[e62daa]25 void populateAtomActions();
26 void populateCmdActions();
27 void populateFragmentationActions();
28 void populateMoleculeActions();
[495a53]29 void populateParserActions();
[e62daa]30 void populateTesselationActions();
[83afe0]31
32 CommandLineStatusIndicator *statusIndicator;
33
34};
35
36#endif /* COMMANDLINEWINDOW_HPP_ */
Note: See TracBrowser for help on using the repository browser.