|
void | construct () override |
|
ActionCatalogItem::Availability | get_editor_type_for_action () const override |
|
ObjectType | get_editor_type () const override |
|
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) |
|
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 () |
|
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) |
|
|
std::set< ObjectRef > | highlights |
|
typedef sigc::signal< void > | type_signal_action_sensitive |
|
MainWindow * | main_window |
|
class CanvasGL * | canvas |
|
class PropertyPanels * | panels |
|
WarningsBox * | warnings_box |
|
class ToolPopover * | tool_popover |
|
Gtk::Menu * | context_menu = nullptr |
|
SpinButtonDim * | grid_spin_button |
|
std::unique_ptr< SelectionFilterDialog > | selection_filter_dialog |
|
std::unique_ptr< Pool > | pool |
|
Cores | core |
|
std::unique_ptr< ClipboardManager > | clipboard = nullptr |
|
std::unique_ptr< KeySequenceDialog > | key_sequence_dialog = nullptr |
|
std::unique_ptr< ImpInterface > | imp_interface = nullptr |
|
Glib::RefPtr< Glib::Binding > | grid_spacing_binding |
|
std::map< std::pair< ActionID, ToolID >, ActionConnection > | action_connections |
|
class RulesWindow * | rules_window = nullptr |
|
zmq::context_t | zctx |
|
zmq::socket_t | sock_broadcast_rx |
|
zmq::socket_t | sock_project |
|
bool | sockets_connected = false |
|
int | mgr_pid = -1 |
|
bool | no_update = false |
|
Preferences | preferences |
|
std::unique_ptr< WindowStateStore > | state_store = nullptr |
|
bool | read_only = false |
|
Glib::RefPtr< Gio::Menu > | hamburger_menu |
|