Home
last modified time | relevance | path

Searched refs:SetNodeText (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeblocks/codeblocks-20.03/src/include/
H A Dconfigmanager.h106 void SetNodeText(TiXmlElement *n, const TiXmlText& t);
/dports/devel/codeblocks/codeblocks-20.03/src/sdk/
H A Dconfigmanager.cpp846 void ConfigManager::SetNodeText(TiXmlElement* n, const TiXmlText& t) in SetNodeText() function in ConfigManager
889 SetNodeText(s, t); in Write()
1193 SetNodeText(s, TiXmlText(wxBase64::Encode(source).mb_str(wxConvUTF8))); in WriteBinary()
1346 SetNodeText(s, TiXmlText(cbU2C(wxBase64::Encode(object.SerializeOut())))); in Write()
/dports/games/openclaw/OpenClaw-0.0-51-gbac7730/OpenClaw/Engine/Actor/
H A DActorTemplates.h87 inline void SetNodeText(const T& nodeValue) { m_NodeText = ToStr(nodeValue); } in SetNodeText() function