class MHsContentController |
Content controller interface defining the interface to modify Home screen content.
Public Member Functions | |
---|---|
TInt | ActivateAppL(CHsContentInfo &) |
TInt | ActivateViewL(CHsContentInfo &) |
TInt | ActiveAppL(CHsContentInfo &) |
TInt | ActiveViewL(CHsContentInfo &) |
TInt | AddViewL(CHsContentInfo &) |
TInt | AddWidgetL(CHsContentInfo &) |
TInt | AppListL(CHsContentInfoArray &) |
TInt | RemoveViewL(CHsContentInfo &) |
TInt | RemoveWidgetL(CHsContentInfo &) |
TInt | ViewListL(CHsContentInfoArray &) |
TInt | ViewListL(CHsContentInfo &, CHsContentInfoArray &) |
TInt | WidgetListL(CHsContentInfoArray &) |
TInt | WidgetListL(CHsContentInfo &, CHsContentInfoArray &) |
TInt | ActivateAppL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Activates the Home screen application configuration
CHsContentInfo & aInfo | Application configuration request to be activated |
TInt | ActivateViewL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Activates the Home screen view
CHsContentInfo & aInfo | View request to be activated |
TInt | ActiveAppL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Returns the active Home screen application configuration
CHsContentInfo & aInfo | Active application configuration |
TInt | ActiveViewL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Returns the active Home screen view
CHsContentInfo & aInfo | Active view |
TInt | AddViewL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Adds a view to the active Home screen application configuration.
CHsContentInfo & aInfo | View request to be added |
TInt | AddWidgetL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Adds a widget to the active Home screen view.
CHsContentInfo & aInfo | Widget request to be added |
TInt | AppListL | ( | CHsContentInfoArray & | aArray | ) | [pure virtual] |
Returns the list of available Home screen application configurations
CHsContentInfoArray & aArray | List of application configurations |
TInt | RemoveViewL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Removes a view from the configuration.
CHsContentInfo & aInfo | View request to be removed |
TInt | RemoveWidgetL | ( | CHsContentInfo & | aInfo | ) | [pure virtual] |
Removes a widget from the configuration.
CHsContentInfo & aInfo | Widget request to be removed |
TInt | ViewListL | ( | CHsContentInfoArray & | aArray | ) | [pure virtual] |
Returns the list of available Home screen views
CHsContentInfoArray & aArray | List of views |
TInt | ViewListL | ( | CHsContentInfo & | aInfo, |
CHsContentInfoArray & | aArray | |||
) | [pure virtual] |
Returns the list of available Home screen views included in an application configuration
CHsContentInfo & aInfo | Content info defining the application configuration |
CHsContentInfoArray & aArray | List of views |
TInt | WidgetListL | ( | CHsContentInfoArray & | aArray | ) | [pure virtual] |
Returns the list of available Home screen widgets
CHsContentInfoArray & aArray | List of widgets |
TInt | WidgetListL | ( | CHsContentInfo & | aInfo, |
CHsContentInfoArray & | aArray | |||
) | [pure virtual] |
Returns the list of Home screen widgets included in an application configuration or a view
CHsContentInfo & aInfo | Content info defining the application configuration or the view which widget list is requested |
CHsContentInfoArray & aArray | List of widgets |
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.