korganizer

KOPrefsBase Class Reference

Inheritance diagram for KOPrefsBase:

KOPrefs List of all members.

Detailed Description

Definition at line 12 of file koprefs_base.h.


Public Types

enum  { actionDelete, actionArchive }
enum  { UnitDays, UnitWeeks, UnitMonths }
enum  { standardDestination, askDestination }
enum  { MailClientKMail, MailClientSendmail }
enum  { IMIPDummy, IMIPKMail }

Public Member Functions

 KOPrefsBase ()
 ~KOPrefsBase ()
void setAutoSave (bool v)
bool autoSave () const
ItemBool * autoSaveItem ()
void setAutoSaveInterval (int v)
int autoSaveInterval () const
ItemInt * autoSaveIntervalItem ()
void setConfirm (bool v)
bool confirm () const
ItemBool * confirmItem ()
void setArchiveEvents (bool v)
bool archiveEvents () const
ItemBool * archiveEventsItem ()
void setArchiveTodos (bool v)
bool archiveTodos () const
ItemBool * archiveTodosItem ()
void setAutoArchive (bool v)
bool autoArchive () const
ItemBool * autoArchiveItem ()
void setArchiveAction (int v)
int archiveAction () const
ItemEnum * archiveActionItem ()
void setExpiryTime (int v)
int expiryTime () const
ItemInt * expiryTimeItem ()
void setExpiryUnit (int v)
int expiryUnit () const
ItemEnum * expiryUnitItem ()
void setArchiveFile (const QString &v)
QString archiveFile () const
ItemString * archiveFileItem ()
void setHtmlWithSave (bool v)
bool htmlWithSave () const
ItemBool * htmlWithSaveItem ()
void setDestination (int v)
int destination () const
ItemEnum * destinationItem ()
void setBcc (bool v)
bool bcc () const
ItemBool * bccItem ()
void setEmailControlCenter (bool v)
bool emailControlCenter () const
ItemBool * emailControlCenterItem ()
void setUserName (const QString &v)
QString userName () const
ItemString * userNameItem ()
void setUserEmail (const QString &v)
QString userEmail () const
ItemString * userEmailItem ()
void setMailClient (int v)
int mailClient () const
ItemEnum * mailClientItem ()
void setTimeZoneId (const QString &v)
QString timeZoneId () const
ItemString * timeZoneIdItem ()
void setHolidays (const QString &v)
QString holidays () const
ItemString * holidaysItem ()
void setStartTime (const QDateTime &v)
QDateTime startTime () const
ItemDateTime * startTimeItem ()
void setDefaultDuration (const QDateTime &v)
QDateTime defaultDuration () const
ItemDateTime * defaultDurationItem ()
void setAlarmTime (int v)
int alarmTime () const
ItemInt * alarmTimeItem ()
void setHourSize (int v)
int hourSize () const
ItemInt * hourSizeItem ()
void setDailyRecur (bool v)
bool dailyRecur () const
ItemBool * dailyRecurItem ()
void setWeeklyRecur (bool v)
bool weeklyRecur () const
ItemBool * weeklyRecurItem ()
void setEnableToolTips (bool v)
bool enableToolTips () const
ItemBool * enableToolTipsItem ()
void setShowAllDayTodo (bool v)
bool showAllDayTodo () const
ItemBool * showAllDayTodoItem ()
void setEnableMonthScroll (bool v)
bool enableMonthScroll () const
ItemBool * enableMonthScrollItem ()
void setSelectionStartsEditor (bool v)
bool selectionStartsEditor () const
ItemBool * selectionStartsEditorItem ()
void setMarcusBainsEnabled (bool v)
bool marcusBainsEnabled () const
ItemBool * marcusBainsEnabledItem ()
void setMarcusBainsShowSeconds (bool v)
bool marcusBainsShowSeconds () const
ItemBool * marcusBainsShowSecondsItem ()
void setAgendaViewUsesResourceColor (bool v)
bool agendaViewUsesResourceColor () const
ItemBool * agendaViewUsesResourceColorItem ()
void setDayBegins (const QDateTime &v)
QDateTime dayBegins () const
ItemDateTime * dayBeginsItem ()
void setWorkingHoursStart (const QDateTime &v)
QDateTime workingHoursStart () const
ItemDateTime * workingHoursStartItem ()
void setWorkingHoursEnd (const QDateTime &v)
QDateTime workingHoursEnd () const
ItemDateTime * workingHoursEndItem ()
void setWorkWeekMask (int v)
int workWeekMask () const
ItemInt * workWeekMaskItem ()
void setExcludeHolidays (bool v)
bool excludeHolidays () const
ItemBool * excludeHolidaysItem ()
void setMonthViewUsesCategoryColor (bool v)
bool monthViewUsesCategoryColor () const
ItemBool * monthViewUsesCategoryColorItem ()
void setMonthViewUsesResourceColor (bool v)
bool monthViewUsesResourceColor () const
ItemBool * monthViewUsesResourceColorItem ()
void setFullViewMonth (bool v)
bool fullViewMonth () const
ItemBool * fullViewMonthItem ()
void setFullViewTodo (bool v)
bool fullViewTodo () const
ItemBool * fullViewTodoItem ()
void setRecordTodosInJournals (bool v)
bool recordTodosInJournals () const
ItemBool * recordTodosInJournalsItem ()
void setEnableQuickTodo (bool v)
bool enableQuickTodo () const
ItemBool * enableQuickTodoItem ()
void setNextXDays (int v)
int nextXDays () const
ItemInt * nextXDaysItem ()
void setCompactDialogs (bool v)
bool compactDialogs () const
ItemBool * compactDialogsItem ()
void setVerticalScreen (bool v)
bool verticalScreen () const
ItemBool * verticalScreenItem ()
void setSelectedPlugins (const QStringList &v)
QStringList selectedPlugins () const
ItemStringList * selectedPluginsItem ()
void setEventTemplates (const QStringList &v)
QStringList eventTemplates () const
ItemStringList * eventTemplatesItem ()
void setTodoTemplates (const QStringList &v)
QStringList todoTemplates () const
ItemStringList * todoTemplatesItem ()
void setJournalTemplates (const QStringList &v)
QStringList journalTemplates () const
ItemStringList * journalTemplatesItem ()
void setActiveDesignerFields (const QStringList &v)
QStringList activeDesignerFields () const
ItemStringList * activeDesignerFieldsItem ()
void setIMIPScheduler (int v)
int iMIPScheduler () const
ItemEnum * iMIPSchedulerItem ()
void setUseGroupwareCommunication (bool v)
bool useGroupwareCommunication () const
ItemBool * useGroupwareCommunicationItem ()
void setAdditionalMails (const QStringList &v)
QStringList additionalMails () const
ItemStringList * additionalMailsItem ()
void setHolidayColor (const QColor &v)
QColor holidayColor () const
ItemColor * holidayColorItem ()
void setHighlightColor (const QColor &v)
QColor highlightColor () const
ItemColor * highlightColorItem ()
void setAgendaBgColor (const QColor &v)
QColor agendaBgColor () const
ItemColor * agendaBgColorItem ()
void setWorkingHoursColor (const QColor &v)
QColor workingHoursColor () const
ItemColor * workingHoursColorItem ()
void setTodoDueTodayColor (const QColor &v)
QColor todoDueTodayColor () const
ItemColor * todoDueTodayColorItem ()
void setTodoOverdueColor (const QColor &v)
QColor todoOverdueColor () const
ItemColor * todoOverdueColorItem ()
void setEventColor (const QColor &v)
QColor eventColor () const
ItemColor * eventColorItem ()
void setTimeBarFont (const QFont &v)
QFont timeBarFont () const
ItemFont * timeBarFontItem ()
void setAgendaViewFont (const QFont &v)
QFont agendaViewFont () const
ItemFont * agendaViewFontItem ()
void setMarcusBainsFont (const QFont &v)
QFont marcusBainsFont () const
ItemFont * marcusBainsFontItem ()
void setMonthViewFont (const QFont &v)
QFont monthViewFont () const
ItemFont * monthViewFontItem ()
void setFreeBusyPublishAuto (bool v)
bool freeBusyPublishAuto () const
ItemBool * freeBusyPublishAutoItem ()
void setFreeBusyPublishDelay (int v)
int freeBusyPublishDelay () const
ItemInt * freeBusyPublishDelayItem ()
void setFreeBusyPublishDays (int v)
int freeBusyPublishDays () const
ItemInt * freeBusyPublishDaysItem ()
void setFreeBusyPublishUrl (const QString &v)
QString freeBusyPublishUrl () const
ItemString * freeBusyPublishUrlItem ()
void setFreeBusyPublishUser (const QString &v)
QString freeBusyPublishUser () const
ItemString * freeBusyPublishUserItem ()
void setFreeBusyPublishPassword (const QString &v)
QString freeBusyPublishPassword () const
ItemPassword * freeBusyPublishPasswordItem ()
void setFreeBusyPublishSavePassword (bool v)
bool freeBusyPublishSavePassword () const
ItemBool * freeBusyPublishSavePasswordItem ()
void setFreeBusyRetrieveAuto (bool v)
bool freeBusyRetrieveAuto () const
ItemBool * freeBusyRetrieveAutoItem ()
void setFreeBusyFullDomainRetrieval (bool v)
bool freeBusyFullDomainRetrieval () const
ItemBool * freeBusyFullDomainRetrievalItem ()
void setFreeBusyRetrieveUrl (const QString &v)
QString freeBusyRetrieveUrl () const
ItemString * freeBusyRetrieveUrlItem ()
void setFreeBusyRetrieveUser (const QString &v)
QString freeBusyRetrieveUser () const
ItemString * freeBusyRetrieveUserItem ()
void setFreeBusyRetrievePassword (const QString &v)
QString freeBusyRetrievePassword () const
ItemPassword * freeBusyRetrievePasswordItem ()
void setFreeBusyRetrieveSavePassword (bool v)
bool freeBusyRetrieveSavePassword () const
ItemBool * freeBusyRetrieveSavePasswordItem ()

