3 #include "canvas/selectables.hpp"
4 #include "document/documents.hpp"
5 #include "schematic/line_net.hpp"
18 class ClipboardManager {
20 ClipboardManager(Documents &ds);
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();
Definition: buffer.hpp:32
void copy(std::set< SelectableRef > selection, const Coordi &cursor_pos)
Copys the objects specified by selection to the buffer.
Tools use this class to actually access the core.
Definition: documents.hpp:13