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

IBWindow – Supported on child window and frame window of container apps. More...

#include <ocf/ocbocole.h>

Inheritance diagram for ocf::IBWindow:
ocf::IBApplication ocf::IBContainer ocf::TOcApp ocf::TOcView ocf::TOcRemView ocf::TOcxView

Public Member Functions

virtual HWND _IFUNC GetWindow ()=0
 
virtual HRESULT _IFUNC GetWindowRect (owl::TRect *)=0
 
virtual LPCOLESTR _IFUNC GetWindowTitle ()=0
 
virtual void _IFUNC AppendWindowTitle (LPCOLESTR)=0
 
virtual HRESULT _IFUNC SetStatusText (LPCOLESTR)=0
 
virtual HRESULT _IFUNC RequestBorderSpace (const owl::TRect *)=0
 
virtual HRESULT _IFUNC SetBorderSpace (const owl::TRect *)=0
 
virtual HRESULT _IFUNC InsertContainerMenus (HMENU, TOcMenuWidths *)=0
 
virtual HRESULT _IFUNC SetFrameMenu (HMENU)=0
 
virtual void _IFUNC RestoreUI ()=0
 
virtual HRESULT _IFUNC Accelerator (MSG *)=0
 
virtual HRESULT _IFUNC GetAccelerators (HACCEL *, int *)=0
 

Detailed Description

IBWindow – Supported on child window and frame window of container apps.

Definition at line 376 of file ocbocole.h.

Member Function Documentation

◆ Accelerator()

virtual HRESULT _IFUNC ocf::IBWindow::Accelerator ( MSG * )
pure virtual

Implemented in ocf::TOcView.

◆ AppendWindowTitle()

virtual void _IFUNC ocf::IBWindow::AppendWindowTitle ( LPCOLESTR )
pure virtual

Implemented in ocf::TOcView.

◆ GetAccelerators()

virtual HRESULT _IFUNC ocf::IBWindow::GetAccelerators ( HACCEL * ,
int *  )
pure virtual

Implemented in ocf::TOcView.

◆ GetWindow()

virtual HWND _IFUNC ocf::IBWindow::GetWindow ( )
pure virtual

Implemented in ocf::TOcView.

◆ GetWindowRect()

virtual HRESULT _IFUNC ocf::IBWindow::GetWindowRect ( owl::TRect * )
pure virtual

Implemented in ocf::TOcView.

◆ GetWindowTitle()

virtual LPCOLESTR _IFUNC ocf::IBWindow::GetWindowTitle ( )
pure virtual

Implemented in ocf::TOcView.

◆ InsertContainerMenus()

virtual HRESULT _IFUNC ocf::IBWindow::InsertContainerMenus ( HMENU ,
TOcMenuWidths *  )
pure virtual

Implemented in ocf::TOcView.

◆ RequestBorderSpace()

virtual HRESULT _IFUNC ocf::IBWindow::RequestBorderSpace ( const owl::TRect * )
pure virtual

Implemented in ocf::TOcView.

◆ RestoreUI()

virtual void _IFUNC ocf::IBWindow::RestoreUI ( )
pure virtual

Implemented in ocf::TOcView.

◆ SetBorderSpace()

virtual HRESULT _IFUNC ocf::IBWindow::SetBorderSpace ( const owl::TRect * )
pure virtual

Implemented in ocf::TOcView.

◆ SetFrameMenu()

virtual HRESULT _IFUNC ocf::IBWindow::SetFrameMenu ( HMENU )
pure virtual

Implemented in ocf::TOcView.

◆ SetStatusText()

virtual HRESULT _IFUNC ocf::IBWindow::SetStatusText ( LPCOLESTR )
pure virtual

Implemented in ocf::TOcView.


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