| 1914 | } |
| 1915 | |
| 1916 | void |
| 1917 | KnobHelper::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 | |
| 1929 | void |
| 1930 | KnobHelper::setInViewerContextCanHaveShortcut(bool haveShortcut) |
no test coverage detected