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

Method setInViewerContextLabel

Engine/Knob.cpp:1916–1927  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1914}
1915
1916void
1917KnobHelper::setInViewerContextLabel(const QString& label)
1918{
1919 {
1920 QMutexLocker k(&_imp->labelMutex);
1921
1922 _imp->inViewerContextLabel = label.toStdString();
1923 }
1924 if (_signalSlotHandler) {
1925 _signalSlotHandler->s_inViewerContextLabelChanged();
1926 }
1927}
1928
1929void
1930KnobHelper::setInViewerContextCanHaveShortcut(bool haveShortcut)

Callers 5

initializeKnobsMethod · 0.80
setInViewportLabelMethod · 0.80
initializeKnobsMethod · 0.80
TrackerContextPrivateMethod · 0.80
newParamMethod · 0.80

Calls 1

toStdStringMethod · 0.80

Tested by

no test coverage detected