Symbian3/PDK/Source/GUID-993A732B-13F8-48B6-B0C5-7246FA6828DF.dita
changeset 12 80ef3a206772
parent 9 59758314f811
child 14 578be2adaf3e
equal deleted inserted replaced
11:5072524fcc79 12:80ef3a206772
    15 and <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classMAknToolbarObserver.html" format="application/java-archive"><codeph>MAknToolbarObserver</codeph></xref>.
    15 and <xref href="jar:GUID-759FBC7F-5384-4487-8457-A8D4B76F6AA6.jar!/html/classMAknToolbarObserver.html" format="application/java-archive"><codeph>MAknToolbarObserver</codeph></xref>.
    16 The Toolbar API class structure and its simplified environment is described
    16 The Toolbar API class structure and its simplified environment is described
    17 in the figure below.</p>
    17 in the figure below.</p>
    18 <fig id="GUID-3E08B03E-BE4C-481A-82BB-B7EB03BC806A">
    18 <fig id="GUID-3E08B03E-BE4C-481A-82BB-B7EB03BC806A">
    19 <title>Toolbar API class structure</title>
    19 <title>Toolbar API class structure</title>
    20 <image href="GUID-E60F9268-35D5-4D3F-B219-22AECF13953B_d0e102650_href.png" placement="inline"/>
    20 <image href="GUID-E60F9268-35D5-4D3F-B219-22AECF13953B_d0e106670_href.png" placement="inline"/>
    21 </fig>
    21 </fig>
    22 <p><codeph>CAknToolbar</codeph> is the API main class that provides the most
    22 <p><codeph>CAknToolbar</codeph> is the API main class that provides the most
    23 of the API functionality. The UI framework classes <codeph>CEikAppUiFactory</codeph>, <codeph>CAknView</codeph>,
    23 of the API functionality. The UI framework classes <codeph>CEikAppUiFactory</codeph>, <codeph>CAknView</codeph>,
    24 and <codeph>CAknAppUi</codeph> take care of creating and destructing the <codeph>CAknToolbar</codeph> object.
    24 and <codeph>CAknAppUi</codeph> take care of creating and destructing the <codeph>CAknToolbar</codeph> object.
    25 Moreover, you can access the toolbar in your application through these UI
    25 Moreover, you can access the toolbar in your application through these UI