textinput/peninputarc/inc/peninputlayoutcontrolinc/peninputlayoutchoicelist.h
branchRCL_3
changeset 9 e6a39382bb9c
parent 0 eb1f2e154e89
child 20 ebd48d2de13c
equal deleted inserted replaced
8:4eb1ae11334f 9:e6a39382bb9c
   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