MFC Grid manual

CLinePaintFormat Class Reference

Default implementation of ILinePaintFormat interface. More...

#include <Dapfor/GUI/LinePaintFormat.h>

Inheritance diagram for CLinePaintFormat:

ILinePaintFormat

List of all members.


Public Member Functions

virtual void DrawLine (CGridLine &line, const CPaintContext &paintContext, UINT paintFilter, ICustomDraw *customDraw) const
 Paints a line in CGrid.

Detailed Description

Default implementation of ILinePaintFormat interface.

Version:
1.0.0.0 Initial version

Member Function Documentation

void DrawLine ( CGridLine line,
const CPaintContext paintContext,
UINT  paintFilter,
ICustomDraw customDraw 
) const [virtual]

Paints a line in CGrid.

Parameters:
[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.