Ignore:
Timestamp:
Dec 16, 2009, 2:40:09 PM (16 years ago)
Author:
Tillmann Crueger <crueger@…>
Children:
38546d
Parents:
c2c893
Message:

Improved documentation for menu framework.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • molecuilder/src/Views/StringView.hpp

    rc2c893 rda09909  
    1414using namespace std;
    1515
     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 */
    1622class StringView : public View
    1723{
Note: See TracChangeset for help on using the changeset viewer.