#include <bmpprefs.h>
Inheritance diagram for MultipleBitmapSelection:

Public Member Functions | |
| MultipleBitmapSelection (BitmapExportDocument *pBitmaps) | |
| virtual DocRect | GetSize () |
| virtual SelectionType | GetSelectionType () |
Protected Attributes | |
| BitmapExportDocument * | m_pBitmaps |
Definition at line 659 of file bmpprefs.h.
|
|
Definition at line 662 of file bmpprefs.h. 00662 : m_pBitmaps(pBitmaps) {}
|
|
|
Implements ExportSelection. Definition at line 664 of file bmpprefs.h. 00664 { return SOMEBITMAPS; }
|
|
|
Implements ExportSelection. Definition at line 4832 of file bmpprefs.cpp. 04832 { return DocRect(0,0,0,0); }
|
|
|
Definition at line 667 of file bmpprefs.h. |
1.4.4