MCPcopy Create free account
hub / github.com/MayaPosch/NymphCast / get_text

Method get_text

player/NymphCastPlayer/litehtml/src/el_text.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26void litehtml::el_text::get_text( tstring& text )
27{
28 text += m_text;
29}
30
31const litehtml::tchar_t* litehtml::el_text::get_style_property( const tchar_t* name, bool inherited, const tchar_t* def /*= 0*/ )
32{

Callers 6

deepest_child_at_pointFunction · 0.45
updateMethod · 0.45
buildIndexMethod · 0.45
findTextMethod · 0.45
parse_attributesMethod · 0.45
appendChildMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected