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


Public Member Functions | |
| ProfileStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL) | |
| virtual | ~ProfileStatusIndicator () |
A status indicator for showing the current profile. Displayed only when the profile is silent.
Definition at line 418 of file statusindicator.h.
| ProfileStatusIndicator::ProfileStatusIndicator | ( | ApplicationContext & | context, | |
| QGraphicsItem * | parent = NULL | |||
| ) | [explicit] |
Definition at line 531 of file statusindicator.cpp.
00531 : 00532 StatusIndicator(parent) 00533 { 00534 setObjectName(metaObject()->className()); 00535 00536 profile = createContextItem(context, "Profile.Name"); 00537 connect(profile, SIGNAL(contentsChanged()), this, SLOT(profileChanged())); 00538 }

| ProfileStatusIndicator::~ProfileStatusIndicator | ( | ) | [virtual] |
Definition at line 540 of file statusindicator.cpp.
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:05:11 2010 Doxygen 1.6.1 |
MeeGo Touch |