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/StreamStringView.hpp

    rc2c893 rda09909  
    1313#include "Views/StringView.hpp"
    1414
     15/**
     16 * Wrapper to produce a StringView from any method that uses a stream to display something.
     17 *
     18 * The function is called with a stringstream which then is turned into a string later.
     19 *
     20 * Caveat: Make sure the stream passed to the method is actually used. Some methods seem to use a stream parameter for
     21 * legacy reasons. These methods internally use the "Log() << Verbose()" mechanism instead of the stream.
     22 */
    1523class StreamStringView : public StringView
    1624{
Note: See TracChangeset for help on using the changeset viewer.