source: molecuilder/src/Views/View.hpp@ da09909

Last change on this file since da09909 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
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/**
12 * Base class for all Views
13 *
14 * TODO: is this really needed or helpfull at all?
15 */
16class View
17{
18public:
19 View();
20 virtual ~View();
21};
22
23#endif /* VIEW_H_ */
Note: See TracBrowser for help on using the repository browser.