OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
ocf::IBDropDest Class Referenceabstract

IBDropDest – Supported by container app's document window and/or other areas inside the window. More...

#include <ocf/ocbocole.h>

Inheritance diagram for ocf::IBDropDest:
ocf::IBDataConsumer ocf::IBDataNegotiator ocf::TOcView ocf::TOcRemView ocf::TOcxView

Public Member Functions

virtual HRESULT _IFUNC Drop (TOcInitInfo *, owl::TPoint *, const owl::TRect *)=0
 
virtual void _IFUNC DragFeedback (owl::TPoint *, const owl::TRect *, TOcMouseAction, owl::uint, HRESULT &)=0
 
virtual HRESULT _IFUNC Scroll (TOcScrollDir scrollDir)=0
 
virtual HRESULT _IFUNC GetScrollRect (owl::TRect *)=0
 
- Public Member Functions inherited from ocf::IBDataNegotiator
virtual owl::uint _IFUNC CountFormats ()=0
 
virtual HRESULT _IFUNC GetFormat (owl::uint, TOcFormatInfo *)=0
 

Detailed Description

IBDropDest – Supported by container app's document window and/or other areas inside the window.

Definition at line 409 of file ocbocole.h.

Member Function Documentation

◆ DragFeedback()

virtual void _IFUNC ocf::IBDropDest::DragFeedback ( owl::TPoint * ,
const owl::TRect * ,
TOcMouseAction ,
owl::uint ,
HRESULT &  )
pure virtual

Implemented in ocf::TOcView, and ocf::TOcRemView.

◆ Drop()

virtual HRESULT _IFUNC ocf::IBDropDest::Drop ( TOcInitInfo * ,
owl::TPoint * ,
const owl::TRect *  )
pure virtual

Implemented in ocf::TOcView.

◆ GetScrollRect()

virtual HRESULT _IFUNC ocf::IBDropDest::GetScrollRect ( owl::TRect * )
pure virtual

Implemented in ocf::TOcView.

◆ Scroll()

virtual HRESULT _IFUNC ocf::IBDropDest::Scroll ( TOcScrollDir scrollDir)
pure virtual

Implemented in ocf::TOcView.


The documentation for this class was generated from the following file: