• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdepim API Reference
  • KDE Home
  • Contact Us
 

calendarsupport

  • CalendarSupport
  • KCalPrefsBase
Public Types | Public Member Functions | Public Attributes | List of all members
CalendarSupport::KCalPrefsBase Class Reference

#include <kcalprefs_base.h>

Inheritance diagram for CalendarSupport::KCalPrefsBase:
Inheritance graph
[legend]

Public Types

enum  EnumArchiveAction { actionDelete, actionArchive }
 
enum  EnumExpiryUnit { UnitDays, UnitWeeks, UnitMonths }
 

Public Member Functions

 KCalPrefsBase ()
 
 ~KCalPrefsBase ()
 
QStringList activeDesignerFields () const
 
ItemStringList * activeDesignerFieldsItem ()
 
QStringList additionalMails () const
 
ItemStringList * additionalMailsItem ()
 
int archiveAction () const
 
ItemEnum * archiveActionItem ()
 
bool archiveEvents () const
 
ItemBool * archiveEventsItem ()
 
QString archiveFile () const
 
ItemString * archiveFileItem ()
 
bool archiveTodos () const
 
ItemBool * archiveTodosItem ()
 
QString audioFilePath () const
 
ItemPath * audioFilePathItem ()
 
bool autoArchive () const
 
ItemBool * autoArchiveItem ()
 
bool defaultAudioFileReminders () const
 
ItemBool * defaultAudioFileRemindersItem ()
 
QDateTime defaultDuration () const
 
ItemDateTime * defaultDurationItem ()
 
bool defaultEventReminders () const
 
ItemBool * defaultEventRemindersItem ()
 
bool defaultTodoReminders () const
 
ItemBool * defaultTodoRemindersItem ()
 
bool emailControlCenter () const
 
ItemBool * emailControlCenterItem ()
 
QStringList eventTemplates () const
 
ItemStringList * eventTemplatesItem ()
 
bool excludeHolidays () const
 
ItemBool * excludeHolidaysItem ()
 
int expiryTime () const
 
ItemInt * expiryTimeItem ()
 
int expiryUnit () const
 
ItemEnum * expiryUnitItem ()
 
QString holidays () const
 
ItemString * holidaysItem ()
 
QStringList journalTemplates () const
 
ItemStringList * journalTemplatesItem ()
 
int reminderTime () const
 
ItemInt * reminderTimeItem ()
 
int reminderTimeUnits () const
 
ItemInt * reminderTimeUnitsItem ()
 
void setActiveDesignerFields (const QStringList &v)
 
void setAdditionalMails (const QStringList &v)
 
void setArchiveAction (int v)
 
void setArchiveEvents (bool v)
 
void setArchiveFile (const QString &v)
 
void setArchiveTodos (bool v)
 
void setAudioFilePath (const QString &v)
 
void setAutoArchive (bool v)
 
void setDefaultAudioFileReminders (bool v)
 
void setDefaultDuration (const QDateTime &v)
 
void setDefaultEventReminders (bool v)
 
void setDefaultTodoReminders (bool v)
 
void setEmailControlCenter (bool v)
 
void setEventTemplates (const QStringList &v)
 
void setExcludeHolidays (bool v)
 
void setExpiryTime (int v)
 
void setExpiryUnit (int v)
 
void setHolidays (const QString &v)
 
void setJournalTemplates (const QStringList &v)
 
void setReminderTime (int v)
 
void setReminderTimeUnits (int v)
 
void setShowTimeZoneSelectorInIncidenceEditor (bool v)
 
void setStartTime (const QDateTime &v)
 
void setTodoTemplates (const QStringList &v)
 
void setUnsetCategoryColor (const QColor &v)
 
void setUseGroupwareCommunication (bool v)
 
void setUserEmail (const QString &v)
 
void setUserName (const QString &v)
 
void setWorkWeekMask (int v)
 
bool showTimeZoneSelectorInIncidenceEditor () const
 
ItemBool * showTimeZoneSelectorInIncidenceEditorItem ()
 
QDateTime startTime () const
 
ItemDateTime * startTimeItem ()
 
QStringList todoTemplates () const
 
ItemStringList * todoTemplatesItem ()
 
QColor unsetCategoryColor () const
 
ItemColor * unsetCategoryColorItem ()
 
bool useGroupwareCommunication () const
 
ItemBool * useGroupwareCommunicationItem ()
 
QString userEmail () const
 
ItemString * userEmailItem ()
 
QString userName () const
 
ItemString * userNameItem ()
 
int workWeekMask () const
 
ItemInt * workWeekMaskItem ()
 

Public Attributes

QStringList mActiveDesignerFields
 
QStringList mAdditionalMails
 
int mArchiveAction
 
bool mArchiveEvents
 
QString mArchiveFile
 
bool mArchiveTodos
 
QString mAudioFilePath
 
bool mAutoArchive
 
bool mDefaultAudioFileReminders
 
QDateTime mDefaultDuration
 
bool mDefaultEventReminders
 
bool mDefaultTodoReminders
 
bool mEmailControlCenter
 
QStringList mEventTemplates
 
bool mExcludeHolidays
 
int mExpiryTime
 
int mExpiryUnit
 
QString mHolidays
 
QStringList mJournalTemplates
 
int mReminderTime
 
int mReminderTimeUnits
 
bool mShowTimeZoneSelectorInIncidenceEditor
 
QDateTime mStartTime
 
QStringList mTodoTemplates
 
QColor mUnsetCategoryColor
 
bool mUseGroupwareCommunication
 
QString mUserEmail
 
QString mUserName
 
int mWorkWeekMask
 

Detailed Description

Definition at line 15 of file kcalprefs_base.h.

Member Enumeration Documentation

enum CalendarSupport::KCalPrefsBase::EnumArchiveAction
Enumerator
actionDelete 
actionArchive 

Definition at line 19 of file kcalprefs_base.h.

enum CalendarSupport::KCalPrefsBase::EnumExpiryUnit
Enumerator
UnitDays 
UnitWeeks 
UnitMonths 

Definition at line 18 of file kcalprefs_base.h.

Constructor & Destructor Documentation

KCalPrefsBase::KCalPrefsBase ( )

Definition at line 10 of file kcalprefs_base.cpp.

KCalPrefsBase::~KCalPrefsBase ( )

Definition at line 177 of file kcalprefs_base.cpp.

Member Function Documentation

QStringList CalendarSupport::KCalPrefsBase::activeDesignerFields ( ) const
inline

Get ActiveDesignerFields.

Definition at line 711 of file kcalprefs_base.h.

ItemStringList* CalendarSupport::KCalPrefsBase::activeDesignerFieldsItem ( )
inline

Get Item object corresponding to ActiveDesignerFields()

Definition at line 719 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::additionalMails ( ) const
inline

Get AdditionalMails.

Definition at line 336 of file kcalprefs_base.h.

ItemStringList* CalendarSupport::KCalPrefsBase::additionalMailsItem ( )
inline

Get Item object corresponding to AdditionalMails()

Definition at line 344 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::archiveAction ( ) const
inline

Get What to do when archiving.

Definition at line 536 of file kcalprefs_base.h.

ItemEnum* CalendarSupport::KCalPrefsBase::archiveActionItem ( )
inline

Get Item object corresponding to ArchiveAction()

Definition at line 544 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::archiveEvents ( ) const
inline

Get Archive events.

Definition at line 486 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::archiveEventsItem ( )
inline

Get Item object corresponding to ArchiveEvents()

Definition at line 494 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::archiveFile ( ) const
inline

Get URL of the file where old events should be archived.

Definition at line 461 of file kcalprefs_base.h.

ItemString* CalendarSupport::KCalPrefsBase::archiveFileItem ( )
inline

Get Item object corresponding to ArchiveFile()

Definition at line 469 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::archiveTodos ( ) const
inline

Get Archive to-dos.

Definition at line 511 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::archiveTodosItem ( )
inline

Get Item object corresponding to ArchiveTodos()

Definition at line 519 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::audioFilePath ( ) const
inline

Get Default audio file.

Definition at line 136 of file kcalprefs_base.h.

ItemPath* CalendarSupport::KCalPrefsBase::audioFilePathItem ( )
inline

Get Item object corresponding to audioFilePath()

Definition at line 144 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::autoArchive ( ) const
inline

Get Regularly archive events.

Definition at line 386 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::autoArchiveItem ( )
inline

Get Item object corresponding to AutoArchive()

Definition at line 394 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::defaultAudioFileReminders ( ) const
inline

Get Enable a default sound file for audio reminders.

Definition at line 111 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::defaultAudioFileRemindersItem ( )
inline

Get Item object corresponding to defaultAudioFileReminders()

Definition at line 119 of file kcalprefs_base.h.

QDateTime CalendarSupport::KCalPrefsBase::defaultDuration ( ) const
inline

Get Default duration of new appointment (HH:MM)

Definition at line 86 of file kcalprefs_base.h.

ItemDateTime* CalendarSupport::KCalPrefsBase::defaultDurationItem ( )
inline

Get Item object corresponding to DefaultDuration()

Definition at line 94 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::defaultEventReminders ( ) const
inline

Get Enable reminders for new Events.

Definition at line 161 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::defaultEventRemindersItem ( )
inline

Get Item object corresponding to defaultEventReminders()

Definition at line 169 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::defaultTodoReminders ( ) const
inline

Get Enable reminders for new To-dos.

Definition at line 186 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::defaultTodoRemindersItem ( )
inline

Get Item object corresponding to defaultTodoReminders()

Definition at line 194 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::emailControlCenter ( ) const
inline

Get Use email settings from System Settings.

Definition at line 36 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::emailControlCenterItem ( )
inline

Get Item object corresponding to EmailControlCenter()

Definition at line 44 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::eventTemplates ( ) const
inline

Get EventTemplates.

Definition at line 636 of file kcalprefs_base.h.

ItemStringList* CalendarSupport::KCalPrefsBase::eventTemplatesItem ( )
inline

Get Item object corresponding to EventTemplates()

Definition at line 644 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::excludeHolidays ( ) const
inline

Get Exclude holidays.

Definition at line 261 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::excludeHolidaysItem ( )
inline

Get Item object corresponding to ExcludeHolidays()

Definition at line 269 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::expiryTime ( ) const
inline

Get If auto-archiving is enabled, events older than this amount will be archived.

The unit of this value is specified in another field.

Definition at line 411 of file kcalprefs_base.h.

ItemInt* CalendarSupport::KCalPrefsBase::expiryTimeItem ( )
inline

Get Item object corresponding to ExpiryTime()

Definition at line 419 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::expiryUnit ( ) const
inline

Get The unit in which the expiry time is expressed.

Definition at line 436 of file kcalprefs_base.h.

ItemEnum* CalendarSupport::KCalPrefsBase::expiryUnitItem ( )
inline

Get Item object corresponding to ExpiryUnit()

Definition at line 444 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::holidays ( ) const
inline

Get Use holiday region:

Definition at line 286 of file kcalprefs_base.h.

ItemString* CalendarSupport::KCalPrefsBase::holidaysItem ( )
inline

Get Item object corresponding to Holidays()

Definition at line 294 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::journalTemplates ( ) const
inline

Get JournalTemplates.

Definition at line 686 of file kcalprefs_base.h.

ItemStringList* CalendarSupport::KCalPrefsBase::journalTemplatesItem ( )
inline

Get Item object corresponding to JournalTemplates()

Definition at line 694 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::reminderTime ( ) const
inline

Get Default reminder time.

Definition at line 211 of file kcalprefs_base.h.

ItemInt* CalendarSupport::KCalPrefsBase::reminderTimeItem ( )
inline

Get Item object corresponding to ReminderTime()

Definition at line 219 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::reminderTimeUnits ( ) const
inline

Get Default Reminder Time Units.

Definition at line 236 of file kcalprefs_base.h.

ItemInt* CalendarSupport::KCalPrefsBase::reminderTimeUnitsItem ( )
inline

Get Item object corresponding to ReminderTimeUnits()

Definition at line 244 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setActiveDesignerFields ( const QStringList &  v)
inline

Set ActiveDesignerFields.

Definition at line 702 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setAdditionalMails ( const QStringList &  v)
inline

Set AdditionalMails.

Definition at line 327 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setArchiveAction ( int  v)
inline

Set What to do when archiving.

Definition at line 527 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setArchiveEvents ( bool  v)
inline

Set Archive events.

Definition at line 477 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setArchiveFile ( const QString &  v)
inline

Set URL of the file where old events should be archived.

Definition at line 452 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setArchiveTodos ( bool  v)
inline

Set Archive to-dos.

Definition at line 502 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setAudioFilePath ( const QString &  v)
inline

Set Default audio file.

Definition at line 127 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setAutoArchive ( bool  v)
inline

Set Regularly archive events.

Definition at line 377 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setDefaultAudioFileReminders ( bool  v)
inline

Set Enable a default sound file for audio reminders.

Definition at line 102 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setDefaultDuration ( const QDateTime &  v)
inline

Set Default duration of new appointment (HH:MM)

Definition at line 77 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setDefaultEventReminders ( bool  v)
inline

Set Enable reminders for new Events.

Definition at line 152 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setDefaultTodoReminders ( bool  v)
inline

Set Enable reminders for new To-dos.

Definition at line 177 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setEmailControlCenter ( bool  v)
inline

Set Use email settings from System Settings.

Definition at line 27 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setEventTemplates ( const QStringList &  v)
inline

Set EventTemplates.

Definition at line 627 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setExcludeHolidays ( bool  v)
inline

Set Exclude holidays.

Definition at line 252 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setExpiryTime ( int  v)
inline

Set If auto-archiving is enabled, events older than this amount will be archived.

The unit of this value is specified in another field.

Definition at line 402 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setExpiryUnit ( int  v)
inline

Set The unit in which the expiry time is expressed.

Definition at line 427 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setHolidays ( const QString &  v)
inline

Set Use holiday region:

Definition at line 277 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setJournalTemplates ( const QStringList &  v)
inline

Set JournalTemplates.

Definition at line 677 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setReminderTime ( int  v)
inline

Set Default reminder time.

Definition at line 202 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setReminderTimeUnits ( int  v)
inline

Set Default Reminder Time Units.

Definition at line 227 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setShowTimeZoneSelectorInIncidenceEditor ( bool  v)
inline

Set Show timezone selectors in the event and todo editor dialog.

Definition at line 352 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setStartTime ( const QDateTime &  v)
inline

Set Default appointment time.

Definition at line 52 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setTodoTemplates ( const QStringList &  v)
inline

Set TodoTemplates.

Definition at line 652 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setUnsetCategoryColor ( const QColor &  v)
inline

Set "No category" color (for "Only category" drawing schemes)

Definition at line 727 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setUseGroupwareCommunication ( bool  v)
inline

Set Use Groupware communication.

Definition at line 302 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setUserEmail ( const QString &  v)
inline

Set E&mail address.

Definition at line 602 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setUserName ( const QString &  v)
inline

Set Full &name.

Definition at line 577 of file kcalprefs_base.h.

void CalendarSupport::KCalPrefsBase::setWorkWeekMask ( int  v)
inline

Set Work Week Mask.

Definition at line 552 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::showTimeZoneSelectorInIncidenceEditor ( ) const
inline

Get Show timezone selectors in the event and todo editor dialog.

Definition at line 361 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::showTimeZoneSelectorInIncidenceEditorItem ( )
inline

Get Item object corresponding to ShowTimeZoneSelectorInIncidenceEditor()

Definition at line 369 of file kcalprefs_base.h.

QDateTime CalendarSupport::KCalPrefsBase::startTime ( ) const
inline

Get Default appointment time.

Definition at line 61 of file kcalprefs_base.h.

ItemDateTime* CalendarSupport::KCalPrefsBase::startTimeItem ( )
inline

Get Item object corresponding to StartTime()

Definition at line 69 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::todoTemplates ( ) const
inline

Get TodoTemplates.

Definition at line 661 of file kcalprefs_base.h.

ItemStringList* CalendarSupport::KCalPrefsBase::todoTemplatesItem ( )
inline

Get Item object corresponding to TodoTemplates()

Definition at line 669 of file kcalprefs_base.h.

QColor CalendarSupport::KCalPrefsBase::unsetCategoryColor ( ) const
inline

Get "No category" color (for "Only category" drawing schemes)

Definition at line 736 of file kcalprefs_base.h.

ItemColor* CalendarSupport::KCalPrefsBase::unsetCategoryColorItem ( )
inline

Get Item object corresponding to UnsetCategoryColor()

Definition at line 744 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::useGroupwareCommunication ( ) const
inline

Get Use Groupware communication.

Definition at line 311 of file kcalprefs_base.h.

ItemBool* CalendarSupport::KCalPrefsBase::useGroupwareCommunicationItem ( )
inline

Get Item object corresponding to UseGroupwareCommunication()

Definition at line 319 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::userEmail ( ) const
inline

Get E&mail address.

Definition at line 611 of file kcalprefs_base.h.

ItemString* CalendarSupport::KCalPrefsBase::userEmailItem ( )
inline

Get Item object corresponding to UserEmail()

Definition at line 619 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::userName ( ) const
inline

Get Full &name.

Definition at line 586 of file kcalprefs_base.h.

ItemString* CalendarSupport::KCalPrefsBase::userNameItem ( )
inline

Get Item object corresponding to UserName()

Definition at line 594 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::workWeekMask ( ) const
inline

Get Work Week Mask.

Definition at line 561 of file kcalprefs_base.h.

ItemInt* CalendarSupport::KCalPrefsBase::workWeekMaskItem ( )
inline

Get Item object corresponding to WorkWeekMask()

Definition at line 569 of file kcalprefs_base.h.

Member Data Documentation

QStringList CalendarSupport::KCalPrefsBase::mActiveDesignerFields

Definition at line 792 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::mAdditionalMails

Definition at line 771 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mArchiveAction

Definition at line 783 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mArchiveEvents

Definition at line 781 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::mArchiveFile

Definition at line 780 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mArchiveTodos

Definition at line 782 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::mAudioFilePath

Definition at line 759 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mAutoArchive

Definition at line 777 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mDefaultAudioFileReminders

Definition at line 758 of file kcalprefs_base.h.

QDateTime CalendarSupport::KCalPrefsBase::mDefaultDuration

Definition at line 757 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mDefaultEventReminders

Definition at line 760 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mDefaultTodoReminders

Definition at line 761 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mEmailControlCenter

Definition at line 753 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::mEventTemplates

Definition at line 789 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mExcludeHolidays

Definition at line 766 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mExpiryTime

Definition at line 778 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mExpiryUnit

Definition at line 779 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::mHolidays

Definition at line 767 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::mJournalTemplates

Definition at line 791 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mReminderTime

Definition at line 762 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mReminderTimeUnits

Definition at line 763 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mShowTimeZoneSelectorInIncidenceEditor

Definition at line 774 of file kcalprefs_base.h.

QDateTime CalendarSupport::KCalPrefsBase::mStartTime

Definition at line 756 of file kcalprefs_base.h.

QStringList CalendarSupport::KCalPrefsBase::mTodoTemplates

Definition at line 790 of file kcalprefs_base.h.

QColor CalendarSupport::KCalPrefsBase::mUnsetCategoryColor

Definition at line 795 of file kcalprefs_base.h.

bool CalendarSupport::KCalPrefsBase::mUseGroupwareCommunication

Definition at line 770 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::mUserEmail

Definition at line 788 of file kcalprefs_base.h.

QString CalendarSupport::KCalPrefsBase::mUserName

Definition at line 787 of file kcalprefs_base.h.

int CalendarSupport::KCalPrefsBase::mWorkWeekMask

Definition at line 786 of file kcalprefs_base.h.


The documentation for this class was generated from the following files:
  • kcalprefs_base.h
  • kcalprefs_base.cpp
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:54:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

calendarsupport

Skip menu "calendarsupport"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdepim API Reference

Skip menu "kdepim API Reference"
  • akonadi_next
  • akregator
  • blogilo
  • calendarsupport
  • console
  •   kabcclient
  •   konsolekalendar
  • kaddressbook
  • kalarm
  •   lib
  • kdgantt2
  • kjots
  • kleopatra
  • kmail
  • knode
  • knotes
  • kontact
  • korgac
  • korganizer
  • ktimetracker
  • libkdepim
  • libkleo
  • libkpgp
  • mailcommon
  • messagelist
  • messageviewer

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal