Public Member Functions | |
virtual | ~ILinePaintFormat () |
Virtual destructor. | |
virtual void | DrawLine (CGridLine &line, const CPaintContext &paintContext, UINT paintFilter, ICustomDraw *customDraw) const =0 |
Paints a line in CGrid. | |
virtual BOOL | IsSerializableType () const |
Indicates whether the object of the class which implements ILinePaintFormat is serializable. | |
virtual CString | GetFormatName () const |
Gets a format name. | |
virtual void | Serialize (CArchive &ar) |
Serializes an object to the archive. |
void DrawLine | ( | CGridLine & | line, | |
const CPaintContext & | paintContext, | |||
UINT | paintFilter, | |||
ICustomDraw * | customDraw | |||
) | const [pure 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. |
Implemented in CLinePaintFormat.
BOOL IsSerializableType | ( | ) | const [virtual] |
Indicates whether the object of the class which implements ILinePaintFormat is serializable.
CString GetFormatName | ( | ) | const [virtual] |
Gets a format name.
void Serialize | ( | CArchive & | ar | ) | [virtual] |
Serializes an object to the archive.
[in] | ar | Reference to the archive |
Copyright Dapfor 2007-2009 | Generated on Wed Jul 7 03:24:43 2010 for MFCGrid by ![]() |