|
void | construct () override |
|
void | apply_preferences () override |
|
void | update_highlights () override |
|
ActionCatalogItem::Availability | get_editor_type_for_action () const override |
|
std::string | get_hud_text (std::set< SelectableRef > &sel) override |
|
void | update_action_sensitivity () override |
|
void | update_monitor () override |
|
ActionToolID | get_doubleclick_action (ObjectType type, const UUID &uu) override |
|
Searcher * | get_searcher_ptr () override |
|
void | construct_layer_box (bool pack=true) |
|
void | get_save_meta (json &j) override |
|
virtual void | load_default_layers () |
|
void | add_view_angle_actions () |
|
const CanvasPreferences & | get_canvas_preferences () override |
|
void | handle_extra_button (const GdkEventButton *button_event) override |
|
std::vector< std::string > | get_view_hints () override |
|
void | set_view_angle (int angle) |
|
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 | expand_selection_for_property_panel (std::set< SelectableRef > &sel_extra, const std::set< SelectableRef > &sel) |
|
void | handle_selection_changed (void) |
|
bool | handle_key_press (const GdkEventKey *key_event) |
|
void | handle_cursor_move (const Coordi &pos) |
|
bool | handle_click (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 (const ActionToolID &action) |
|
bool | trigger_action (ActionID aid) |
|
bool | trigger_action (ToolID tid) |
|
void | add_tool_action (ToolID tid, const std::string &action) |
|
void | add_tool_action (ActionID aid, const std::string &action) |
|
void | add_hamburger_menu () |
|
virtual void | handle_maybe_drag () |
|
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 (ActionToolID, bool v) |
|
bool | get_action_sensitive (ActionToolID) const |
|
type_signal_action_sensitive | signal_action_sensitive () |
|
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 ItemSet &items) |
|
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) |
|
void | load_meta () |
|
void | set_window_title (const std::string &s) |
|
void | set_window_title_from_block () |
|
void | update_view_hints () |
|
void | view_options_menu_append_action (const std::string &label, const std::string &action) |
|
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 () |
|
|
std::set< ObjectRef > | highlights |
|
typedef sigc::signal< void > | type_signal_action_sensitive |
|
class LayerBox * | layer_box |
|
Glib::RefPtr< Glib::Binding > | work_layer_binding |
|
Glib::RefPtr< Glib::Binding > | layer_opacity_binding |
|
int | view_angle = 1 |
|
Gtk::Label * | view_angle_label = nullptr |
|
Gtk::Button * | view_angle_button = nullptr |
|
class ViewAngleWindow * | view_angle_window = nullptr |
|
sigc::connection | view_angle_window_conn |
|
MainWindow * | main_window |
|
CanvasGL * | canvas |
|
class PropertyPanels * | panels |
|
WarningsBox * | warnings_box |
|
class ToolPopover * | tool_popover |
|
Gtk::Menu * | context_menu = nullptr |
|
std::unique_ptr< SelectionFilterDialog > | selection_filter_dialog |
|
std::optional< GridController > | grid_controller |
|
std::unique_ptr< Pool > | pool |
|
class Core * | core = nullptr |
|
std::unique_ptr< ClipboardBase > | clipboard = nullptr |
|
std::unique_ptr< ClipboardHandler > | clipboard_handler = 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< ActionToolID, 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 |
|
bool | distraction_free = false |
|
Preferences | preferences |
|
std::unique_ptr< WindowStateStore > | state_store = nullptr |
|
bool | read_only = false |
|
Glib::RefPtr< Gio::Menu > | hamburger_menu |
|
json | m_meta |
|
Gtk::Box * | view_options_menu = nullptr |
|
static const std::string | meta_suffix = ".imp_meta" |
|