Public Attributes

bool mAutoSave
int mAutoSaveInterval
bool mConfirm
bool mArchiveEvents
bool mArchiveTodos
bool mAutoArchive
int mArchiveAction
int mExpiryTime
int mExpiryUnit
QString mArchiveFile
bool mHtmlWithSave
int mDestination
bool mBcc
bool mEmailControlCenter
QString mUserName
QString mUserEmail
int mMailClient
QString mTimeZoneId
QString mHolidays
QDateTime mStartTime
QDateTime mDefaultDuration
int mAlarmTime
int mHourSize
bool mDailyRecur
bool mWeeklyRecur
bool mEnableToolTips
bool mShowAllDayTodo
bool mEnableMonthScroll
bool mSelectionStartsEditor
bool mMarcusBainsEnabled
bool mMarcusBainsShowSeconds
bool mAgendaViewUsesResourceColor
QDateTime mDayBegins
QDateTime mWorkingHoursStart
QDateTime mWorkingHoursEnd
int mWorkWeekMask
bool mExcludeHolidays
bool mMonthViewUsesCategoryColor
bool mMonthViewUsesResourceColor
bool mFullViewMonth
bool mFullViewTodo
bool mRecordTodosInJournals
bool mEnableQuickTodo
int mNextXDays
bool mCompactDialogs
bool mVerticalScreen
QStringList mSelectedPlugins
QStringList mEventTemplates
QStringList mTodoTemplates
QStringList mJournalTemplates
QStringList mActiveDesignerFields
int mIMIPScheduler
bool mUseGroupwareCommunication
QStringList mAdditionalMails
QColor mHolidayColor
QColor mHighlightColor
QColor mAgendaBgColor
QColor mWorkingHoursColor
QColor mTodoDueTodayColor
QColor mTodoOverdueColor
QColor mEventColor
QFont mTimeBarFont
QFont mAgendaViewFont
QFont mMarcusBainsFont
QFont mMonthViewFont
bool mFreeBusyPublishAuto
int mFreeBusyPublishDelay
int mFreeBusyPublishDays
QString mFreeBusyPublishUrl
QString mFreeBusyPublishUser
QString mFreeBusyPublishPassword
bool mFreeBusyPublishSavePassword
bool mFreeBusyRetrieveAuto
bool mFreeBusyFullDomainRetrieval
QString mFreeBusyRetrieveUrl
QString mFreeBusyRetrieveUser
QString mFreeBusyRetrievePassword
bool mFreeBusyRetrieveSavePassword

Member Function Documentation

void KOPrefsBase::setAutoSave ( bool  v  )  [inline]

Set Enable automatic saving of manually opened calendar files.

Definition at line 27 of file koprefs_base.h.

