emailuis/emailui/inc/ncspopuplistbox.h
branchRCL_3
changeset 36 e8f259fad141
parent 35 e64954c2c8e2
equal deleted inserted replaced
35:e64954c2c8e2 36:e8f259fad141
    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     */