MCPcopy Create free account
hub / github.com/analogdevicesinc/scopy / getTutorialButton

Method getTutorialButton

gui/src/widgets/toolbuttons.cpp:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143}
144
145QPushButton *InfoBtn::getTutorialButton()
146{
147 if(m_hasTutorial) {
148 return m_popupWidget->getExitBtn();
149 }
150
151 return nullptr;
152}
153
154QPushButton *InfoBtn::getDocumentationButton()
155{

Callers 6

DacInstrumentMethod · 0.80
RegisterMapToolMethod · 0.80
DatamonitorToolMethod · 0.80
Max14906Method · 0.80
setupToolTemplateMethod · 0.80
FaultsMethod · 0.80

Calls 1

getExitBtnMethod · 0.80

Tested by

no test coverage detected