MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / clear

Method clear

extlibs/sfe/src/RichText.cpp:261–268  ·  view source on GitHub ↗

///////////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

259
260 ////////////////////////////////////////////////////////////////////////////////
261 void RichText::clear()
262 {
263 // Clear texts
264 m_lines.clear();
265
266 // Reset bounds
267 m_bounds = sf::FloatRect();
268 }
269
270
271 ////////////////////////////////////////////////////////////////////////////////

Callers 5

explodeFunction · 0.45
drop_allMethod · 0.45
formatMethod · 0.45
compile_pattern_Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected