src/hbcore/gui/hbpopup.h
changeset 21 4633027730f5
parent 7 923ff622b8b9
child 23 e6ad4ef83b23
equal deleted inserted replaced
7:923ff622b8b9 21:4633027730f5
   116 
   116 
   117     QPainterPath shape() const;
   117     QPainterPath shape() const;
   118 
   118 
   119 public slots:
   119 public slots:
   120     void open( QObject *receiver = 0, const char *member = 0);
   120     void open( QObject *receiver = 0, const char *member = 0);
   121     void handlePopupPos();
       
   122 
   121 
   123 signals:
   122 signals:
   124     void aboutToShow();
   123     void aboutToShow();
   125     void aboutToHide();
   124     void aboutToHide();
   126     void aboutToClose();
   125     void aboutToClose();
   127 
   126 
   128 protected:
   127 protected:
   129     HbPopup(HbPopupPrivate &dd, QGraphicsItem *parent);
   128     HbPopup(HbPopupPrivate &dd, QGraphicsItem *parent);
   130     QVariant itemChange(GraphicsItemChange change, const QVariant & value);
   129     QVariant itemChange(GraphicsItemChange change, const QVariant & value);
   131 
   130     void polish(HbStyleParameters &params);
   132     void mousePressEvent(QGraphicsSceneMouseEvent *event );
   131     void mousePressEvent(QGraphicsSceneMouseEvent *event );
   133     void mouseReleaseEvent(QGraphicsSceneMouseEvent *event );
   132     void mouseReleaseEvent(QGraphicsSceneMouseEvent *event );
   134 
   133 
   135     void showEvent(QShowEvent *event);
   134     void showEvent(QShowEvent *event);
   136     void hideEvent(QHideEvent *event);
   135     void hideEvent(QHideEvent *event);