MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / GetText

Method GetText

examples/ThirdPartyLibs/tinyxml2/tinyxml2.cpp:1642–1649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1640}
1641
1642const char* XMLElement::GetText() const
1643{
1644 if (FirstChild() && FirstChild()->ToText())
1645 {
1646 return FirstChild()->Value();
1647 }
1648 return 0;
1649}
1650
1651void XMLElement::SetText(const char* inText)
1652{

Callers 15

OnChangeMethod · 0.45
RowSelectedMethod · 0.45
OnEditMethod · 0.45
OnSubmitMethod · 0.45
OnComboSelectMethod · 0.45
MenuItemSelectMethod · 0.45
onButtonAMethod · 0.45
onButtonBMethod · 0.45
onSelectMethod · 0.45

Calls 2

FirstChildFunction · 0.85
ValueMethod · 0.45

Tested by

no test coverage detected