![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
#include "lua/view.h"
#include "control/jobs/control_jobs.h"
#include "lua/events.h"
#include "lua/modules.h"
#include "lua/types.h"
Functions | |
static int | id_member (lua_State *L) |
static int | name_member (lua_State *L) |
static int | view_tostring (lua_State *L) |
void | dt_lua_register_view (lua_State *L, dt_view_t *module) |
static void | on_view_changed (gpointer instance, dt_view_t *old_view, dt_view_t *new_view, gpointer user_data) |
int | dt_lua_init_early_view (lua_State *L) |
int | dt_lua_init_view (lua_State *L) |
int dt_lua_init_early_view | ( | lua_State * | L | ) |
References dt_lua_init_type, dt_lua_module_new(), dt_lua_type_register_const, id_member(), and name_member().
int dt_lua_init_view | ( | lua_State * | L | ) |
|
static |
Referenced by dt_lua_init_early_view().
|
static |
Referenced by dt_lua_init_early_view().
|
static |
References dt_lua_async_call_alien, dt_lua_event_trigger_wrapper(), LUA_ASYNC_DONE, and LUA_ASYNC_TYPENAME.
Referenced by dt_lua_init_view().
|
static |
Referenced by dt_lua_register_view().