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

IBDocument – Supported by BOleDocument one per container child window. More...

#include <ocf/ocbocole.h>

Inheritance diagram for ocf::IBDocument:

Public Member Functions

virtual HRESULT _IFUNC Init (IBContainer *)=0
 
virtual void _IFUNC OnResize ()=0
 
virtual void _IFUNC OnActivate (BOOL)=0
 
virtual void _IFUNC OnClose ()=0
 
virtual HRESULT _IFUNC OnSetFocus (BOOL)=0
 
virtual HRESULT _IFUNC EnumLinks (IBLinkInfo **)=0
 
virtual HRESULT _IFUNC BrowseLinks ()=0
 
virtual HRESULT _IFUNC UpdateLinks ()=0
 

Detailed Description

IBDocument – Supported by BOleDocument one per container child window.

Definition at line 360 of file ocbocole.h.

Member Function Documentation

◆ BrowseLinks()

virtual HRESULT _IFUNC ocf::IBDocument::BrowseLinks ( )
pure virtual

◆ EnumLinks()

virtual HRESULT _IFUNC ocf::IBDocument::EnumLinks ( IBLinkInfo ** )
pure virtual

◆ Init()

virtual HRESULT _IFUNC ocf::IBDocument::Init ( IBContainer * )
pure virtual

◆ OnActivate()

virtual void _IFUNC ocf::IBDocument::OnActivate ( BOOL )
pure virtual

◆ OnClose()

virtual void _IFUNC ocf::IBDocument::OnClose ( )
pure virtual

◆ OnResize()

virtual void _IFUNC ocf::IBDocument::OnResize ( )
pure virtual

◆ OnSetFocus()

virtual HRESULT _IFUNC ocf::IBDocument::OnSetFocus ( BOOL )
pure virtual

◆ UpdateLinks()

virtual HRESULT _IFUNC ocf::IBDocument::UpdateLinks ( )
pure virtual

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