textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutchoicelist.h
branchRCL_3
changeset 44 ecbabf52600f
parent 43 ebd48d2de13c
equal deleted inserted replaced
43:ebd48d2de13c 44:ecbabf52600f
   245      *
   245      *
   246      * @since S60 V4.0        
   246      * @since S60 V4.0        
   247      * @param aIndex Item index
   247      * @param aIndex Item index
   248      * @return choice list item pointer of specified index
   248      * @return choice list item pointer of specified index
   249      */                                 
   249      */                                 
   250     IMPORT_C const CFepLayoutChoiceList::SItem* ItemByIndex(TInt aIndex);
   250     const CFepLayoutChoiceList::SItem* ItemByIndex(TInt aIndex);
   251 
   251 
   252     /**
   252     /**
   253      * Retrieve a choice list item by item's command
   253      * Retrieve a choice list item by item's command
   254      * Only first found item is returned.
   254      * Only first found item is returned.
   255      *
   255      *
   307      * @param aIndex selected item index
   307      * @param aIndex selected item index
   308      * @return None.     
   308      * @return None.     
   309      */       
   309      */       
   310     IMPORT_C void SetCurrentFocusedIndex(const TInt aIndex);
   310     IMPORT_C void SetCurrentFocusedIndex(const TInt aIndex);
   311     
   311     
       
   312     
       
   313     IMPORT_C void SetTextAlignment(const CGraphicsContext::TTextAlign aAlign);
   312 protected:
   314 protected:
   313 
   315 
   314     /**
   316     /**
   315      * Constructor.        
   317      * Constructor.        
   316      *
   318      *
   501     /**
   503     /**
   502      * The skin ID of sub item and background
   504      * The skin ID of sub item and background
   503      */
   505      */
   504      TAknsItemID iSubItemSkinID;
   506      TAknsItemID iSubItemSkinID;
   505      TAknsItemID iBackgroundSkinID;
   507      TAknsItemID iBackgroundSkinID;
       
   508      
       
   509      /*
       
   510       * iText alignment
       
   511       */        
       
   512      CGraphicsContext::TTextAlign iAlign;
   506     };
   513     };
   507 
   514 
   508 #include "peninputlayoutchoicelist.inl"
   515 #include "peninputlayoutchoicelist.inl"
   509 #endif //C_FEPLAYOUTCHOICELIST_H
   516 #endif //C_FEPLAYOUTCHOICELIST_H
   510 //End Of File
   517 //End Of File