MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / refreshTextLabelFromKnob

Method refreshTextLabelFromKnob

Gui/BackdropGui.cpp:154–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

152}
153
154void
155BackdropGui::refreshTextLabelFromKnob()
156{
157 int nameHeight = getFrameNameHeight();
158
159 _imp->refreshLabelText( nameHeight, QString::fromUtf8( _imp->getLabelValue().c_str() ) );
160}
161
162void
163BackdropGuiPrivate::refreshLabelText(int nameHeight,

Callers

nothing calls this directly

Calls 2

refreshLabelTextMethod · 0.80
getLabelValueMethod · 0.80

Tested by

no test coverage detected