3 #include "canvas/selectables.hpp" 5 #include "schematic/line_net.hpp" 26 void copy(std::set<SelectableRef> selection,
const Coordi &cursor_pos);
29 void on_clipboard_get(Gtk::SelectionData &selection_data, guint );
30 void on_clipboard_clear();
void copy(std::set< SelectableRef > selection, const Coordi &cursor_pos)
Copys the objects specified by selection to the buffer.
Definition: clipboard.cpp:10
Definition: buffer.hpp:26
Where Tools and and documents meet.
Definition: core.hpp:232
The ClipBoardManager handles the copy part of copy/paste.
Definition: clipboard.hpp:18