Garmin Fleet Management Controller
2.19.0
|
Form for individually capturing time of day. More...
#include <CTimeOfDayPickerDlg.h>
Public Types | |
enum | { IDD = IDD_TIME_OF_DAY_PICKER } |
Public Member Functions | |
virtual | ~CTimeOfDayPickerDlg () |
Static Public Member Functions | |
static UINT | CaptureSetting (CWnd *pParent, UINT titleStringId, UINT valueLabelStringId, COleDateTime &value) |
Protected Member Functions | |
CTimeOfDayPickerDlg (CWnd *pParent) | |
Constructor. More... | |
virtual void | DoDataExchange (CDataExchange *pDX) |
BOOL | OnInitDialog () |
Initialize the dialog. More... | |
Protected Attributes | |
UINT | mTitleStringId |
Resource ID for the window title. More... | |
COleDateTime | mValue |
Control value representing the selected value. More... | |
UINT | mValueLabelStringId |
Resource ID for the value field label. More... | |
Form for individually capturing time of day.
Definition at line 19 of file CTimeOfDayPickerDlg.h.
anonymous enum |
Enumerator | |
---|---|
IDD |
Definition at line 34 of file CTimeOfDayPickerDlg.h.
|
virtual |
Definition at line 53 of file CTimeOfDayPickerDlg.cpp.
|
protected |
Constructor.
aParent | The parent window |
aCom | Reference to the FMI communication controller |
Definition at line 44 of file CTimeOfDayPickerDlg.cpp.
|
static |
Definition at line 20 of file CTimeOfDayPickerDlg.cpp.
References mTitleStringId, mValue, and mValueLabelStringId.
Referenced by CFmiPcAppDlg::OnToolsHOSSetStartTimeOfDay().
|
protectedvirtual |
Definition at line 57 of file CTimeOfDayPickerDlg.cpp.
References IDC_TIME_OF_DAY, and mValue.
|
protected |
Initialize the dialog.
This function is called when the window is created. It sets up the parent, so it can get info from and send a message to FmiApplicationLayer.
Definition at line 76 of file CTimeOfDayPickerDlg.cpp.
References IDC_HOS_SETTING_VALUE_LABEL, mTitleStringId, mValueLabelStringId, and TRUE.
|
protected |
Resource ID for the window title.
Definition at line 50 of file CTimeOfDayPickerDlg.h.
Referenced by CaptureSetting(), and OnInitDialog().
|
protected |
Control value representing the selected value.
Definition at line 47 of file CTimeOfDayPickerDlg.h.
Referenced by CaptureSetting(), and DoDataExchange().
|
protected |
Resource ID for the value field label.
Definition at line 53 of file CTimeOfDayPickerDlg.h.
Referenced by CaptureSetting(), and OnInitDialog().