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] |
QString HTMLExportSettings::name | ( | ) | const [inline] |
ItemString* HTMLExportSettings::nameItem | ( | ) | [inline] |
void HTMLExportSettings::setEMail | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::eMail | ( | ) | const [inline] |
ItemString* HTMLExportSettings::eMailItem | ( | ) | [inline] |
void HTMLExportSettings::setCreditName | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::creditName | ( | ) | const [inline] |
ItemString* HTMLExportSettings::creditNameItem | ( | ) | [inline] |
void HTMLExportSettings::setCreditURL | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::creditURL | ( | ) | const [inline] |
ItemString* HTMLExportSettings::creditURLItem | ( | ) | [inline] |
void HTMLExportSettings::setPageTitle | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::pageTitle | ( | ) | const [inline] |
ItemString* HTMLExportSettings::pageTitleItem | ( | ) | [inline] |
void HTMLExportSettings::setDateStart | ( | const QDateTime & | v | ) | [inline] |
QDateTime HTMLExportSettings::dateStart | ( | ) | const [inline] |
ItemDateTime* HTMLExportSettings::dateStartItem | ( | ) | [inline] |
void HTMLExportSettings::setDateEnd | ( | const QDateTime & | v | ) | [inline] |
QDateTime HTMLExportSettings::dateEnd | ( | ) | const [inline] |
ItemDateTime* HTMLExportSettings::dateEndItem | ( | ) | [inline] |
void HTMLExportSettings::setOutputFile | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::outputFile | ( | ) | const [inline] |
ItemPath* HTMLExportSettings::outputFileItem | ( | ) | [inline] |
void HTMLExportSettings::setStyleSheet | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::styleSheet | ( | ) | const [inline] |
ItemString* HTMLExportSettings::styleSheetItem | ( | ) | [inline] |
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] |
bool HTMLExportSettings::eventView | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::eventViewItem | ( | ) | [inline] |
void HTMLExportSettings::setMonthView | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::monthView | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::monthViewItem | ( | ) | [inline] |
void HTMLExportSettings::setWeekView | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::weekView | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::weekViewItem | ( | ) | [inline] |
void HTMLExportSettings::setEventTitle | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::eventTitle | ( | ) | const [inline] |
ItemString* HTMLExportSettings::eventTitleItem | ( | ) | [inline] |
void HTMLExportSettings::setEventLocation | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::eventLocation | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::eventLocationItem | ( | ) | [inline] |
Get Item object corresponding to EventLocation().
Definition at line 411 of file htmlexportsettings.h.
void HTMLExportSettings::setEventCategories | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::eventCategories | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::eventCategoriesItem | ( | ) | [inline] |
Get Item object corresponding to EventCategories().
Definition at line 436 of file htmlexportsettings.h.
void HTMLExportSettings::setEventAttendees | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::eventAttendees | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::eventAttendeesItem | ( | ) | [inline] |
Get Item object corresponding to EventAttendees().
Definition at line 461 of file htmlexportsettings.h.
void HTMLExportSettings::setTodoView | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::todoView | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::todoViewItem | ( | ) | [inline] |
void HTMLExportSettings::setTodoListTitle | ( | const QString & | v | ) | [inline] |
QString HTMLExportSettings::todoListTitle | ( | ) | const [inline] |
ItemString* HTMLExportSettings::todoListTitleItem | ( | ) | [inline] |
Get Item object corresponding to TodoListTitle().
Definition at line 511 of file htmlexportsettings.h.
void HTMLExportSettings::setTaskDueDate | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::taskDueDate | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::taskDueDateItem | ( | ) | [inline] |
Get Item object corresponding to TaskDueDate().
Definition at line 536 of file htmlexportsettings.h.
void HTMLExportSettings::setTaskLocation | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::taskLocation | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::taskLocationItem | ( | ) | [inline] |
Get Item object corresponding to TaskLocation().
Definition at line 561 of file htmlexportsettings.h.
void HTMLExportSettings::setTaskCategories | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::taskCategories | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::taskCategoriesItem | ( | ) | [inline] |
Get Item object corresponding to TaskCategories().
Definition at line 586 of file htmlexportsettings.h.
void HTMLExportSettings::setTaskAttendees | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::taskAttendees | ( | ) | const [inline] |
ItemBool* HTMLExportSettings::taskAttendeesItem | ( | ) | [inline] |
Get Item object corresponding to TaskAttendees().
Definition at line 611 of file htmlexportsettings.h.
void HTMLExportSettings::setJournalView | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::journalView | ( | ) | const [inline] |
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] |
QString HTMLExportSettings::journalTitle | ( | ) | const [inline] |
ItemString* HTMLExportSettings::journalTitleItem | ( | ) | [inline] |
Get Item object corresponding to JournalTitle().
Definition at line 661 of file htmlexportsettings.h.
void HTMLExportSettings::setFreeBusyView | ( | bool | v | ) | [inline] |
bool HTMLExportSettings::freeBusyView | ( | ) | const [inline] |
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] |
QString HTMLExportSettings::freeBusyTitle | ( | ) | const [inline] |
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: