ContentListingFactory Class Reference
class ContentListingFactory
|
Factory for Content Listing Framework. You can create new instances of Content Listing Engines, Modifiable items and Sorting Styles by using this factory. Example:
// Create a new instance of Content Listing Engine
MCLFContentListingEngine* engine =
ContentListingFactory::NewContentListingEngineLC();
// Create a new instance of Sorting style
MCLFSortingStyle* sortingStyle =
ContentListingFactory::NewSortingStyleLC();
// Create a new instance of Modifiable item
MCLFModifiableItem* modItem =
ContentListingFactory::NewModifiableItemLC();
ContentListingFramework.lib
-
Since
-
S60 3.1
Constructor & Destructor Documentation
ContentListingFactory()
ContentListingFactory
|
(
|
)
|
[private]
|
~ContentListingFactory()
~ContentListingFactory
|
(
|
)
|
[private]
|
Member Functions Documentation
NewContentListingEngineLC()
Create new instance of Content Listing Engine.
-
Since
-
S60 3.1
NewModifiableItemLC()
Create new instance of Modifiable Item.
-
Since
-
S60 3.1
NewSortingStyleLC()
Create new instance of Sorting Style.
-
Since
-
S60 3.1
NewSortingStyleLC(TResourceReader &)
Create new instance of Sorting Style from resource of the application by using
TResourceReader
.
-
Since
-
S60 3.1
Parameters
TResourceReader
& aResource
|
Resource reader to sorting style resource. Use resource struct CLF_SORTING_STYLE. See CLFContentListing.rh
|
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.