All Vision2 items inherit EV_ITEM. To view the classes contained in the items cluster, click here.
A Vision2 item is an object that is used to display information within certain primitives. For example, EV_LIST may hold items of type EV_LIST_ITEM. All Vision2 items are descendants of EV_PIXMAPABLE meaning they can display an EV_PIXMAP.
Below is a structure showing the Vision2 components and the items that they accept, all the items types available in Vision2 are included:
Note: EV_MENU, EV_TREE_ITEM and EV_DYNAMIC_TREE_ITEM all may contain items of the same type as themselves. This is due to the recursive nature of trees and menus.