Home
last modified time | relevance | path

Searched refs:levelHandle (Results 1 – 24 of 24) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dcamerasettingspopup.cpp130 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in showEvent() local
145 ret = ret && connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), in showEvent()
163 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in hideEvent() local
178 ret = ret && disconnect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), in hideEvent()
H A Dviewerpane.cpp313 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in showEvent() local
333 ret = ret && connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in showEvent()
335 ret = ret && connect(levelHandle, SIGNAL(xshLevelChanged()), this, in showEvent()
337 ret = ret && connect(levelHandle, SIGNAL(xshLevelTitleChanged()), this, in showEvent()
339 ret = ret && connect(levelHandle, SIGNAL(xshLevelChanged()), this, in showEvent()
366 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in hideEvent() local
377 disconnect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in hideEvent()
379 disconnect(levelHandle, SIGNAL(xshLevelChanged()), this, in hideEvent()
381 disconnect(levelHandle, SIGNAL(xshLevelTitleChanged()), this, in hideEvent()
383 disconnect(levelHandle, SIGNAL(xshLevelChanged()), this, in hideEvent()
H A Dlocatorpopup.cpp59 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in showEvent() local
64 ret = ret && connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in showEvent()
H A Dvectorizerswatch.cpp515 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in connectUpdates() local
518 connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in connectUpdates()
520 connect(levelHandle, SIGNAL(xshLevelChanged()), this, in connectUpdates()
530 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in disconnectUpdates() local
533 disconnect(levelHandle, 0, this, 0); in disconnectUpdates()
H A Dstudiopaletteviewer.h49 void setLevelHandle(TXshLevelHandle *levelHandle);
116 TXshLevelHandle *levelHandle = 0,
H A Dcolormodelviewer.cpp358 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in hideEvent() local
370 disconnect(levelHandle, SIGNAL(xshLevelViewChanged()), this, in hideEvent()
378 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in showEvent() local
391 ret = ret && connect(levelHandle, SIGNAL(xshLevelViewChanged()), this, in showEvent()
H A Dstudiopaletteviewer.cpp180 void StudioPaletteTreeViewer::setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
181 m_levelHandle = levelHandle; in setLevelHandle()
831 TXshLevelHandle *levelHandle, in StudioPaletteViewer() argument
852 studioPltTreeViewer->setLevelHandle(levelHandle); in StudioPaletteViewer()
905 studioPltViewer->setLevelHandle(levelHandle); in StudioPaletteViewer()
H A Dfilmstrip.cpp433 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in showEvent() local
435 ret = ret && connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in showEvent()
437 ret = ret && connect(levelHandle, SIGNAL(xshLevelChanged()), this, in showEvent()
439 ret = ret && connect(levelHandle, SIGNAL(xshLevelViewChanged()), this, in showEvent()
1722 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in showEvent() local
1723 bool ret = connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), in showEvent()
1732 ret = ret && connect(levelHandle, SIGNAL(xshLevelTitleChanged()), in showEvent()
1763 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in hideEvent() local
1764 disconnect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in hideEvent()
1766 disconnect(levelHandle, SIGNAL(xshLevelChanged()), this, in hideEvent()
[all …]
H A Dcomboviewerpane.cpp339 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in showEvent() local
369 ret = ret && connect(levelHandle, SIGNAL(xshLevelChanged()), this, in showEvent()
374 ret = ret && connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in showEvent()
376 ret = ret && connect(levelHandle, SIGNAL(xshLevelTitleChanged()), this, in showEvent()
379 ret = ret && connect(levelHandle, SIGNAL(xshLevelChanged()), this, in showEvent()
H A Dtoolbar.cpp253 TXshLevelHandle *levelHandle = TApp::instance()->getCurrentLevel(); in showEvent() local
254 connect(levelHandle, SIGNAL(xshLevelSwitched(TXshLevel *)), this, in showEvent()
H A Dsceneviewer.cpp1125 TXshLevelHandle *levelHandle = app->getCurrentLevel(); in hideEvent() local
1126 if (levelHandle) levelHandle->disconnect(this); in hideEvent()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/include/toonzqt/
H A Dstyleselection.h75 void setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
76 m_levelHandle = levelHandle; in setLevelHandle()
H A Dpaletteviewer.h68 void setLevelHandle(TXshLevelHandle *levelHandle);
H A Dstyleeditor.h674 void setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
675 m_levelHandle = levelHandle; in setLevelHandle()
H A Dfxsettings.h283 void setLevelHandle(TXshLevelHandle *levelHandle);
H A Dpaletteviewergui.h132 void setLevelHandle(TXshLevelHandle *levelHandle);
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/tnztools/
H A Dpaintbrushtool.cpp360 TXshLevelHandle *levelHandle = m_application->getCurrentLevel(); in getCenteredCursorPos() local
361 TXshSimpleLevel *level = levelHandle ? levelHandle->getSimpleLevel() : 0; in getCenteredCursorPos()
H A Dfullcolorbrushtool.cpp943 if (TXshLevelHandle *levelHandle = app->getCurrentLevel()) { in FullColorBrushToolNotifier() local
944 bool ret = connect(levelHandle, SIGNAL(xshCanvasSizeChanged()), this, in FullColorBrushToolNotifier()
H A Drastererasertool.cpp654 TXshLevelHandle *levelHandle = m_application->getCurrentLevel(); in getCenteredCursorPos() local
655 TXshSimpleLevel *level = levelHandle ? levelHandle->getSimpleLevel() : 0; in getCenteredCursorPos()
H A Dtoonzrasterbrushtool.cpp1027 TXshLevelHandle *levelHandle = m_application->getCurrentLevel(); in getCenteredCursorPos() local
1028 TXshSimpleLevel *level = levelHandle ? levelHandle->getSimpleLevel() : 0; in getCenteredCursorPos()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzqt/
H A Dpaletteviewer.cpp303 void PaletteViewer::setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
304 m_pageViewer->setLevelHandle(levelHandle); in setLevelHandle()
H A Dstudiopaletteviewer.cpp678 InvalidateIconsUndo(TXshLevelHandle *levelHandle) in InvalidateIconsUndo() argument
679 : m_levelHandle(levelHandle) {} in InvalidateIconsUndo()
H A Dfxsettings.cpp1253 void FxSettings::setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
1254 m_levelHandle = levelHandle; in setLevelHandle()
H A Dpaletteviewergui.cpp199 void PageViewer::setLevelHandle(TXshLevelHandle *levelHandle) { in setLevelHandle() argument
200 m_styleSelection->setLevelHandle(levelHandle); in setLevelHandle()