bool KOPrefsBase::autoSave (  )  const [inline]

Get Enable automatic saving of manually opened calendar files.

Definition at line 36 of file koprefs_base.h.

ItemBool* KOPrefsBase::autoSaveItem (  )  [inline]

Get Item object corresponding to AutoSave().

Definition at line 44 of file koprefs_base.h.

void KOPrefsBase::setAutoSaveInterval ( int  v  )  [inline]

Set Save &interval in minutes.

Definition at line 52 of file koprefs_base.h.

int KOPrefsBase::autoSaveInterval (  )  const [inline]

Get Save &interval in minutes.

Definition at line 66 of file koprefs_base.h.

ItemInt* KOPrefsBase::autoSaveIntervalItem (  )  [inline]

Get Item object corresponding to AutoSaveInterval().

Definition at line 74 of file koprefs_base.h.

void KOPrefsBase::setConfirm ( bool  v  )  [inline]

Set Confirm deletes.

Definition at line 82 of file koprefs_base.h.

bool KOPrefsBase::confirm (  )  const [inline]

Get Confirm deletes.

Definition at line 91 of file koprefs_base.h.

ItemBool* KOPrefsBase::confirmItem (  )  [inline]

Get Item object corresponding to Confirm().

Definition at line 99 of file koprefs_base.h.

void KOPrefsBase::setArchiveEvents ( bool  v  )  [inline]

Set Archive events.

Definition at line 107 of file koprefs_base.h.

bool KOPrefsBase::archiveEvents (  )  const [inline]

Get Archive events.

Definition at line 116 of file koprefs_base.h.

ItemBool* KOPrefsBase::archiveEventsItem (  )  [inline]

Get Item object corresponding to ArchiveEvents().

Definition at line 124 of file koprefs_base.h.

void KOPrefsBase::setArchiveTodos ( bool  v  )  [inline]

Set Archive to-dos.

Definition at line 132 of file koprefs_base.h.

bool KOPrefsBase::archiveTodos (  )  const [inline]

Get Archive to-dos.

Definition at line 141 of file koprefs_base.h.

ItemBool* KOPrefsBase::archiveTodosItem (  )  [inline]

Get Item object corresponding to ArchiveTodos().

Definition at line 149 of file koprefs_base.h.

void KOPrefsBase::setAutoArchive ( bool  v  )  [inline]

Set Regularly archive events.

Definition at line 157 of file koprefs_base.h.

bool KOPrefsBase::autoArchive (  )  const [inline]

Get Regularly archive events.

Definition at line 166 of file koprefs_base.h.

ItemBool* KOPrefsBase::autoArchiveItem (  )  [inline]

Get Item object corresponding to AutoArchive().

Definition at line 174 of file koprefs_base.h.

void KOPrefsBase::setArchiveAction ( int  v  )  [inline]

Set What to do when archiving.

Definition at line 182 of file koprefs_base.h.

int KOPrefsBase::archiveAction (  )  const [inline]

Get What to do when archiving.

Definition at line 191 of file koprefs_base.h.

ItemEnum* KOPrefsBase::archiveActionItem (  )  [inline]

Get Item object corresponding to ArchiveAction().

Definition at line 199 of file koprefs_base.h.

void KOPrefsBase::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 207 of file koprefs_base.h.

int KOPrefsBase::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 216 of file koprefs_base.h.

ItemInt* KOPrefsBase::expiryTimeItem (  )  [inline]

Get Item object corresponding to ExpiryTime().

Definition at line 224 of file koprefs_base.h.

void KOPrefsBase::setExpiryUnit ( int  v  )  [inline]

Set The unit in which the expiry time is expressed.

Definition at line 232 of file koprefs_base.h.

int KOPrefsBase::expiryUnit (  )  const [inline]

Get The unit in which the expiry time is expressed.

Definition at line 241 of file koprefs_base.h.

ItemEnum* KOPrefsBase::expiryUnitItem (  )  [inline]

Get Item object corresponding to ExpiryUnit().

Definition at line 249 of file koprefs_base.h.

void KOPrefsBase::setArchiveFile ( const QString &  v  )  [inline]

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

Definition at line 257 of file koprefs_base.h.

QString KOPrefsBase::archiveFile (  )  const [inline]

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

Definition at line 266 of file koprefs_base.h.

ItemString* KOPrefsBase::archiveFileItem (  )  [inline]

Get Item object corresponding to ArchiveFile().

Definition at line 274 of file koprefs_base.h.

void KOPrefsBase::setHtmlWithSave ( bool  v  )  [inline]

Set Export to HTML with every save.

Definition at line 282 of file koprefs_base.h.

bool KOPrefsBase::htmlWithSave (  )  const [inline]

Get Export to HTML with every save.

Definition at line 291 of file koprefs_base.h.

ItemBool* KOPrefsBase::htmlWithSaveItem (  )  [inline]

Get Item object corresponding to HtmlWithSave().

Definition at line 299 of file koprefs_base.h.

void KOPrefsBase::setDestination ( int  v  )  [inline]

Set New Events, To-dos and Journal Entries Should.

Definition at line 307 of file koprefs_base.h.

int KOPrefsBase::destination (  )  const [inline]

Get New Events, To-dos and Journal Entries Should.

Definition at line 316 of file koprefs_base.h.

ItemEnum* KOPrefsBase::destinationItem (  )  [inline]

Get Item object corresponding to Destination().

Definition at line 324 of file koprefs_base.h.

void KOPrefsBase::setBcc ( bool  v  )  [inline]

Set Send copy to owner when mailing events.

Definition at line 332 of file koprefs_base.h.

bool KOPrefsBase::bcc (  )  const [inline]

Get Send copy to owner when mailing events.

Definition at line 341 of file koprefs_base.h.

ItemBool* KOPrefsBase::bccItem (  )  [inline]

Get Item object corresponding to Bcc().

Definition at line 349 of file koprefs_base.h.

void KOPrefsBase::setEmailControlCenter ( bool  v  )  [inline]

Set Use email settings from Control Center.

Definition at line 357 of file koprefs_base.h.

bool KOPrefsBase::emailControlCenter (  )  const [inline]

Get Use email settings from Control Center.

Definition at line 366 of file koprefs_base.h.

ItemBool* KOPrefsBase::emailControlCenterItem (  )  [inline]

Get Item object corresponding to EmailControlCenter().

Definition at line 374 of file koprefs_base.h.

void KOPrefsBase::setUserName ( const QString &  v  )  [inline]

Set Full &name.

Definition at line 382 of file koprefs_base.h.

QString KOPrefsBase::userName (  )  const [inline]

Get Full &name.

Definition at line 391 of file koprefs_base.h.

ItemString* KOPrefsBase::userNameItem (  )  [inline]

Get Item object corresponding to UserName().

Definition at line 399 of file koprefs_base.h.

void KOPrefsBase::setUserEmail ( const QString &  v  )  [inline]

Set E&mail address.

Definition at line 407 of file koprefs_base.h.

QString KOPrefsBase::userEmail (  )  const [inline]

Get E&mail address.

Definition at line 416 of file koprefs_base.h.

ItemString* KOPrefsBase::userEmailItem (  )  [inline]

Get Item object corresponding to UserEmail().

Definition at line 424 of file koprefs_base.h.

void KOPrefsBase::setMailClient ( int  v  )  [inline]

Set Mail Client.

Definition at line 432 of file koprefs_base.h.

int KOPrefsBase::mailClient (  )  const [inline]

Get Mail Client.

Definition at line 441 of file koprefs_base.h.

ItemEnum* KOPrefsBase::mailClientItem (  )  [inline]

Get Item object corresponding to MailClient().

Definition at line 449 of file koprefs_base.h.

void KOPrefsBase::setTimeZoneId ( const QString &  v  )  [inline]

Set TimeZoneId.

Definition at line 457 of file koprefs_base.h.

QString KOPrefsBase::timeZoneId (  )  const [inline]

Get TimeZoneId.

Definition at line 466 of file koprefs_base.h.

ItemString* KOPrefsBase::timeZoneIdItem (  )  [inline]

Get Item object corresponding to TimeZoneId().

Definition at line 474 of file koprefs_base.h.

void KOPrefsBase::setHolidays ( const QString &  v  )  [inline]

Set Use holiday region:.

Definition at line 482 of file koprefs_base.h.

QString KOPrefsBase::holidays (  )  const [inline]

Get Use holiday region:.

Definition at line 491 of file koprefs_base.h.

ItemString* KOPrefsBase::holidaysItem (  )  [inline]

Get Item object corresponding to Holidays().

Definition at line 499 of file koprefs_base.h.

void KOPrefsBase::setStartTime ( const QDateTime &  v  )  [inline]

Set Default appointment time.

Definition at line 507 of file koprefs_base.h.

QDateTime KOPrefsBase::startTime (  )  const [inline]

Get Default appointment time.

Definition at line 516 of file koprefs_base.h.

ItemDateTime* KOPrefsBase::startTimeItem (  )  [inline]

Get Item object corresponding to StartTime().

Definition at line 524 of file koprefs_base.h.

void KOPrefsBase::setDefaultDuration ( const QDateTime &  v  )  [inline]

Set Default duration of new appointment (HH:MM).

Definition at line 532 of file koprefs_base.h.

QDateTime KOPrefsBase::defaultDuration (  )  const [inline]

Get Default duration of new appointment (HH:MM).

Definition at line 541 of file koprefs_base.h.

ItemDateTime* KOPrefsBase::defaultDurationItem (  )  [inline]

Get Item object corresponding to DefaultDuration().

Definition at line 549 of file koprefs_base.h.

void KOPrefsBase::setAlarmTime ( int  v  )  [inline]

Set Default Reminder Time.

Definition at line 557 of file koprefs_base.h.

int KOPrefsBase::alarmTime (  )  const [inline]

Get Default Reminder Time.

Definition at line 566 of file koprefs_base.h.

ItemInt* KOPrefsBase::alarmTimeItem (  )  [inline]

Get Item object corresponding to AlarmTime().

Definition at line 574 of file koprefs_base.h.

void KOPrefsBase::setHourSize ( int  v  )  [inline]

Set Hour size.

Definition at line 582 of file koprefs_base.h.

int KOPrefsBase::hourSize (  )  const [inline]

Get Hour size.

Definition at line 603 of file koprefs_base.h.

ItemInt* KOPrefsBase::hourSizeItem (  )  [inline]

Get Item object corresponding to HourSize().

Definition at line 611 of file koprefs_base.h.

void KOPrefsBase::setDailyRecur ( bool  v  )  [inline]

Set Show events that recur daily in date navigator.

Definition at line 619 of file koprefs_base.h.

bool KOPrefsBase::dailyRecur (  )  const [inline]

Get Show events that recur daily in date navigator.

Definition at line 628 of file koprefs_base.h.

ItemBool* KOPrefsBase::dailyRecurItem (  )  [inline]

Get Item object corresponding to DailyRecur().

Definition at line 636 of file koprefs_base.h.

void KOPrefsBase::setWeeklyRecur ( bool  v  )  [inline]

Set Show events that recur weekly in date navigator.

Definition at line 644 of file koprefs_base.h.

bool KOPrefsBase::weeklyRecur (  )  const [inline]

Get Show events that recur weekly in date navigator.

Definition at line 653 of file koprefs_base.h.

ItemBool* KOPrefsBase::weeklyRecurItem (  )  [inline]

Get Item object corresponding to WeeklyRecur().

Definition at line 661 of file koprefs_base.h.

void KOPrefsBase::setEnableToolTips ( bool  v  )  [inline]

Set Enable tooltips displaying summary of events.

Definition at line 669 of file koprefs_base.h.

bool KOPrefsBase::enableToolTips (  )  const [inline]

Get Enable tooltips displaying summary of events.

Definition at line 678 of file koprefs_base.h.

ItemBool* KOPrefsBase::enableToolTipsItem (  )  [inline]

Get Item object corresponding to EnableToolTips().

Definition at line 686 of file koprefs_base.h.

void KOPrefsBase::setShowAllDayTodo ( bool  v  )  [inline]

Set Show to-dos in day, week and month views.

Definition at line 694 of file koprefs_base.h.

bool KOPrefsBase::showAllDayTodo (  )  const [inline]

Get Show to-dos in day, week and month views.

Definition at line 703 of file koprefs_base.h.

ItemBool* KOPrefsBase::showAllDayTodoItem (  )  [inline]

Get Item object corresponding to ShowAllDayTodo().

Definition at line 711 of file koprefs_base.h.

void KOPrefsBase::setEnableMonthScroll ( bool  v  )  [inline]

Set Enable scrollbars in month view cells.

