MCPcopy Create free account
hub / github.com/ccMSC/ckb / displayColorMap

Method displayColorMap

src/ckb/keywidget.cpp:57–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void KeyWidget::displayColorMap(const ColorMap &newDisplayMap, const QSet<QString> &indicators){
58 if(!isVisible())
59 return;
60 _displayColorMap = newDisplayMap;
61 _indicators = indicators;
62 update();
63}
64
65void KeyWidget::bindMap(const BindMap& newBindMap){
66 _bindMap = newBindMap;

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected