Home
last modified time | relevance | path

Searched refs:PlaceModelBox (Results 1 – 4 of 4) sorted by relevance

/dports/cad/horizon-eda/horizon-2.1.0/src/imp/3d/
H A Dplace_model_box.cpp65 PlaceModelBox::PlaceModelBox(ImpPackage &aimp) : Gtk::Box(Gtk::ORIENTATION_VERTICAL), imp(aimp) in PlaceModelBox() function in horizon::PlaceModelBox
86 reset_button->signal_clicked().connect(sigc::mem_fun(*this, &PlaceModelBox::reset)); in PlaceModelBox()
219 move_button->signal_clicked().connect(sigc::mem_fun(*this, &PlaceModelBox::do_move)); in PlaceModelBox()
228 void PlaceModelBox::update_pick_state() in update_pick_state()
260 void PlaceModelBox::start_pick(PickState which) in start_pick()
287 void PlaceModelBox::handle_pick(const glm::dvec3 &p) in handle_pick()
308 void PlaceModelBox::do_move() in do_move()
325 void PlaceModelBox::init(const Package::Model &model) in init()
335 void PlaceModelBox::reset() in reset()
H A Dplace_model_box.hpp10 class PlaceModelBox : public Gtk::Box { class
12 PlaceModelBox(class ImpPackage &aimp);
H A Dimp_package_3d.cpp214 place_model_box = Gtk::manage(new PlaceModelBox(*this)); in construct_3d()
/dports/cad/horizon-eda/horizon-2.1.0/src/imp/
H A Dimp_package.hpp18 friend class PlaceModelBox;
87 class PlaceModelBox *place_model_box = nullptr;