Home
last modified time | relevance | path

Searched defs:onLeaveState (Results 1 – 4 of 4) sorted by relevance

/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dmoving_selection_state.cpp44 EditorState::LeaveAction MovingSelectionState::onLeaveState(Editor* editor, EditorState* newState) in onLeaveState() function in app::MovingSelectionState
H A Dplay_state.cpp93 EditorState::LeaveAction PlayState::onLeaveState(Editor* editor, EditorState* newState) in onLeaveState() function in app::PlayState
H A Deditor_state.h56 virtual LeaveAction onLeaveState(Editor* editor, EditorState* newState) { in onLeaveState() function
H A Dmoving_pixels_state.cpp149 EditorState::LeaveAction MovingPixelsState::onLeaveState(Editor* editor, EditorState* newState) in onLeaveState() function in app::MovingPixelsState