Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
view.c File Reference
#include "lua/view.h"
#include "control/jobs/control_jobs.h"
#include "lua/events.h"
#include "lua/modules.h"
#include "lua/types.h"
+ Include dependency graph for lua/view.c:

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)
 

Function Documentation

◆ dt_lua_init_early_view()

int dt_lua_init_early_view ( lua_State L)

◆ dt_lua_init_view()

◆ dt_lua_register_view()

◆ id_member()

static int id_member ( lua_State L)
static

Referenced by dt_lua_init_early_view().

◆ name_member()

static int name_member ( lua_State L)
static

Referenced by dt_lua_init_early_view().

◆ on_view_changed()

static void on_view_changed ( gpointer  instance,
dt_view_t old_view,
dt_view_t new_view,
gpointer  user_data 
)
static

◆ view_tostring()

static int view_tostring ( lua_State L)
static

Referenced by dt_lua_register_view().