MCPcopy Create free account
hub / github.com/Robotips/uConfig / selectComponent

Method selectComponent

src/uconfig_gui/project/uconfigproject.cpp:160–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160void UConfigProject::selectComponent(Component *component)
161{
162 if (component != _activeComponent)
163 {
164 _activeComponent = component;
165 emit activeComponentChange(component);
166 }
167}
168
169void UConfigProject::setComponentInfo(UConfigProject::ComponentInfoType infoType, const QVariant &value)
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected