gehe zum Quellcode dieser Datei
#define DEBUG_DISPLAY_NONE 0 |
#define DEBUG_DISPLAY_PARAMS 2 |
#define DEBUG_DISPLAY_PROPS 1 |
#define DEBUG_DISPLAY_TASKS 3 |
#define DEBUG_DISPLAY_UIPROPS 4 |
#define DOF_SHOW_IN_DOF 1 |
#define DOF_SHOW_IN_DOF_EX 2 |
#define DOF_SHOW_IN_MISC 3 |
#define DOF_SHOW_IN_MISC_EX 4 |
#define SHOW_MISC_ALWAYS 1 |
#define SHOW_MISC_SHOOT 2 |
void EnterToCompensationEVF |
( |
void |
) | |
|
void ExitFromCompensationEVF |
( |
void |
) | |
|
void gui_draw_debug_vals_osd |
( |
) | |
|
Definiert in Zeile 1093 der Datei gui_osd.c.
1095 #ifdef OPT_DEBUGGING
1097 #if defined(OPT_EXMEM_TESTING)
1101 extern void exmem_testing();
1106 #if defined(OPT_ARAM_TESTING)
1107 extern void aram_testing();
1121 #ifdef OPT_VIEWPORT_DEBUG
1123 extern char avb_history[32];
1124 extern unsigned char avb_times[32];
1125 unsigned avbtsum = 0;
1127 for (n=0; n<32; n++) {
1128 avbtsum += avb_times[
n];
1235 if ((len==1)||(len==2)||(len==4)){
1240 if (len>=(
int)
sizeof(s)) count=
sizeof(
s)-1;
else count=
len;
1253 if (p>=uiprop_count) {
1267 gui_debug_draw_tasklist();
void gui_draw_osd_elements |
( |
int |
is_osd_edit, |
|
|
int |
is_zebra |
|
) |
| |
Definiert in Zeile 1299 der Datei gui_osd.c.
1324 gui_osd_draw_ev_video(is_osd_edit);
void gui_kbd_shortcuts |
( |
) | |
|
Definiert in Zeile 874 der Datei gui_osd.c.
876 static int half_disp_press_old=0;
887 #if !CAM_HAS_MANUAL_FOCUS && CAM_HAS_ZOOM_LEVER
906 #ifdef CAM_DISP_ALT_TEXT
void gui_osd_draw_clock |
( |
int |
x, |
|
|
int |
y, |
|
|
twoColors |
cl, |
|
|
int |
is_osd_edit |
|
) |
| |
Definiert in Zeile 442 der Datei gui_osd.c.
446 static char *ampm[2][3] = { {
" AM",
"A",
" "}, {
" PM",
"P",
"." } };
456 unsigned int hour = (ttm->
tm_hour);
void gui_update_debug_page |
( |
) | |
|
char canon_shoot_menu_active |