Go to the source code of this file.
Classes | |
| struct | MapePreView_ |
Typedefs | |
| typedef enum MapePreViewError_ | MapePreViewError |
Enumerations | |
| enum | MapePreViewError_ { MAPE_PRE_VIEW_ERROR_MISSING_MAPS , MAPE_PRE_VIEW_ERROR_FAILED } |
Functions | |
| MapePreView * | mape_pre_view_new (MapeMatTexView *mat_tex, GError **error) |
| void | mape_pre_view_destroy (MapePreView *view) |
| void | mape_pre_view_update (MapePreView *view, GdkPixbuf *pixbuf) |
| void | mape_pre_view_apply_preferences (MapePreView *view, MapePreferences *preferences) |
| struct MapePreView_ |
| Class Members | ||
|---|---|---|
| GtkWidget * | event_box | |
| GtkWidget * | frame | |
| GtkWidget * | image | |
| MapeMatTexView * | mat_tex | |
| typedef enum MapePreViewError_ MapePreViewError |
| enum MapePreViewError_ |
| void mape_pre_view_apply_preferences | ( | MapePreView * | view, |
| MapePreferences * | preferences | ||
| ) |
Definition at line 64 of file preview.c.
References MapePreView_::image, MapePreferences_::map_height, and MapePreferences_::map_width.
| void mape_pre_view_destroy | ( | MapePreView * | view | ) |
Definition at line 47 of file preview.c.
Referenced by mape_window_destroy().
| MapePreView* mape_pre_view_new | ( | MapeMatTexView * | mat_tex, |
| GError ** | error | ||
| ) |
Definition at line 21 of file preview.c.
References MapePreView_::event_box, MapePreView_::frame, MapePreView_::image, and MapePreView_::mat_tex.
Referenced by mape_window_new().
| void mape_pre_view_update | ( | MapePreView * | view, |
| GdkPixbuf * | pixbuf | ||
| ) |
Definition at line 52 of file preview.c.
References MapePreView_::image.