Public Member Functions | |
| virtual | ~IHeaderPaintFormat () |
| Virtual destructor. | |
| virtual void | DrawHeader (CHeaderPaintInfo &paintInfo, const CPaintContext &paintContext, UINT paintFilter, ICustomDraw *customDraw) const =0 |
| Draws a header in CGrid. | |
| virtual BOOL | IsSerializableType () const |
| Indicates whether the object of the class which implements IHeaderPaintFormat is serializable. | |
| virtual CString | GetFormatName () const |
| Gets a format name. | |
| virtual void | Serialize (CArchive &ar) |
| Serializes an object to the archive. | |
| void DrawHeader | ( | CHeaderPaintInfo & | paintInfo, | |
| const CPaintContext & | paintContext, | |||
| UINT | paintFilter, | |||
| ICustomDraw * | customDraw | |||
| ) | const [pure virtual] |
Draws a header in CGrid.
| [in] | paintInfo | Header-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 columns painting. |
Implemented in CHeaderPaintFormat.
| BOOL IsSerializableType | ( | ) | const [virtual] |
Indicates whether the object of the class which implements IHeaderPaintFormat 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 1.5.5 |