Display Items (Windows CE 5.0)
The TUI application relies heavily on a list-box-driven user interface (generically contained in the CVoIPMainDialog class). Display items define how the list box draws individual rows in the CVoIPMainDialog list box.
The classes involved are:
- IVoIPDisplayItem. Defines the methods that must be implemented by any display item class, like Draw, that is called when the display item must render itself to the screen.
- CVoIPDisplayItem. Provides a generic display item implementation that can be a parent to concrete implementations.
- Implementations of IVoIPDisplayItem. Concrete implementations of display items. For example, the CVoIPMenuDisplayItem class controls the user interface for screens that display menus.
The IVoIPDisplayItem and CVoIPDisplayItem classes are defined in %_WINCEROOT%\Public\VoIP\OAK\Phone\TUI\Inc\DisplayItem.h.
Concrete implementations of IVoIPDisplayItem are in %_WINCEROOT%\Public\VoIP\OAK\Phone\TUI\Displayitems.
See Also
Send Feedback on this topic to the authors