KCalendarCore::CalendarListModel Class
class KCalendarCore::CalendarListModel
Model adaptor for KCalendarCore::CalendarPlugin::calendars(). More...
Header: | #include <KCalendarCore/CalendarListModel> |
CMake: | find_package(KF6 REQUIRED COMPONENTS CalendarCore)
target_link_libraries(mytarget PRIVATE KF6::CalendarCore) |
Since: | 6.4 |
Inherits: | QAbstractListModel |
Public Types
enum | Role { NameRole, IconRole, CalendarRole, AccessModeRole, IdRole } |
Detailed Description
Member Type Documentation
enum CalendarListModel::Role
Constant | Value | Description |
KCalendarCore::CalendarListModel::NameRole | Qt::DisplayRole | = Qt::DisplayRole Display name of the calendar. |
KCalendarCore::CalendarListModel::IconRole | Qt::DecorationRole | = Qt::DecorationRole The calendar icon, when available. |
KCalendarCore::CalendarListModel::CalendarRole | Qt::UserRole | = Qt::UserRole The KCalendarCore::Calendar calendar. |
KCalendarCore::CalendarListModel::AccessModeRole | 257 | The access mode of the calendar (see KCalendarCore::AccessMode). |
KCalendarCore::CalendarListModel::IdRole | 258 | The internal calendar id. |