|
ActionConnection & | connect_action (ToolID tool_id, std::function< void(const ActionConnection &)> cb) |
|
ActionConnection & | connect_action (ToolID tool_id) |
|
ActionConnection & | connect_action (ActionID action_id, std::function< void(const ActionConnection &)> cb) |
|
virtual void | canvas_update ()=0 |
|
void | sc (void) |
|
bool | handle_key_press (GdkEventKey *key_event) |
|
void | handle_cursor_move (const Coordi &pos) |
|
bool | handle_click (GdkEventButton *button_event) |
|
bool | handle_click_release (GdkEventButton *button_event) |
|
bool | handle_context_menu (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 (GdkEventAny *ev) |
|
json | send_json (const json &j) |
|
bool | trigger_action (const std::pair< ActionID, ToolID > &action) |
|
bool | trigger_action (ActionID aid) |
|
bool | trigger_action (ToolID tid) |
|
void | add_tool_action (ToolID tid, const std::string &action) |
|
void | add_hamburger_menu () |
|
virtual CanvasPreferences * | get_canvas_preferences () |
|
virtual void | apply_preferences () |
|
virtual void | handle_maybe_drag () |
|
virtual ActionCatalogItem::Availability | get_editor_type_for_action () const =0 |
|
virtual ObjectType | get_editor_type () const =0 |
|
void | layer_up_down (bool up) |
|
void | goto_layer (int layer) |
|
Gtk::Button * | create_action_button (std::pair< ActionID, ToolID > action) |
|
void | set_action_sensitive (std::pair< ActionID, ToolID >, bool v) |
|
bool | get_action_sensitive (std::pair< ActionID, ToolID >) 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) |
|
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 std::set< std::pair< ObjectType, UUID >> &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 Core::SearchResult &res) |
|
virtual std::pair< ActionID, ToolID > | get_doubleclick_action (ObjectType type, const UUID &uu) |
|