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

ConstantValueDescription
KCalendarCore::CalendarListModel::NameRoleQt::DisplayRole= Qt::DisplayRole Display name of the calendar.
KCalendarCore::CalendarListModel::IconRoleQt::DecorationRole= Qt::DecorationRole The calendar icon, when available.
KCalendarCore::CalendarListModel::CalendarRoleQt::UserRole= Qt::UserRole The KCalendarCore::Calendar calendar.
KCalendarCore::CalendarListModel::AccessModeRole257The access mode of the calendar (see KCalendarCore::AccessMode).
KCalendarCore::CalendarListModel::IdRole258The internal calendar id.