Home
last modified time | relevance | path

Searched refs:scene_item (Results 1 – 13 of 13) sorted by relevance

/dports/misc/urh/urh-2.9.2/src/urh/ui/
H A DSimulatorScene.py83 scene_item = self.model_to_scene(item)
85 if scene_item in self.items():
86 self.removeItem(scene_item)
94 for scene_item in scene_items:
95 scene_item.refresh()
102 self.insert_item(scene_item)
114 self.insert_item(scene_item)
213 scene_item.select_all()
218 scene_item.update_numbering()
504 scene_item = self.model_to_scene(node)
[all …]
/dports/math/cgal/CGAL-5.3/include/CGAL/Three/
H A DPolyhedron_demo_plugin_helper.h52 SceneType* scene_item = qobject_cast<SceneType*>(scene->item(item_id)); in getSelectedItem() local
53 if(!scene_item) { in getSelectedItem()
59 scene_item = tmp; in getSelectedItem()
67 return scene_item; in getSelectedItem()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/
H A DThree.cpp75 SceneType* scene_item = qobject_cast<SceneType*>(scene()->item(item_id)); in getSelectedItem() local
76 if(scene_item) in getSelectedItem()
77 return scene_item; in getSelectedItem()
H A DScene.cpp322 Scene::item_id(CGAL::Three::Scene_item* scene_item) const in item_id()
324 return m_entries.indexOf(scene_item); in item_id()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/PMP/
H A DPolyhedron_slicer_plugin.cpp71 void item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item);
327 …on_demo_polyhedron_slicer_plugin::item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item) { in item_about_to_be_destroyed() argument
329 Scene_plane_item* destroyed_plane = qobject_cast<Scene_plane_item*>(scene_item); in item_about_to_be_destroyed()
H A DSelection_plugin.cpp121 bool canSave(const CGAL::Three::Scene_item* scene_item) override { in canSave() argument
122 return qobject_cast<const Scene_polyhedron_selection_item*>(scene_item); in canSave()
125 Scene_item* scene_item = items.front(); in save() local
126 …polyhedron_selection_item* item = qobject_cast<const Scene_polyhedron_selection_item*>(scene_item); in save()
1098 void item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item) { in item_about_to_be_destroyed() argument
1100 Scene_face_graph_item* poly_item = qobject_cast<Scene_face_graph_item*>(scene_item); in item_about_to_be_destroyed()
1112 …hedron_selection_item* selection_item = qobject_cast<Scene_polyhedron_selection_item*>(scene_item); in item_about_to_be_destroyed()
H A DHole_filling_plugin.cpp508 …yhedron_demo_hole_filling_plugin::item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item) { in item_about_to_be_destroyed() argument
509 Scene_face_graph_item* poly_item = qobject_cast<Scene_face_graph_item*>(scene_item); in item_about_to_be_destroyed()
521 Scene_hole_visualizer* visu_item = qobject_cast<Scene_hole_visualizer*>(scene_item); in item_about_to_be_destroyed()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Surface_mesh/
H A DMesh_segmentation_plugin.cpp176 …lyhedron_demo_mesh_segmentation_plugin::itemAboutToBeDestroyed(CGAL::Three::Scene_item* scene_item) in itemAboutToBeDestroyed() argument
178 if(Scene_surface_mesh_item* sm_item = qobject_cast<Scene_surface_mesh_item*>(scene_item)) { in itemAboutToBeDestroyed()
H A DShortest_path_plugin.cpp129 void item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item);
H A DSurface_mesh_approximation_plugin.cpp648 …demo_surface_mesh_approximation_plugin::itemAboutToBeDestroyed(CGAL::Three::Scene_item *scene_item) in itemAboutToBeDestroyed() argument
650 if (Scene_surface_mesh_item *sm_item = qobject_cast<Scene_surface_mesh_item *>(scene_item)) { in itemAboutToBeDestroyed()
/dports/games/easyrpg-player/Player-0.7.0/
H A DMakefile.am263 src/scene_item.cpp \
264 src/scene_item.h \
/dports/multimedia/obs-studio/obs-studio-27.1.3/libobs/
H A Dobs-scene.c1768 static void sceneitem_rename_hotkey(const obs_sceneitem_t *scene_item, in sceneitem_rename_hotkey() argument
1781 obs_hotkey_pair_set_names(scene_item->toggle_visibility, show.array, in sceneitem_rename_hotkey()
1789 obs_hotkey_pair_set_descriptions(scene_item->toggle_visibility, in sceneitem_rename_hotkey()
1800 obs_sceneitem_t *scene_item = param; in sceneitem_renamed() local
1803 sceneitem_rename_hotkey(scene_item, name); in sceneitem_renamed()
/dports/math/cgal/CGAL-5.3/demo/Polyhedron/Plugins/Classification/
H A DClassification_plugin.cpp292 void item_about_to_be_destroyed(CGAL::Three::Scene_item* scene_item) { in item_about_to_be_destroyed() argument
293 Item_map::iterator it = item_map.find(scene_item); in item_about_to_be_destroyed()