Home
last modified time | relevance | path

Searched refs:start_pick (Results 1 – 11 of 11) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/3d/
H A Dplace_model_box.cpp74 start_pick(PickState::IDLE); in PlaceModelBox()
114 pick1_button->signal_clicked().connect([this] { start_pick(PickState::PICK_1); }); in PlaceModelBox()
117 pick2_button->signal_clicked().connect([this] { start_pick(PickState::PICK_2_1); }); in PlaceModelBox()
120 pick_cancel_button->signal_clicked().connect([this] { start_pick(PickState::IDLE); }); in PlaceModelBox()
260 void PlaceModelBox::start_pick(PickState which) in start_pick() function in horizon::PlaceModelBox
296 start_pick(PickState::IDLE); in handle_pick()
H A Dplace_model_box.hpp35 void start_pick(PickState which);
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/
H A Dwinloop.c625 start_pick(LOWORD(lParam),HIWORD(lParam)); }
H A Dwinsysdp.c352 start_pick(int x,int y) in start_pick() function
H A Dwinsysdp.old322 start_pick(int x,int y)
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/ver1/
H A Dwinloop.c631 start_pick(LOWORD(lParam),HIWORD(lParam));
H A Dwinsysdp.c325 start_pick(int x,int y) in start_pick() function
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dwinloop.c631 start_pick(LOWORD(lParam),HIWORD(lParam));
H A Dwinsysdp.c325 start_pick(int x,int y) in start_pick() function
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxuilib/
H A DImageWindow.h135 Atom start_pick; // Atoms for GL client */ member
H A DImageWindow.C981 this->atoms.start_pick = in createWorkArea()
4736 this->sendClientMessage(this->atoms.start_pick); in setInteractionMode()
5600 this->sendClientMessage(this->atoms.start_pick); in setSoftware()