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

korganizer

  • KOrg
  • HTMLExportSettings
Public Member Functions | Public Attributes | List of all members
KOrg::HTMLExportSettings Class Reference

#include <htmlexportsettings.h>

Inheritance diagram for KOrg::HTMLExportSettings:
Inheritance graph
[legend]

Public Member Functions

 HTMLExportSettings (const QString &application)
 
 ~HTMLExportSettings ()
 
QString creditName () const
 
ItemString * creditNameItem ()
 
QString creditURL () const
 
ItemString * creditURLItem ()
 
QDateTime dateEnd () const
 
ItemDateTime * dateEndItem ()
 
QDateTime dateStart () const
 
ItemDateTime * dateStartItem ()
 
QString eMail () const
 
ItemString * eMailItem ()
 
bool eventAttendees () const
 
ItemBool * eventAttendeesItem ()
 
bool eventCategories () const
 
ItemBool * eventCategoriesItem ()
 
bool eventLocation () const
 
ItemBool * eventLocationItem ()
 
QString eventTitle () const
 
ItemString * eventTitleItem ()
 
bool eventView () const
 
ItemBool * eventViewItem ()
 
bool excludeConfidential () const
 
ItemBool * excludeConfidentialItem ()
 
bool excludePrivate () const
 
ItemBool * excludePrivateItem ()
 
QString freeBusyTitle () const
 
ItemString * freeBusyTitleItem ()
 
bool freeBusyView () const
 
ItemBool * freeBusyViewItem ()
 
QString journalTitle () const
 
ItemString * journalTitleItem ()
 
bool journalView () const
 
ItemBool * journalViewItem ()
 
bool monthView () const
 
ItemBool * monthViewItem ()
 
QString name () const
 
ItemString * nameItem ()
 
QString outputFile () const
 
ItemPath * outputFileItem ()
 
QString pageTitle () const
 
ItemString * pageTitleItem ()
 
void setCreditName (const QString &v)
 
void setCreditURL (const QString &v)
 
void setDateEnd (const QDateTime &v)
 
void setDateStart (const QDateTime &v)
 
void setEMail (const QString &v)
 
void setEventAttendees (bool v)
 
void setEventCategories (bool v)
 
void setEventLocation (bool v)
 
void setEventTitle (const QString &v)
 
void setEventView (bool v)
 
void setExcludeConfidential (bool v)
 
void setExcludePrivate (bool v)
 
void setFreeBusyTitle (const QString &v)
 
void setFreeBusyView (bool v)
 
void setJournalTitle (const QString &v)
 
void setJournalView (bool v)
 
void setMonthView (bool v)
 
void setName (const QString &v)
 
void setOutputFile (const QString &v)
 
void setPageTitle (const QString &v)
 
void setStyleSheet (const QString &v)
 
void setTaskAttendees (bool v)
 
void setTaskCategories (bool v)
 
void setTaskDueDate (bool v)
 
void setTaskLocation (bool v)
 
void setTodoListTitle (const QString &v)
 
void setTodoView (bool v)
 
void setWeekView (bool v)
 
QString styleSheet () const
 
ItemString * styleSheetItem ()
 
bool taskAttendees () const
 
ItemBool * taskAttendeesItem ()
 
bool taskCategories () const
 
ItemBool * taskCategoriesItem ()
 
bool taskDueDate () const
 
ItemBool * taskDueDateItem ()
 
bool taskLocation () const
 
ItemBool * taskLocationItem ()
 
QString todoListTitle () const
 
ItemString * todoListTitleItem ()
 
bool todoView () const
 
ItemBool * todoViewItem ()
 
bool weekView () const
 
ItemBool * weekViewItem ()
 

Public Attributes

QString mCreditName
 
QString mCreditURL
 
QDateTime mDateEnd
 
QDateTime mDateStart
 
QString mEMail
 
bool mEventAttendees
 
bool mEventCategories
 
bool mEventLocation
 
QString mEventTitle
 
bool mEventView
 
bool mExcludeConfidential
 
bool mExcludePrivate
 
QString mFreeBusyTitle
 
bool mFreeBusyView
 
QString mJournalTitle
 
bool mJournalView
 
bool mMonthView
 
QString mName
 
QString mOutputFile
 
QString mPageTitle
 
QString mParamapplication
 
QString mStyleSheet
 
bool mTaskAttendees
 
bool mTaskCategories
 
bool mTaskDueDate
 
bool mTaskLocation
 
QString mTodoListTitle
 
bool mTodoView
 
bool mWeekView
 

Detailed Description

Definition at line 12 of file htmlexportsettings.h.

Constructor & Destructor Documentation

HTMLExportSettings::HTMLExportSettings ( const QString &  application)

Definition at line 10 of file htmlexportsettings.cpp.

HTMLExportSettings::~HTMLExportSettings ( )

Definition at line 170 of file htmlexportsettings.cpp.

Member Function Documentation

QString KOrg::HTMLExportSettings::creditName ( ) const
inline

Get Creator application.

Definition at line 81 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::creditNameItem ( )
inline

Get Item object corresponding to CreditName()

Definition at line 89 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::creditURL ( ) const
inline

