#include "guicast.h"#include "mwindow.inc"


Go to the source code of this file.
Data Structures | |
| class | ZoomHash |
| class | ZoomPanel |
| class | ZoomPopup |
| class | ZoomTumbler |
Defines | |
| #define | ZOOM_PERCENTAGE 0 |
| #define | ZOOM_FLOAT 1 |
| #define | ZOOM_TIME 2 |
| #define | ZOOM_LONG 3 |
| #define ZOOM_FLOAT 1 |
Definition at line 12 of file zoompanel.h.
Referenced by ZoomPanel::text_to_zoom(), and ZoomPanel::value_to_text().
| #define ZOOM_LONG 3 |
Definition at line 14 of file zoompanel.h.
Referenced by ZoomPanel::text_to_zoom(), and ZoomPanel::value_to_text().
| #define ZOOM_PERCENTAGE 0 |
Definition at line 11 of file zoompanel.h.
Referenced by ZoomPanel::text_to_zoom(), and ZoomPanel::value_to_text().
| #define ZOOM_TIME 2 |
Definition at line 13 of file zoompanel.h.
Referenced by ZoomPanel::text_to_zoom(), and ZoomPanel::value_to_text().
1.5.5