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

Observe changes to the charts in a RasManager. More...

import"encxcom.idl";

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

Public Member Functions

HRESULT Register ([in] IRasManager *rasManager)
 Call this when ready to receive change notifications. More...
 
HRESULT Unregister (void)
 Always unregister before the derived class is destroyed. More...
 
HRESULT OnChanged ()
 Occurs when the contents of the raster chart folder has changed. Redraw everything. More...
 

Detailed Description

Observe changes to the charts in a RasManager.

Properties and methods via IRasCatalogueObserver. Notifications via _IRasCatalogueObserverEvents.

Definition at line 4077 of file encxcom.idl.

Member Function Documentation

◆ OnChanged()

HRESULT ENCX::_IRasCatalogueObserverEvents::OnChanged ( )
inherited

Occurs when the contents of the raster chart folder has changed. Redraw everything.

◆ Register()

HRESULT IRasCatalogueObserver::Register ( [in] IRasManager rasManager)
inherited

Call this when ready to receive change notifications.

◆ Unregister()

HRESULT IRasCatalogueObserver::Unregister ( void  )
inherited

Always unregister before the derived class is destroyed.