equal
deleted
inserted
replaced
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 |