MCPcopy Create free account
hub / github.com/SOUI2/soui / SetAttribute

Method SetAttribute

tools/src/uiresbuilder/tinyxml/tinyxml.cpp:740–746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

738
739
740void TiXmlElement::SetAttribute( const char * name, int val )
741{
742 TiXmlAttribute* attrib = attributeSet.FindOrCreate( name );
743 if ( attrib ) {
744 attrib->SetIntValue( val );
745 }
746}
747
748
749#ifdef TIXML_USE_STL

Callers 15

CopyToMethod · 0.45
SetObjAttrFunction · 0.45
CreateWindowByNameMethod · 0.45
CreateChildrenMethod · 0.45
CreateListBoxMethod · 0.45
CreateChildrenMethod · 0.45
SComboBaseMethod · 0.45
SDateTimePickerMethod · 0.45
CreateChildrenMethod · 0.45
SCheckBoxMethod · 0.45
SRadioBoxMethod · 0.45
CreateListBoxMethod · 0.45

Calls 3

SetIntValueMethod · 0.80
FindOrCreateMethod · 0.45
SetValueMethod · 0.45

Tested by

no test coverage detected