CHAI SDK  Version 1.3
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
CPNS::ISelectorItemList_NotificationHandler Class Referenceabstract

Notification handler for Selector Item List management. More...

Public Member Functions

virtual void OnSelectorItemList_GetItem (CPNS::ISelectorItemList *const pNotifiedObject, CPNS::uint16 const wItemIndex, CPNS::UTF8String &itemLabel, CPNS::uint16 &wValue)=0
 Query the application for the label related to a Selector Item List item index. More...
 

Detailed Description

Notification handler for Selector Item List management.

Member Function Documentation

virtual void CPNS::ISelectorItemList_NotificationHandler::OnSelectorItemList_GetItem ( CPNS::ISelectorItemList *const  pNotifiedObject,
CPNS::uint16 const  wItemIndex,
CPNS::UTF8String itemLabel,
CPNS::uint16 &  wValue 
)
pure virtual

Query the application for the label related to a Selector Item List item index.

Remarks
The item index value is never higher or equal to the list size given during the list creation.
Parameters
[in]pNotifiedObjectthe list
[in]wItemIndexthe item index
[out]itemLabelthe item label
[out]wValuethe value associated to the item