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 |
|
TYPE_SRCNAMETAG | The Names tag beneath TYPE_SRC |
|
TYPE_SRCNAME | A sourcename - child of TYPE_SRCNAMETAG |
|
TYPE_EVTTAG | The event tag beneath TYPE_SRC |
|
TYPE_EVT | One Event |
|
TYPE_EVTMSGTAG | The messages tag bemeath TYPE_EVT |
|
TYPE_EVTMSG | An event message string - child of TYPE_EVT |
|
TYPE_LNKTAG | The DocLink tag beneath TYPE_EVT |
|
TYPE_LNK | A Doc Link Item |
|
TYPE_URL | An url - child of TYPE_LNK |
|