#include <quicklaunchbar.h>
List of all members.
Detailed Description
A widget for showing a quick launch bar.
Constructor & Destructor Documentation
QuickLaunchBar::QuickLaunchBar |
( |
QGraphicsItem * |
parent = NULL |
) |
[explicit] |
QuickLaunchBar::~QuickLaunchBar |
( |
|
) |
[virtual] |
Member Function Documentation
void QuickLaunchBar::launcherButtonClicked |
( |
|
) |
[signal] |
Sent when a launcher button has been clicked.
Sets the ApplicationPackageMonitorListener for monitoring installation and update progress of application packages.
- Parameters:
-
| packageMonitorListener | Listens to signals from application package monitor |
void QuickLaunchBar::toggleLauncherButtonClicked |
( |
|
) |
[signal] |
A signal for notifying that the launcher button has been clicked.
void QuickLaunchBar::updateButtonState |
( |
const QString & |
desktopEntryPath, |
|
|
const QString & |
packageName, |
|
|
LauncherButtonModel::State |
state, |
|
|
int |
progress, |
|
|
bool |
packageRemovable | |
|
) |
| | [slot] |
Finds the correct button based on desktop entry path and updates it's state and operation progress
- Parameters:
-
| desktopEntryPath | Desktop entry of the package that button represents |
| packageName | name of the package |
| state | State button should be set to |
| progress | Progress of operation |
| packageRemovable | is the package represented by this button removable |
The documentation for this class was generated from the following files:
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/quicklaunchbar.h
- /home/bifh4/cs2009q3-i386/work/meegotouchhome-1.0.4/src/libmeegotouchhome/quicklaunchbar.cpp