Definition at line 719 of file koprefs_base.h.

bool KOPrefsBase::enableMonthScroll (  )  const [inline]

Get Enable scrollbars in month view cells.

Definition at line 728 of file koprefs_base.h.

ItemBool* KOPrefsBase::enableMonthScrollItem (  )  [inline]

Get Item object corresponding to EnableMonthScroll().

Definition at line 736 of file koprefs_base.h.

void KOPrefsBase::setSelectionStartsEditor ( bool  v  )  [inline]

Set Time range selection in agenda view starts event editor.

Definition at line 744 of file koprefs_base.h.

bool KOPrefsBase::selectionStartsEditor (  )  const [inline]

Get Time range selection in agenda view starts event editor.

Definition at line 753 of file koprefs_base.h.

ItemBool* KOPrefsBase::selectionStartsEditorItem (  )  [inline]

Get Item object corresponding to SelectionStartsEditor().

Definition at line 761 of file koprefs_base.h.

void KOPrefsBase::setMarcusBainsEnabled ( bool  v  )  [inline]

Set Show current-time (Marcus Bains) line.

Definition at line 769 of file koprefs_base.h.

bool KOPrefsBase::marcusBainsEnabled (  )  const [inline]

Get Show current-time (Marcus Bains) line.

Definition at line 778 of file koprefs_base.h.

ItemBool* KOPrefsBase::marcusBainsEnabledItem (  )  [inline]

Get Item object corresponding to MarcusBainsEnabled().

Definition at line 786 of file koprefs_base.h.

void KOPrefsBase::setMarcusBainsShowSeconds ( bool  v  )  [inline]

Set Show seconds on current-time line.

Definition at line 794 of file koprefs_base.h.

bool KOPrefsBase::marcusBainsShowSeconds (  )  const [inline]

Get Show seconds on current-time line.

Definition at line 803 of file koprefs_base.h.

ItemBool* KOPrefsBase::marcusBainsShowSecondsItem (  )  [inline]

Get Item object corresponding to MarcusBainsShowSeconds().

Definition at line 811 of file koprefs_base.h.

void KOPrefsBase::setAgendaViewUsesResourceColor ( bool  v  )  [inline]

Set Agenda view uses resource colors.

Definition at line 819 of file koprefs_base.h.

bool KOPrefsBase::agendaViewUsesResourceColor (  )  const [inline]

Get Agenda view uses resource colors.

Definition at line 828 of file koprefs_base.h.

ItemBool* KOPrefsBase::agendaViewUsesResourceColorItem (  )  [inline]

Get Item object corresponding to AgendaViewUsesResourceColor().

Definition at line 836 of file koprefs_base.h.

void KOPrefsBase::setDayBegins ( const QDateTime &  v  )  [inline]

Set Day begins at.

Definition at line 844 of file koprefs_base.h.

QDateTime KOPrefsBase::dayBegins (  )  const [inline]

Get Day begins at.

Definition at line 853 of file koprefs_base.h.

ItemDateTime* KOPrefsBase::dayBeginsItem (  )  [inline]

Get Item object corresponding to DayBegins().

Definition at line 861 of file koprefs_base.h.

void KOPrefsBase::setWorkingHoursStart ( const QDateTime &  v  )  [inline]

Set Daily starting hour.

Definition at line 869 of file koprefs_base.h.

QDateTime KOPrefsBase::workingHoursStart (  )  const [inline]

Get Daily starting hour.

Definition at line 878 of file koprefs_base.h.

ItemDateTime* KOPrefsBase::workingHoursStartItem (  )  [inline]

Get Item object corresponding to WorkingHoursStart().

Definition at line 886 of file koprefs_base.h.

void KOPrefsBase::setWorkingHoursEnd ( const QDateTime &  v  )  [inline]

Set Daily ending hour.

Definition at line 894 of file koprefs_base.h.

QDateTime KOPrefsBase::workingHoursEnd (  )  const [inline]

Get Daily ending hour.

Definition at line 903 of file koprefs_base.h.

ItemDateTime* KOPrefsBase::workingHoursEndItem (  )  [inline]

Get Item object corresponding to WorkingHoursEnd().

Definition at line 911 of file koprefs_base.h.

void KOPrefsBase::setWorkWeekMask ( int  v  )  [inline]

Set Work Week Mask.

Definition at line 919 of file koprefs_base.h.

int KOPrefsBase::workWeekMask (  )  const [inline]

Get Work Week Mask.

Definition at line 928 of file koprefs_base.h.

ItemInt* KOPrefsBase::workWeekMaskItem (  )  [inline]

Get Item object corresponding to WorkWeekMask().

Definition at line 936 of file koprefs_base.h.

void KOPrefsBase::setExcludeHolidays ( bool  v  )  [inline]

Set Exclude holidays.

Definition at line 944 of file koprefs_base.h.

bool KOPrefsBase::excludeHolidays (  )  const [inline]

Get Exclude holidays.

Definition at line 953 of file koprefs_base.h.

ItemBool* KOPrefsBase::excludeHolidaysItem (  )  [inline]

Get Item object corresponding to ExcludeHolidays().

Definition at line 961 of file koprefs_base.h.

void KOPrefsBase::setMonthViewUsesCategoryColor ( bool  v  )  [inline]

Set Month view uses category colors.

Definition at line 969 of file koprefs_base.h.

bool KOPrefsBase::monthViewUsesCategoryColor (  )  const [inline]

Get Month view uses category colors.

Definition at line 978 of file koprefs_base.h.

ItemBool* KOPrefsBase::monthViewUsesCategoryColorItem (  )  [inline]

Get Item object corresponding to MonthViewUsesCategoryColor().

Definition at line 986 of file koprefs_base.h.

void KOPrefsBase::setMonthViewUsesResourceColor ( bool  v  )  [inline]

Set Month view uses resource colors.

Definition at line 994 of file koprefs_base.h.

bool KOPrefsBase::monthViewUsesResourceColor (  )  const [inline]

Get Month view uses resource colors.

Definition at line 1003 of file koprefs_base.h.

ItemBool* KOPrefsBase::monthViewUsesResourceColorItem (  )  [inline]

Get Item object corresponding to MonthViewUsesResourceColor().

Definition at line 1011 of file koprefs_base.h.

void KOPrefsBase::setFullViewMonth ( bool  v  )  [inline]

Set Month view uses full window.

