MultipleBitmapSelection Class Reference

#include <bmpprefs.h>

Inheritance diagram for MultipleBitmapSelection:

ExportSelection List of all members.

Public Member Functions

 MultipleBitmapSelection (BitmapExportDocument *pBitmaps)
virtual DocRect GetSize ()
virtual SelectionType GetSelectionType ()

Protected Attributes

BitmapExportDocumentm_pBitmaps

Detailed Description

Definition at line 659 of file bmpprefs.h.


Constructor & Destructor Documentation

MultipleBitmapSelection::MultipleBitmapSelection BitmapExportDocument pBitmaps  )  [inline]
 

Definition at line 662 of file bmpprefs.h.

00662 : m_pBitmaps(pBitmaps)  {}


Member Function Documentation

virtual SelectionType MultipleBitmapSelection::GetSelectionType  )  [inline, virtual]
 

Implements ExportSelection.

Definition at line 664 of file bmpprefs.h.

00664 {   return SOMEBITMAPS; }

DocRect MultipleBitmapSelection::GetSize  )  [virtual]
 

Implements ExportSelection.

Definition at line 4832 of file bmpprefs.cpp.

04832 { return DocRect(0,0,0,0); }


Member Data Documentation

BitmapExportDocument* MultipleBitmapSelection::m_pBitmaps [protected]
 

Definition at line 667 of file bmpprefs.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 03:56:22 2007 for Camelot by  doxygen 1.4.4