MCPcopy Create free account
hub / github.com/XRay3D/GERBER_X3 / toolTip

Method toolTip

file_plugins/gerber/gbrcomponent.cpp:71–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71QString Component::toolTip() const
72{
73 QString tt;
74 tt += QString(GbrObj::tr("Rotation: %1\n")).arg(m_rotation);
75 tt += QString(GbrObj::tr("Value: %1\n")).arg(m_value);
76 tt += QString(GbrObj::tr("Footprint: %1\n")).arg(m_footprintName);
77 return tt;
78}
79
80QDataStream& operator<<(QDataStream& stream, const Component& c)
81{

Callers 2

ComponentItemMethod · 0.80
push_backMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected