libkcal

HTMLExportSettings Class Reference

List of all members.

Detailed Description

Definition at line 9 of file htmlexportsettings.h.


Public Member Functions

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

Public Attributes

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

Member Function Documentation

void HTMLExportSettings::setName ( const QString &  v  )  [inline]

Set Full name of the calendar owner.

Definition at line 19 of file htmlexportsettings.h.

QString HTMLExportSettings::name (  )  const [inline]

Get Full name of the calendar owner.

Definition at line 28 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::nameItem (  )  [inline]

Get Item object corresponding to Name().

Definition at line 36 of file htmlexportsettings.h.

void HTMLExportSettings::setEMail ( const QString &  v  )  [inline]

Set Email of the calendar owner.

Definition at line 44 of file htmlexportsettings.h.

QString HTMLExportSettings::eMail (  )  const [inline]

Get Email of the calendar owner.

Definition at line 53 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::eMailItem (  )  [inline]

Get Item object corresponding to EMail().

Definition at line 61 of file htmlexportsettings.h.

void HTMLExportSettings::setCreditName ( const QString &  v  )  [inline]

Set Creator application.

Definition at line 69 of file htmlexportsettings.h.

QString HTMLExportSettings::creditName (  )  const [inline]

Get Creator application.

Definition at line 78 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::creditNameItem (  )  [inline]

Get Item object corresponding to CreditName().

Definition at line 86 of file htmlexportsettings.h.

void HTMLExportSettings::setCreditURL ( const QString &  v  )  [inline]

Set Creator URL.

Definition at line 94 of file htmlexportsettings.h.

QString HTMLExportSettings::creditURL (  )  const [inline]

Get Creator URL.

Definition at line 103 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::creditURLItem (  )  [inline]

Get Item object corresponding to CreditURL().

Definition at line 111 of file htmlexportsettings.h.

void HTMLExportSettings::setPageTitle ( const QString &  v  )  [inline]

Set Page Title.

Definition at line 119 of file htmlexportsettings.h.

QString HTMLExportSettings::pageTitle (  )  const [inline]

Get Page Title.

Definition at line 128 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::pageTitleItem (  )  [inline]

Get Item object corresponding to PageTitle().

Definition at line 136 of file htmlexportsettings.h.

void HTMLExportSettings::setDateStart ( const QDateTime &  v  )  [inline]

Set Date start.

Definition at line 144 of file htmlexportsettings.h.

QDateTime HTMLExportSettings::dateStart (  )  const [inline]

Get Date start.

Definition at line 153 of file htmlexportsettings.h.

ItemDateTime* HTMLExportSettings::dateStartItem (  )  [inline]

Get Item object corresponding to DateStart().

Definition at line 161 of file htmlexportsettings.h.

void HTMLExportSettings::setDateEnd ( const QDateTime &  v  )  [inline]

Set Date end.

Definition at line 169 of file htmlexportsettings.h.

QDateTime HTMLExportSettings::dateEnd (  )  const [inline]

Get Date end.

Definition at line 178 of file htmlexportsettings.h.

ItemDateTime* HTMLExportSettings::dateEndItem (  )  [inline]

Get Item object corresponding to DateEnd().

Definition at line 186 of file htmlexportsettings.h.

void HTMLExportSettings::setOutputFile ( const QString &  v  )  [inline]

Set Output filename.

Definition at line 194 of file htmlexportsettings.h.

QString HTMLExportSettings::outputFile (  )  const [inline]

Get Output filename.

Definition at line 203 of file htmlexportsettings.h.

ItemPath* HTMLExportSettings::outputFileItem (  )  [inline]

Get Item object corresponding to OutputFile().

Definition at line 211 of file htmlexportsettings.h.

void HTMLExportSettings::setStyleSheet ( const QString &  v  )  [inline]

Set Style sheet.

Definition at line 219 of file htmlexportsettings.h.

QString HTMLExportSettings::styleSheet (  )  const [inline]

Get Style sheet.

Definition at line 228 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::styleSheetItem (  )  [inline]

Get Item object corresponding to StyleSheet().

Definition at line 236 of file htmlexportsettings.h.

