kpilot/kpilot

KPilotWizard_addressConfig Class Reference

List of all members.

Detailed Description

Definition at line 9 of file kpilotConfigWizard_address.h.


Public Types

enum  { eAbookResource, eAbookFile }
enum  {
  eOtherPhone, eAssistant, eBusinessFax, eCarPhone,
  eEmail2, eHomeFax, eTelex, eTTYTTDPhone
}
enum  { ePilotStreetHome, ePilotStreetWork }
enum  { ePilotFaxHome, ePilotFaxWork }
enum  { eCustomField, eCustomBirthdate, eCustomURL, eCustomIM }

Public Member Functions

 KPilotWizard_addressConfig ()
 ~KPilotWizard_addressConfig ()
void setAddressbookType (int v)
int addressbookType () const
ItemEnum * addressbookTypeItem ()
void setFileName (const QString &v)
QString fileName () const
ItemPath * fileNameItem ()
void setArchiveDeleted (bool v)
bool archiveDeleted () const
ItemBool * archiveDeletedItem ()
void setConflictResolution (int v)
int conflictResolution () const
ItemInt * conflictResolutionItem ()
void setPilotOther (int v)
int pilotOther () const
ItemEnum * pilotOtherItem ()
void setPilotStreet (int v)
int pilotStreet () const
ItemEnum * pilotStreetItem ()
void setPilotFax (int v)
int pilotFax () const
ItemEnum * pilotFaxItem ()
void setCustom0 (int v)
int custom0 () const
ItemEnum * custom0Item ()
void setCustom1 (int v)
int custom1 () const
ItemEnum * custom1Item ()
void setCustom2 (int v)
int custom2 () const
ItemEnum * custom2Item ()
void setCustom3 (int v)
int custom3 () const
ItemEnum * custom3Item ()
void setCustomDateFormat (const QString &v)
QString customDateFormat () const
ItemString * customDateFormatItem ()

Protected Attributes

int mAddressbookType
QString mFileName
bool mArchiveDeleted
int mConflictResolution
int mPilotOther
int mPilotStreet
int mPilotFax
int mCustom0
int mCustom1
int mCustom2
int mCustom3
QString mCustomDateFormat

Member Function Documentation

void KPilotWizard_addressConfig::setAddressbookType ( int  v  )  [inline]

Set Addressbook type.

Definition at line 24 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::addressbookType (  )  const [inline]

Get Addressbook type.

Definition at line 33 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::addressbookTypeItem (  )  [inline]

Get Item object corresponding to AddressbookType().

Definition at line 41 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setFileName ( const QString &  v  )  [inline]

Set FileName.

Definition at line 49 of file kpilotConfigWizard_address.h.

QString KPilotWizard_addressConfig::fileName (  )  const [inline]

Get FileName.

Definition at line 58 of file kpilotConfigWizard_address.h.

ItemPath* KPilotWizard_addressConfig::fileNameItem (  )  [inline]

Get Item object corresponding to FileName().

Definition at line 66 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setArchiveDeleted ( bool  v  )  [inline]

Set ArchiveDeleted.

Definition at line 74 of file kpilotConfigWizard_address.h.

bool KPilotWizard_addressConfig::archiveDeleted (  )  const [inline]

Get ArchiveDeleted.

Definition at line 83 of file kpilotConfigWizard_address.h.

ItemBool* KPilotWizard_addressConfig::archiveDeletedItem (  )  [inline]

Get Item object corresponding to ArchiveDeleted().

Definition at line 91 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setConflictResolution ( int  v  )  [inline]

Set ConflictResolve.

Definition at line 99 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::conflictResolution (  )  const [inline]

Get ConflictResolve.

Definition at line 108 of file kpilotConfigWizard_address.h.

ItemInt* KPilotWizard_addressConfig::conflictResolutionItem (  )  [inline]

Get Item object corresponding to ConflictResolution().

Definition at line 116 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setPilotOther ( int  v  )  [inline]

Set PilotOther.

Definition at line 124 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::pilotOther (  )  const [inline]

Get PilotOther.

Definition at line 133 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::pilotOtherItem (  )  [inline]

Get Item object corresponding to PilotOther().

Definition at line 141 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setPilotStreet ( int  v  )  [inline]

Set PilotStreet.

Definition at line 149 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::pilotStreet (  )  const [inline]

Get PilotStreet.

Definition at line 158 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::pilotStreetItem (  )  [inline]

Get Item object corresponding to PilotStreet().

Definition at line 166 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setPilotFax ( int  v  )  [inline]

Set PilotFax.

Definition at line 174 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::pilotFax (  )  const [inline]

Get PilotFax.

Definition at line 183 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::pilotFaxItem (  )  [inline]

Get Item object corresponding to PilotFax().

Definition at line 191 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setCustom0 ( int  v  )  [inline]

Set Custom 0.

Definition at line 199 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::custom0 (  )  const [inline]

Get Custom 0.

Definition at line 208 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::custom0Item (  )  [inline]

Get Item object corresponding to Custom0().

Definition at line 216 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setCustom1 ( int  v  )  [inline]

Set Custom 1.

Definition at line 224 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::custom1 (  )  const [inline]

Get Custom 1.

Definition at line 233 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::custom1Item (  )  [inline]

Get Item object corresponding to Custom1().

Definition at line 241 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setCustom2 ( int  v  )  [inline]

Set Custom 2.

Definition at line 249 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::custom2 (  )  const [inline]

Get Custom 2.

Definition at line 258 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::custom2Item (  )  [inline]

Get Item object corresponding to Custom2().

Definition at line 266 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setCustom3 ( int  v  )  [inline]

Set Custom 3.

Definition at line 274 of file kpilotConfigWizard_address.h.

int KPilotWizard_addressConfig::custom3 (  )  const [inline]

Get Custom 3.

Definition at line 283 of file kpilotConfigWizard_address.h.

ItemEnum* KPilotWizard_addressConfig::custom3Item (  )  [inline]

Get Item object corresponding to Custom3().

Definition at line 291 of file kpilotConfigWizard_address.h.

void KPilotWizard_addressConfig::setCustomDateFormat ( const QString &  v  )  [inline]

Set CustomDateFormat.

Definition at line 299 of file kpilotConfigWizard_address.h.

QString KPilotWizard_addressConfig::customDateFormat (  )  const [inline]

Get CustomDateFormat.

Definition at line 308 of file kpilotConfigWizard_address.h.

ItemString* KPilotWizard_addressConfig::customDateFormatItem (  )  [inline]

Get Item object corresponding to CustomDateFormat().

Definition at line 316 of file kpilotConfigWizard_address.h.


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