#include <GridCellDateTime.h>
Public Member Functions | |
CInPlaceDateTime (CWnd *pParent, CRect &rect, DWORD dwStyle, UINT nID, int nRow, int nColumn, COLORREF crFore, COLORREF crBack, CTime *pcTime, UINT nFirstChar) | |
virtual | ~CInPlaceDateTime () |
void | EndEdit () |
Protected Member Functions | |
virtual void | PostNcDestroy () |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnKeyUp (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg UINT | OnGetDlgCode () |
Definition at line 45 of file GridCellDateTime.h.
CInPlaceDateTime::CInPlaceDateTime | ( | CWnd * | pParent, | |
CRect & | rect, | |||
DWORD | dwStyle, | |||
UINT | nID, | |||
int | nRow, | |||
int | nColumn, | |||
COLORREF | crFore, | |||
COLORREF | crBack, | |||
CTime * | pcTime, | |||
UINT | nFirstChar | |||
) |
Definition at line 118 of file GridCellDateTime.cpp.
CInPlaceDateTime::~CInPlaceDateTime | ( | ) | [virtual] |
Definition at line 161 of file GridCellDateTime.cpp.
void CInPlaceDateTime::EndEdit | ( | ) |
Definition at line 165 of file GridCellDateTime.cpp.
UINT CInPlaceDateTime::OnGetDlgCode | ( | ) | [protected] |
Definition at line 227 of file GridCellDateTime.cpp.
void CInPlaceDateTime::OnKeyDown | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 232 of file GridCellDateTime.cpp.
void CInPlaceDateTime::OnKeyUp | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 247 of file GridCellDateTime.cpp.
void CInPlaceDateTime::OnKillFocus | ( | CWnd * | pNewWnd | ) | [protected] |
Definition at line 217 of file GridCellDateTime.cpp.
void CInPlaceDateTime::PostNcDestroy | ( | void | ) | [protected, virtual] |
Definition at line 198 of file GridCellDateTime.cpp.