app_fonts Struct Reference
[Fonts demonstration application]

Application context. More...

Collaboration diagram for app_fonts:
Collaboration graph
[legend]

Data Fields

struct wtk_progress_barprogress_bar
 Progress bar-widget for font loading.
struct wtk_basic_frameframe
 The application frame.
struct workqueue_task task
 Workqueue task to use for the application.
struct gfx_bitmap background
 Frame background bitmap.
struct wtk_buttonbtn_exit
 Exit-button widget.
struct wtk_buttonbtn_next
 Next-button widget.
struct wtk_buttonbtn_prev
 Previous-button widget.
struct fontcurrent_font_loading
 Buffer for font loading.
struct font prev_sysfont
 Backup copy of the system font to restore upon exit.
uint8_t page_number
 Current page to show.

Detailed Description

Application context.

Definition at line 115 of file app_fonts.c.


Field Documentation

Frame background bitmap.

Definition at line 123 of file app_fonts.c.

Exit-button widget.

Definition at line 125 of file app_fonts.c.

Referenced by app_fonts_load_worker().

Next-button widget.

Definition at line 127 of file app_fonts.c.

Referenced by app_fonts_load_worker().

Previous-button widget.

Definition at line 129 of file app_fonts.c.

Referenced by app_fonts_load_worker().

Buffer for font loading.

Definition at line 131 of file app_fonts.c.

Referenced by app_fonts_load(), and app_fonts_load_worker().

The application frame.

Definition at line 119 of file app_fonts.c.

Referenced by app_fonts_frame_command_handler(), and app_fonts_load_worker().

Current page to show.

Definition at line 135 of file app_fonts.c.

Referenced by app_fonts_frame_command_handler(), app_fonts_frame_draw_handler(), and app_fonts_load_worker().

Backup copy of the system font to restore upon exit.

Definition at line 133 of file app_fonts.c.

Referenced by app_fonts_frame_command_handler(), and app_fonts_load_worker().

Progress bar-widget for font loading.

Definition at line 117 of file app_fonts.c.

Referenced by app_fonts_load().

Workqueue task to use for the application.

Definition at line 121 of file app_fonts.c.

Referenced by app_fonts_load().


The documentation for this struct was generated from the following file:
Generated on Thu Apr 29 14:10:02 2010 for display-demo by  doxygen 1.6.3