CHDK_DE Vorschauversion
Trunk Rev. 6014
|
#include "camera_info.h"
#include "console.h"
#include "conf.h"
#include "modules.h"
#include "module_load.h"
#include "shooting.h"
#include "ctype.h"
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | MODULE_NAME_EDGEOVR "edgeovr.flt" |
#define | MODULE_NAME_MDETECT "mdetect.flt" |
#define | MODULE_NAME_UNK "unknown" |
#define | MODULE_NAME_LUA "lua.flt" |
#define | MODULE_NAME_UBASIC "ubasic.flt" |
#define | SCRIPT_LANG_NONE 0 |
#define | SCRIPT_LANG_UBASIC 1 |
#define | SCRIPT_LANG_LUA 2 |
#define | MODULE_NAME_ZEBRA "zebra.flt" |
#define | MODULE_NAME_HISTO "histo.flt" |
#define | MODULE_NAME_CURVES "curves.flt" |
#define | MODULE_NAME_GRIDS "grids.flt" |
#define | MODULE_NAME_PALETTE "palette.flt" |
#define | MODULE_NAME_MPOPUP "mpopup.flt" |
#define | MODULE_NAME_FSELECT "fselect.flt" |
#define | MODULE_NAME_DNG "_dng.flt" |
#define | MODULE_NAME_TBOX "_tbox.flt" |
#define | MODULE_NAME_HEXBOX "_hexbox.flt" |
#define | MODULE_NAME_TXTREAD "txtread.flt" |
#define | MODULE_NAME_SHOTHIST "shothist.flt" |
Funktionen | |
static void | dummy_void () |
static int | dummy_int () |
static int | module_load_rawop () |
static int | default_raw_merge_start (int action) |
static int | default_raw_subtract (const char *fromName, const char *fromDir, const char *subName, const char *subDir) |
int | module_restore_edge (void **buf) |
void | module_save_edge (void *buf, int state) |
static int | module_edgeovr_load () |
static void | default_edge_overlay () |
static void | default_load_edge_overlay (const char *fn) |
static int | default_md_init_motion_detector (int columns, int rows, int pixel_measure_mode, int detection_timeout, int measure_interval, int threshold, int draw_grid, int clipping_region_mode, int clipping_region_column1, int clipping_region_row1, int clipping_region_column2, int clipping_region_row2, int parameters, int pixels_step, int msecs_before_trigger) |
static int | script_lang_id (const char *script_file) |
void | module_set_script_lang (const char *script_file) |
static int | default_script_start (char const *script, int is_ptp) |
static int | default_script_start_file (char const *filename) |
static int | default_gui_osd_draw_zebra (int show) |
static void | default_histogram_process () |
static void | default_gui_osd_draw_histo (int is_osd_edit) |
static int | module_curves_load () |
static void | default_curve_init_mode () |
static void | default_curve_set_mode () |
static void | default_curve_set_file () |
static void | default_gui_grid_draw_osd (int force) |
static void | default_grid_lines_load (const char *fn) |
static void | default_show_palette (int mode, chdkColor st_color, void(*on_select)(chdkColor clr)) |
static void | default_show_popup (struct mpopup_item *popup_actions, const unsigned int flags, void(*on_select)(unsigned int actn)) |
static void | default_file_select (int title, const char *prev_dir, const char *default_dir, void(*on_select)(const char *fn)) |
static void | default_create_badpixel_bin () |
static void | default_capture_data_for_exif () |
static void | default_load_bad_pixels_list_b (char *filename) |
static int | default_convert_dng_to_chdk_raw (char *fn) |
static void | default_load_dng_to_rawbuffer (char *fn, char *rawadr) |
static int | default_textbox_init (int title, int msg, const char *defaultstr, unsigned int maxsize, void(*on_select)(const char *newstr), char *input_buffer) |
static int | default_hexbox_init (int *num, char *title, int flags) |
static int | default_read_file (const char *fn) |
static int | default_shot_histogram_set (int enable) |
static int | default_shot_histogram_get_range () |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
libcurves_sym default_libcurves |
libdng_sym default_libdng |
libedgeovr_sym default_libedgeovr |
libfselect_sym default_libfselect |
libgrids_sym default_libgrids |
libhexbox_sym default_libhexbox |
libhisto_sym default_libhisto |
libmotiondetect_sym default_libmotiondetect |
libmpopup_sym default_libmpopup |
libpalette_sym default_libpalette |
librawop_sym default_librawop |
libscriptapi_sym default_libscriptapi |
libshothisto_sym default_libshothisto |
libtextbox_sym default_libtextbox |
libtxtread_sym default_libtxtread |
libzebra_sym default_libzebra |
module_handler_t h_curves |
module_handler_t h_dng |
module_handler_t h_edgeovr |
module_handler_t h_fselect |
module_handler_t h_grids |
module_handler_t h_hexbox |
module_handler_t h_histo |
module_handler_t h_motiondetect |
module_handler_t h_mpopup |
module_handler_t h_palette |
module_handler_t h_rawop |
module_handler_t h_script |
module_handler_t h_shothisto |
module_handler_t h_textbox |
module_handler_t h_txtread |
module_handler_t h_zebra |
libcurves_sym* libcurves = &default_libcurves |
libdng_sym* libdng = &default_libdng |
libedgeovr_sym* libedgeovr = &default_libedgeovr |
libfselect_sym* libfselect = &default_libfselect |
libgrids_sym* libgrids = &default_libgrids |
libhexbox_sym* libhexbox = &default_libhexbox |
libhisto_sym* libhisto = &default_libhisto |
libmotiondetect_sym* libmotiondetect = &default_libmotiondetect |
libmpopup_sym* libmpopup = &default_libmpopup |
libpalette_sym* libpalette = &default_libpalette |
librawop_sym* librawop = &default_librawop |
libscriptapi_sym* libscriptapi = &default_libscriptapi |
libshothisto_sym* libshothisto = &default_libshothisto |
libtextbox_sym* libtextbox = &default_libtextbox |
libtxtread_sym* libtxtread = &default_libtxtread |
libzebra_sym* libzebra = &default_libzebra |