Definition at line 1019 of file koprefs_base.h.

bool KOPrefsBase::fullViewMonth (  )  const [inline]

Get Month view uses full window.

Definition at line 1028 of file koprefs_base.h.

ItemBool* KOPrefsBase::fullViewMonthItem (  )  [inline]

Get Item object corresponding to FullViewMonth().

Definition at line 1036 of file koprefs_base.h.

void KOPrefsBase::setFullViewTodo ( bool  v  )  [inline]

Set To-do list view uses full window.

Definition at line 1044 of file koprefs_base.h.

bool KOPrefsBase::fullViewTodo (  )  const [inline]

Get To-do list view uses full window.

Definition at line 1053 of file koprefs_base.h.

ItemBool* KOPrefsBase::fullViewTodoItem (  )  [inline]

Get Item object corresponding to FullViewTodo().

Definition at line 1061 of file koprefs_base.h.

void KOPrefsBase::setRecordTodosInJournals ( bool  v  )  [inline]

Set Record completed to-dos in journal entries.

Definition at line 1069 of file koprefs_base.h.

bool KOPrefsBase::recordTodosInJournals (  )  const [inline]

Get Record completed to-dos in journal entries.

Definition at line 1078 of file koprefs_base.h.

ItemBool* KOPrefsBase::recordTodosInJournalsItem (  )  [inline]

Get Item object corresponding to RecordTodosInJournals().

Definition at line 1086 of file koprefs_base.h.

void KOPrefsBase::setEnableQuickTodo ( bool  v  )  [inline]

Set Quick Todo.

Definition at line 1094 of file koprefs_base.h.

bool KOPrefsBase::enableQuickTodo (  )  const [inline]

Get Quick Todo.

Definition at line 1103 of file koprefs_base.h.

ItemBool* KOPrefsBase::enableQuickTodoItem (  )  [inline]

Get Item object corresponding to EnableQuickTodo().

Definition at line 1111 of file koprefs_base.h.

void KOPrefsBase::setNextXDays ( int  v  )  [inline]

Set Next x days.

Definition at line 1119 of file koprefs_base.h.

int KOPrefsBase::nextXDays (  )  const [inline]

Get Next x days.

Definition at line 1128 of file koprefs_base.h.

ItemInt* KOPrefsBase::nextXDaysItem (  )  [inline]

Get Item object corresponding to NextXDays().

Definition at line 1136 of file koprefs_base.h.

void KOPrefsBase::setCompactDialogs ( bool  v  )  [inline]

Set CompactDialogs.

Definition at line 1144 of file koprefs_base.h.

bool KOPrefsBase::compactDialogs (  )  const [inline]

Get CompactDialogs.

Definition at line 1153 of file koprefs_base.h.

ItemBool* KOPrefsBase::compactDialogsItem (  )  [inline]

Get Item object corresponding to CompactDialogs().

Definition at line 1161 of file koprefs_base.h.

void KOPrefsBase::setVerticalScreen ( bool  v  )  [inline]

Set VerticalScreen.

Definition at line 1169 of file koprefs_base.h.

bool KOPrefsBase::verticalScreen (  )  const [inline]

Get VerticalScreen.

Definition at line 1178 of file koprefs_base.h.

ItemBool* KOPrefsBase::verticalScreenItem (  )  [inline]

Get Item object corresponding to VerticalScreen().

Definition at line 1186 of file koprefs_base.h.

void KOPrefsBase::setSelectedPlugins ( const QStringList &  v  )  [inline]

Set SelectedPlugins.

Definition at line 1194 of file koprefs_base.h.

QStringList KOPrefsBase::selectedPlugins (  )  const [inline]

Get SelectedPlugins.

Definition at line 1203 of file koprefs_base.h.

ItemStringList* KOPrefsBase::selectedPluginsItem (  )  [inline]

Get Item object corresponding to SelectedPlugins().

Definition at line 1211 of file koprefs_base.h.

void KOPrefsBase::setEventTemplates ( const QStringList &  v  )  [inline]

Set EventTemplates.

Definition at line 1219 of file koprefs_base.h.

QStringList KOPrefsBase::eventTemplates (  )  const [inline]

Get EventTemplates.

Definition at line 1228 of file koprefs_base.h.

ItemStringList* KOPrefsBase::eventTemplatesItem (  )  [inline]

Get Item object corresponding to EventTemplates().

Definition at line 1236 of file koprefs_base.h.

void KOPrefsBase::setTodoTemplates ( const QStringList &  v  )  [inline]

Set TodoTemplates.

Definition at line 1244 of file koprefs_base.h.

QStringList KOPrefsBase::todoTemplates (  )  const [inline]

Get TodoTemplates.

Definition at line 1253 of file koprefs_base.h.

ItemStringList* KOPrefsBase::todoTemplatesItem (  )  [inline]

Get Item object corresponding to TodoTemplates().

Definition at line 1261 of file koprefs_base.h.

void KOPrefsBase::setJournalTemplates ( const QStringList &  v  )  [inline]

Set JournalTemplates.

Definition at line 1269 of file koprefs_base.h.

QStringList KOPrefsBase::journalTemplates (  )  const [inline]

Get JournalTemplates.

Definition at line 1278 of file koprefs_base.h.

ItemStringList* KOPrefsBase::journalTemplatesItem (  )  [inline]

Get Item object corresponding to JournalTemplates().

Definition at line 1286 of file koprefs_base.h.

void KOPrefsBase::setActiveDesignerFields ( const QStringList &  v  )  [inline]

Set ActiveDesignerFields.

Definition at line 1294 of file koprefs_base.h.

QStringList KOPrefsBase::activeDesignerFields (  )  const [inline]

Get ActiveDesignerFields.

Definition at line 1303 of file koprefs_base.h.

ItemStringList* KOPrefsBase::activeDesignerFieldsItem (  )  [inline]

Get Item object corresponding to ActiveDesignerFields().

Definition at line 1311 of file koprefs_base.h.

void KOPrefsBase::setIMIPScheduler ( int  v  )  [inline]

Set IMIPScheduler.

Definition at line 1319 of file koprefs_base.h.

int KOPrefsBase::iMIPScheduler (  )  const [inline]

Get IMIPScheduler.

Definition at line 1328 of file koprefs_base.h.

ItemEnum* KOPrefsBase::iMIPSchedulerItem (  )  [inline]

Get Item object corresponding to IMIPScheduler().

