102#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:214
int32_t dt_selection_get_first_id(struct dt_selection_t *selection)
Definition selection.c:48
void dt_selection_select_single(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:259
void dt_selection_pop(struct dt_selection_t *selection)
Definition selection.c:197
void dt_selection_clear(struct dt_selection_t *selection)
Definition selection.c:236
gchar * dt_selection_ids_to_string(struct dt_selection_t *selection)
Definition selection.c:337
int dt_selection_get_length(struct dt_selection_t *selection)
Definition selection.c:155
void dt_selection_select(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:243
void dt_selection_select_list(struct dt_selection_t *selection, const GList *list)
Definition selection.c:290
GList * dt_selection_get_list(struct dt_selection_t *selection)
Definition selection.c:148
void dt_selection_free(struct dt_selection_t *selection)
Definition selection.c:228
gboolean dt_selection_is_id_selected(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:363
void dt_selection_toggle(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:266
void dt_selection_reload_from_database_real(struct dt_selection_t *selection)
Definition selection.c:106
void dt_selection_deselect(struct dt_selection_t *selection, int32_t imgid)
Definition selection.c:251
void dt_selection_deselect_list(struct dt_selection_t *selection, const GList *list)
Definition selection.c:313
void dt_selection_push(struct dt_selection_t *selection)
Definition selection.c:180
Definition selection.c:27