Changeset da09909 for molecuilder/src/Views/StringView.hpp
- Timestamp:
- Dec 16, 2009, 2:40:09 PM (16 years ago)
- Children:
- 38546d
- Parents:
- c2c893
- File:
-
- 1 edited
-
molecuilder/src/Views/StringView.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
molecuilder/src/Views/StringView.hpp
rc2c893 rda09909 14 14 using namespace std; 15 15 16 /** 17 * View to show something as a string 18 * 19 * This View is used by calling the toString method. 20 * This View does *not* use the observer pattern. 21 */ 16 22 class StringView : public View 17 23 {
Note:
See TracChangeset
for help on using the changeset viewer.
