|
Last change
on this file since 34ff5e6 was 34ff5e6, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
|
Added support for creating a main window using the UIFactory.
|
-
Property mode
set to
100644
|
|
File size:
370 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * TextWindow.hpp
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Jan 7, 2010
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef TEXTWINDOW_HPP_
|
|---|
| 9 | #define TEXTWINDOW_HPP_
|
|---|
| 10 |
|
|---|
| 11 | #include "UIElements/MainWindow.hpp"
|
|---|
| 12 |
|
|---|
| 13 | class TextWindow : public MainWindow
|
|---|
| 14 | {
|
|---|
| 15 | public:
|
|---|
| 16 | TextWindow();
|
|---|
| 17 | virtual ~TextWindow();
|
|---|
| 18 |
|
|---|
| 19 | virtual void display(MoleculeListClass *, config *, periodentafel *, char *);
|
|---|
| 20 | };
|
|---|
| 21 |
|
|---|
| 22 | #endif /* TEXTWINDOW_HPP_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.