src/hbcore/decorators/hbstatusbar_p.h
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 3 11d3954df52a
--- a/src/hbcore/decorators/hbstatusbar_p.h	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/decorators/hbstatusbar_p.h	Fri May 14 16:09:54 2010 +0300
@@ -32,6 +32,7 @@
 class HbStatusBarPrivate;
 class HbStyleOptionStatusBar;
 class HbView;
+struct IndicatorClientInfo;
 
 class HB_CORE_PRIVATE_EXPORT HbStatusBar : public HbWidget
 {
@@ -47,6 +48,7 @@
     int type() const { return Type; }
 
     void propertiesChanged();
+    QGraphicsItem *primitive(const QString &itemName) const;
 
 public slots:
     virtual void createPrimitives();
@@ -54,7 +56,8 @@
     void currentViewChanged(HbView *view);
 
 signals:
-    void notificationCountChanged(int count);
+    void activated(const QList<IndicatorClientInfo> &clientInfo);
+    void deactivated(const QList<IndicatorClientInfo> &clientInfo);
 
 protected:
     void initStyleOption(HbStyleOptionStatusBar *option) const;