korganizer
#include <htmlexportsettings.h>
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
|
inline |
Get Creator application.
Definition at line 81 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to CreditName()
Definition at line 89 of file htmlexportsettings.h.
|
inline |
Get Creator URL.
Definition at line 106 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to CreditURL()
Definition at line 114 of file htmlexportsettings.h.
|
inline |
Get Date end.
Definition at line 181 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to DateEnd()
Definition at line 189 of file htmlexportsettings.h.
|
inline |
Get Date start.
Definition at line 156 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to DateStart()
Definition at line 164 of file htmlexportsettings.h.
|
inline |
Get Email of the calendar owner.
Definition at line 56 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EMail()
Definition at line 64 of file htmlexportsettings.h.
|
inline |
Get Export attendees of the events.
Definition at line 456 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EventAttendees()
Definition at line 464 of file htmlexportsettings.h.
|
inline |
Get Export categories of the events.
Definition at line 431 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EventCategories()
Definition at line 439 of file htmlexportsettings.h.
|
inline |
Get Export location of the events.
Definition at line 406 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EventLocation()
Definition at line 414 of file htmlexportsettings.h.
|
inline |
Get Title of the calendar.
Definition at line 381 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EventTitle()
Definition at line 389 of file htmlexportsettings.h.
|
inline |
Get Export events as list.
Definition at line 306 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to EventView()
Definition at line 314 of file htmlexportsettings.h.
|
inline |
Get Exclude confidential incidences from the export.
Definition at line 281 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to ExcludeConfidential()
Definition at line 289 of file htmlexportsettings.h.
|
inline |
Get Exclude private incidences from the export.
Definition at line 256 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to ExcludePrivate()
Definition at line 264 of file htmlexportsettings.h.
|
inline |
Get Title of the free/busy list.
Definition at line 706 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to FreeBusyTitle()
Definition at line 714 of file htmlexportsettings.h.
|
inline |
Get Export free/busy list.
Definition at line 681 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to FreeBusyView()
Definition at line 689 of file htmlexportsettings.h.
|
inline |
Get Title of the journal list.
Definition at line 656 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to JournalTitle()
Definition at line 664 of file htmlexportsettings.h.
|
inline |
Get Export journals.
Definition at line 631 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to JournalView()
Definition at line 639 of file htmlexportsettings.h.
|
inline |
Get Export in month view.
Definition at line 331 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to MonthView()
Definition at line 339 of file htmlexportsettings.h.
|
inline |
Get Full name of the calendar owner.
Definition at line 31 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to Name()
Definition at line 39 of file htmlexportsettings.h.
|
inline |
Get Output filename.
Definition at line 206 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to OutputFile()
Definition at line 214 of file htmlexportsettings.h.
|
inline |
Get Page Title.
Definition at line 131 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to PageTitle()
Definition at line 139 of file htmlexportsettings.h.
|
inline |
Set Creator application.
Definition at line 72 of file htmlexportsettings.h.
|
inline |
Set Creator URL.
Definition at line 97 of file htmlexportsettings.h.
|
inline |
Set Date end.
Definition at line 172 of file htmlexportsettings.h.
|
inline |
Set Date start.
Definition at line 147 of file htmlexportsettings.h.
|
inline |
Set Email of the calendar owner.
Definition at line 47 of file htmlexportsettings.h.
|
inline |
Set Export attendees of the events.
Definition at line 447 of file htmlexportsettings.h.
|
inline |
Set Export categories of the events.
Definition at line 422 of file htmlexportsettings.h.
|
inline |
Set Export location of the events.
Definition at line 397 of file htmlexportsettings.h.
|
inline |
Set Title of the calendar.
Definition at line 372 of file htmlexportsettings.h.
|
inline |
Set Export events as list.
Definition at line 297 of file htmlexportsettings.h.
|
inline |
Set Exclude confidential incidences from the export.
Definition at line 272 of file htmlexportsettings.h.
|
inline |
Set Exclude private incidences from the export.
Definition at line 247 of file htmlexportsettings.h.
|
inline |
Set Title of the free/busy list.
Definition at line 697 of file htmlexportsettings.h.
|
inline |
Set Export free/busy list.
Definition at line 672 of file htmlexportsettings.h.
|
inline |
Set Title of the journal list.
Definition at line 647 of file htmlexportsettings.h.
|
inline |
Set Export journals.
Definition at line 622 of file htmlexportsettings.h.
|
inline |
Set Export in month view.
Definition at line 322 of file htmlexportsettings.h.
|
inline |
Set Full name of the calendar owner.
Definition at line 22 of file htmlexportsettings.h.
|
inline |
Set Output filename.
Definition at line 197 of file htmlexportsettings.h.
|
inline |
Set Page Title.
Definition at line 122 of file htmlexportsettings.h.
|
inline |
Set Style sheet.
Definition at line 222 of file htmlexportsettings.h.
|
inline |
Set Export attendees of the to-dos.
Definition at line 597 of file htmlexportsettings.h.
|
inline |
Set Export categories of the to-dos.
Definition at line 572 of file htmlexportsettings.h.
|
inline |
Set Export due dates of the to-dos.
Definition at line 522 of file htmlexportsettings.h.
|
inline |
Set Export location of the to-dos.
Definition at line 547 of file htmlexportsettings.h.
|
inline |
Set Title of the to-do list.
Definition at line 497 of file htmlexportsettings.h.
|
inline |
Set Export to-do list.
Definition at line 472 of file htmlexportsettings.h.
|
inline |
Set Export in week view.
Definition at line 347 of file htmlexportsettings.h.
|
inline |
Get Style sheet.
Definition at line 231 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to StyleSheet()
Definition at line 239 of file htmlexportsettings.h.
|
inline |
Get Export attendees of the to-dos.
Definition at line 606 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TaskAttendees()
Definition at line 614 of file htmlexportsettings.h.
|
inline |
Get Export categories of the to-dos.
Definition at line 581 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TaskCategories()
Definition at line 589 of file htmlexportsettings.h.
|
inline |
Get Export due dates of the to-dos.
Definition at line 531 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TaskDueDate()
Definition at line 539 of file htmlexportsettings.h.
|
inline |
Get Export location of the to-dos.
Definition at line 556 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TaskLocation()
Definition at line 564 of file htmlexportsettings.h.
|
inline |
Get Title of the to-do list.
Definition at line 506 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TodoListTitle()
Definition at line 514 of file htmlexportsettings.h.
|
inline |
Get Export to-do list.
Definition at line 481 of file htmlexportsettings.h.
|
inline |
Get Item object corresponding to TodoView()
Definition at line 489 of file htmlexportsettings.h.
|
inline |
Get Export in week view.
Definition at line 356 of file htmlexportsettings.h.
|
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:
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.