* @brief Returns the complete dashboard model containing all groups and widgets. */
| 207 | * @brief Returns the complete dashboard model containing all groups and widgets. |
| 208 | */ |
| 209 | UI::TaskbarModel* UI::Taskbar::fullModel() const |
| 210 | { |
| 211 | return m_fullModel; |
| 212 | } |
| 213 | |
| 214 | /** |
| 215 | * @brief Returns the filtered model currently shown in the taskbar. |