Last change
on this file since 34ff5e6 was da09909, checked in by Tillmann Crueger <crueger@…>, 16 years ago |
Improved documentation for menu framework.
|
-
Property mode
set to
100644
|
File size:
272 bytes
|
Rev | Line | |
---|
[df55a0] | 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 |
|
---|
[da09909] | 11 | /**
|
---|
| 12 | * Base class for all Views
|
---|
| 13 | *
|
---|
| 14 | * TODO: is this really needed or helpfull at all?
|
---|
| 15 | */
|
---|
[df55a0] | 16 | class View
|
---|
| 17 | {
|
---|
| 18 | public:
|
---|
| 19 | View();
|
---|
| 20 | virtual ~View();
|
---|
| 21 | };
|
---|
| 22 |
|
---|
| 23 | #endif /* VIEW_H_ */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.