#include <CalendarSettings.h>
Public Types | |
enum | { IDD = IDD_CALENDAR } |
Public Member Functions | |
bool | saveSettings (bool saveToDisk) |
afx_msg void | OnBnClickedCalendarButok () |
afx_msg void | OnBnClickedCalendarButcancel () |
afx_msg void | OnBnClickedCalendarButSelect () |
afx_msg void | OnBnClickedCalendarRadioVcard () |
afx_msg void | OnBnClickedCalendarRadioSif () |
afx_msg void | OnBnClickedCalendarCheckShared () |
Public Attributes | |
CComboBox | lstSyncType |
CEdit | editFolder |
CButton | checkInclude |
CButton | butSelectFolder |
CEdit | editRemote |
CButton | radioSif |
CButton | radioVcard |
CButton | butAdvanced |
CStatic | groupDirection |
CStatic | groupFolder |
CStatic | groupAdvanced |
CComboBox | lstFilter |
CStatic | groupFilter |
CButton | checkShared |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
void | loadSyncModesBox (const char *sourceName) |
Loads the string data into the syncmode editbox/dropdown box. | |
Private Attributes | |
int | currentRadioChecked |
void CCalendarSettings::loadSyncModesBox | ( | const char * | sourceName | ) | [protected] |
Loads the string data into the syncmode editbox/dropdown box.
If only 1 syncmode is available, the editbox is used. Otherwise the dropdown box is used.
References WindowsSyncSourceConfig::getSyncModes(), and OutlookConfig::getSyncSourceConfig().