src/hbwidgets/popups/hbinputdialog.h
changeset 28 b7da29130b0e
parent 6 c3690ec91ef8
--- a/src/hbwidgets/popups/hbinputdialog.h	Thu Sep 02 20:44:51 2010 +0300
+++ b/src/hbwidgets/popups/hbinputdialog.h	Fri Sep 17 08:32:10 2010 +0300
@@ -130,6 +130,7 @@
 public slots:
     void updatePrimitives();
     void done(int code);
+    void recreatePrimitives();
 
 signals:
     void intValueSelected(int value);
@@ -139,6 +140,7 @@
 protected:
     HbInputDialog(HbDialogPrivate &dd, QGraphicsItem *parent);
     void initStyleOption(HbStyleOptionInputDialog *option) const;
+    void initPrimitiveData(HbStylePrimitiveData *primitiveData, const QGraphicsObject *primitive);
 
 private:
     Q_DISABLE_COPY(HbInputDialog)