emailuis/emailui/inc/ncspopuplistbox.h
branchRCL_3
changeset 16 b5fbb9b25d57
parent 14 b13141f05c3d
equal deleted inserted replaced
14:b13141f05c3d 16:b5fbb9b25d57
    60     /*
    60     /*
    61     * 
    61     * 
    62     *
    62     *
    63     * @param aText
    63     * @param aText
    64     */
    64     */
    65     void InitAndSearchL( const TDesC& aText );
    65     void InitAndSearchL( const TDesC& aText, TInt aMode = -1 );
    66 		
    66 		
    67     // Destructor
    67     // Destructor
    68     virtual ~CNcsPopupListBox();
    68     virtual ~CNcsPopupListBox();
    69 
    69 
    70 public: // from CEikTextListBox
    70 public: // from CEikTextListBox
    91 
    91 
    92     /*
    92     /*
    93     * 
    93     * 
    94     * @param aText
    94     * @param aText
    95     */
    95     */
    96     void SetSearchTextL( const TDesC& aText );
    96     void SetSearchTextL( const TDesC& aText, TInt aMode = -1 );
    97  
    97  
    98     /*
    98     /*
    99     * 
    99     * 
   100     * @param 
   100     * @param 
   101     */
   101     */