Home
last modified time | relevance | path

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

/dports/graphics/aseprite/aseprite-1.2.9/src/app/
H A Dui_context.cpp125 bool notify = (lastSelectedDoc() != document); in onSetActiveDocument()
209 lastSelectedDoc(), in onAddDocument()
H A Dcontext.h98 Doc* lastSelectedDoc() { return m_lastSelectedDoc; } in lastSelectedDoc() function