#include "camera_info.h"
#include "keyboard.h"
#include "modes.h"
#include "viewport.h"
#include "conf.h"
#include "script.h"
#include "console.h"
#include "action_stack.h"
#include "shot_histogram.h"
#include "lang.h"
#include "gui.h"
#include "gui_lang.h"
#include "ptp.h"
#include "clock.h"
#include "usb_remote.h"
#include "script_api.h"
#include "motion_detector.h"
gehe zum Quellcode dieser Datei
static int action_stack_AS_SCRIPT_RUN |
( |
) | |
|
|
static |
Definiert in Zeile 192 der Datei script.c.
199 static int show_md_grid=0;
static int gui_script_kbd_process |
( |
) | |
|
|
static |
void script_check_terminate |
( |
void |
) | |
|
void script_console_add_error |
( |
long |
str_id) | |
|
void script_console_add_line |
( |
long |
str_id) | |
|
void script_get_alt_text |
( |
char * |
buf) | |
|
int script_is_running |
( |
) | |
|
static void script_print_screen_end |
( |
) | |
|
|
static |
static void script_print_screen_init |
( |
) | |
|
|
static |
void script_print_screen_statement |
( |
int |
val) | |
|
Definiert in Zeile 60 der Datei script.c.
73 while (val > 9999) val -= 10000;
void script_set_terminate_key |
( |
int |
key, |
|
|
const char * |
keyname |
|
) |
| |
long script_stack_start |
( |
) | |
|
long script_start_gui |
( |
int |
autostart) | |
|
void script_wait_terminate |
( |
void |
) | |
|
char print_screen_file[25] |
AS_ID running_script_stack_name = 0 |
|
static |
char script_terminate_key_name[20] |
|
static |
int script_terminate_request = 0 |
|
static |