Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
424aa28e
Commit
424aa28e
authored
Aug 30, 2013
by
Maciej Suminski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added SELECTION_TOOL::GetSelection()
parent
89849cdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
selection_tool.h
pcbnew/tools/selection_tool.h
+4
-0
No files found.
pcbnew/tools/selection_tool.h
View file @
424aa28e
...
...
@@ -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
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment