gssettingsuis/Gs/GSApplication/Inc/GSMainContainer.h
branchRCL_3
changeset 41 3b67655da2cc
parent 13 23553eb4e470
equal deleted inserted replaced
28:854ebc17f64b 41:3b67655da2cc
    25 #include    <gsmainview.h>
    25 #include    <gsmainview.h>
    26 // CLASS DECLARATION
    26 // CLASS DECLARATION
    27 class CAknViewAppUi;
    27 class CAknViewAppUi;
    28 class CAknSingleLargeStyleListBox;
    28 class CAknSingleLargeStyleListBox;
    29 class CGSPluginInterface;
    29 class CGSPluginInterface;
       
    30 class CGsContainerExt;
    30 
    31 
    31 /**
    32 /**
    32 * Container class for the GS Main view.
    33 * Container class for the GS Main view.
    33 * @since Series60_3.1
    34 * @since Series60_3.1
    34 */
    35 */
   183         // Array of pointers to iPluginArray plugins which are visible.
   184         // Array of pointers to iPluginArray plugins which are visible.
   184         // This is the actual array which is displayed by the listbox.
   185         // This is the actual array which is displayed by the listbox.
   185         // It is needed because iPluginArray also contains non-visible plugins
   186         // It is needed because iPluginArray also contains non-visible plugins
   186         // and therefore the indexes do not match to lbx items.
   187         // and therefore the indexes do not match to lbx items.
   187         CArrayPtrFlat<CGSPluginInterface>* iVisiblePlugins;
   188         CArrayPtrFlat<CGSPluginInterface>* iVisiblePlugins;
       
   189         // Extension for main container.
       
   190         CGsContainerExt* iExt;
   188 };
   191 };
   189 
   192 
   190 
   193 
   191 #endif // GSCONTAINER_H
   194 #endif // GSCONTAINER_H
   192 // End of File
   195 // End of File