kpilot/kpilot
KPilotWizard_vcalConfig Class Reference
List of all members.Detailed Description
Definition at line 9 of file kpilotConfigWizard_vcal.h.
Public Types | |
| enum | { eCalendarResource, eCalendarLocal } |
Public Member Functions | |
| KPilotWizard_vcalConfig (const QString &conduit) | |
| ~KPilotWizard_vcalConfig () | |
| void | setConduitVersion (uint v) |
| uint | conduitVersion () const |
| ItemUInt * | conduitVersionItem () |
| void | setCalendarType (int v) |
| int | calendarType () const |
| ItemEnum * | calendarTypeItem () |
| void | setCalendarFile (const QString &v) |
| QString | calendarFile () const |
| ItemPath * | calendarFileItem () |
| void | setSyncArchived (bool v) |
| bool | syncArchived () const |
| ItemBool * | syncArchivedItem () |
| void | setConflictResolution (int v) |
| int | conflictResolution () const |
| ItemInt * | conflictResolutionItem () |
Protected Attributes | |
| QString | mParamconduit |
| uint | mConduitVersion |
| int | mCalendarType |
| QString | mCalendarFile |
| bool | mSyncArchived |
| int | mConflictResolution |
Member Function Documentation
| void KPilotWizard_vcalConfig::setConduitVersion | ( | uint | v | ) | [inline] |
| uint KPilotWizard_vcalConfig::conduitVersion | ( | ) | const [inline] |
| ItemUInt* KPilotWizard_vcalConfig::conduitVersionItem | ( | ) | [inline] |
Get Item object corresponding to ConduitVersion().
Definition at line 37 of file kpilotConfigWizard_vcal.h.
| void KPilotWizard_vcalConfig::setCalendarType | ( | int | v | ) | [inline] |
| int KPilotWizard_vcalConfig::calendarType | ( | ) | const [inline] |
| ItemEnum* KPilotWizard_vcalConfig::calendarTypeItem | ( | ) | [inline] |
Get Item object corresponding to CalendarType().
Definition at line 62 of file kpilotConfigWizard_vcal.h.
| void KPilotWizard_vcalConfig::setCalendarFile | ( | const QString & | v | ) | [inline] |
| QString KPilotWizard_vcalConfig::calendarFile | ( | ) | const [inline] |
| ItemPath* KPilotWizard_vcalConfig::calendarFileItem | ( | ) | [inline] |
Get Item object corresponding to CalendarFile().
Definition at line 87 of file kpilotConfigWizard_vcal.h.
| void KPilotWizard_vcalConfig::setSyncArchived | ( | bool | v | ) | [inline] |
| bool KPilotWizard_vcalConfig::syncArchived | ( | ) | const [inline] |
| ItemBool* KPilotWizard_vcalConfig::syncArchivedItem | ( | ) | [inline] |
Get Item object corresponding to SyncArchived().
Definition at line 112 of file kpilotConfigWizard_vcal.h.
| void KPilotWizard_vcalConfig::setConflictResolution | ( | int | v | ) | [inline] |
| int KPilotWizard_vcalConfig::conflictResolution | ( | ) | const [inline] |
| ItemInt* KPilotWizard_vcalConfig::conflictResolutionItem | ( | ) | [inline] |
Get Item object corresponding to ConflictResolution().
Definition at line 137 of file kpilotConfigWizard_vcal.h.
The documentation for this class was generated from the following files:

