equal
deleted
inserted
replaced
252 * Updates the sublabel text. |
252 * Updates the sublabel text. |
253 */ |
253 */ |
254 void updateSubLabel(); |
254 void updateSubLabel(); |
255 |
255 |
256 /** |
256 /** |
|
257 * Disables or enables menu, depending on video list row count. |
|
258 * If no items are present the menu is disabled, ie it does |
|
259 * not respond to users clickking. If items are present |
|
260 * the menu is enabled. |
|
261 */ |
|
262 void updateMenuShowState(); |
|
263 |
|
264 /** |
257 * Activates all videos or collections -list. |
265 * Activates all videos or collections -list. |
258 * |
266 * |
259 * @return int 0 ok |
267 * @return int 0 ok |
260 */ |
268 */ |
261 int activateMainView(); |
269 int activateMainView(); |