![]() |
Home · All Namespaces · All Classes |
00001 /**************************************************************************** 00002 ** 00003 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). 00004 ** All rights reserved. 00005 ** Contact: Nokia Corporation (directui@nokia.com) 00006 ** 00007 ** This file is part of systemui. 00008 ** 00009 ** If you have questions regarding the use of this file, please contact 00010 ** Nokia at directui@nokia.com. 00011 ** 00012 ** This library is free software; you can redistribute it and/or 00013 ** modify it under the terms of the GNU Lesser General Public 00014 ** License version 2.1 as published by the Free Software Foundation 00015 ** and appearing in the file LICENSE.LGPL included in the packaging 00016 ** of this file. 00017 ** 00018 ****************************************************************************/ 00019 00020 #include <MWidgetController> 00021 #include "statusindicator.h" 00022 #include "statusindicatormodel.h" 00023 00024 class ApplicationContext; 00025 class ContextItem; 00026 class NotifierNotificationSink; 00027 00031 class NotificationStatusIndicator : public StatusIndicator 00032 { 00033 Q_OBJECT 00034 M_CONTROLLER(NotificationStatusIndicator) 00035 00036 public: 00041 explicit NotificationStatusIndicator(NotifierNotificationSink *notifierSink, QGraphicsItem *parent = NULL); 00042 00043 virtual ~NotificationStatusIndicator(); 00044 00045 private slots: 00047 void setActive(bool active); 00048 00049 private: 00051 NotifierNotificationSink *notifierSink; 00052 00053 #ifdef UNIT_TEST 00054 friend class Ut_NotificationStatusIndicator; 00055 #endif 00056 };
| Copyright © 2010 Nokia Corporation | Generated on Wed Nov 10 16:04:51 2010 Doxygen 1.6.1 |
MeeGo Touch |
