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
|
|
Get Creator application.
Definition at line 78 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to CreditName().
Definition at line 86 of file htmlexportsettings.h. |
|
|
Get Creator URL.
Definition at line 103 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to CreditURL().
Definition at line 111 of file htmlexportsettings.h. |
|
|
Get Date end.
Definition at line 178 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to DateEnd().
Definition at line 186 of file htmlexportsettings.h. |
|
|
Get Date start.
Definition at line 153 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to DateStart().
Definition at line 161 of file htmlexportsettings.h. |
|
|
Get Email of the calendar owner.
Definition at line 53 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EMail().
Definition at line 61 of file htmlexportsettings.h. |
|
|
Get Export attendees of the events.
Definition at line 453 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EventAttendees().
Definition at line 461 of file htmlexportsettings.h. |
|
|
Get Export categories of the events.
Definition at line 428 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EventCategories().
Definition at line 436 of file htmlexportsettings.h. |
|
|
Get Export location of the events.
Definition at line 403 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EventLocation().
Definition at line 411 of file htmlexportsettings.h. |
|
|
Get Title of the calendar.
Definition at line 378 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EventTitle().
Definition at line 386 of file htmlexportsettings.h. |
|
|
Get Export events as list.
Definition at line 303 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to EventView().
Definition at line 311 of file htmlexportsettings.h. |
|
|
Get Exclude confidential incidences from the export.
Definition at line 278 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to ExcludeConfidential().
Definition at line 286 of file htmlexportsettings.h. |
|
|
Get Exclude private incidences from the export.
Definition at line 253 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to ExcludePrivate().
Definition at line 261 of file htmlexportsettings.h. |
|
|
Get Title of the free/busy list.
Definition at line 703 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to FreeBusyTitle().
Definition at line 711 of file htmlexportsettings.h. |
|
|
Get Export journals.
Definition at line 678 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to FreeBusyView().
Definition at line 686 of file htmlexportsettings.h. |
|
|
Get Title of the journal list.
Definition at line 653 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to JournalTitle().
Definition at line 661 of file htmlexportsettings.h. |
|
|
Get Export journals.
Definition at line 628 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to JournalView().
Definition at line 636 of file htmlexportsettings.h. |
|
|
Get Export in month view.
Definition at line 328 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to MonthView().
Definition at line 336 of file htmlexportsettings.h. |
|
|
Get Full name of the calendar owner.
Definition at line 28 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to Name().
Definition at line 36 of file htmlexportsettings.h. |
|
|
Get Output filename.
Definition at line 203 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to OutputFile().
Definition at line 211 of file htmlexportsettings.h. |
|
|
Get Page Title.
Definition at line 128 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to PageTitle().
Definition at line 136 of file htmlexportsettings.h. |
|
|
Set Creator application.
Definition at line 69 of file htmlexportsettings.h. |
|
|
Set Creator URL.
Definition at line 94 of file htmlexportsettings.h. |
|
|
Set Date end.
Definition at line 169 of file htmlexportsettings.h. |
|
|
Set Date start.
Definition at line 144 of file htmlexportsettings.h. |
|
|
Set Email of the calendar owner.
Definition at line 44 of file htmlexportsettings.h. |
|
|
Set Export attendees of the events.
Definition at line 444 of file htmlexportsettings.h. |
|
|
Set Export categories of the events.
Definition at line 419 of file htmlexportsettings.h. |
|
|
Set Export location of the events.
Definition at line 394 of file htmlexportsettings.h. |
|
|
Set Title of the calendar.
Definition at line 369 of file htmlexportsettings.h. |
|
|
Set Export events as list.
Definition at line 294 of file htmlexportsettings.h. |
|
|
Set Exclude confidential incidences from the export.
Definition at line 269 of file htmlexportsettings.h. |
|
|
Set Exclude private incidences from the export.
Definition at line 244 of file htmlexportsettings.h. |
|
|
Set Title of the free/busy list.
Definition at line 694 of file htmlexportsettings.h. |
|
|
Set Export journals.
Definition at line 669 of file htmlexportsettings.h. |
|
|
Set Title of the journal list.
Definition at line 644 of file htmlexportsettings.h. |
|
|
Set Export journals.
Definition at line 619 of file htmlexportsettings.h. |
|
|
Set Export in month view.
Definition at line 319 of file htmlexportsettings.h. |
|
|
Set Full name of the calendar owner.
Definition at line 19 of file htmlexportsettings.h. |
|
|
Set Output filename.
Definition at line 194 of file htmlexportsettings.h. |
|
|
Set Page Title.
Definition at line 119 of file htmlexportsettings.h. |
|
|
Set Style sheet.
Definition at line 219 of file htmlexportsettings.h. |
|
|
Set Export attendees of the to-dos.
Definition at line 594 of file htmlexportsettings.h. |
|
|
Set Export categories of the to-dos.
Definition at line 569 of file htmlexportsettings.h. |
|
|
Set Export due dates of the to-dos.
Definition at line 519 of file htmlexportsettings.h. |
|
|
Set Export location of the to-dos.
Definition at line 544 of file htmlexportsettings.h. |
|
|
Set Title of the to-do list.
Definition at line 494 of file htmlexportsettings.h. |
|
|
Set Export to-do list.
Definition at line 469 of file htmlexportsettings.h. |
|
|
Set Export in week view.
Definition at line 344 of file htmlexportsettings.h. |
|
|
Get Style sheet.
Definition at line 228 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to StyleSheet().
Definition at line 236 of file htmlexportsettings.h. |
|
|
Get Export attendees of the to-dos.
Definition at line 603 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TaskAttendees().
Definition at line 611 of file htmlexportsettings.h. |
|
|
Get Export categories of the to-dos.
Definition at line 578 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TaskCategories().
Definition at line 586 of file htmlexportsettings.h. |
|
|
Get Export due dates of the to-dos.
Definition at line 528 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TaskDueDate().
Definition at line 536 of file htmlexportsettings.h. |
|
|
Get Export location of the to-dos.
Definition at line 553 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TaskLocation().
Definition at line 561 of file htmlexportsettings.h. |
|
|
Get Title of the to-do list.
Definition at line 503 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TodoListTitle().
Definition at line 511 of file htmlexportsettings.h. |
|
|
Get Export to-do list.
Definition at line 478 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to TodoView().
Definition at line 486 of file htmlexportsettings.h. |
|
|
Get Export in week view.
Definition at line 353 of file htmlexportsettings.h. |
|
|
Get Item object corresponding to WeekView().
Definition at line 361 of file htmlexportsettings.h. |
The documentation for this class was generated from the following files:

