ENCX SDK  5.5.0.370
Public Member Functions | List of all members
ENCX::S57CatalogueObserver Class Reference

Observe changes to the cells in an S57Manager. More...

import"encxcom.idl";

Inheritance diagram for ENCX::S57CatalogueObserver:
Inheritance graph
[legend]

Public Member Functions

HRESULT Register ([in] IS57Manager *s57Mgr)
 Register to be notified of IS57Manager changes. More...
 
HRESULT Unregister (void)
 Ask to not be notified of IS57Manager changes. More...
 
HRESULT OnChanged ()
 

Detailed Description

Observe changes to the cells in an S57Manager.

Properties and methods via IS57CatalogueObserver.

Notifications via _IS57CatalogueObserverEvents.

Definition at line 4143 of file encxcom.idl.

Member Function Documentation

◆ OnChanged()

HRESULT ENCX::_IS57CatalogueObserverEvents::OnChanged ( )
inherited

◆ Register()

HRESULT IS57CatalogueObserver::Register ( [in] IS57Manager s57Mgr)
inherited

Register to be notified of IS57Manager changes.

◆ Unregister()

HRESULT IS57CatalogueObserver::Unregister ( void  )
inherited

Ask to not be notified of IS57Manager changes.