#include "bmpprefs.h"#include "bblwnd.h"#include "grndrgn.h"#include "cbmpdata.h"Go to the source code of this file.
Classes | |
| class | BitmapExportPreviewDialog |
Defines | |
| #define | OPTOKEN_BITMAPPREVIEWDIALOG _T("BitmapExportPreviewDialog") |
| A dialog box for previewing bitmaps. | |
Enumerations | |
| enum | PreviewTool { PREVIEW_ZOOM_TOOL, PREVIEW_PUSH_TOOL, PREVIEW_OTHER_TOOL, PREVIEW_COLOUR_SELECTOR_TOOL } |
|
|
A dialog box for previewing bitmaps.
Definition at line 131 of file bmpexprw.h. |
|
|
Definition at line 118 of file bmpexprw.h. 00118 {PREVIEW_ZOOM_TOOL, PREVIEW_PUSH_TOOL, PREVIEW_OTHER_TOOL, PREVIEW_COLOUR_SELECTOR_TOOL} PreviewTool;
|
1.4.4