IEvtConfiguration

The IEvtConfiguration Interface represents the configurators core component. Through its methods configurations may be saved, loaded and modified.
It also implemats the _IEvtCfgEvents interface to notyfi an Application about changes in the configuration.

IEvtConfiguration Methods and Properties in Vtable Order

IEvtConfiguration Methods

Description

AddSource

Add a new Source to the configuration

GetSource

Retreive one Source from the configuration

RemoveSource

Remove a Source from the configuration

GetFirstSource

Start enumeration of sources and retreive the first source

GetNextSource

Continue enumeration of sources

EnumParsers

Get an enumeration object to retreive registered parsers

SourceCount

Get the number of sources in the configuration

ClearConfig

Reset the whole configuration

GetConfigSize

Get the complete count of sources, events and doc links in the configuration

CopyTo

Copy the current configuration to another or create a new Configuration containing the same data

_IEvtCfgEvents Methods and Properties in Vtable Order

_IEvtCfgEvents Methods

Description

OnNewSource

A new source has been added

OnEditSource

A source has been edited

OnDeleteSource

A source was removed from the configuration

OnNewEvent

An event has been added

OnEditEvent

An event has been edited

OnDeleteEvent

An event was removed

OnNewLink

A link has been added

OnEditLink

A link has been edited

OnDeleteLink

A link was removed