#include <GridCellMultiLine.h>
Public Member Functions | |
CInPlaceMultiLine (CWnd *pParent, CRect &rect, DWORD dwStyle, UINT nID, int nRow, int nColumn, CString sInitText, UINT nFirstChar) | |
void | EndEdit () |
CSize | GetTextExtentMultiLine (int width, LPCTSTR szText, CDC *pDC) |
virtual BOOL | PreTranslateMessage (MSG *pMsg) |
virtual | ~CInPlaceMultiLine () |
Protected Member Functions | |
virtual void | PostNcDestroy () |
afx_msg void | OnKillFocus (CWnd *pNewWnd) |
afx_msg void | OnChar (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg void | OnKeyDown (UINT nChar, UINT nRepCnt, UINT nFlags) |
afx_msg UINT | OnGetDlgCode () |
Definition at line 77 of file GridCellMultiLine.h.
CInPlaceMultiLine::CInPlaceMultiLine | ( | CWnd * | pParent, | |
CRect & | rect, | |||
DWORD | dwStyle, | |||
UINT | nID, | |||
int | nRow, | |||
int | nColumn, | |||
CString | sInitText, | |||
UINT | nFirstChar | |||
) |
Definition at line 48 of file GridCellMultiLine.cpp.
CInPlaceMultiLine::~CInPlaceMultiLine | ( | ) | [virtual] |
Definition at line 106 of file GridCellMultiLine.cpp.
void CInPlaceMultiLine::EndEdit | ( | ) |
Definition at line 233 of file GridCellMultiLine.cpp.
CSize CInPlaceMultiLine::GetTextExtentMultiLine | ( | int | width, | |
LPCTSTR | szText, | |||
CDC * | pDC | |||
) |
Definition at line 286 of file GridCellMultiLine.cpp.
void CInPlaceMultiLine::OnChar | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 150 of file GridCellMultiLine.cpp.
UINT CInPlaceMultiLine::OnGetDlgCode | ( | ) | [protected] |
Definition at line 204 of file GridCellMultiLine.cpp.
void CInPlaceMultiLine::OnKeyDown | ( | UINT | nChar, | |
UINT | nRepCnt, | |||
UINT | nFlags | |||
) | [protected] |
Definition at line 126 of file GridCellMultiLine.cpp.
void CInPlaceMultiLine::OnKillFocus | ( | CWnd * | pNewWnd | ) | [protected] |
Definition at line 144 of file GridCellMultiLine.cpp.
void CInPlaceMultiLine::PostNcDestroy | ( | void | ) | [protected, virtual] |
Definition at line 223 of file GridCellMultiLine.cpp.
BOOL CInPlaceMultiLine::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 213 of file GridCellMultiLine.cpp.