Home
last modified time | relevance | path

Searched refs:widgetInThisPanelIsFocused (Results 1 – 4 of 4) sorted by relevance

/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonz/
H A Dtpanels.h214 bool widgetInThisPanelIsFocused() override;
284 bool widgetInThisPanelIsFocused() override;
303 bool widgetInThisPanelIsFocused() override;
H A Dpane.h231 virtual bool widgetInThisPanelIsFocused() { in widgetInThisPanelIsFocused() function
H A Dtpanels.cpp431 bool FunctionViewerPanel::widgetInThisPanelIsFocused() { in widgetInThisPanelIsFocused() function in FunctionViewerPanel
1302 bool ComboViewerPanelContainer::widgetInThisPanelIsFocused() { in widgetInThisPanelIsFocused() function in ComboViewerPanelContainer
1346 bool SceneViewerPanelContainer::widgetInThisPanelIsFocused() { in widgetInThisPanelIsFocused() function in SceneViewerPanelContainer
H A Dpane.cpp404 isPanelActive = dw->widgetInThisPanelIsFocused(); in paintEvent()