classicui_pub/queries_api/inc/aknmessagequerycontrol.h
branchRCL_3
changeset 18 0aa5fbdfbc30
parent 0 2f259fa3e83a
equal deleted inserted replaced
16:71dd06cfe933 18:0aa5fbdfbc30
   231     * list query layout (=3). The truncated text is expanded with the ellipsis character.
   231     * list query layout (=3). The truncated text is expanded with the ellipsis character.
   232     *
   232     *
   233     * If the message query doesn't use the list query layout (iListQLayout == EFalse),
   233     * If the message query doesn't use the list query layout (iListQLayout == EFalse),
   234     * this function returns immediately.
   234     * this function returns immediately.
   235     */
   235     */
   236     void TruncateTextForListQLayout( TDes& aMessage );
   236     void TruncateTextForListQLayoutL( TDes& aMessage );
   237     
   237     
   238     void DoSizeChangedL();
   238     void DoSizeChangedL();
   239     
   239     
   240 
   240 
   241 private:
   241 private: