Home · All Namespaces · All Classes

CallStatusIndicator Class Reference

#include <statusindicator.h>

Inheritance diagram for CallStatusIndicator:
Inheritance graph
[legend]
Collaboration diagram for CallStatusIndicator:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 CallStatusIndicator (ApplicationContext &context, QGraphicsItem *parent=NULL)
virtual ~CallStatusIndicator ()

Detailed Description

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.


Constructor & Destructor Documentation

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 }

Here is the call graph for this function:

CallStatusIndicator::~CallStatusIndicator (  )  [virtual]

Definition at line 506 of file statusindicator.cpp.

00507 {
00508 }


The documentation for this class was generated from the following files:

Copyright © 2010 Nokia Corporation Generated on Wed Nov 10 16:05:03 2010
Doxygen 1.6.1
MeeGo Touch