Home · All Namespaces · All Classes

ProfileStatusIndicator Class Reference

#include <statusindicator.h>

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

List of all members.

Public Member Functions

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

Detailed Description

A status indicator for showing the current profile. Displayed only when the profile is silent.

Definition at line 418 of file statusindicator.h.


Constructor & Destructor Documentation

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 }

Here is the call graph for this function:

ProfileStatusIndicator::~ProfileStatusIndicator (  )  [virtual]

Definition at line 540 of file statusindicator.cpp.

00541 {
00542 }


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

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