Definition at line 1336 of file koprefs_base.h.

void KOPrefsBase::setUseGroupwareCommunication ( bool  v  )  [inline]

Set Use Groupware communication.

Definition at line 1344 of file koprefs_base.h.

bool KOPrefsBase::useGroupwareCommunication (  )  const [inline]

Get Use Groupware communication.

Definition at line 1353 of file koprefs_base.h.

ItemBool* KOPrefsBase::useGroupwareCommunicationItem (  )  [inline]

Get Item object corresponding to UseGroupwareCommunication().

Definition at line 1361 of file koprefs_base.h.

void KOPrefsBase::setAdditionalMails ( const QStringList &  v  )  [inline]

Set AdditionalMails.

Definition at line 1369 of file koprefs_base.h.

QStringList KOPrefsBase::additionalMails (  )  const [inline]

Get AdditionalMails.

Definition at line 1378 of file koprefs_base.h.

ItemStringList* KOPrefsBase::additionalMailsItem (  )  [inline]

Get Item object corresponding to AdditionalMails().

Definition at line 1386 of file koprefs_base.h.

void KOPrefsBase::setHolidayColor ( const QColor &  v  )  [inline]

Set Holiday color.

Definition at line 1394 of file koprefs_base.h.

QColor KOPrefsBase::holidayColor (  )  const [inline]

Get Holiday color.

Definition at line 1403 of file koprefs_base.h.

ItemColor* KOPrefsBase::holidayColorItem (  )  [inline]

Get Item object corresponding to HolidayColor().

Definition at line 1411 of file koprefs_base.h.

void KOPrefsBase::setHighlightColor ( const QColor &  v  )  [inline]

Set Highlight color.

Definition at line 1419 of file koprefs_base.h.

QColor KOPrefsBase::highlightColor (  )  const [inline]

Get Highlight color.

Definition at line 1428 of file koprefs_base.h.

ItemColor* KOPrefsBase::highlightColorItem (  )  [inline]

Get Item object corresponding to HighlightColor().

Definition at line 1436 of file koprefs_base.h.

void KOPrefsBase::setAgendaBgColor ( const QColor &  v  )  [inline]

Set Agenda view background color.

Definition at line 1444 of file koprefs_base.h.

QColor KOPrefsBase::agendaBgColor (  )  const [inline]

Get Agenda view background color.

Definition at line 1453 of file koprefs_base.h.

ItemColor* KOPrefsBase::agendaBgColorItem (  )  [inline]

Get Item object corresponding to AgendaBgColor().

Definition at line 1461 of file koprefs_base.h.

void KOPrefsBase::setWorkingHoursColor ( const QColor &  v  )  [inline]

Set Working hours color.

Definition at line 1469 of file koprefs_base.h.

QColor KOPrefsBase::workingHoursColor (  )  const [inline]

Get Working hours color.

Definition at line 1478 of file koprefs_base.h.

ItemColor* KOPrefsBase::workingHoursColorItem (  )  [inline]

Get Item object corresponding to WorkingHoursColor().

Definition at line 1486 of file koprefs_base.h.

void KOPrefsBase::setTodoDueTodayColor ( const QColor &  v  )  [inline]

Set To-do due today color.

Definition at line 1494 of file koprefs_base.h.

QColor KOPrefsBase::todoDueTodayColor (  )  const [inline]

Get To-do due today color.

Definition at line 1503 of file koprefs_base.h.

ItemColor* KOPrefsBase::todoDueTodayColorItem (  )  [inline]

Get Item object corresponding to TodoDueTodayColor().

Definition at line 1511 of file koprefs_base.h.

void KOPrefsBase::setTodoOverdueColor ( const QColor &  v  )  [inline]

Set To-do overdue color.

Definition at line 1519 of file koprefs_base.h.

QColor KOPrefsBase::todoOverdueColor (  )  const [inline]

Get To-do overdue color.

Definition at line 1528 of file koprefs_base.h.

ItemColor* KOPrefsBase::todoOverdueColorItem (  )  [inline]

Get Item object corresponding to TodoOverdueColor().

Definition at line 1536 of file koprefs_base.h.

void KOPrefsBase::setEventColor ( const QColor &  v  )  [inline]

Set Default event color.

Definition at line 1544 of file koprefs_base.h.

QColor KOPrefsBase::eventColor (  )  const [inline]

Get Default event color.

Definition at line 1553 of file koprefs_base.h.

ItemColor* KOPrefsBase::eventColorItem (  )  [inline]

Get Item object corresponding to EventColor().

Definition at line 1561 of file koprefs_base.h.

void KOPrefsBase::setTimeBarFont ( const QFont &  v  )  [inline]

Set Time bar.

Definition at line 1569 of file koprefs_base.h.

QFont KOPrefsBase::timeBarFont (  )  const [inline]

Get Time bar.

Definition at line 1578 of file koprefs_base.h.

ItemFont* KOPrefsBase::timeBarFontItem (  )  [inline]

Get Item object corresponding to TimeBarFont().

Definition at line 1586 of file koprefs_base.h.

void KOPrefsBase::setAgendaViewFont ( const QFont &  v  )  [inline]

Set Agenda view.

Definition at line 1594 of file koprefs_base.h.

QFont KOPrefsBase::agendaViewFont (  )  const [inline]

Get Agenda view.

Definition at line 1603 of file koprefs_base.h.

ItemFont* KOPrefsBase::agendaViewFontItem (  )  [inline]

Get Item object corresponding to AgendaViewFont().

Definition at line 1611 of file koprefs_base.h.

void KOPrefsBase::setMarcusBainsFont ( const QFont &  v  )  [inline]

Set Current-time line.

Definition at line 1619 of file koprefs_base.h.

QFont KOPrefsBase::marcusBainsFont (  )  const [inline]

Get Current-time line.

Definition at line 1628 of file koprefs_base.h.

ItemFont* KOPrefsBase::marcusBainsFontItem (  )  [inline]

Get Item object corresponding to MarcusBainsFont().

Definition at line 1636 of file koprefs_base.h.

void KOPrefsBase::setMonthViewFont ( const QFont &  v  )  [inline]

Set Month view.

Definition at line 1644 of file koprefs_base.h.

QFont KOPrefsBase::monthViewFont (  )  const [inline]

Get Month view.

Definition at line 1653 of file koprefs_base.h.

ItemFont* KOPrefsBase::monthViewFontItem (  )  [inline]

Get Item object corresponding to MonthViewFont().

Definition at line 1661 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishAuto ( bool  v  )  [inline]

Set FreeBusyPublishAuto.

Definition at line 1669 of file koprefs_base.h.

bool KOPrefsBase::freeBusyPublishAuto (  )  const [inline]

Get FreeBusyPublishAuto.

Definition at line 1678 of file koprefs_base.h.

ItemBool* KOPrefsBase::freeBusyPublishAutoItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishAuto().

Definition at line 1686 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishDelay ( int  v  )  [inline]

Set FreeBusyPublishDelay.

Definition at line 1694 of file koprefs_base.h.

int KOPrefsBase::freeBusyPublishDelay (  )  const [inline]

Get FreeBusyPublishDelay.

Definition at line 1703 of file koprefs_base.h.

ItemInt* KOPrefsBase::freeBusyPublishDelayItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishDelay().

Definition at line 1711 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishDays ( int  v  )  [inline]

Set FreeBusyPublishDays.

Definition at line 1719 of file koprefs_base.h.

int KOPrefsBase::freeBusyPublishDays (  )  const [inline]

Get FreeBusyPublishDays.

Definition at line 1728 of file koprefs_base.h.

ItemInt* KOPrefsBase::freeBusyPublishDaysItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishDays().

Definition at line 1736 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishUrl ( const QString &  v  )  [inline]

Set Free/Busy Publish URL.

Definition at line 1744 of file koprefs_base.h.

QString KOPrefsBase::freeBusyPublishUrl (  )  const [inline]

Get Free/Busy Publish URL.

Definition at line 1753 of file koprefs_base.h.

ItemString* KOPrefsBase::freeBusyPublishUrlItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishUrl().

Definition at line 1761 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishUser ( const QString &  v  )  [inline]

Set Free/Busy Publish Username.

Definition at line 1769 of file koprefs_base.h.

QString KOPrefsBase::freeBusyPublishUser (  )  const [inline]

Get Free/Busy Publish Username.

Definition at line 1778 of file koprefs_base.h.

ItemString* KOPrefsBase::freeBusyPublishUserItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishUser().

Definition at line 1786 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishPassword ( const QString &  v  )  [inline]

Set Free/Busy Publish Password.

Definition at line 1794 of file koprefs_base.h.

QString KOPrefsBase::freeBusyPublishPassword (  )  const [inline]

Get Free/Busy Publish Password.

Definition at line 1803 of file koprefs_base.h.

ItemPassword* KOPrefsBase::freeBusyPublishPasswordItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishPassword().

Definition at line 1811 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyPublishSavePassword ( bool  v  )  [inline]

Set FreeBusyPublishSavePassword.

Definition at line 1819 of file koprefs_base.h.

bool KOPrefsBase::freeBusyPublishSavePassword (  )  const [inline]

Get FreeBusyPublishSavePassword.

Definition at line 1828 of file koprefs_base.h.

ItemBool* KOPrefsBase::freeBusyPublishSavePasswordItem (  )  [inline]

Get Item object corresponding to FreeBusyPublishSavePassword().

Definition at line 1836 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyRetrieveAuto ( bool  v  )  [inline]

Set Enable Automatic Free/Busy Retrieval.

Definition at line 1844 of file koprefs_base.h.

bool KOPrefsBase::freeBusyRetrieveAuto (  )  const [inline]

Get Enable Automatic Free/Busy Retrieval.

Definition at line 1853 of file koprefs_base.h.

ItemBool* KOPrefsBase::freeBusyRetrieveAutoItem (  )  [inline]

Get Item object corresponding to FreeBusyRetrieveAuto().

Definition at line 1861 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyFullDomainRetrieval ( bool  v  )  [inline]

Set Use full email address for retrieval.

Definition at line 1869 of file koprefs_base.h.

bool KOPrefsBase::freeBusyFullDomainRetrieval (  )  const [inline]

Get Use full email address for retrieval.

Definition at line 1878 of file koprefs_base.h.

ItemBool* KOPrefsBase::freeBusyFullDomainRetrievalItem (  )  [inline]

Get Item object corresponding to FreeBusyFullDomainRetrieval().

Definition at line 1886 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyRetrieveUrl ( const QString &  v  )  [inline]

Set Free/Busy Retrieval URL.

Definition at line 1894 of file koprefs_base.h.

QString KOPrefsBase::freeBusyRetrieveUrl (  )  const [inline]

Get Free/Busy Retrieval URL.

Definition at line 1903 of file koprefs_base.h.

ItemString* KOPrefsBase::freeBusyRetrieveUrlItem (  )  [inline]

Get Item object corresponding to FreeBusyRetrieveUrl().

Definition at line 1911 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyRetrieveUser ( const QString &  v  )  [inline]

Set Free/Busy Retrieval Username.

Definition at line 1919 of file koprefs_base.h.

QString KOPrefsBase::freeBusyRetrieveUser (  )  const [inline]

Get Free/Busy Retrieval Username.

Definition at line 1928 of file koprefs_base.h.

ItemString* KOPrefsBase::freeBusyRetrieveUserItem (  )  [inline]

Get Item object corresponding to FreeBusyRetrieveUser().

Definition at line 1936 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyRetrievePassword ( const QString &  v  )  [inline]

Set Free/Busy Retrieval Password.

Definition at line 1944 of file koprefs_base.h.

QString KOPrefsBase::freeBusyRetrievePassword (  )  const [inline]

Get Free/Busy Retrieval Password.

Definition at line 1953 of file koprefs_base.h.

ItemPassword* KOPrefsBase::freeBusyRetrievePasswordItem (  )  [inline]

Get Item object corresponding to FreeBusyRetrievePassword().

Definition at line 1961 of file koprefs_base.h.

void KOPrefsBase::setFreeBusyRetrieveSavePassword ( bool  v  )  [inline]

Set FreeBusyRetrieveSavePassword.

Definition at line 1969 of file koprefs_base.h.

bool KOPrefsBase::freeBusyRetrieveSavePassword (  )  const [inline]

Get FreeBusyRetrieveSavePassword.

Definition at line 1978 of file koprefs_base.h.

ItemBool* KOPrefsBase::freeBusyRetrieveSavePasswordItem (  )  [inline]

Get Item object corresponding to FreeBusyRetrieveSavePassword().

Definition at line 1986 of file koprefs_base.h.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys