#include <bmpprefs.h>
Inheritance diagram for DrawingSelection:
Public Member Functions | |
DrawingSelection (Spread *pSpread) | |
virtual DocRect | GetSize () |
virtual SelectionType | GetSelectionType () |
Protected Attributes | |
Spread * | m_pSpread |
Definition at line 683 of file bmpprefs.h.
|
Definition at line 686 of file bmpprefs.h. 00686 : m_pSpread(pSpread) {}
|
|
Implements ExportSelection. Definition at line 688 of file bmpprefs.h. 00688 { return DRAWING; }
|
|
Implements ExportSelection. Definition at line 4834 of file bmpprefs.cpp. 04834 { return BaseBitmapFilter::GetSizeOfDrawing(m_pSpread); }
|
|
Definition at line 691 of file bmpprefs.h. |