Home
last modified time | relevance | path

Searched refs:active_collection (Results 1 – 22 of 22) sorted by relevance

/dports/deskutils/gnome-photos/gnome-photos-40.0/src/
H A Dphotos-tracker-collection-view-controller.c56 … PhotosBaseItem *active_collection) in photos_tracker_collection_view_controller_active_collection_changed() argument
63 g_return_if_fail (active_collection == NULL || PHOTOS_IS_BASE_ITEM (active_collection)); in photos_tracker_collection_view_controller_active_collection_changed()
69 g_return_if_fail ((PHOTOS_BASE_ITEM (active_collection) && n_items == 0) in photos_tracker_collection_view_controller_active_collection_changed()
70 || (active_collection == NULL && n_items > 0)); in photos_tracker_collection_view_controller_active_collection_changed()
72 frozen = active_collection == NULL; in photos_tracker_collection_view_controller_active_collection_changed()
75 if (active_collection == NULL) in photos_tracker_collection_view_controller_active_collection_changed()
H A Dphotos-item-manager.c59 PhotosBaseItem *active_collection; member
813 return photos_base_item_get_where (self->active_collection); in photos_item_manager_get_where()
947 g_return_val_if_fail (self->active_collection == NULL, FALSE); in photos_item_manager_set_active_object()
961 g_assert_null (self->active_collection); in photos_item_manager_set_active_object()
1061 g_clear_object (&self->active_collection); in photos_item_manager_dispose()
1457 return self->active_collection; in photos_item_manager_get_active_collection()
1810 g_clear_object (&self->active_collection); in photos_mode_controller_go_back()
1833 if (self->active_collection != NULL) in photos_mode_controller_go_back()
1835 g_clear_object (&self->active_collection); in photos_mode_controller_go_back()
1941 if (self->active_collection != NULL) in photos_mode_controller_set_window_mode()
[all …]
H A Dphotos-main-toolbar.c70 …in_toolbar_create_selection_mode_label (PhotosMainToolbar *self, PhotosBaseItem *active_collection) in photos_main_toolbar_create_selection_mode_label() argument
84 if (active_collection != NULL) in photos_main_toolbar_create_selection_mode_label()
85 …= g_markup_printf_escaped ("<b>%s</b> (%s)", photos_base_item_get_name (active_collection), label); in photos_main_toolbar_create_selection_mode_label()
96 PhotosBaseItem *active_collection; in photos_main_toolbar_set_toolbar_title() local
118active_collection = photos_item_manager_get_active_collection (PHOTOS_ITEM_MANAGER (self->item_mng… in photos_main_toolbar_set_toolbar_title()
125 g_return_if_fail (active_collection == NULL); in photos_main_toolbar_set_toolbar_title()
136 primary = photos_main_toolbar_create_selection_mode_label (self, active_collection); in photos_main_toolbar_set_toolbar_title()
138 primary = g_strdup (photos_base_item_get_name (active_collection)); in photos_main_toolbar_set_toolbar_title()
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlayer.c82 if (lc == view_layer->active_collection) { in layer_collection_free()
83 view_layer->active_collection = NULL; in layer_collection_free()
421 if (layer_collection_src == view_layer_src->active_collection) { in layer_collections_copy_data()
422 view_layer_dst->active_collection = layer_collection_dst; in layer_collections_copy_data()
465 view_layer_dst->active_collection = NULL; in BKE_view_layer_copy_data()
589 return view_layer->active_collection; in BKE_layer_collection_get_active()
601 view_layer->active_collection = lc; in BKE_layer_collection_activate()
629 view_layer->active_collection = lc; in BKE_layer_collection_activate_parent()
720 if (lc == view_layer->active_collection) { in layer_collection_sync()
721 view_layer->active_collection = NULL; in layer_collection_sync()
[all …]
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/gui/
H A DCutPanel.java103 private int active_collection = 0; field in CutPanel
1363 String newfile = file + "(" + active_collection + ").Xcl"; in saveCutList()
1511 String newfile = file + "[" + active_collection + "].Xcp"; in saveChapterList()
1796 …mon.getSettings().getIntProperty(Keys.KEY_Preview_YGain), collection.getPIDs(), active_collection); in preview()
1862 …mon.getSettings().getIntProperty(Keys.KEY_Preview_YGain), collection.getPIDs(), active_collection); in previewMatrix()
1935 if (active_collection >= 0) in checkActiveCollection()
1963 if (active_collection != _active_collection) in entry()
1966 active_collection = _active_collection; in entry()
1978 CommonGui.getPicturePanel().showCollectionNumber(active_collection); in entry()
1982 collection = Common.getCollection(active_collection); in entry()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_outliner/
H A Doutliner_collections.c668 Collection *active_collection = CTX_data_layer_collection(C)->collection; in collection_link_exec() local
675 if ((ID_IS_LINKED(active_collection) || ID_IS_OVERRIDE_LIBRARY(active_collection)) || in collection_link_exec()
676 ((active_collection->flag & COLLECTION_IS_MASTER) && in collection_link_exec()
693 BKE_collection_child_add(bmain, active_collection, collection); in collection_link_exec()
699 DEG_id_tag_update(&active_collection->id, ID_RECALC_COPY_ON_WRITE); in collection_link_exec()
/dports/graphics/blender/blender-2.91.0/source/blender/makesdna/
H A DDNA_layer_types.h123 LayerCollection *active_collection; member
/dports/multimedia/projectx/Project-X_0.91.0/src/net/sourceforge/dvb/projectx/video/
H A DPreview.java45 private int active_collection; field in Preview
108 active_collection = _active_collection; in load()
/dports/multimedia/gstreamer1-plugins-theora/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/multimedia/gstreamer1-plugins/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/audio/gstreamer1-plugins-ogg/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/audio/gstreamer1-plugins-vorbis/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/audio/gstreamer1-plugins-opus/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/audio/gstreamer1-plugins-cdparanoia/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/x11-toolkits/gstreamer1-plugins-pango/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/graphics/gstreamer1-plugins-libvisual/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/graphics/gstreamer1-plugins-gl/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/x11/gstreamer1-plugins-x/gst-plugins-base-1.16.2/gst/playback/
H A Dgstparsebin.c468 GstStreamCollection *active_collection; member
3629 if (parsepad->active_collection == NULL && fallback_collection) { in gst_parse_bin_expose()
3706 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3721 if (p->active_stream && p->active_collection == NULL in gst_parse_chain_expose()
3752 if (p->active_stream != NULL && p->active_collection == NULL) { in build_fallback_collection()
3819 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_dispose()
3972 gst_object_replace ((GstObject **) & parsepad->active_collection, NULL); in gst_parse_pad_stream_start_event()
4023 gst_object_replace ((GstObject **) & parsepad->active_collection, in gst_parse_pad_update_stream_collection()
/dports/graphics/blender/blender-2.91.0/source/blender/blenloader/intern/
H A Dreadfile.c4094 BLO_read_data_address(reader, &view_layer->active_collection); in direct_link_view_layer()
8134 Collection *active_collection = NULL; in add_loose_objects_to_scene() local
8157 if (active_collection == NULL) { in add_loose_objects_to_scene()
8160 active_collection = lc->collection; in add_loose_objects_to_scene()
8170 BKE_collection_object_add(bmain, active_collection, ob); in add_loose_objects_to_scene()
8204 Collection *active_collection = scene->master_collection; in add_loose_object_data_to_scene() local
8207 active_collection = lc->collection; in add_loose_object_data_to_scene()
8228 BKE_collection_object_add(bmain, active_collection, ob); in add_loose_object_data_to_scene()
8257 Collection *active_collection = scene->master_collection; in add_collections_to_scene() local
8260 active_collection = lc->collection; in add_collections_to_scene()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_layer.c66 LayerCollection *lc = view_layer->active_collection; in rna_ViewLayer_active_layer_collection_get()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_info/
H A Dinfo_stats.c473 LayerCollection *layer_collection = view_layer->active_collection; in get_stats_string()
/dports/graphics/blender/blender-2.91.0/source/blender/editors/space_view3d/
H A Dview3d_draw.c1359 LayerCollection *layer_collection = view_layer->active_collection; in draw_selected_name()