MCPcopy Create free account
hub / github.com/Codeya-IDE/deepin-ide / toggled

Method toggled

src/common/widget/singlechoicebox.cpp:66–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64}
65
66void SingleChoiceBox::toggled(bool checked)
67{
68 auto toggledIns = qobject_cast<DRadioButton*>(sender());
69 if (toggledIns && checked) {
70 Info info { toggledIns->text(),
71 toggledIns->toolTip(),
72 toggledIns->icon() };
73 emit selected(info);
74 }
75}
76
77uint qHash(const SingleChoiceBox::Info &info, uint seed)
78{

Callers

nothing calls this directly

Calls 3

toolTipMethod · 0.80
textMethod · 0.45
iconMethod · 0.45

Tested by

no test coverage detected