16 void tool_bar_set_tip(
const std::string &s);
17 void tool_bar_set_tool_name(
const std::string &s);
18 void tool_bar_flash(
const std::string &s);
19 void tool_bar_flash_replace(
const std::string &s);
20 void tool_bar_set_actions(
const std::vector<ActionLabelInfo> &labels);
22 void part_placed(
const UUID &uu);
23 void set_work_layer(
int layer);
25 void set_layer_display(
int layer,
const class LayerDisplay &ld);
27 void set_no_update(
bool v);
30 Coordi get_grid_spacing()
const;
32 void tool_update_data(std::unique_ptr<ToolData> data);
34 void update_highlights();
35 std::set<ObjectRef> &get_highlights();
37 void set_snap_filter(
const std::set<SnapFilter> &filter);
38 void set_snap_filter_from_selection(
const std::set<SelectableRef> &sel);
39 uint64_t get_length_tuning_ref()
const;
41 typedef sigc::signal<uint64_t> type_signal_request_length_tuning_ref;
42 type_signal_request_length_tuning_ref signal_request_length_tuning_ref()
44 return s_signal_request_length_tuning_ref;
47 void pool_update(
const std::vector<std::string> &filenames);
51 type_signal_request_length_tuning_ref s_signal_request_length_tuning_ref;