Get Creator URL.

Definition at line 106 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::creditURLItem ( )
inline

Get Item object corresponding to CreditURL()

Definition at line 114 of file htmlexportsettings.h.

QDateTime KOrg::HTMLExportSettings::dateEnd ( ) const
inline

Get Date end.

Definition at line 181 of file htmlexportsettings.h.

ItemDateTime* KOrg::HTMLExportSettings::dateEndItem ( )
inline

Get Item object corresponding to DateEnd()

Definition at line 189 of file htmlexportsettings.h.

QDateTime KOrg::HTMLExportSettings::dateStart ( ) const
inline

Get Date start.

Definition at line 156 of file htmlexportsettings.h.

ItemDateTime* KOrg::HTMLExportSettings::dateStartItem ( )
inline

Get Item object corresponding to DateStart()

Definition at line 164 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::eMail ( ) const
inline

Get Email of the calendar owner.

Definition at line 56 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::eMailItem ( )
inline

Get Item object corresponding to EMail()

Definition at line 64 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::eventAttendees ( ) const
inline

Get Export attendees of the events.

Definition at line 456 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::eventAttendeesItem ( )
inline

Get Item object corresponding to EventAttendees()

Definition at line 464 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::eventCategories ( ) const
inline

Get Export categories of the events.

Definition at line 431 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::eventCategoriesItem ( )
inline

Get Item object corresponding to EventCategories()

Definition at line 439 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::eventLocation ( ) const
inline

Get Export location of the events.

Definition at line 406 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::eventLocationItem ( )
inline

Get Item object corresponding to EventLocation()

Definition at line 414 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::eventTitle ( ) const
inline

Get Title of the calendar.

Definition at line 381 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::eventTitleItem ( )
inline

Get Item object corresponding to EventTitle()

Definition at line 389 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::eventView ( ) const
inline

Get Export events as list.

Definition at line 306 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::eventViewItem ( )
inline

Get Item object corresponding to EventView()

Definition at line 314 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::excludeConfidential ( ) const
inline

Get Exclude confidential incidences from the export.

Definition at line 281 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::excludeConfidentialItem ( )
inline

Get Item object corresponding to ExcludeConfidential()

Definition at line 289 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::excludePrivate ( ) const
inline

Get Exclude private incidences from the export.

Definition at line 256 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::excludePrivateItem ( )
inline

Get Item object corresponding to ExcludePrivate()

Definition at line 264 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::freeBusyTitle ( ) const
inline

Get Title of the free/busy list.

Definition at line 706 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::freeBusyTitleItem ( )
inline

Get Item object corresponding to FreeBusyTitle()

Definition at line 714 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::freeBusyView ( ) const
inline

Get Export free/busy list.

Definition at line 681 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::freeBusyViewItem ( )
inline

Get Item object corresponding to FreeBusyView()

Definition at line 689 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::journalTitle ( ) const
inline

Get Title of the journal list.

Definition at line 656 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::journalTitleItem ( )
inline

Get Item object corresponding to JournalTitle()

Definition at line 664 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::journalView ( ) const
inline

Get Export journals.

Definition at line 631 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::journalViewItem ( )
inline

Get Item object corresponding to JournalView()

Definition at line 639 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::monthView ( ) const
inline

Get Export in month view.

Definition at line 331 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::monthViewItem ( )
inline

Get Item object corresponding to MonthView()

Definition at line 339 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::name ( ) const
inline

Get Full name of the calendar owner.

Definition at line 31 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::nameItem ( )
inline

Get Item object corresponding to Name()

Definition at line 39 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::outputFile ( ) const
inline

Get Output filename.

Definition at line 206 of file htmlexportsettings.h.

ItemPath* KOrg::HTMLExportSettings::outputFileItem ( )
inline

Get Item object corresponding to OutputFile()

Definition at line 214 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::pageTitle ( ) const
inline

Get Page Title.

Definition at line 131 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::pageTitleItem ( )
inline

Get Item object corresponding to PageTitle()

Definition at line 139 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setCreditName ( const QString &  v)
inline

Set Creator application.

Definition at line 72 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setCreditURL ( const QString &  v)
inline

Set Creator URL.

Definition at line 97 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setDateEnd ( const QDateTime &  v)
inline

Set Date end.

Definition at line 172 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setDateStart ( const QDateTime &  v)
inline

Set Date start.

Definition at line 147 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEMail ( const QString &  v)
inline

Set Email of the calendar owner.

Definition at line 47 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEventAttendees ( bool  v)
inline

Set Export attendees of the events.

Definition at line 447 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEventCategories ( bool  v)
inline

Set Export categories of the events.

Definition at line 422 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEventLocation ( bool  v)
inline

Set Export location of the events.

Definition at line 397 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEventTitle ( const QString &  v)
inline

Set Title of the calendar.

Definition at line 372 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setEventView ( bool  v)
inline

Set Export events as list.

Definition at line 297 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setExcludeConfidential ( bool  v)
inline

Set Exclude confidential incidences from the export.

Definition at line 272 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setExcludePrivate ( bool  v)
inline

Set Exclude private incidences from the export.

