|
Last change
on this file since c2c893 was df55a0, checked in by Frederik Heber <heber@…>, 16 years ago |
|
Added basic View functionality. - Added DisplayMenuItem to show certain types of Views - Added Views to make StringViews from methods producing strings and from methods taking streams Signed-off-by: Tillmann Crueger <crueger@…>
|
-
Property mode
set to
100644
|
|
File size:
182 bytes
|
| Line | |
|---|
| 1 | /*
|
|---|
| 2 | * View.h
|
|---|
| 3 | *
|
|---|
| 4 | * Created on: Dec 14, 2009
|
|---|
| 5 | * Author: crueger
|
|---|
| 6 | */
|
|---|
| 7 |
|
|---|
| 8 | #ifndef VIEW_H_
|
|---|
| 9 | #define VIEW_H_
|
|---|
| 10 |
|
|---|
| 11 | class View
|
|---|
| 12 | {
|
|---|
| 13 | public:
|
|---|
| 14 | View();
|
|---|
| 15 | virtual ~View();
|
|---|
| 16 | };
|
|---|
| 17 |
|
|---|
| 18 | #endif /* VIEW_H_ */
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.