Home
last modified time | relevance | path

Searched refs:handle_extra_button (Results 1 – 6 of 6) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_layer.hpp31 void handle_extra_button(const GdkEventButton *button_event) override;
H A Dimp_schematic.hpp73 void handle_extra_button(const GdkEventButton *button_event) override;
H A Dimp_layer.cpp71 void ImpLayer::handle_extra_button(const GdkEventButton *button_event) in handle_extra_button() function in horizon::ImpLayer
H A Dimp.hpp121 virtual void handle_extra_button(const GdkEventButton *button_event) in handle_extra_button() function in horizon::ImpBase
H A Dimp_schematic.cpp1095 void ImpSchematic::handle_extra_button(const GdkEventButton *button_event) in handle_extra_button() function in horizon::ImpSchematic
H A Dimp.cpp1263 handle_extra_button(button_event); in handle_click()