MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / addCheckbox

Method addCheckbox

source/ui/controls/ImGuiLayout.cpp:313–316  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313std::shared_ptr< LayoutCheckboxControl> LayoutSection::addCheckbox(Msg labelId, Msg helpId, bool value) {
314 std::shared_ptr<LayoutRow> row = this->addRow(labelId, helpId);
315 return row->addCheckbox(value);
316}
317
318std::shared_ptr<LayoutTextControl> LayoutSection::addText(Msg labelId, Msg helpId, BString text) {
319 std::shared_ptr<LayoutRow> row = this->addRow(labelId, helpId);

Callers 2

ContainersViewMethod · 0.80
createGeneralTabMethod · 0.80

Calls 3

addRowMethod · 0.95
setCheckMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected