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

Public Member Functions | |
| SingleBitmapSelection (KernelBitmap *pBitmap) | |
| virtual DocRect | GetSize () | 
| virtual SelectionType | GetSelectionType () | 
Protected Attributes | |
| KernelBitmap * | m_pBitmap | 
Definition at line 647 of file bmpprefs.h.
      
  | 
  
| 
 
 Definition at line 650 of file bmpprefs.h. 00650 : m_pBitmap(pBitmap) {} 
  | 
  
      
  | 
  
| 
 
 Implements ExportSelection. Definition at line 652 of file bmpprefs.h. 00652 { return ABITMAP; } 
  | 
  
      
  | 
  
| 
 
 Implements ExportSelection. Definition at line 4831 of file bmpprefs.cpp. 04831 { return DocRect(0,0,0,0); } 
  | 
  
      
  | 
  
| 
 
 Definition at line 655 of file bmpprefs.h.  | 
  
 1.4.4