MCPcopy Create free account
hub / github.com/MyGUI/mygui / addAttribute

Method addAttribute

MyGUIEngine/src/MyGUI_XmlDocument.cpp:265–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

263 }
264
265 void Element::addAttribute(std::string_view _key, std::string_view _value)
266 {
267 mAttributes.emplace_back(_key, _value);
268 }
269
270 void Element::removeAttribute(std::string_view _key)
271 {

Callers 15

serializationMethod · 0.80
saveToFileMethod · 0.80
loadOldFontFormatMethod · 0.80
loadOldPointerFormatMethod · 0.80
parseTagMethod · 0.80
createDeclarationMethod · 0.80
serialisePropertyMethod · 0.80
saveMethod · 0.80
saveToProjectMethod · 0.80
savexmlDocumentMethod · 0.80
serialiseWidgetMethod · 0.80
saveWidgetsToXmlNodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected