Changeset 8479 in orxonox.OLD for branches/gui/src/lib/graphics
- Timestamp:
- Jun 15, 2006, 4:55:00 PM (18 years ago)
- Location:
- branches/gui/src/lib/graphics/text_engine
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/gui/src/lib/graphics/text_engine/text.cc
r8448 r8479 159 159 } 160 160 161 162 /** 163 * @brief clears the Text Line (empies it). 164 */ 165 void Text::clear() 166 { 167 text.clear(); 168 this->setupTextWidth(); 169 } 161 170 162 171 /** -
branches/gui/src/lib/graphics/text_engine/text.h
r8448 r8479 40 40 const std::string& operator<<(const std::string& appendText); 41 41 void removeCharacters(unsigned int chars); 42 void clear(); 42 43 43 44 /// SETUP
Note: See TracChangeset
for help on using the changeset viewer.