Changeset 5106 in orxonox.OLD for trunk/src/util/shell.h
- Timestamp:
- Aug 23, 2005, 8:09:58 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/shell.h
r5105 r5106 36 36 37 37 38 void setBufferSize(unsigned int bufferSize) { this->bufferSize = bufferSize; }; 38 void activate(); 39 void deactivate(); 39 40 40 void setBufferDisplaySize(unsigned int bufferDisplaySize); 41 void setTextSize(unsigned int textSize, unsigned int lineSpacing = 1); 42 void rebuildText(); 41 43 42 44 // BUFFER // 45 void setBufferSize(unsigned int bufferSize) { this->bufferSize = bufferSize; }; 46 void setBufferDisplaySize(unsigned int bufferDisplaySize); 43 47 void flushBuffers(); 44 48 static bool addBufferLineStatic(const char* line, ...); … … 96 100 unsigned int textSize; //!< The size of the text. 97 101 unsigned int lineSpacing; //!< The Spacing between lines. 102 unsigned int shellHeight; //!< The hight of the Shell in Pixels 98 103 99 104 char bufferArray[10000]; //!< a BUFFER for fast writing
Note: See TracChangeset
for help on using the changeset viewer.