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

IBSite – Supported by container apps for each linked/embedded object. More...

#include <ocf/ocbocole.h>

Inheritance diagram for ocf::IBSite:
ocf::IBSite2 ocf::TOcPart ocf::TOcControl

Public Member Functions

virtual HRESULT _IFUNC SiteShow (BOOL)=0
 
virtual HRESULT _IFUNC DiscardUndo ()=0
 
virtual HRESULT _IFUNC GetSiteRect (owl::TRect *, owl::TRect *)=0
 
virtual HRESULT _IFUNC SetSiteRect (const owl::TRect *)=0
 
virtual HRESULT _IFUNC SetSiteExtent (const owl::TSize *)=0
 
virtual HRESULT _IFUNC GetZoom (TOcScaleInfo *pScale)=0
 
virtual void _IFUNC Invalidate (TOcInvalidate)=0
 
virtual void _IFUNC OnSetFocus (BOOL)=0
 
virtual HRESULT _IFUNC Init (IBDataProvider *, IBPart *, LPCOLESTR, BOOL)=0
 
virtual void _IFUNC Disconnect ()=0
 

Detailed Description

IBSite – Supported by container apps for each linked/embedded object.

Definition at line 437 of file ocbocole.h.

Member Function Documentation

◆ DiscardUndo()

virtual HRESULT _IFUNC ocf::IBSite::DiscardUndo ( )
pure virtual

Implemented in ocf::TOcPart.

◆ Disconnect()

virtual void _IFUNC ocf::IBSite::Disconnect ( )
pure virtual

Implemented in ocf::TOcPart.

◆ GetSiteRect()

virtual HRESULT _IFUNC ocf::IBSite::GetSiteRect ( owl::TRect * ,
owl::TRect *  )
pure virtual

Implemented in ocf::TOcPart.

◆ GetZoom()

virtual HRESULT _IFUNC ocf::IBSite::GetZoom ( TOcScaleInfo * pScale)
pure virtual

Implemented in ocf::TOcPart.

◆ Init()

virtual HRESULT _IFUNC ocf::IBSite::Init ( IBDataProvider * ,
IBPart * ,
LPCOLESTR ,
BOOL  )
pure virtual

Implemented in ocf::TOcPart, and ocf::TOcControl.

◆ Invalidate()

virtual void _IFUNC ocf::IBSite::Invalidate ( TOcInvalidate )
pure virtual

Implemented in ocf::TOcPart.

◆ OnSetFocus()

virtual void _IFUNC ocf::IBSite::OnSetFocus ( BOOL )
pure virtual

Implemented in ocf::TOcPart.

◆ SetSiteExtent()

virtual HRESULT _IFUNC ocf::IBSite::SetSiteExtent ( const owl::TSize * )
pure virtual

Implemented in ocf::TOcPart.

◆ SetSiteRect()

virtual HRESULT _IFUNC ocf::IBSite::SetSiteRect ( const owl::TRect * )
pure virtual

Implemented in ocf::TOcPart.

◆ SiteShow()

virtual HRESULT _IFUNC ocf::IBSite::SiteShow ( BOOL )
pure virtual

Implemented in ocf::TOcPart.


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