FontDropEnumFont Class Reference

Class for enumerating the fonts for the font dropdown system. More...

#include <fontdrop.h>

Inheritance diagram for FontDropEnumFont:

OILEnumFonts CCObject SimpleCCObject List of all members.

Public Member Functions

 FontDropEnumFont ()
INT32 GetCount ()
virtual BOOL NewFont (FontClass Class, ENUMLOGFONT FAR *lpelf)

Private Attributes

INT32 count

Detailed Description

Class for enumerating the fonts for the font dropdown system.

Author:
Richard_Millican (Xara Group Ltd) <camelotdev@xara.com>
Date:
3/10/95

Definition at line 146 of file fontdrop.h.


Constructor & Destructor Documentation

FontDropEnumFont::FontDropEnumFont  )  [inline]
 

Definition at line 151 of file fontdrop.h.

00151 { count=0; }


Member Function Documentation

INT32 FontDropEnumFont::GetCount void   )  [inline]
 

Definition at line 152 of file fontdrop.h.

00152 { return count; };

virtual BOOL FontDropEnumFont::NewFont FontClass  Class,
ENUMLOGFONT FAR *  lpelf
[virtual]
 

Reimplemented from OILEnumFonts.


Member Data Documentation

INT32 FontDropEnumFont::count [private]
 

Definition at line 156 of file fontdrop.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:54:29 2007 for Camelot by  doxygen 1.4.4