source: molecuilder/src/Views/StringView.cpp@ 25e17e9

Last change on this file since 25e17e9 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: 253 bytes
Line 
1/*
2 * StringView.cpp
3 *
4 * Created on: Dec 14, 2009
5 * Author: crueger
6 */
7
8#include "StringView.hpp"
9
10StringView::StringView()
11{
12 // TODO Auto-generated constructor stub
13
14}
15
16StringView::~StringView()
17{
18 // TODO Auto-generated destructor stub
19}
Note: See TracBrowser for help on using the repository browser.