home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / PowerPlant / CDragAndDrop / CDragAndDropFSSpec.h < prev    next >
Encoding:
Text File  |  1995-02-09  |  765 b   |  22 lines  |  [TEXT/CWIE]

  1. // ============================================================================
  2. //    CDragAndDropFSSpec.h
  3. //  ©1995 J. Rodden, DD/MF & Associates. All rights reserved
  4. // ============================================================================
  5.  
  6. #pragma once
  7.  
  8. #include <CDragAndDrop.h>
  9.  
  10. class    CDragAndDropFSSpec : public CDragAndDrop {
  11. public:
  12.                     CDragAndDropFSSpec(WindowPtr inMacWindow, LPane *inPane);
  13.                     
  14. protected:
  15.     virtual    void    RetrieveDragData( DragReference inDragRef, ItemReference inItemRef,
  16.                                       Size inDataSize, Boolean inCopyData, 
  17.                                       Boolean inFromFinder, Rect& inItemBounds);
  18.                                       
  19.     virtual void    CopyOrMoveData( void* theFlavorData, Size inDataSize, Boolean inCopyData,
  20.                                     Boolean inFromFinder, Rect&    inItemBounds);
  21.     
  22. };