|
ActionConnection & | connect_action (ToolID tool_id) |
|
ActionConnection & | connect_action (ActionToolID id, std::function< void(const ActionConnection &)> cb) |
|
ActionConnection & | connect_action_with_source (ActionToolID id, std::function< void(const ActionConnection &, ActionSource)> cb) |
|
virtual void | canvas_update ()=0 |
|
virtual void | expand_selection_for_property_panel (std::set< SelectableRef > &sel_extra, const std::set< SelectableRef > &sel) |
|
void | handle_selection_changed (void) |
|
virtual void | handle_selection_cross_probe () |
|
bool | handle_key_press (const GdkEventKey *key_event) |
|
void | handle_cursor_move (const Coordi &pos) |
|
bool | handle_click (const GdkEventButton *button_event) |
|
virtual void | handle_extra_button (const GdkEventButton *button_event) |
|
bool | handle_click_release (const GdkEventButton *button_event) |
|
bool | handle_context_menu (const GdkEventButton *button_event) |
|
void | tool_process (ToolResponse &resp) |
|
void | tool_begin (ToolID id, bool override_selection=false, const std::set< SelectableRef > &sel={}, std::unique_ptr< ToolData > data=nullptr) |
|
void | add_tool_button (ToolID id, const std::string &label, bool left=true) |
|
void | handle_warning_selected (const Coordi &pos) |
|
virtual bool | handle_broadcast (const json &j) |
|
bool | handle_close (const GdkEventAny *ev) |
|
json | send_json (const json &j) |
|
bool | trigger_action (ActionToolID action, ActionSource source=ActionSource::UNKNOWN) |
|
void | connect_go_to_project_manager_action () |
|
void | add_tool_action (ActionToolID id, const std::string &action) |
|
void | add_hamburger_menu () |
|
virtual const CanvasPreferences & | get_canvas_preferences () |
|
virtual void | apply_preferences () |
|
virtual void | handle_maybe_drag (bool ctrl) |
|
virtual ActionCatalogItem::Availability | get_editor_type_for_action () const =0 |
|
ObjectType | get_editor_type () const |
|
void | layer_up_down (bool up) |
|
void | goto_layer (int layer) |
|
Gtk::Button * | create_action_button (ActionToolID action) |
|
void | set_action_sensitive (ActionID, bool v) |
|
bool | get_action_sensitive (ActionID) const |
|
virtual void | update_action_sensitivity () |
|
type_signal_action_sensitive | signal_action_sensitive () |
|
virtual std::string | get_hud_text (std::set< SelectableRef > &sel) |
|
std::string | get_hud_text_for_component (const Component *comp) |
|
virtual const Block & | get_block_for_group_tag_names () |
|
std::string | get_hud_text_for_net (const Net *net) |
|
void | set_monitor_files (const std::set< std::string > &files) |
|
void | set_monitor_items (const ItemSet &items) |
|
virtual void | update_monitor () |
|
void | edit_pool_item (ObjectType type, const UUID &uu) |
|
void | parameter_window_add_polygon_expand (class ParameterWindow *parameter_window) |
|
void | tool_update_data (std::unique_ptr< ToolData > &data) |
|
virtual void | search_center (const Searcher::SearchResult &res) |
|
virtual ActionToolID | get_doubleclick_action (ObjectType type, const UUID &uu) |
|
void | load_meta () |
|
virtual void | get_save_meta (json &j) |
|
void | set_window_title (const std::string &s) |
|
void | set_window_title_from_block () |
|
void | update_view_hints () |
|
virtual std::vector< std::string > | get_view_hints () |
|
void | view_options_menu_append_action (const std::string &label, const std::string &action) |
|
virtual Searcher * | get_searcher_ptr () |
|
bool | has_searcher () |
|
Searcher & | get_searcher () |
|
class ActionButton & | add_action_button (ActionToolID action) |
|
class ActionButtonMenu & | add_action_button_menu (const char *icon_name) |
|
class ActionButton & | add_action_button_polygon () |
|
class ActionButton & | add_action_button_line () |
|
virtual ToolID | get_tool_for_drag_move (bool ctrl, const std::set< SelectableRef > &sel) const |
|
void | force_end_tool () |
|
void | reset_tool_hint_label () |
|
virtual void | update_highlights () |
|
virtual void | clear_highlights () |
|
void | show_in_pool_manager (ObjectType type, const UUID &uu, ShowInPoolManagerPool p) |
|
virtual bool | uses_dynamic_version () const |
|
virtual unsigned int | get_required_version () const |
|