48 for(
int i = 0; aExps[i].
str.length(); i++ )
50 if( aExps[i].
flag & aFlag )
51 rv += aExps[i].
str +
" ";
76 wxCHECK_MSG(
HasPosition(),
VECTOR2D(),
"Attempted to get position from non-position event" );
157 ev +=
"action-group: ";
162 "(" + std::to_string(
m_actionGroup.value().GetGroupID() ) +
")" +
" ";
173 ev +=
"key: " + std::to_string(
m_keyCode ) +
" ";
179 ev +=
"cmd-id: " + std::to_string( *
m_commandId ) +
" ";
192 s += e.Format() +
" ";
203 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