void HTMLExportSettings::setExcludePrivate ( bool  v  )  [inline]

Set Exclude private incidences from the export.

Definition at line 244 of file htmlexportsettings.h.

bool HTMLExportSettings::excludePrivate (  )  const [inline]

Get Exclude private incidences from the export.

Definition at line 253 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::excludePrivateItem (  )  [inline]

Get Item object corresponding to ExcludePrivate().

Definition at line 261 of file htmlexportsettings.h.

void HTMLExportSettings::setExcludeConfidential ( bool  v  )  [inline]

Set Exclude confidential incidences from the export.

Definition at line 269 of file htmlexportsettings.h.

bool HTMLExportSettings::excludeConfidential (  )  const [inline]

Get Exclude confidential incidences from the export.

Definition at line 278 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::excludeConfidentialItem (  )  [inline]

Get Item object corresponding to ExcludeConfidential().

Definition at line 286 of file htmlexportsettings.h.

void HTMLExportSettings::setEventView ( bool  v  )  [inline]

Set Export events as list.

Definition at line 294 of file htmlexportsettings.h.

bool HTMLExportSettings::eventView (  )  const [inline]

Get Export events as list.

Definition at line 303 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::eventViewItem (  )  [inline]

Get Item object corresponding to EventView().

Definition at line 311 of file htmlexportsettings.h.

void HTMLExportSettings::setMonthView ( bool  v  )  [inline]

Set Export in month view.

Definition at line 319 of file htmlexportsettings.h.

bool HTMLExportSettings::monthView (  )  const [inline]

Get Export in month view.

Definition at line 328 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::monthViewItem (  )  [inline]

Get Item object corresponding to MonthView().

Definition at line 336 of file htmlexportsettings.h.

void HTMLExportSettings::setWeekView ( bool  v  )  [inline]

Set Export in week view.

Definition at line 344 of file htmlexportsettings.h.

bool HTMLExportSettings::weekView (  )  const [inline]

Get Export in week view.

Definition at line 353 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::weekViewItem (  )  [inline]

Get Item object corresponding to WeekView().

Definition at line 361 of file htmlexportsettings.h.

void HTMLExportSettings::setEventTitle ( const QString &  v  )  [inline]

Set Title of the calendar.

Definition at line 369 of file htmlexportsettings.h.

QString HTMLExportSettings::eventTitle (  )  const [inline]

Get Title of the calendar.

Definition at line 378 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::eventTitleItem (  )  [inline]

Get Item object corresponding to EventTitle().

Definition at line 386 of file htmlexportsettings.h.

void HTMLExportSettings::setEventLocation ( bool  v  )  [inline]

Set Export location of the events.

Definition at line 394 of file htmlexportsettings.h.

bool HTMLExportSettings::eventLocation (  )  const [inline]

Get Export location of the events.

Definition at line 403 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::eventLocationItem (  )  [inline]

Get Item object corresponding to EventLocation().

Definition at line 411 of file htmlexportsettings.h.

void HTMLExportSettings::setEventCategories ( bool  v  )  [inline]

Set Export categories of the events.

Definition at line 419 of file htmlexportsettings.h.

bool HTMLExportSettings::eventCategories (  )  const [inline]

Get Export categories of the events.

Definition at line 428 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::eventCategoriesItem (  )  [inline]

Get Item object corresponding to EventCategories().

Definition at line 436 of file htmlexportsettings.h.

void HTMLExportSettings::setEventAttendees ( bool  v  )  [inline]

Set Export attendees of the events.

Definition at line 444 of file htmlexportsettings.h.

bool HTMLExportSettings::eventAttendees (  )  const [inline]

Get Export attendees of the events.

Definition at line 453 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::eventAttendeesItem (  )  [inline]

Get Item object corresponding to EventAttendees().

Definition at line 461 of file htmlexportsettings.h.

void HTMLExportSettings::setTodoView ( bool  v  )  [inline]

Set Export to-do list.

Definition at line 469 of file htmlexportsettings.h.

bool HTMLExportSettings::todoView (  )  const [inline]

Get Export to-do list.

Definition at line 478 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::todoViewItem (  )  [inline]

Get Item object corresponding to TodoView().

