EVTCFGEDITOR_ITEMTYPES

This enum is used to determine which item is selected in the tree.

  typedef enum   {    
    TYPE_NULL = 0,
    TYPE_SRC,
    TYPE_SRCNAMETAG,
    TYPE_SRCNAME,
    TYPE_EVTTAG,
    TYPE_EVT,
    TYPE_EVTMSG,
    TYPE_EVTMSGTAG,
    TYPE_LNKTAG,
    TYPE_LNK,
    TYPE_URL
  }EVTCFGEDITOR_ITEMTYPES;

Value

Description

Editor Icon

TYPE_NULL

Undefined type, most likely indicating an error

 

TYPE_SRC

A Source item

EVTCFGEDITOR_ITEMTYPES 1:

TYPE_SRCNAMETAG

The Names tag beneath TYPE_SRC

EVTCFGEDITOR_ITEMTYPES 2:

TYPE_SRCNAME

A sourcename - child of TYPE_SRCNAMETAG

EVTCFGEDITOR_ITEMTYPES 3:

TYPE_EVTTAG

The event tag beneath TYPE_SRC

EVTCFGEDITOR_ITEMTYPES 4:

TYPE_EVT

One Event

EVTCFGEDITOR_ITEMTYPES 5:

TYPE_EVTMSGTAG

The messages tag bemeath TYPE_EVT

EVTCFGEDITOR_ITEMTYPES 6:

TYPE_EVTMSG

An event message string - child of TYPE_EVT

EVTCFGEDITOR_ITEMTYPES 7:

TYPE_LNKTAG

The DocLink tag beneath TYPE_EVT

EVTCFGEDITOR_ITEMTYPES 8:

TYPE_LNK

A Doc Link Item

EVTCFGEDITOR_ITEMTYPES 9:

TYPE_URL

An url - child of TYPE_LNK

EVTCFGEDITOR_ITEMTYPES 10: