Home
last modified time | relevance | path

Searched refs:z_control (Results 1 – 3 of 3) sorted by relevance

/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Mesh_3/
H A DIo_image_plugin.cpp226 z_control = nullptr; in init()
445 z_control->setVisible(true); in addVP()
520 QWidget *x_control, *y_control, *z_control; member in Io_image_plugin
647 if(z_control == nullptr) in createPlanes()
649 z_control = new QWidget; in createPlanes()
650 z_box = new QHBoxLayout(z_control); in createPlanes()
651 layout->addWidget(z_control); in createPlanes()
653 QLabel* label = new QLabel(z_control); in createPlanes()
677 z_control->setEnabled(show_sliders); in createPlanes()
950 z_control->setEnabled(show_sliders); in connect_controls()
[all …]
/dports/graphics/py-pyglet/pyglet-1.5.21/pyglet/input/
H A Dbase.py385 self.z_control = None
/dports/graphics/py-pyglet150/pyglet-1.5.0/pyglet/input/
H A Dbase.py385 self.z_control = None