Home · All Namespaces · All Classes
Public Slots | Signals | Public Member Functions

HomeScreenService Class Reference

#include <homescreenservice.h>

List of all members.

Public Slots

void showLauncher (const QString &desktopFile)

Signals

void focusToLauncherApp (const QString &desktopFile)

Public Member Functions

 HomeScreenService ()
virtual ~HomeScreenService ()

Detailed Description

HomeScreenService implements com.meego.core.HomeScreen service's interface.


Constructor & Destructor Documentation

HomeScreenService::HomeScreenService (  ) 

Initializes HomeScreenService object.

HomeScreenService::~HomeScreenService (  )  [virtual]

Destroys HomeScreenService.


Member Function Documentation

void HomeScreenService::focusToLauncherApp ( const QString &  desktopFile  )  [signal]

A signal to request launcher to focus on a specified application.

Parameters:
desktop file of application.
void HomeScreenService::showLauncher ( const QString &  desktopFile  )  [slot]

Implements HomeScreen service's showLauncher function. Show launcher and pans to page that has specified application.

Parameters:
desktop file of application. Desktop file can be given with or without absolute path. If no absolute path is given default applications desktop file directory path is used. If empty string is given launcher is opened from a page it was closed from.

The documentation for this class was generated from the following files:

Copyright © 2011 Nokia Corporation Generated on Thu Jul 7 2011 22:14:50
Doxygen 1.7.1
MeeGo Touch