Definition at line 247 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setFreeBusyTitle ( const QString &  v)
inline

Set Title of the free/busy list.

Definition at line 697 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setFreeBusyView ( bool  v)
inline

Set Export free/busy list.

Definition at line 672 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setJournalTitle ( const QString &  v)
inline

Set Title of the journal list.

Definition at line 647 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setJournalView ( bool  v)
inline

Set Export journals.

Definition at line 622 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setMonthView ( bool  v)
inline

Set Export in month view.

Definition at line 322 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setName ( const QString &  v)
inline

Set Full name of the calendar owner.

Definition at line 22 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setOutputFile ( const QString &  v)
inline

Set Output filename.

Definition at line 197 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setPageTitle ( const QString &  v)
inline

Set Page Title.

Definition at line 122 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setStyleSheet ( const QString &  v)
inline

Set Style sheet.

Definition at line 222 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTaskAttendees ( bool  v)
inline

Set Export attendees of the to-dos.

Definition at line 597 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTaskCategories ( bool  v)
inline

Set Export categories of the to-dos.

Definition at line 572 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTaskDueDate ( bool  v)
inline

Set Export due dates of the to-dos.

Definition at line 522 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTaskLocation ( bool  v)
inline

Set Export location of the to-dos.

Definition at line 547 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTodoListTitle ( const QString &  v)
inline

Set Title of the to-do list.

Definition at line 497 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setTodoView ( bool  v)
inline

Set Export to-do list.

Definition at line 472 of file htmlexportsettings.h.

void KOrg::HTMLExportSettings::setWeekView ( bool  v)
inline

Set Export in week view.

Definition at line 347 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::styleSheet ( ) const
inline

Get Style sheet.

Definition at line 231 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::styleSheetItem ( )
inline

Get Item object corresponding to StyleSheet()

Definition at line 239 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::taskAttendees ( ) const
inline

Get Export attendees of the to-dos.

Definition at line 606 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::taskAttendeesItem ( )
inline

Get Item object corresponding to TaskAttendees()

Definition at line 614 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::taskCategories ( ) const
inline

Get Export categories of the to-dos.

Definition at line 581 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::taskCategoriesItem ( )
inline

Get Item object corresponding to TaskCategories()

Definition at line 589 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::taskDueDate ( ) const
inline

Get Export due dates of the to-dos.

Definition at line 531 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::taskDueDateItem ( )
inline

Get Item object corresponding to TaskDueDate()

Definition at line 539 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::taskLocation ( ) const
inline

Get Export location of the to-dos.

Definition at line 556 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::taskLocationItem ( )
inline

Get Item object corresponding to TaskLocation()

Definition at line 564 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::todoListTitle ( ) const
inline

Get Title of the to-do list.

Definition at line 506 of file htmlexportsettings.h.

ItemString* KOrg::HTMLExportSettings::todoListTitleItem ( )
inline

Get Item object corresponding to TodoListTitle()

Definition at line 514 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::todoView ( ) const
inline

Get Export to-do list.

Definition at line 481 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::todoViewItem ( )
inline

Get Item object corresponding to TodoView()

Definition at line 489 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::weekView ( ) const
inline

Get Export in week view.

Definition at line 356 of file htmlexportsettings.h.

ItemBool* KOrg::HTMLExportSettings::weekViewItem ( )
inline

Get Item object corresponding to WeekView()

Definition at line 364 of file htmlexportsettings.h.

Member Data Documentation

QString KOrg::HTMLExportSettings::mCreditName

Definition at line 726 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mCreditURL

Definition at line 727 of file htmlexportsettings.h.

QDateTime KOrg::HTMLExportSettings::mDateEnd

Definition at line 730 of file htmlexportsettings.h.

QDateTime KOrg::HTMLExportSettings::mDateStart

Definition at line 729 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mEMail

Definition at line 725 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mEventAttendees

Definition at line 743 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mEventCategories

Definition at line 742 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mEventLocation

Definition at line 741 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mEventTitle

Definition at line 740 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mEventView

Definition at line 737 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mExcludeConfidential

Definition at line 734 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mExcludePrivate

Definition at line 733 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mFreeBusyTitle

Definition at line 759 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mFreeBusyView

Definition at line 758 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mJournalTitle

Definition at line 755 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mJournalView

Definition at line 754 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mMonthView

Definition at line 738 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mName

Definition at line 724 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mOutputFile

Definition at line 731 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mPageTitle

Definition at line 728 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mParamapplication

Definition at line 721 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mStyleSheet

Definition at line 732 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mTaskAttendees

Definition at line 751 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mTaskCategories

Definition at line 750 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mTaskDueDate

Definition at line 748 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mTaskLocation

Definition at line 749 of file htmlexportsettings.h.

QString KOrg::HTMLExportSettings::mTodoListTitle

Definition at line 747 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mTodoView

Definition at line 746 of file htmlexportsettings.h.

bool KOrg::HTMLExportSettings::mWeekView

Definition at line 739 of file htmlexportsettings.h.


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

KDE's Doxygen guidelines are available online.

korganizer

Skip menu "korganizer"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Related Pages

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