CViewFileDropTarget Class Reference

#include <camview.h>

List of all members.

Public Member Functions

 CViewFileDropTarget (CCamView *pView)
virtual ~CViewFileDropTarget ()
virtual bool OnDropFiles (wxCoord x, wxCoord y, const wxArrayString &filenames)

Protected Attributes

CCamViewm_pView


Detailed Description

Definition at line 539 of file camview.h.


Constructor & Destructor Documentation

CViewFileDropTarget::CViewFileDropTarget CCamView pView  ) 
 

Definition at line 5405 of file camview.cpp.

05406 {
05407     m_pView = pView;
05408 }

CViewFileDropTarget::~CViewFileDropTarget  )  [virtual]
 

Definition at line 5410 of file camview.cpp.

05411 {
05412 }


Member Function Documentation

bool CViewFileDropTarget::OnDropFiles wxCoord  x,
wxCoord  y,
const wxArrayString &  filenames
[virtual]
 

Definition at line 5414 of file camview.cpp.

05415 {
05416     return(m_pView->OnDropFiles(x, y, filenames));
05417 }


Member Data Documentation

CCamView* CViewFileDropTarget::m_pView [protected]
 

Definition at line 548 of file camview.h.


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