Definition at line 486 of file htmlexportsettings.h.

void HTMLExportSettings::setTodoListTitle ( const QString &  v  )  [inline]

Set Title of the to-do list.

Definition at line 494 of file htmlexportsettings.h.

QString HTMLExportSettings::todoListTitle (  )  const [inline]

Get Title of the to-do list.

Definition at line 503 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::todoListTitleItem (  )  [inline]

Get Item object corresponding to TodoListTitle().

Definition at line 511 of file htmlexportsettings.h.

void HTMLExportSettings::setTaskDueDate ( bool  v  )  [inline]

Set Export due dates of the to-dos.

Definition at line 519 of file htmlexportsettings.h.

bool HTMLExportSettings::taskDueDate (  )  const [inline]

Get Export due dates of the to-dos.

Definition at line 528 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::taskDueDateItem (  )  [inline]

Get Item object corresponding to TaskDueDate().

Definition at line 536 of file htmlexportsettings.h.

void HTMLExportSettings::setTaskLocation ( bool  v  )  [inline]

Set Export location of the to-dos.

Definition at line 544 of file htmlexportsettings.h.

bool HTMLExportSettings::taskLocation (  )  const [inline]

Get Export location of the to-dos.

Definition at line 553 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::taskLocationItem (  )  [inline]

Get Item object corresponding to TaskLocation().

Definition at line 561 of file htmlexportsettings.h.

void HTMLExportSettings::setTaskCategories ( bool  v  )  [inline]

Set Export categories of the to-dos.

Definition at line 569 of file htmlexportsettings.h.

bool HTMLExportSettings::taskCategories (  )  const [inline]

Get Export categories of the to-dos.

Definition at line 578 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::taskCategoriesItem (  )  [inline]

Get Item object corresponding to TaskCategories().

Definition at line 586 of file htmlexportsettings.h.

void HTMLExportSettings::setTaskAttendees ( bool  v  )  [inline]

Set Export attendees of the to-dos.

Definition at line 594 of file htmlexportsettings.h.

bool HTMLExportSettings::taskAttendees (  )  const [inline]

Get Export attendees of the to-dos.

Definition at line 603 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::taskAttendeesItem (  )  [inline]

Get Item object corresponding to TaskAttendees().

Definition at line 611 of file htmlexportsettings.h.

void HTMLExportSettings::setJournalView ( bool  v  )  [inline]

Set Export journals.

Definition at line 619 of file htmlexportsettings.h.

bool HTMLExportSettings::journalView (  )  const [inline]

Get Export journals.

Definition at line 628 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::journalViewItem (  )  [inline]

Get Item object corresponding to JournalView().

Definition at line 636 of file htmlexportsettings.h.

void HTMLExportSettings::setJournalTitle ( const QString &  v  )  [inline]

Set Title of the journal list.

Definition at line 644 of file htmlexportsettings.h.

QString HTMLExportSettings::journalTitle (  )  const [inline]

Get Title of the journal list.

Definition at line 653 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::journalTitleItem (  )  [inline]

Get Item object corresponding to JournalTitle().

Definition at line 661 of file htmlexportsettings.h.

void HTMLExportSettings::setFreeBusyView ( bool  v  )  [inline]

Set Export journals.

Definition at line 669 of file htmlexportsettings.h.

bool HTMLExportSettings::freeBusyView (  )  const [inline]

Get Export journals.

Definition at line 678 of file htmlexportsettings.h.

ItemBool* HTMLExportSettings::freeBusyViewItem (  )  [inline]

Get Item object corresponding to FreeBusyView().

Definition at line 686 of file htmlexportsettings.h.

void HTMLExportSettings::setFreeBusyTitle ( const QString &  v  )  [inline]

Set Title of the free/busy list.

Definition at line 694 of file htmlexportsettings.h.

QString HTMLExportSettings::freeBusyTitle (  )  const [inline]

Get Title of the free/busy list.

Definition at line 703 of file htmlexportsettings.h.

ItemString* HTMLExportSettings::freeBusyTitleItem (  )  [inline]

Get Item object corresponding to FreeBusyTitle().

Definition at line 711 of file htmlexportsettings.h.


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