Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
gui.c File Reference
#include "lua/gui.h"
#include "common/collection.h"
#include "common/darktable.h"
#include "common/selection.h"
#include "control/control.h"
#include "control/settings.h"
#include "lua/call.h"
#include "lua/image.h"
#include "lua/types.h"
#include <glib.h>
+ Include dependency graph for gui.c:

Typedefs

typedef dt_progress_tdt_lua_backgroundjob_t
 

Functions

static int _selection_cb (lua_State *L)
 
static int _hovered_cb (lua_State *L)
 
static int _act_on_cb (lua_State *L)
 
static int _current_view_cb (lua_State *L)
 
static int _panel_visible_cb (lua_State *L)
 
static int _panel_hide_cb (lua_State *L)
 
static int _panel_show_cb (lua_State *L)
 
static int _panel_hide_all_cb (lua_State *L)
 
static int _panel_show_all_cb (lua_State *L)
 
static int _panel_get_size_cb (lua_State *L)
 
static int _job_canceled (lua_State *L)
 
static void _lua_job_cancelled (dt_progress_t *progress, gpointer user_data)
 
static int _lua_create_job (lua_State *L)
 
static int _lua_job_progress (lua_State *L)
 
static int _lua_job_valid (lua_State *L)
 
static void _on_mouse_over_image_changed (gpointer instance, gpointer user_data)
 
int dt_lua_init_gui (lua_State *L)
 

Typedef Documentation

◆ dt_lua_backgroundjob_t

Function Documentation

◆ _act_on_cb()

static int _act_on_cb ( lua_State L)
static

References dt_act_on_get_images().

Referenced by dt_lua_init_gui().

◆ _current_view_cb()

◆ _hovered_cb()

static int _hovered_cb ( lua_State L)
static

◆ _job_canceled()

static int _job_canceled ( lua_State L)
static

Referenced by _lua_job_cancelled().

◆ _lua_create_job()

◆ _lua_job_cancelled()

static void _lua_job_cancelled ( dt_progress_t progress,
gpointer  user_data 
)
static

◆ _lua_job_progress()

◆ _lua_job_valid()

◆ _on_mouse_over_image_changed()

static void _on_mouse_over_image_changed ( gpointer  instance,
gpointer  user_data 
)
static

◆ _panel_get_size_cb()

◆ _panel_hide_all_cb()

static int _panel_hide_all_cb ( lua_State L)
static

◆ _panel_hide_cb()

static int _panel_hide_cb ( lua_State L)
static

◆ _panel_show_all_cb()

static int _panel_show_all_cb ( lua_State L)
static

◆ _panel_show_cb()

static int _panel_show_cb ( lua_State L)
static

◆ _panel_visible_cb()

static int _panel_visible_cb ( lua_State L)
static

◆ _selection_cb()

◆ dt_lua_init_gui()