kandy
KandyPrefs Class Reference
List of all members.Detailed Description
Definition at line 9 of file kandyprefs.h.
Public Member Functions | |
~KandyPrefs () | |
ItemString * | serialDeviceItem () |
ItemString * | baudRateItem () |
ItemString * | lockDirectoryItem () |
ItemBool * | startupModemItem () |
ItemBool * | autoSetClockItem () |
ItemBool * | excludeHomeItem () |
ItemBool * | excludeWorkItem () |
ItemBool * | excludeMessagingItem () |
ItemBool * | excludeFaxItem () |
ItemBool * | excludeCellItem () |
ItemBool * | excludeVideoItem () |
ItemBool * | excludeMailboxItem () |
ItemBool * | excludeModemItem () |
ItemBool * | excludeCarItem () |
ItemBool * | excludeISDNItem () |
ItemBool * | excludePagerItem () |
ItemBool * | useHomeSuffItem () |
ItemBool * | useWorkSuffItem () |
ItemBool * | useMessagingSuffItem () |
ItemBool * | useFaxSuffItem () |
ItemBool * | useCellSuffItem () |
ItemBool * | useVideoSuffItem () |
ItemBool * | useMailboxSuffItem () |
ItemBool * | useModemSuffItem () |
ItemBool * | useCarSuffItem () |
ItemBool * | useISDNSuffItem () |
ItemBool * | usePagerSuffItem () |
ItemString * | homeSuffItem () |
ItemString * | workSuffItem () |
ItemString * | messagingSuffItem () |
ItemString * | faxSuffItem () |
ItemString * | cellSuffItem () |
ItemString * | videoSuffItem () |
ItemString * | mailboxSuffItem () |
ItemString * | modemSuffItem () |
ItemString * | carSuffItem () |
ItemString * | iSDNSuffItem () |
ItemString * | pagerSuffItem () |
ItemBool * | startupTerminalWinItem () |
ItemBool * | startupMobileWinItem () |
Static Public Member Functions | |
static KandyPrefs * | self () |
static void | setSerialDevice (const QString &v) |
static QString | serialDevice () |
static void | setBaudRate (const QString &v) |
static QString | baudRate () |
static void | setLockDirectory (const QString &v) |
static QString | lockDirectory () |
static void | setStartupModem (bool v) |
static bool | startupModem () |
static void | setAutoSetClock (bool v) |
static bool | autoSetClock () |
static void | setExcludeHome (bool v) |
static bool | excludeHome () |
static void | setExcludeWork (bool v) |
static bool | excludeWork () |
static void | setExcludeMessaging (bool v) |
static bool | excludeMessaging () |
static void | setExcludeFax (bool v) |
static bool | excludeFax () |
static void | setExcludeCell (bool v) |
static bool | excludeCell () |
static void | setExcludeVideo (bool v) |
static bool | excludeVideo () |
static void | setExcludeMailbox (bool v) |
static bool | excludeMailbox () |
static void | setExcludeModem (bool v) |
static bool | excludeModem () |
static void | setExcludeCar (bool v) |
static bool | excludeCar () |
static void | setExcludeISDN (bool v) |
static bool | excludeISDN () |
static void | setExcludePager (bool v) |
static bool | excludePager () |
static void | setUseHomeSuff (bool v) |
static bool | useHomeSuff () |
static void | setUseWorkSuff (bool v) |
static bool | useWorkSuff () |
static void | setUseMessagingSuff (bool v) |
static bool | useMessagingSuff () |
static void | setUseFaxSuff (bool v) |
static bool | useFaxSuff () |
static void | setUseCellSuff (bool v) |
static bool | useCellSuff () |
static void | setUseVideoSuff (bool v) |
static bool | useVideoSuff () |
static void | setUseMailboxSuff (bool v) |
static bool | useMailboxSuff () |
static void | setUseModemSuff (bool v) |
static bool | useModemSuff () |
static void | setUseCarSuff (bool v) |
static bool | useCarSuff () |
static void | setUseISDNSuff (bool v) |
static bool | useISDNSuff () |
static void | setUsePagerSuff (bool v) |
static bool | usePagerSuff () |
static void | setHomeSuff (const QString &v) |
static QString | homeSuff () |
static void | setWorkSuff (const QString &v) |
static QString | workSuff () |
static void | setMessagingSuff (const QString &v) |
static QString | messagingSuff () |
static void | setFaxSuff (const QString &v) |
static QString | faxSuff () |
static void | setCellSuff (const QString &v) |
static QString | cellSuff () |
static void | setVideoSuff (const QString &v) |
static QString | videoSuff () |
static void | setMailboxSuff (const QString &v) |
static QString | mailboxSuff () |
static void | setModemSuff (const QString &v) |
static QString | modemSuff () |
static void | setCarSuff (const QString &v) |
static QString | carSuff () |
static void | setISDNSuff (const QString &v) |
static QString | iSDNSuff () |
static void | setPagerSuff (const QString &v) |
static QString | pagerSuff () |
static void | setStartupTerminalWin (bool v) |
static bool | startupTerminalWin () |
static void | setStartupMobileWin (bool v) |
static bool | startupMobileWin () |
static void | writeConfig () |
Public Attributes | |
QString | mSerialDevice |
QString | mBaudRate |
QString | mLockDirectory |
bool | mStartupModem |
bool | mAutoSetClock |
bool | mExcludeHome |
bool | mExcludeWork |
bool | mExcludeMessaging |
bool | mExcludeFax |
bool | mExcludeCell |
bool | mExcludeVideo |
bool | mExcludeMailbox |
bool | mExcludeModem |
bool | mExcludeCar |
bool | mExcludeISDN |
bool | mExcludePager |
bool | mUseHomeSuff |
bool | mUseWorkSuff |
bool | mUseMessagingSuff |
bool | mUseFaxSuff |
bool | mUseCellSuff |
bool | mUseVideoSuff |
bool | mUseMailboxSuff |
bool | mUseModemSuff |
bool | mUseCarSuff |
bool | mUseISDNSuff |
bool | mUsePagerSuff |
QString | mHomeSuff |
QString | mWorkSuff |
QString | mMessagingSuff |
QString | mFaxSuff |
QString | mCellSuff |
QString | mVideoSuff |
QString | mMailboxSuff |
QString | mModemSuff |
QString | mCarSuff |
QString | mISDNSuff |
QString | mPagerSuff |
bool | mStartupTerminalWin |
bool | mStartupMobileWin |
Protected Member Functions | |
KandyPrefs () | |
Static Protected Attributes | |
static KandyPrefs * | mSelf = 0 |
Member Function Documentation
|
Get Auto-set clock of mobile on connection.
Definition at line 138 of file kandyprefs.h. |
|
Get Item object corresponding to AutoSetClock().
Definition at line 146 of file kandyprefs.h. |
|
Get Baud rate.
Definition at line 57 of file kandyprefs.h. |
|
Get Item object corresponding to BaudRate().
Definition at line 65 of file kandyprefs.h. |
|
Get Car suffix.
Definition at line 975 of file kandyprefs.h. |
|
Get Item object corresponding to CarSuff().
Definition at line 983 of file kandyprefs.h. |
|
Get Cell suffix.
Definition at line 867 of file kandyprefs.h. |
|
Get Item object corresponding to CellSuff().
Definition at line 875 of file kandyprefs.h. |
|
Get Exclude car phone numbers.
Definition at line 381 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeCar().
Definition at line 389 of file kandyprefs.h. |
|
Get Exclude cell numbers.
Definition at line 273 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeCell().
Definition at line 281 of file kandyprefs.h. |
|
Get Exclude fax numbers.
Definition at line 246 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeFax().
Definition at line 254 of file kandyprefs.h. |
|
Get Exclude home numbers.
Definition at line 165 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeHome().
Definition at line 173 of file kandyprefs.h. |
|
Get Exclude ISDN numbers.
Definition at line 408 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeISDN().
Definition at line 416 of file kandyprefs.h. |
|
Get Exclude mailbox numbers.
Definition at line 327 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeMailbox().
Definition at line 335 of file kandyprefs.h. |
|
Get Exclude messaging numbers.
Definition at line 219 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeMessaging().
Definition at line 227 of file kandyprefs.h. |
|
Get Exclude modem numbers.
Definition at line 354 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeModem().
Definition at line 362 of file kandyprefs.h. |
|
Get Exclude pager numbers.
Definition at line 435 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludePager().
Definition at line 443 of file kandyprefs.h. |
|
Get Exclude video phone numbers.
Definition at line 300 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeVideo().
Definition at line 308 of file kandyprefs.h. |
|
Get Exclude work numbers.
Definition at line 192 of file kandyprefs.h. |
|
Get Item object corresponding to ExcludeWork().
Definition at line 200 of file kandyprefs.h. |
|
Get Fax suffix.
Definition at line 840 of file kandyprefs.h. |
|
Get Item object corresponding to FaxSuff().
Definition at line 848 of file kandyprefs.h. |
|
Get Home suffix.
Definition at line 759 of file kandyprefs.h. |
|
Get Item object corresponding to HomeSuff().
Definition at line 767 of file kandyprefs.h. |
|
Get ISDN suffix.
Definition at line 1002 of file kandyprefs.h. |
|
Get Item object corresponding to ISDNSuff().
Definition at line 1010 of file kandyprefs.h. |
|
Get Lock directory.
Definition at line 84 of file kandyprefs.h. |
|
Get Item object corresponding to LockDirectory().
Definition at line 92 of file kandyprefs.h. |
|
Get Mailbox suffix.
Definition at line 921 of file kandyprefs.h. |
|
Get Item object corresponding to MailboxSuff().
Definition at line 929 of file kandyprefs.h. |
|
Get Messaging suffix.
Definition at line 813 of file kandyprefs.h. |
|
Get Item object corresponding to MessagingSuff().
Definition at line 821 of file kandyprefs.h. |
|
Get Modem suffix.
Definition at line 948 of file kandyprefs.h. |
|
Get Item object corresponding to ModemSuff().
Definition at line 956 of file kandyprefs.h. |
|
Get Pager suffix.
Definition at line 1029 of file kandyprefs.h. |
|
Get Item object corresponding to PagerSuff().
Definition at line 1037 of file kandyprefs.h. |
|
Get Serial device.
Definition at line 30 of file kandyprefs.h. |
|
Get Item object corresponding to SerialDevice().
Definition at line 38 of file kandyprefs.h. |
|
Set Auto-set clock of mobile on connection.
Definition at line 128 of file kandyprefs.h. |
|
Set Baud rate.
Definition at line 47 of file kandyprefs.h. |
|
Set Car suffix.
Definition at line 965 of file kandyprefs.h. |
|
Set Cell suffix.
Definition at line 857 of file kandyprefs.h. |
|
Set Exclude car phone numbers.
Definition at line 371 of file kandyprefs.h. |
|
Set Exclude cell numbers.
Definition at line 263 of file kandyprefs.h. |
|
Set Exclude fax numbers.
Definition at line 236 of file kandyprefs.h. |
|
Set Exclude home numbers.
Definition at line 155 of file kandyprefs.h. |
|
Set Exclude ISDN numbers.
Definition at line 398 of file kandyprefs.h. |
|
Set Exclude mailbox numbers.
Definition at line 317 of file kandyprefs.h. |
|
Set Exclude messaging numbers.
Definition at line 209 of file kandyprefs.h. |
|
Set Exclude modem numbers.
Definition at line 344 of file kandyprefs.h. |
|
Set Exclude pager numbers.
Definition at line 425 of file kandyprefs.h. |
|
Set Exclude video phone numbers.
Definition at line 290 of file kandyprefs.h. |
|
Set Exclude work numbers.
Definition at line 182 of file kandyprefs.h. |
|
Set Fax suffix.
Definition at line 830 of file kandyprefs.h. |
|
Set Home suffix.
Definition at line 749 of file kandyprefs.h. |
|
Set ISDN suffix.
Definition at line 992 of file kandyprefs.h. |
|
Set Lock directory.
Definition at line 74 of file kandyprefs.h. |
|
Set Mailbox suffix.
Definition at line 911 of file kandyprefs.h. |
|
Set Messaging suffix.
Definition at line 803 of file kandyprefs.h. |
|
Set Modem suffix.
Definition at line 938 of file kandyprefs.h. |
|
Set Pager suffix.
Definition at line 1019 of file kandyprefs.h. |
|
Set Serial device.
Definition at line 20 of file kandyprefs.h. |
|
Set Open mobile window on startup.
Definition at line 1073 of file kandyprefs.h. |
|
Set Open modem on startup.
Definition at line 101 of file kandyprefs.h. |
|
Set Open terminal window on startup.
Definition at line 1046 of file kandyprefs.h. |
|
Set Use car suffix.
Definition at line 668 of file kandyprefs.h. |
|
Set Use mobile suffix.
Definition at line 560 of file kandyprefs.h. |
|
Set Use fax suffix.
Definition at line 533 of file kandyprefs.h. |
|
Set Use home suffix.
Definition at line 452 of file kandyprefs.h. |
|
Set Use ISDN suffix.
Definition at line 695 of file kandyprefs.h. |
|
Set Use mailbox suffix.
Definition at line 614 of file kandyprefs.h. |
|
Set Use messaging suffix.
Definition at line 506 of file kandyprefs.h. |
|
Set Use modem suffix.
Definition at line 641 of file kandyprefs.h. |
|
Set Use pager suffix.
Definition at line 722 of file kandyprefs.h. |
|
Set Use video suffix.
Definition at line 587 of file kandyprefs.h. |
|
Set Use work suffix.
Definition at line 479 of file kandyprefs.h. |
|
Set Video suffix.
Definition at line 884 of file kandyprefs.h. |
|
Set Work suffix.
Definition at line 776 of file kandyprefs.h. |
|
Get Open mobile window on startup.
Definition at line 1083 of file kandyprefs.h. |
|
Get Item object corresponding to StartupMobileWin().
Definition at line 1091 of file kandyprefs.h. |
|
Get Open modem on startup.
Definition at line 111 of file kandyprefs.h. |
|
Get Item object corresponding to StartupModem().
Definition at line 119 of file kandyprefs.h. |
|
Get Open terminal window on startup.
Definition at line 1056 of file kandyprefs.h. |
|
Get Item object corresponding to StartupTerminalWin().
Definition at line 1064 of file kandyprefs.h. |
|
Get Use car suffix.
Definition at line 678 of file kandyprefs.h. |
|
Get Item object corresponding to UseCarSuff().
Definition at line 686 of file kandyprefs.h. |
|
Get Use mobile suffix.
Definition at line 570 of file kandyprefs.h. |
|
Get Item object corresponding to UseCellSuff().
Definition at line 578 of file kandyprefs.h. |
|
Get Use fax suffix.
Definition at line 543 of file kandyprefs.h. |
|
Get Item object corresponding to UseFaxSuff().
Definition at line 551 of file kandyprefs.h. |
|
Get Use home suffix.
Definition at line 462 of file kandyprefs.h. |
|
Get Item object corresponding to UseHomeSuff().
Definition at line 470 of file kandyprefs.h. |
|
Get Use ISDN suffix.
Definition at line 705 of file kandyprefs.h. |
|
Get Item object corresponding to UseISDNSuff().
Definition at line 713 of file kandyprefs.h. |
|
Get Use mailbox suffix.
Definition at line 624 of file kandyprefs.h. |
|
Get Item object corresponding to UseMailboxSuff().
Definition at line 632 of file kandyprefs.h. |
|
Get Use messaging suffix.
Definition at line 516 of file kandyprefs.h. |
|
Get Item object corresponding to UseMessagingSuff().
Definition at line 524 of file kandyprefs.h. |
|
Get Use modem suffix.
Definition at line 651 of file kandyprefs.h. |
|
Get Item object corresponding to UseModemSuff().
Definition at line 659 of file kandyprefs.h. |
|
Get Use pager suffix.
Definition at line 732 of file kandyprefs.h. |
|
Get Item object corresponding to UsePagerSuff().
Definition at line 740 of file kandyprefs.h. |
|
Get Use video suffix.
Definition at line 597 of file kandyprefs.h. |
|
Get Item object corresponding to UseVideoSuff().
Definition at line 605 of file kandyprefs.h. |
|
Get Use work suffix.
Definition at line 489 of file kandyprefs.h. |
|
Get Item object corresponding to UseWorkSuff().
Definition at line 497 of file kandyprefs.h. |
|
Get Video suffix.
Definition at line 894 of file kandyprefs.h. |
|
Get Item object corresponding to VideoSuff().
Definition at line 902 of file kandyprefs.h. |
|
Get Work suffix.
Definition at line 786 of file kandyprefs.h. |
|
Get Item object corresponding to WorkSuff().
Definition at line 794 of file kandyprefs.h. |
The documentation for this class was generated from the following files: