ENCX SDK  5.5.0.370
Public Member Functions | List of all members
IHTMLGenerator Interface Reference

Properties and methods for ENCX::HTMLGenerator. More...

import"encxcom.idl";

Inheritance diagram for IHTMLGenerator:
Inheritance graph
[legend]

Public Member Functions

HRESULT S57PropertiesAtPoint ([in] IS57Draw *s57draw, [in] IPixelPoint *pixelPt)
 Set the point on the chart and the draw object that HTML generated by will refer to. More...
 
HRESULT ProcessEvent ([in] BSTR sEvent, [out, retval] enum HTMLAction *action)
 Handle an event from a web browser that is displaying the HTML. More...
 
HRESULT HTML ([in] BSTR sUrl, [out, retval] BSTR *pHtml)
 Get the HTML. More...
 

Detailed Description

Properties and methods for ENCX::HTMLGenerator.

Definition at line 3858 of file encxcom.idl.

Member Function Documentation

◆ HTML()

HRESULT IHTMLGenerator::HTML ( [in] BSTR  sUrl,
[out, retval] BSTR *  pHtml 
)

Get the HTML.

◆ ProcessEvent()

HRESULT IHTMLGenerator::ProcessEvent ( [in] BSTR  sEvent,
[out, retval] enum HTMLAction action 
)

Handle an event from a web browser that is displaying the HTML.

◆ S57PropertiesAtPoint()

HRESULT IHTMLGenerator::S57PropertiesAtPoint ( [in] IS57Draw s57draw,
[in] IPixelPoint pixelPt 
)

Set the point on the chart and the draw object that HTML generated by will refer to.