MCPcopy Create free account
hub / github.com/cneben/QuickQanava / setTintColor

Method setTintColor

samples/dataflow/qanDataFlow.cpp:162–168  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

160}
161
162void TintNode::setTintColor(QColor tintColor) noexcept
163{
164 if ( _tintColor != tintColor ) {
165 _tintColor = tintColor;
166 emit tintColorChanged();
167 }
168}
169
170void TintNode::inNodeOutputChanged()
171{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected