Symbian3/SDK/Source/GUID-1E446762-AFE2-4198-8CD7-8C4466392543.dita
changeset 8 ae94777fff8f
parent 7 51a74ef9ed63
child 13 48780e181b38
equal deleted inserted replaced
7:51a74ef9ed63 8:ae94777fff8f
    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_d0e76917_href.png" scale="50" placement="inline"/>
    19 <image href="GUID-0991E536-97B2-4EAA-9448-A090BD073140_d0e71768_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