src/hbwidgets/editors/hblineedit_p.h
changeset 7 923ff622b8b9
parent 1 f7ac710697a9
--- a/src/hbwidgets/editors/hblineedit_p.h	Wed Jun 23 18:33:25 2010 +0300
+++ b/src/hbwidgets/editors/hblineedit_p.h	Tue Jul 06 14:36:53 2010 +0300
@@ -73,6 +73,11 @@
     int linesToBeVisible() const;
     void onResizeFontChange();
     void setVisibleRows(int rowCount);
+    void editingFinished();
+
+    void createCustomAutoCompPopup();
+    void showCustomAutoCompPopup();
+    void hideCustomAutoCompPopup();
 
     int maxLength;
     int minimumRows;
@@ -85,6 +90,8 @@
 
     bool adjustFontSizeToFitHeight;
     int stretchedToLineCount;
+    QGraphicsLayoutItem *mCustomAutoCompContent;
+    HbPopup *mCustomAutoCompPopup;
 };
 
 #endif // HBLINEEDIT_P_H