DrawingSelection Class Reference

#include <bmpprefs.h>

Inheritance diagram for DrawingSelection:

ExportSelection List of all members.

Public Member Functions

 DrawingSelection (Spread *pSpread)
virtual DocRect GetSize ()
virtual SelectionType GetSelectionType ()

Protected Attributes

Spreadm_pSpread

Detailed Description

Definition at line 683 of file bmpprefs.h.


Constructor & Destructor Documentation

DrawingSelection::DrawingSelection Spread pSpread  )  [inline]
 

Definition at line 686 of file bmpprefs.h.

00686 : m_pSpread(pSpread) {}


Member Function Documentation

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

Implements ExportSelection.

Definition at line 688 of file bmpprefs.h.

00688 {   return DRAWING; }

DocRect DrawingSelection::GetSize  )  [virtual]
 

Implements ExportSelection.

Definition at line 4834 of file bmpprefs.cpp.


Member Data Documentation

Spread* DrawingSelection::m_pSpread [protected]
 

Definition at line 691 of file bmpprefs.h.


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