favouriteslimits.h File Reference

API published in: S60 1st Ed

Link against: favouritesengine.lib

Capability Information

Required Capabilities

ReadUserData WriteUserData


Go to the source code of this file.


Functions

  _LIT (KBrowserBookmarks,"BrowserBookmarks")
  Browser bookmarks database name.
  _LIT (KBrowserSavedPages,"BrowserSavedPages")
  Browser saved pages database name.

Variables

LOCAL_C const TInt  KFavouritesMaxName = 50
  Max. length of an item name.
LOCAL_C const TInt  KFavouritesMaxUrl = 1024
  Max. length of an item URL.
LOCAL_C const TInt  KFavouritesMaxUserName = 40
  Max. length of an username.
LOCAL_C const TInt  KFavouritesMaxPassword = 40
  Max. length of a password.
LOCAL_C const TInt  KFavouritesNullUid = 0
  Null Uid; never assigned.
LOCAL_C const TInt  KFavouritesRootUid = -1
  Uid of the root folder.
LOCAL_C const TInt  KFavouritesHomepageUid = -2
  Uid of the Homepage.
LOCAL_C const TInt  KFavouritesLastVisitedUid = -3
  Uid of the Last Visited Page.
LOCAL_C const TInt  KFavouritesStartPageUid = -4
  Support for Start Page bookmark in the Browser.
LOCAL_C const TInt  KFavouritesAdaptiveItemsFolderUid = -5
  Support for Adaptive Bookmarks Folder in the Browser.
LOCAL_C const TInt  KFavouritesRSSItemUid = -6
  Support for RSS Item in the Browser.
LOCAL_C const TInt  KFavouritesSavedDeckItemUid = -7
  Support for Saved Deck Item in the Browser.
LOCAL_C const TInt  KFavouritesMaxPostfix = 13
  Maximum length of the postfix that is generated for unique names.
LOCAL_C const TInt32  KFavouritesNullContextId = 0x00000000
  Null context id; keep this unused.
LOCAL_C const TInt32  KFavouritesApplicationContextId = 0x00000001
  Context id for applications.
LOCAL_C const TInt32  KFavouritesImageContextId = 0x00000002
  Context id for images.
LOCAL_C const TInt32  KFavouritesAudioContextId = 0x00000003
  Context id for audio.
LOCAL_C const TInt32  KFavouritesVideoContextId = 0x00000004
  Context id for video.
LOCAL_C const TInt32  KFavouritesGameDataContextId = 0x00000005
  Context id for game data.
LOCAL_C const TInt32  KFavouritesRingingToneContextId = 0x00000006
  Context id for ringing tones.
LOCAL_C const TInt32  KFavouritesSkinContextId = 0x00000007
  Context id for skins.
LOCAL_C const TInt32  KFavouritesMusicContextId = 0x00000008
  Context id for Music Shop music.
LOCAL_C const TInt32  KFavouritesFeedsContextId = 0x00000000A
  Special context IDs for launching into these.

Function Documentation

_LIT KBrowserSavedPages  ,
"BrowserSavedPages" 
 

Browser saved pages database name.

_LIT KBrowserBookmarks  ,
"BrowserBookmarks" 
 

Browser bookmarks database name.


Variable Documentation

LOCAL_C const TInt KFavouritesAdaptiveItemsFolderUid = -5
 

Support for Adaptive Bookmarks Folder in the Browser.

That folder is created in memory dynamically, and never exists in the database.

LOCAL_C const TInt32 KFavouritesApplicationContextId = 0x00000001
 

Context id for applications.

LOCAL_C const TInt32 KFavouritesAudioContextId = 0x00000003
 

Context id for audio.

LOCAL_C const TInt32 KFavouritesFeedsContextId = 0x00000000A
 

Special context IDs for launching into these.

LOCAL_C const TInt32 KFavouritesGameDataContextId = 0x00000005
 

Context id for game data.

LOCAL_C const TInt KFavouritesHomepageUid = -2
 

Uid of the Homepage.

LOCAL_C const TInt32 KFavouritesImageContextId = 0x00000002
 

Context id for images.

LOCAL_C const TInt KFavouritesLastVisitedUid = -3
 

Uid of the Last Visited Page.

LOCAL_C const TInt KFavouritesMaxName = 50
 

Max. length of an item name.

LOCAL_C const TInt KFavouritesMaxPassword = 40
 

Max. length of a password.

LOCAL_C const TInt KFavouritesMaxPostfix = 13
 

Maximum length of the postfix that is generated for unique names.

(Unique names are created by appending a (32 bit) number in parenthesis. The longest postfix therefore reads "(4294967296)" (12 characters).

LOCAL_C const TInt KFavouritesMaxUrl = 1024
 

Max. length of an item URL.

LOCAL_C const TInt KFavouritesMaxUserName = 40
 

Max. length of an username.

LOCAL_C const TInt32 KFavouritesMusicContextId = 0x00000008
 

Context id for Music Shop music.

LOCAL_C const TInt32 KFavouritesNullContextId = 0x00000000
 

Null context id; keep this unused.

LOCAL_C const TInt KFavouritesNullUid = 0
 

Null Uid; never assigned.

LOCAL_C const TInt32 KFavouritesRingingToneContextId = 0x00000006
 

Context id for ringing tones.

LOCAL_C const TInt KFavouritesRootUid = -1
 

Uid of the root folder.

LOCAL_C const TInt KFavouritesRSSItemUid = -6
 

Support for RSS Item in the Browser.

That item is created in memory dynamically, and never exists in the database.

LOCAL_C const TInt KFavouritesSavedDeckItemUid = -7
 

Support for Saved Deck Item in the Browser.

That item is created in memory dynamically, and never exists in the database.

LOCAL_C const TInt32 KFavouritesSkinContextId = 0x00000007
 

Context id for skins.

LOCAL_C const TInt KFavouritesStartPageUid = -4
 

Support for Start Page bookmark in the Browser.

That bookmark is created in memory dynamically, and never exists in the database.

LOCAL_C const TInt32 KFavouritesVideoContextId = 0x00000004
 

Context id for video.


Copyright © Nokia Corporation 2001-2008
Back to top