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

Method addLabelInfo

gui/src/widgets/plotinfo.cpp:84–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82}
83
84QLabel *PlotInfo::addLabelInfo(InfoPosition hpos, InfoPosition vpos)
85{
86 QLabel *label = new QLabel();
87 addCustomInfo(label, hpos, vpos);
88
89 return label;
90}
91
92void PlotInfo::removeInfo(uint index, InfoPosition pos)
93{

Callers 4

FFTPlotComponentMethod · 0.80
TimePlotComponentMethod · 0.80
MonitorPlotMethod · 0.80
setupPlotInfoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected