Changeset 5118 in orxonox.OLD for trunk/src/util/shell.h
- Timestamp:
- Aug 24, 2005, 2:45:46 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.h
r5113 r5118 15 15 class Text; 16 16 template<class T> class tList; 17 template<class T> class tIterator; 17 18 18 19 //! A class that is able to redirect all output to a openGL-Shell, and that one can use to input some commands … … 48 49 static bool addBufferLineStatic(const char* line, ...); 49 50 void addBufferLine(const char* line, va_list arg); 51 void printToDisplayBuffer(const char* text); 50 52 void moveBuffer(int lineCount); 51 53 const char* getBufferLine(unsigned int lineNumber); … … 96 98 97 99 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. 98 101 99 102 Text** bufferText; //!< A list of stored bufferTexts for the display of the buffer
Note: See TracChangeset
for help on using the changeset viewer.