Added SELECTION_TOOL::GetSelection()

This commit is contained in:
Maciej Suminski 2013-08-30 10:23:18 +02:00
parent 1bf848e418
commit 9c6998c6bc
1 changed files with 4 additions and 0 deletions

View File

@ -55,6 +55,10 @@ public:
void Reset();
int Main( TOOL_EVENT& aEvent );
const std::set<BOARD_ITEM*>& GetSelection() const
{
return m_selectedItems;
}
private:
void selectSingle( const VECTOR2I& aWhere );