|
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
|
| 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 |
|
|---|
| 13 | class CommandLineStatusIndicator;
|
|---|
| 14 |
|
|---|
| 15 | class CommandLineWindow : public MainWindow
|
|---|
| 16 | {
|
|---|
| 17 | public:
|
|---|
| 18 | CommandLineWindow();
|
|---|
| 19 | virtual ~CommandLineWindow();
|
|---|
| 20 |
|
|---|
| 21 | virtual void display();
|
|---|
| 22 |
|
|---|
| 23 | private:
|
|---|
| 24 | // populaters
|
|---|
| 25 | void populateAtomActions();
|
|---|
| 26 | void populateCmdActions();
|
|---|
| 27 | void populateFragmentationActions();
|
|---|
| 28 | void populateMoleculeActions();
|
|---|
| 29 | void populateParserActions();
|
|---|
| 30 | void populateTesselationActions();
|
|---|
| 31 |
|
|---|
| 32 | CommandLineStatusIndicator *statusIndicator;
|
|---|
| 33 |
|
|---|
| 34 | };
|
|---|
| 35 |
|
|---|
| 36 | #endif /* COMMANDLINEWINDOW_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.