Home
last modified time | relevance | path

Searched refs:current_layouts_map (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/lives/lives-3.2.0/src/
H A Dmainwindow.h1470 LiVESList *current_layouts_map; ///< map of all layouts for set member
H A Dutils.c2756 lmap = mainw->current_layouts_map; in add_lmap_error()
3585 cmap = mainw->current_layouts_map; in remove_layout_files()
3590 mainw->current_layouts_map = lives_list_delete_link(mainw->current_layouts_map, cmap); in remove_layout_files()
H A Dliblives.cpp1883 LiVESList *layoutlist = mainw->current_layouts_map; in availableLayouts()
H A Dcallbacks.c500 lives_list_free_all(&mainw->current_layouts_map); in lives_exit()
1513 if (mainw->current_layouts_map) {
2095 if (mainw->current_layouts_map) {
5566 …if (mainw->current_layouts_map && strcmp(old_set, mainw->set_name) && !mainw->suppress_layout_warn…
5778 clipnum, lives_list_length(mainw->current_layouts_map), (tmp = F2U8(set_name)));
H A Dmultitrack.c19690 … mainw->current_layouts_map = lives_list_append_unique(mainw->current_layouts_map, array[0]); in load_layout_map()
19768 if (file && (!mainw->current_layouts_map || in save_layout_map()
19769 !lives_list_find(mainw->current_layouts_map, file))) in save_layout_map()
19770 … mainw->current_layouts_map = lives_list_append(mainw->current_layouts_map, lives_strdup(file)); in save_layout_map()
22128 LiVESList *map = mainw->current_layouts_map; in migrate_layouts()
H A Dmain.c1328 mainw->affected_layouts_map = mainw->current_layouts_map = NULL; in lives_init()