src/hbwidgets/widgets/hbcombobox_p.h
changeset 30 80e4d18b72f5
parent 28 b7da29130b0e
equal deleted inserted replaced
28:b7da29130b0e 30:80e4d18b72f5
    88     QModelIndex findData( const QVariant &data ) const;
    88     QModelIndex findData( const QVariant &data ) const;
    89     void showPopup( QAbstractItemModel* aModel, QModelIndex aIndex = QModelIndex( ) );
    89     void showPopup( QAbstractItemModel* aModel, QModelIndex aIndex = QModelIndex( ) );
    90     void createDropDown( );
    90     void createDropDown( );
    91     void calculateListItemHeight( );
    91     void calculateListItemHeight( );
    92     void resetGeometryChangeFlag( );
    92     void resetGeometryChangeFlag( );
       
    93     void showDismissEffect( );
    93 
    94 
    94 public:
    95 public:
    95     HbCustomLineEdit* mLineEdit;
    96     HbCustomLineEdit* mLineEdit;
    96     QGraphicsItem* mTextItem;
    97     QGraphicsItem* mTextItem;
    97     QGraphicsItem *mButton;
    98     QGraphicsItem *mButton;