Home
last modified time | relevance | path

Searched refs:m_customizationDelegate (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Deditor.cpp146 , m_customizationDelegate(NULL) in Editor()
1384 if (m_customizationDelegate) in setCustomizationDelegate()
1385 m_customizationDelegate->dispose(); in setCustomizationDelegate()
1387 m_customizationDelegate = delegate; in setCustomizationDelegate()
1438 if (m_customizationDelegate && !hasCapture()) { in updateQuicktool()
1449 m_customizationDelegate->getQuickTool(selectedTool); in updateQuicktool()
1479 if (m_customizationDelegate) { in updateToolLoopModifiersIndicators()
1495 action = m_customizationDelegate->getPressedKeyAction(KeyContext::ShapeTool); in updateToolLoopModifiersIndicators()
1536 action = m_customizationDelegate->getPressedKeyAction(KeyContext::MoveTool); in updateToolLoopModifiersIndicators()
2012 (m_customizationDelegate && in canStartMovingSelectionPixels()
[all …]
H A Deditor.h173 return m_customizationDelegate; in getCustomizationDelegate()
382 EditorCustomizationDelegate* m_customizationDelegate; variable