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" );
 
 
  160    ev += 
"action-group: ";
 
  165              "(" + std::to_string( 
m_actionGroup.value().GetGroupID() ) + 
")" + 
" ";
 
  176        ev += 
"key: " + std::to_string( 
m_keyCode ) + 
" ";
 
  182        ev += 
"cmd-id: " + std::to_string( *
m_commandId ) + 
" ";
 
 
  195        s += e.Format() + 
" ";
 
 
  206        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