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

#include <ocf/ocview.h>

Inheritance diagram for ocf::TOcContainerHostMsg:
ocf::TOcContainerHost

Public Member Functions

 TOcContainerHostMsg ()
 
virtual void ReleaseOcObject ()
 
virtual bool EvOcViewOpenDoc (LPCTSTR path)
 
virtual LPCTSTR EvOcViewTitle ()
 
virtual void EvOcViewSetTitle (LPCTSTR title)
 
virtual bool EvOcViewBorderSpaceReq (const owl::TRect *rect)
 
virtual bool EvOcViewBorderSpaceSet (const owl::TRect *rect)
 
virtual bool EvOcViewDrag (TOcDragDrop &ddInfo)
 
virtual bool EvOcViewDrop (TOcDragDrop &ddInfo)
 
virtual bool EvOcViewScroll (TOcScrollDir scrollDir)
 
virtual bool EvOcPartInvalid (TOcPartChangeInfo &part)
 
virtual bool EvOcViewPasteObject (TOcInitInfo &init)
 
virtual bool EvOcViewGetSiteRect (TOcSiteRect &sr)
 
virtual bool EvOcViewSetSiteRect (TOcSiteRect &sr)
 
virtual bool EvOcViewPartActivate (TOcPart &ocPart)
 
virtual bool EvOcViewGetScale (TOcScaleFactor &scaleFactor)
 
virtual HWND EvOcGetWindow () const
 
virtual void SetWindow (HWND hWnd)
 

Protected Member Functions

owl::TResult ForwardEvent (int eventId, const void *param)
 
owl::TResult ForwardEvent (int eventId, owl::TParam2 param=0)
 

Detailed Description

Definition at line 641 of file ocview.h.

Constructor & Destructor Documentation

◆ TOcContainerHostMsg()

ocf::TOcContainerHostMsg::TOcContainerHostMsg ( )
inline

Definition at line 643 of file ocview.h.

Member Function Documentation

◆ EvOcGetWindow()

virtual HWND ocf::TOcContainerHostMsg::EvOcGetWindow ( ) const
inlinevirtual

Implements ocf::TOcContainerHost.

Definition at line 672 of file ocview.h.

◆ EvOcPartInvalid()

bool ocf::TOcContainerHostMsg::EvOcPartInvalid ( TOcPartChangeInfo & part)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1292 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWPARTINVALID.

◆ EvOcViewBorderSpaceReq()

bool ocf::TOcContainerHostMsg::EvOcViewBorderSpaceReq ( const owl::TRect * rect)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1262 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWBORDERSPACEREQ.

◆ EvOcViewBorderSpaceSet()

bool ocf::TOcContainerHostMsg::EvOcViewBorderSpaceSet ( const owl::TRect * rect)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1268 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWBORDERSPACESET.

◆ EvOcViewDrag()

bool ocf::TOcContainerHostMsg::EvOcViewDrag ( TOcDragDrop & ddInfo)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1274 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWDRAG.

◆ EvOcViewDrop()

bool ocf::TOcContainerHostMsg::EvOcViewDrop ( TOcDragDrop & ddInfo)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1280 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWDROP.

◆ EvOcViewGetScale()

bool ocf::TOcContainerHostMsg::EvOcViewGetScale ( TOcScaleFactor & scaleFactor)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1322 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWGETSCALE.

◆ EvOcViewGetSiteRect()

bool ocf::TOcContainerHostMsg::EvOcViewGetSiteRect ( TOcSiteRect & sr)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1304 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWGETSITERECT.

◆ EvOcViewOpenDoc()

bool ocf::TOcContainerHostMsg::EvOcViewOpenDoc ( LPCTSTR path)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1244 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWOPENDOC.

◆ EvOcViewPartActivate()

bool ocf::TOcContainerHostMsg::EvOcViewPartActivate ( TOcPart & ocPart)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1316 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWPARTACTIVATE.

◆ EvOcViewPasteObject()

bool ocf::TOcContainerHostMsg::EvOcViewPasteObject ( TOcInitInfo & init)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1298 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWPASTEOBJECT.

◆ EvOcViewScroll()

bool ocf::TOcContainerHostMsg::EvOcViewScroll ( TOcScrollDir scrollDir)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1286 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWSCROLL.

◆ EvOcViewSetSiteRect()

bool ocf::TOcContainerHostMsg::EvOcViewSetSiteRect ( TOcSiteRect & sr)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1310 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWSETSITERECT.

◆ EvOcViewSetTitle()

void ocf::TOcContainerHostMsg::EvOcViewSetTitle ( LPCTSTR title)
virtual

Implements ocf::TOcContainerHost.

Definition at line 1256 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWSETTITLE.

◆ EvOcViewTitle()

LPCTSTR ocf::TOcContainerHostMsg::EvOcViewTitle ( )
virtual

Implements ocf::TOcContainerHost.

Definition at line 1250 of file ocview.cpp.

References ForwardEvent(), and OC_VIEWTITLE.

◆ ForwardEvent() [1/2]

TResult ocf::TOcContainerHostMsg::ForwardEvent ( int eventId,
const void * param )
protected

Definition at line 1331 of file ocview.cpp.

References EvOcGetWindow(), and WM_OCEVENT.

◆ ForwardEvent() [2/2]

TResult ocf::TOcContainerHostMsg::ForwardEvent ( int eventId,
owl::TParam2 param = 0 )
protected

Definition at line 1340 of file ocview.cpp.

References EvOcGetWindow(), and WM_OCEVENT.

◆ ReleaseOcObject()

virtual void ocf::TOcContainerHostMsg::ReleaseOcObject ( )
inlinevirtual

Implements ocf::TOcContainerHost.

Definition at line 647 of file ocview.h.

◆ SetWindow()

virtual void ocf::TOcContainerHostMsg::SetWindow ( HWND hWnd)
inlinevirtual

Reimplemented from ocf::TOcContainerHost.

Definition at line 676 of file ocview.h.


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