#include <GridCellCombo.h>
Public Member Functions | |
CGridCellCombo () | |
virtual BOOL | Edit (int nRow, int nCol, CRect rect, CPoint point, UINT nID, UINT nChar) |
virtual CWnd * | GetEditWnd () const |
virtual void | EndEdit () |
virtual CSize | GetCellExtent (CDC *pDC) |
void | SetOptions (CStringArray &ar) |
void | SetStyle (DWORD dwStyle) |
DWORD | GetStyle () |
Protected Member Functions | |
virtual BOOL | Draw (CDC *pDC, int nRow, int nCol, CRect rect, BOOL bEraseBkgnd=TRUE) |
Protected Attributes | |
CStringArray | m_Strings |
DWORD | m_dwStyle |
Friends | |
class | CGridCtrl |
Definition at line 36 of file GridCellCombo.h.
CGridCellCombo::CGridCellCombo | ( | ) |
Definition at line 395 of file GridCellCombo.cpp.
BOOL CGridCellCombo::Draw | ( | CDC * | pDC, | |
int | nRow, | |||
int | nCol, | |||
CRect | rect, | |||
BOOL | bEraseBkgnd = TRUE | |||
) | [protected, virtual] |
Reimplemented from CGridCellBase.
Definition at line 435 of file GridCellCombo.cpp.
BOOL CGridCellCombo::Edit | ( | int | nRow, | |
int | nCol, | |||
CRect | rect, | |||
CPoint | point, | |||
UINT | nID, | |||
UINT | nChar | |||
) | [virtual] |
Reimplemented from CGridCell.
Definition at line 401 of file GridCellCombo.cpp.
void CGridCellCombo::EndEdit | ( | ) | [virtual] |
Reimplemented from CGridCell.
Definition at line 428 of file GridCellCombo.cpp.
CSize CGridCellCombo::GetCellExtent | ( | CDC * | pDC | ) | [virtual] |
Reimplemented from CGridCellBase.
Definition at line 420 of file GridCellCombo.cpp.
CWnd * CGridCellCombo::GetEditWnd | ( | ) | const [virtual] |
Reimplemented from CGridCell.
Definition at line 412 of file GridCellCombo.cpp.
DWORD CGridCellCombo::GetStyle | ( | ) | [inline] |
Definition at line 58 of file GridCellCombo.h.
void CGridCellCombo::SetOptions | ( | CStringArray & | ar | ) |
Definition at line 478 of file GridCellCombo.cpp.
void CGridCellCombo::SetStyle | ( | DWORD | dwStyle | ) | [inline] |
Definition at line 57 of file GridCellCombo.h.
friend class CGridCtrl [friend] |
Reimplemented from CGridCell.
Reimplemented in CGridCellComboBool.
Definition at line 38 of file GridCellCombo.h.
DWORD CGridCellCombo::m_dwStyle [protected] |
Definition at line 64 of file GridCellCombo.h.
CStringArray CGridCellCombo::m_Strings [protected] |
Definition at line 63 of file GridCellCombo.h.