RandomSelection Class Reference

#include <bmpprefs.h>

Inheritance diagram for RandomSelection:

ExportSelection List of all members.

Public Member Functions

 RandomSelection (SelRange *pRange)
virtual DocRect GetSize ()
virtual SelectionType GetSelectionType ()

Protected Attributes

SelRangem_pSelectionRange

Detailed Description

Definition at line 634 of file bmpprefs.h.


Constructor & Destructor Documentation

RandomSelection::RandomSelection SelRange pRange  )  [inline]
 

Definition at line 637 of file bmpprefs.h.

00637 : m_pSelectionRange(pRange) {}


Member Function Documentation

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

Implements ExportSelection.

Definition at line 640 of file bmpprefs.h.

00640 {   return SELECTION;   }

DocRect RandomSelection::GetSize  )  [virtual]
 

Implements ExportSelection.

Definition at line 4830 of file bmpprefs.cpp.

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


Member Data Documentation

SelRange* RandomSelection::m_pSelectionRange [protected]
 

Definition at line 643 of file bmpprefs.h.


The documentation for this class was generated from the following files:
Generated on Sat Nov 10 04:00:18 2007 for Camelot by  doxygen 1.4.4