35using namespace std::placeholders;
51 wxCHECK( aFrame && aFrame->
eeconfig(),
false );
A shim class between EDA_DRAW_FRAME and several derived classes: SYMBOL_EDIT_FRAME,...
EESCHEMA_SETTINGS * eeconfig() const
static bool lineModeFunc(const SELECTION &aSelection, SCH_BASE_FRAME *aFrame, LINE_MODE aMode)
< Helper function used by LineMode().
SELECTION_CONDITION LineMode(LINE_MODE aMode)
Create a functor that tests if the frame is in the specified line drawing mode.
std::function< bool(const SELECTION &)> SELECTION_CONDITION
Functor type that checks a specific condition for selected items.