2#include <score/selection/SelectionDispatcher.hpp>
3#include <score/statemachine/StateMachineTools.hpp>
34 virtual void on_pressAreaSelection() = 0;
35 virtual void on_moveAreaSelection() = 0;
36 virtual void on_releaseAreaSelection() = 0;
37 virtual void on_deselect() = 0;
39 static bool multiSelection()
noexcept;
46 QState* m_waitState{};
The CommonSelectionState class.
Definition CommonSelectionState.hpp:27
The SelectionDispatcher class.
Definition SelectionDispatcher.hpp:15
The SelectionStack class.
Definition SelectionStack.hpp:24
Base toolkit upon which the software is built.
Definition Application.cpp:90