Symbian3/PDK/Source/GUID-1E446762-AFE2-4198-8CD7-8C4466392543.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    14 <p>The class structure for the Choice list API consists of the class <codeph>CAknChoiceList</codeph> and
    14 <p>The class structure for the Choice list API consists of the class <codeph>CAknChoiceList</codeph> and
    15 observer interface <codeph>McoeControlObserver</codeph>. The class structure
    15 observer interface <codeph>McoeControlObserver</codeph>. The class structure
    16 is depicted in the figure below.</p>
    16 is depicted in the figure below.</p>
    17 <fig id="GUID-F3AE7068-6277-4A02-B057-8324487F5D2F">
    17 <fig id="GUID-F3AE7068-6277-4A02-B057-8324487F5D2F">
    18 <title>Choice list API classes</title>
    18 <title>Choice list API classes</title>
    19 <image href="GUID-0991E536-97B2-4EAA-9448-A090BD073140_d0e100003_href.png" scale="50" placement="inline"/>
    19 <image href="GUID-0991E536-97B2-4EAA-9448-A090BD073140_d0e104088_href.png" scale="50" placement="inline"/>
    20 </fig>
    20 </fig>
    21 <p>The <codeph>CAknChoiceList</codeph> class provides an interface for controlling
    21 <p>The <codeph>CAknChoiceList</codeph> class provides an interface for controlling
    22 the choice list. You need to create separate instances of this class for each
    22 the choice list. You need to create separate instances of this class for each
    23 choice list. </p>
    23 choice list. </p>
    24 <p>When you use the choice list component in your application, you must implement
    24 <p>When you use the choice list component in your application, you must implement