112#define dt_selection_reload_from_database(selection) DT_DEBUG_TRACE_WRAPPER(DT_DEBUG_SQL, dt_selection_reload_from_database_real, (selection))
struct dt_selection_t * dt_selection_new()
Definition selection.c:238
int32_t dt_selection_get_first_id(struct dt_selection_t *selection)
Definition selection.c:69
void dt_selection_select_single(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:289
void dt_selection_pop(struct dt_selection_t *selection)
Definition selection.c:221
void dt_selection_clear(struct dt_selection_t *selection)
Definition selection.c:266
gchar * dt_selection_ids_to_string(struct dt_selection_t *selection)
Definition selection.c:367
int dt_selection_get_length(struct dt_selection_t *selection)
Definition selection.c:179
void dt_selection_select(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:273
void dt_selection_select_list(struct dt_selection_t *selection, const GList *list)
Definition selection.c:320
GList * dt_selection_get_list(struct dt_selection_t *selection)
Definition selection.c:172
void dt_selection_free(struct dt_selection_t *selection)
Definition selection.c:252
gboolean dt_selection_is_id_selected(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:393
void dt_selection_toggle(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:296
void dt_selection_reload_from_database_real(struct dt_selection_t *selection)
Definition selection.c:130
void dt_selection_deselect(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:281
void dt_selection_deselect_list(struct dt_selection_t *selection, const GList *list)
Definition selection.c:343
void dt_selection_push(struct dt_selection_t *selection)
Definition selection.c:204
Definition selection.c:48