MCPcopy Create free account
hub / github.com/SpartanJ/eepp / updateOS

Method updateOS

src/tools/ecode/uibuildsettings.cpp:774–781  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

772}
773
774void UIBuildSettings::updateOS() {
775 mBuild.mOS.clear();
776 auto oses = find<UIWidget>( "os_select" )->querySelectorAll( "CheckBox" );
777 for ( const auto os : oses ) {
778 if ( os->asType<UICheckBox>()->isChecked() )
779 mBuild.mOS.insert( os->getId() );
780 }
781}
782
783void UIBuildSettings::setTab( UITab* tab ) {
784 if ( tab != mTab ) {

Callers

nothing calls this directly

Calls 4

querySelectorAllMethod · 0.80
getIdMethod · 0.65
clearMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected