| Home · All Namespaces · All Classes |
#include <homescreenservice.h>


Public Slots | |
| void | showLauncher (const QString &desktopFile) |
Signals | |
| void | focusToLauncherApp (const QString &desktopFile) |
Public Member Functions | |
| HomeScreenService () | |
| virtual | ~HomeScreenService () |
HomeScreenService implements com.meego.core.HomeScreen service's interface.
Definition at line 28 of file homescreenservice.h.
| HomeScreenService::HomeScreenService | ( | ) |
Initializes HomeScreenService object.
Definition at line 22 of file homescreenservice.cpp.
: QObject(0) { }
| HomeScreenService::~HomeScreenService | ( | ) | [virtual] |
| void HomeScreenService::focusToLauncherApp | ( | const QString & | desktopFile | ) | [signal] |
A signal to request launcher to focus on a specified application.
| 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.
| 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. |
Definition at line 31 of file homescreenservice.cpp.
{
emit focusToLauncherApp(desktopFile);
}

| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:20:42 Doxygen 1.7.1 |
MeeGo Touch |