INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES

indexing

title: ""
copyright: "Object Tools, 1998-2001"
author: "Vasily V. Kuznetsov"
cluster: ecom
deferred class ECOM_VIEWOBJECT
inherit

ECOM_CONTROL_INTERFACE_IMPLEMENTATION
end

ECOM_IVIEWOBJECTEX
rename
getextent as view_getextent
end
feature -- IViewObject interface members

Draw (dwdrawaspect: INTEGER; lindex: INTEGER; pvaspect: POINTER; ptd: expanded ECOM_PTR [expanded ECOM_DVTARGETDEVICE]; hdctargetdev: INTEGER; hdcdraw: INTEGER; lprcbounds: expanded ECOM_PTR [expanded ECOM_RECTL]; lprcwbounds: expanded ECOM_PTR [expanded ECOM_RECTL]; pfncontinue: POINTER; dwcontinue: INTEGER): ECOM_HRESULT

GetColorSet (dwdrawaspect: INTEGER; lindex: INTEGER; pvaspect: POINTER; ptd: expanded ECOM_PTR [expanded ECOM_DVTARGETDEVICE]; hictargetdev: INTEGER; ppcolorset: expanded ECOM_PTR [expanded ECOM_PTRexpanded ECOM_LOGPALETTE]): ECOM_HRESULT

Freeze (dwdrawaspect: INTEGER; lindex: INTEGER; pvaspect: POINTER; pdwfreeze: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT

Unfreeze (dwfreeze: INTEGER): ECOM_HRESULT

SetAdvise (aspects: INTEGER; advf: INTEGER; padvsink: expanded ECOM_CLIENT_IADVISESINK): ECOM_HRESULT

GetAdvise (paspects: expanded ECOM_PTR [INTEGER]; padvf: expanded ECOM_PTR [INTEGER]; ppadvsink: expanded ECOM_PTR [expanded ECOM_CLIENT_IADVISESINK]): ECOM_HRESULT
feature -- IViewObject2 interface members

view_GetExtent (dwdrawaspect: INTEGER; lindex: INTEGER; ptd: expanded ECOM_PTR [expanded ECOM_DVTARGETDEVICE]; lpsizel: expanded ECOM_PTR [expanded ECOM_SIZEL]): ECOM_HRESULT
feature -- IViewObjectEx interface members

GetRect (dwaspect: INTEGER; prect: expanded ECOM_PTR [expanded ECOM_RECTL]): ECOM_HRESULT

GetViewStatus (pdwstatus: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT

QueryHitPoint (dwaspect: INTEGER; prectbounds: expanded ECOM_PTR [expanded ECOM_RECT]; ptlloc: expanded ECOM_POINT; lclosehint: INTEGER; phitresult: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT

QueryHitRect (dwaspect: INTEGER; prectbounds: expanded ECOM_PTR [expanded ECOM_RECT]; prectloc: expanded ECOM_PTR [expanded ECOM_RECT]; lclosehint: INTEGER; phitresult: expanded ECOM_PTR [INTEGER]): ECOM_HRESULT

GetNaturalExtent (dwaspect: INTEGER; lindex: INTEGER; ptd: expanded ECOM_PTR [expanded ECOM_DVTARGETDEVICE]; hictargetdev: INTEGER; pextentinfo: expanded ECOM_PTR [expanded ECOM_DVEXTENTINFO]; psizel: expanded ECOM_PTR [expanded ECOM_SIZEL]): ECOM_HRESULT
end -- class ECOM_VIEWOBJECT

INDEX CLUSTER FEATURES SHORT FRAMES NO FRAMES