#include <GridCellDouble.h>
Public Member Functions | |
CGridCellDouble () | |
virtual | ~CGridCellDouble () |
virtual BOOL | Edit (int nRow, int nCol, CRect rect, CPoint point, UINT nID, UINT nChar) |
Friends | |
class | CGridCtrl |
Definition at line 20 of file GridCellDouble.h.
CGridCellDouble::CGridCellDouble | ( | ) |
Definition at line 36 of file GridCellDouble.cpp.
CGridCellDouble::~CGridCellDouble | ( | ) | [virtual] |
Definition at line 42 of file GridCellDouble.cpp.
BOOL CGridCellDouble::Edit | ( | int | nRow, | |
int | nCol, | |||
CRect | rect, | |||
CPoint | point, | |||
UINT | nID, | |||
UINT | nChar | |||
) | [virtual] |
Reimplemented from CGridCell.
Definition at line 46 of file GridCellDouble.cpp.
friend class CGridCtrl [friend] |
Reimplemented from CGridCell.
Definition at line 22 of file GridCellDouble.h.