44 for(
int i = 0; aExps[i].
str.length(); i++ )
46 if( aExps[i].
flag & aFlag )
47 rv += aExps[i].
str +
" ";
72 wxCHECK_MSG(
HasPosition(),
VECTOR2D(),
"Attempted to get position from non-position event" );
156 ev +=
"action-group: ";
161 "(" + std::to_string(
m_actionGroup.value().GetGroupID() ) +
")" +
" ";
172 ev +=
"key: " + std::to_string(
m_keyCode ) +
" ";
178 ev +=
"cmd-id: " + std::to_string( *
m_commandId ) +
" ";
191 s += e.Format() +
" ";
202 s += e.m_commandStr +
" ";
static TOOL_ACTION cancelInteractive
static TOOL_ACTION activatePointEditor
static const TOOL_EVENT ClearedEvent
static const TOOL_EVENT SelectedEvent
static const TOOL_EVENT PointSelectedEvent
static const TOOL_EVENT UnselectedEvent
VECTOR2< double > VECTOR2D