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


Public Member Functions | |
| CallStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL) | |
| virtual | ~CallStatusIndicator () |
A status indicator for showing the call status. Displays incoming, ongoing or ongoing + muted call status. Sets the value to the related icon ID.
Definition at line 396 of file statusindicator.h.
| CallStatusIndicator::CallStatusIndicator | ( | ApplicationContext & | context, | |
| QGraphicsItem * | parent = NULL | |||
| ) | [explicit] |
Definition at line 494 of file statusindicator.cpp.
00494 : 00495 StatusIndicator(parent) 00496 { 00497 setObjectName(metaObject()->className()); 00498 00499 call = createContextItem(context, "Phone.Call"); 00500 connect(call, SIGNAL(contentsChanged()), this, SLOT(callOrMutedChanged())); 00501 00502 muted = createContextItem(context, "Phone.Muted"); 00503 connect(muted, SIGNAL(contentsChanged()), this, SLOT(callOrMutedChanged())); 00504 }

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