Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5118 in orxonox.OLD for trunk/src/util/shell.h


Ignore:
Timestamp:
Aug 24, 2005, 2:45:46 AM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: semi-active buffers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/util/shell.h

    r5113 r5118  
    1515class Text;
    1616template<class T> class tList;
     17template<class T> class tIterator;
    1718
    1819//! A class that is able to redirect all output to a openGL-Shell, and that one can use to input some commands
     
    4849    static bool addBufferLineStatic(const char* line, ...);
    4950    void addBufferLine(const char* line, va_list arg);
     51    void printToDisplayBuffer(const char* text);
    5052    void moveBuffer(int lineCount);
    5153    const char* getBufferLine(unsigned int lineNumber);
     
    9698
    9799    tList<char>*           buffer;                 //!< A list of stored char-arrays(strings) to store the history
     100    tIterator<char>*       bufferIterator;         //!< An iterator for the Shells main buffer.
    98101
    99102    Text**                 bufferText;             //!< A list of stored bufferTexts for the display of the buffer
Note: See TracChangeset for help on using the changeset viewer.