Home
last modified time | relevance | path

Searched refs:SetClassNames (Results 1 – 8 of 8) sorted by relevance

/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/
H A DElementStyle.h81 void SetClassNames(const String& class_names);
H A DElementStyle.cpp220 void ElementStyle::SetClassNames(const String& class_names) in SetClassNames() function in Rocket::Core::ElementStyle
H A DElement.cpp239 void Element::SetClassNames(const String& class_names) in SetClassNames() function in Rocket::Core::Element
1446 style->SetClassNames(GetAttribute< String >("class", "")); in OnAttributeChange()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Debugger/
H A DElementLog.cpp173 beacon_button->SetClassNames(log_types[type].class_name); in AddLogMessage()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Include/Rocket/Core/
H A DElement.h102 void SetClassNames(const String& class_names);
/dports/www/osrm-backend/osrm-backend-5.26.0/src/extractor/
H A Dextractor.cpp74 void SetClassNames(const std::vector<std::string> &class_names, in SetClassNames() function
624 SetClassNames(scripting_environment.GetClassNames(), classes_map, profile_properties); in ParseOSMData()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Python/
H A DElementInterface.cpp99 …:GetClassNames, python::return_value_policy< python::return_by_value >()), &Element::SetClassNames) in InitialisePythonInterface()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Lua/
H A DElement.cpp538 ele->SetClassNames(name); in ElementSetAttrclass_name()