phoneapp/phoneuiqtviewadapter/inc/phoneresourceadapter.h
changeset 45 6b911d05207e
parent 21 92ab7f8d0eab
child 46 bc5a64e5bc3c
equal deleted inserted replaced
37:ba76fc04e6c2 45:6b911d05207e
   110         Converts given Symbian command id to HbAction list.
   110         Converts given Symbian command id to HbAction list.
   111         
   111         
   112         Returns HbAction list.
   112         Returns HbAction list.
   113     */ 
   113     */ 
   114     QList<HbAction*> convertToHbActions(int symbianResourceId) const;
   114     QList<HbAction*> convertToHbActions(int symbianResourceId) const;
       
   115 
       
   116     /*!
       
   117         \fn QString PhoneResourceAdapter::convertToToolBarCommandList()
       
   118         
       
   119         Converts given Symbian command id to tool bar command list.
       
   120         
       
   121         Returns command list.
       
   122     */
       
   123     QList<PhoneAction::ToolBarItem> convertToToolBarCommandList(
       
   124             int symbianResourceId ) const;
   115     
   125     
   116 protected:    
   126 protected:    
   117 
   127 
   118     /*!
   128     /*!
   119         Constructor
   129         Constructor