![]() |
Home · All Namespaces · All Classes |
#include <statusindicator.h>


Signals | |
| void | alarmSettingChanged (bool isSet) |
Public Member Functions | |
| AlarmStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL) | |
| virtual | ~AlarmStatusIndicator () |
A status indicator for showing whether a clock alarm has been set.
Definition at line 225 of file statusindicator.h.
| AlarmStatusIndicator::AlarmStatusIndicator | ( | ApplicationContext & | context, | |
| QGraphicsItem * | parent = NULL | |||
| ) | [explicit] |
Constructs a AlarmStatusIndicator.
| context | the application context to get status information from | |
| parent | parent MWidget |
Definition at line 272 of file statusindicator.cpp.
:
StatusIndicator(parent)
{
setObjectName(metaObject()->className());
alarm = createContextItem(context, "Alarm.Present");
connect(alarm, SIGNAL(contentsChanged()), this, SLOT(alarmChanged()));
alarmChanged();
}

| AlarmStatusIndicator::~AlarmStatusIndicator | ( | ) | [virtual] |
Definition at line 282 of file statusindicator.cpp.
{
}
| void AlarmStatusIndicator::alarmSettingChanged | ( | bool | isSet | ) | [signal] |
| Copyright © 2010 Nokia Corporation | Generated on Thu Nov 4 2010 18:19:35 Doxygen 1.7.1 |
MeeGo Touch |