textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutchoicelist.h
branchRCL_3
changeset 20 ebd48d2de13c
parent 9 e6a39382bb9c
child 21 ecbabf52600f
equal deleted inserted replaced
19:ac7e4d1d9209 20:ebd48d2de13c
   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     const CFepLayoutChoiceList::SItem* ItemByIndex(TInt aIndex);
   250     IMPORT_C 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);
       
   314 protected:
   312 protected:
   315 
   313 
   316     /**
   314     /**
   317      * Constructor.        
   315      * Constructor.        
   318      *
   316      *
   503     /**
   501     /**
   504      * The skin ID of sub item and background
   502      * The skin ID of sub item and background
   505      */
   503      */
   506      TAknsItemID iSubItemSkinID;
   504      TAknsItemID iSubItemSkinID;
   507      TAknsItemID iBackgroundSkinID;
   505      TAknsItemID iBackgroundSkinID;
   508      
       
   509      /*
       
   510       * iText alignment
       
   511       */        
       
   512      CGraphicsContext::TTextAlign iAlign;
       
   513     };
   506     };
   514 
   507 
   515 #include "peninputlayoutchoicelist.inl"
   508 #include "peninputlayoutchoicelist.inl"
   516 #endif //C_FEPLAYOUTCHOICELIST_H
   509 #endif //C_FEPLAYOUTCHOICELIST_H
   517 //End Of File
   510 //End Of File