|
#include <Dapfor/GUI/LinePaintFormat.h>

Public Member Functions | |
| virtual void | DrawLine (CGridLine &line, const CPaintContext &paintContext, UINT paintFilter, ICustomDraw *customDraw) const |
| Paints a line in CGrid. | |
| void DrawLine | ( | CGridLine & | line, | |
| const CPaintContext & | paintContext, | |||
| UINT | paintFilter, | |||
| ICustomDraw * | customDraw | |||
| ) | const [virtual] |
Paints a line in CGrid.
| [in] | line | Grid line-related painting info. |
| [in] | paintContext | General information like device context, reference to CGrid, header, etc... |
| [in] | paintFilter | Set of painting operations, defined in PaintFilter enumeration. |
| [in] | customDraw | Pointer to ICustomDraw interface, that can be called to process cells painting. |
Implements ILinePaintFormat.
| Copyright Dapfor 2007-2009 | Generated on Sat Jan 30 15:01:28 2010 for MFCGrid by 1.5.5 |