Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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