#include <bmpprefs.h>
Inheritance diagram for RandomSelection:
Public Member Functions | |
RandomSelection (SelRange *pRange) | |
virtual DocRect | GetSize () |
virtual SelectionType | GetSelectionType () |
Protected Attributes | |
SelRange * | m_pSelectionRange |
Definition at line 634 of file bmpprefs.h.
|
Definition at line 637 of file bmpprefs.h. 00637 : m_pSelectionRange(pRange) {}
|
|
Implements ExportSelection. Definition at line 640 of file bmpprefs.h. 00640 { return SELECTION; }
|
|
Implements ExportSelection. Definition at line 4830 of file bmpprefs.cpp. 04830 { return DocRect(0,0,0,0); }
|
|
Definition at line 643 of file bmpprefs.h. |