Home
last modified time | relevance | path

Searched refs:connect_action (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Druler_dialog.cc46 connect_action (samples_button, "samples-ruler"); in RulerDialog()
47 connect_action (timecode_button, "timecode-ruler"); in RulerDialog()
48 connect_action (minsec_button, "minsec-ruler"); in RulerDialog()
49 connect_action (bbt_button, "bbt-ruler"); in RulerDialog()
50 connect_action (tempo_button, "tempo-ruler"); in RulerDialog()
51 connect_action (meter_button, "meter-ruler"); in RulerDialog()
52 connect_action (loop_punch_button, "loop-punch-ruler"); in RulerDialog()
53 connect_action (range_button, "range-ruler"); in RulerDialog()
54 connect_action (mark_button, "marker-ruler"); in RulerDialog()
55 connect_action (cdmark_button, "cd-marker-ruler"); in RulerDialog()
[all …]
H A Druler_dialog.h50 void connect_action (Gtk::CheckButton& button, std::string const &action_name_part);
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_layer.cpp46 connect_action(ActionID::LAYER_UP, [this](const auto &a) { this->layer_up_down(true); }); in construct_layer_box()
48 connect_action(ActionID::LAYER_TOP, [this](const auto &a) { this->goto_layer(0); }); in construct_layer_box()
50 connect_action(ActionID::LAYER_INNER1, [this](const auto &a) { this->goto_layer(-1); }); in construct_layer_box()
51 connect_action(ActionID::LAYER_INNER2, [this](const auto &a) { this->goto_layer(-2); }); in construct_layer_box()
52 connect_action(ActionID::LAYER_INNER3, [this](const auto &a) { this->goto_layer(-3); }); in construct_layer_box()
53 connect_action(ActionID::LAYER_INNER4, [this](const auto &a) { this->goto_layer(-4); }); in construct_layer_box()
54 connect_action(ActionID::LAYER_INNER5, [this](const auto &a) { this->goto_layer(-5); }); in construct_layer_box()
55 connect_action(ActionID::LAYER_INNER6, [this](const auto &a) { this->goto_layer(-6); }); in construct_layer_box()
56 connect_action(ActionID::LAYER_INNER7, [this](const auto &a) { this->goto_layer(-7); }); in construct_layer_box()
57 connect_action(ActionID::LAYER_INNER8, [this](const auto &a) { this->goto_layer(-8); }); in construct_layer_box()
[all …]
H A Dimp_action.cpp14 connect_action(it.first.second); in init_action()
17 connect_action(ActionID::PAN_LEFT, sigc::mem_fun(*this, &ImpBase::handle_pan_action)); in init_action()
18 connect_action(ActionID::PAN_RIGHT, sigc::mem_fun(*this, &ImpBase::handle_pan_action)); in init_action()
19 connect_action(ActionID::PAN_UP, sigc::mem_fun(*this, &ImpBase::handle_pan_action)); in init_action()
20 connect_action(ActionID::PAN_DOWN, sigc::mem_fun(*this, &ImpBase::handle_pan_action)); in init_action()
22 connect_action(ActionID::ZOOM_IN, sigc::mem_fun(*this, &ImpBase::handle_zoom_action)); in init_action()
23 connect_action(ActionID::ZOOM_OUT, sigc::mem_fun(*this, &ImpBase::handle_zoom_action)); in init_action()
243 return connect_action(action_id, ToolID::NONE, cb); in connect_action()
248 return connect_action(ActionID::TOOL, tool_id, cb); in connect_action()
251 ActionConnection &ImpBase::connect_action(ToolID tool_id) in connect_action() function in horizon::ImpBase
[all …]
H A Dimp_board.cpp474 connect_action(ActionID::GO_TO_SCHEMATIC, [this](const auto &conn) { in construct()
524 connect_action(ActionID::RELOAD_NETLIST, [this](const ActionConnection &c) { in construct()
561 connect_action(ActionID::GEN_FAB_OUTPUT, [this](const auto &c) { in construct()
571 connect_action(ActionID::EXPORT_PDF, [this](const auto &c) { in construct()
599 connect_action(ActionID::EXPORT_STEP, [this](const auto &c) { in construct()
610 connect_action(ActionID::VIEW_3D, [this](const auto &a) { in construct()
638 connect_action(ActionID::HIGHLIGHT_NET, [this](const auto &a) { in construct()
648 connect_action(ActionID::HIGHLIGHT_NET_CLASS, [this](const auto &a) { in construct()
739 connect_action(ActionID::PNP_EXPORT_WINDOW, [this](const auto &c) { in construct()
743 connect_action(ActionID::EXPORT_PNP, [this](const auto &c) { in construct()
[all …]
H A Dimp.cpp382 connect_action(ActionID::SELECTION_TOOL_BOX, in run()
385 connect_action(ActionID::SELECTION_TOOL_LASSO, in run()
388 connect_action(ActionID::SELECTION_TOOL_PAINT, in run()
396 connect_action(ActionID::SELECTION_QUALIFIER_INCLUDE_BOX, in run()
482 connect_action(ActionID::SAVE, [this](const auto &a) { in run()
493 connect_action(ActionID::UNDO, [this](const auto &a) { in run()
498 connect_action(ActionID::REDO, [this](const auto &a) { in run()
504 connect_action(ActionID::RELOAD_POOL, [this](const auto &a) { in run()
509 connect_action(ActionID::COPY, [this](const auto &a) { in run()
513 connect_action(ActionID::VIEW_ALL, [this](const auto &a) { in run()
[all …]
H A Dimp_search.cpp10 connect_action(ActionID::SEARCH, [this](const auto &a) { this->set_search_mode(true); }); in init_search()
11 connect_action(ActionID::SEARCH_NEXT, [this](const auto &a) { in init_search()
15 connect_action(ActionID::SEARCH_PREVIOUS, [this](const auto &a) { in init_search()
19 connect_action(ActionID::SELECT_ALL, [this](const auto &a) { in init_search()
H A Dimp_schematic.cpp324 connect_action(ActionID::PLACE_PART, [this](const auto &conn) { in construct()
341 connect_action(ActionID::TO_BOARD, [this](const auto &conn) { in construct()
362 connect_action(ActionID::SHOW_IN_BROWSER, [this](const auto &conn) { in construct()
380 connect_action(ActionID::SAVE_RELOAD_NETLIST, [this](const auto &conn) { in construct()
389 connect_action(ActionID::GO_TO_BOARD, [this](const auto &conn) { in construct()
399 connect_action(ActionID::SHOW_IN_POOL_MANAGER, [this](const auto &conn) { in construct()
421 connect_action(ActionID::MOVE_TO_OTHER_SHEET, in construct()
424 connect_action(ActionID::HIGHLIGHT_NET, [this](const auto &a) { in construct()
434 connect_action(ActionID::HIGHLIGHT_NET_CLASS, [this](const auto &a) { in construct()
455 connect_action(ActionID::EXPORT_BOM, [this](const auto &c) { in construct()
[all …]
H A Dimp.hpp97 …ActionConnection &connect_action(ToolID tool_id, std::function<void(const ActionConnection &)> cb);
98 ActionConnection &connect_action(ToolID tool_id);
99 …ActionConnection &connect_action(ActionID action_id, std::function<void(const ActionConnection &)>…
254 ActionConnection &connect_action(ActionID action_id, ToolID tool_id,
H A Dimp_package.cpp159 connect_action(ActionID::EDIT_PADSTACK, [this](const auto &a) { in construct()
309 connect_action(ActionID::FOOTPRINT_GENERATOR, [this](auto &a) { in construct()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/3d/
H A D3d_view.cpp321 connect_action(ActionID::VIEW_ALL, [this](const auto &conn) { canvas->view_all(); }); in View3DWindow()
322 connect_action(ActionID::PAN_LEFT, sigc::mem_fun(*this, &View3DWindow::handle_pan_action)); in View3DWindow()
323 connect_action(ActionID::PAN_RIGHT, sigc::mem_fun(*this, &View3DWindow::handle_pan_action)); in View3DWindow()
324 connect_action(ActionID::PAN_UP, sigc::mem_fun(*this, &View3DWindow::handle_pan_action)); in View3DWindow()
325 connect_action(ActionID::PAN_DOWN, sigc::mem_fun(*this, &View3DWindow::handle_pan_action)); in View3DWindow()
327 connect_action(ActionID::ZOOM_IN, sigc::mem_fun(*this, &View3DWindow::handle_zoom_action)); in View3DWindow()
328 connect_action(ActionID::ZOOM_OUT, sigc::mem_fun(*this, &View3DWindow::handle_zoom_action)); in View3DWindow()
333connect_action(ActionID::VIEW_3D_FRONT, sigc::mem_fun(*this, &View3DWindow::handle_view_action)); in View3DWindow()
334 connect_action(ActionID::VIEW_3D_BACK, sigc::mem_fun(*this, &View3DWindow::handle_view_action)); in View3DWindow()
336 connect_action(ActionID::VIEW_3D_TOP, sigc::mem_fun(*this, &View3DWindow::handle_view_action)); in View3DWindow()
[all …]
H A D3d_view.hpp81 …ActionConnection &connect_action(ActionID action_id, std::function<void(const ActionConnection &)>…
/dports/devel/hpx/hpx-1.2.1/hpx/lcos/
H A Dbase_lco.hpp109 connect_action);
124 hpx::lcos::base_lco::connect_action, base_connect_action)
/dports/science/pulseview/pulseview-0.4.2/pv/widgets/
H A Ddevicetoolbutton.cpp45 QAction *connect_action) : in DeviceToolButton() argument
48 connect_action_(connect_action), in DeviceToolButton()
H A Ddevicetoolbutton.hpp61 QAction *connect_action);
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/dialogs/
H A Dchoose_format.py59 def connect_action(ac, entry): function
62 populate_menu(menu, connect_action, fmt)
/dports/devel/hpx/hpx-1.2.1/src/lcos/
H A Dbase_lco.cpp80 HPX_REGISTER_ACTION_ID(hpx::lcos::base_lco::connect_action,
/dports/cad/repsnapper/repsnapper-2.5a4/src/ui/
H A Dview.cpp66 void View::connect_action(const char *name, const sigc::slot<void> &slot) in connect_action() function in View
1048 connect_action ("OpenStl", sigc::mem_fun(*this, &View::load_stl) ); in View()
1049 connect_action ("OpenGCode", sigc::mem_fun(*this, &View::load_gcode) ); in View()
1050 connect_action ("Quit", sigc::ptr_fun(&Gtk::Main::quit)); in View()
1051 connect_action ("About", sigc::mem_fun(*this, &View::about_dialog) ); in View()
1053 connect_action ("Fullscreen", sigc::mem_fun(*this, &View::toggle_fullscreen) ); in View()
1054 connect_action ("PreferencesDialog", sigc::mem_fun(*this, &View::show_preferences) ); in View()
1056 connect_action ("LoadSettings", sigc::mem_fun(*this, &View::load_settings)); in View()
1057 connect_action ("SaveSettings", sigc::mem_fun(*this, &View::save_settings)); in View()
1058 connect_action ("SaveSettingsAs", sigc::mem_fun(*this, &View::save_settings_as)); in View()
H A Dview.h104 void connect_action(const char *name, const sigc::slot<void> &slot);
/dports/audio/ario/ario-1.6/src/shell/
H A Dario-shell.c861 GAction *connect_action; in ario_shell_sync_server() local
867 connect_action = g_action_map_lookup_action (G_ACTION_MAP (g_application_get_default ()), in ario_shell_sync_server()
869 g_simple_action_set_enabled (G_SIMPLE_ACTION (connect_action), !shell->priv->connected); in ario_shell_sync_server()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/dlm/
H A Dlowcomms.c84 void (*connect_action) (struct connection *); /* What to do to connect */ member
201 con->connect_action = tcp_connect_to_sock; in dlm_con_init()
204 con->connect_action = sctp_connect_to_sock; in dlm_con_init()
1583 con->connect_action(con); in process_send_sockets()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/dlm/
H A Dlowcomms.c84 void (*connect_action) (struct connection *); /* What to do to connect */ member
201 con->connect_action = tcp_connect_to_sock; in dlm_con_init()
204 con->connect_action = sctp_connect_to_sock; in dlm_con_init()
1583 con->connect_action(con); in process_send_sockets()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/dlm/
H A Dlowcomms.c84 void (*connect_action) (struct connection *); /* What to do to connect */ member
201 con->connect_action = tcp_connect_to_sock; in dlm_con_init()
204 con->connect_action = sctp_connect_to_sock; in dlm_con_init()
1583 con->connect_action(con); in process_send_sockets()
/dports/devel/git-cola/git-cola-3.10.1/cola/
H A Dqtutils.py33 def connect_action(action, fn): function
510 return _add_action(widget, text, tip, fn, connect_action, *shortcuts)
514 return _add_action(widget, text, tip, fn, connect_action, *shortcuts)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dopen_with.py376 def populate_menu(menu, connect_action, file_type): argument
385 connect_action(ac, entry)

12