FontDropItem Class Reference

Item class for the FontDrop system. More...

#include <fontdrop.h>

Inheritance diagram for FontDropItem:

ListItem CCObject SimpleCCObject List of all members.

Public Member Functions

String_64 GetFontName ()
void SetInfo (String_64 &theFontName, FontClass theType)

Private Member Functions

 FontDropItem ()
 Default FontDropDownListItem constructor.
 FontDropItem (TCHAR *Name, FontClass FontType)
 Better FontDropDownListItem constructor.

Private Attributes

String_64 FontName
FontClass Type

Detailed Description

Item class for the FontDrop system.

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

Definition at line 119 of file fontdrop.h.


Constructor & Destructor Documentation

FontDropItem::FontDropItem  )  [private]
 

Default FontDropDownListItem constructor.

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

Definition at line 160 of file fontdrop.cpp.

00161 {
00162     FontName = _T("");
00163     Type = FC_UNDEFINED;
00164 }

FontDropItem::FontDropItem TCHAR Name,
FontClass  FontType
[private]
 

Better FontDropDownListItem constructor.

Author:
Richard_Millican (Xara Group Ltd) <camelotdev@xara.com> Date: 3/10/95
Parameters:
Name - Font Typeface name that will be displayed and used [INPUTS] FontType - Type of Font this item is describing - FC_ATM for example

Definition at line 180 of file fontdrop.cpp.

00181 {
00182     FontName = Name;
00183     Type = FontType;
00184 }


Member Function Documentation

String_64 FontDropItem::GetFontName  )  [inline]
 

Definition at line 130 of file fontdrop.h.

00130 { return FontName; }

void FontDropItem::SetInfo String_64 theFontName,
FontClass  theType
[inline]
 

Definition at line 131 of file fontdrop.h.

00132         { FontName = theFontName; Type = theType; }


Member Data Documentation

String_64 FontDropItem::FontName [private]
 

Definition at line 123 of file fontdrop.h.

FontClass FontDropItem::Type [private]
 

Definition at line 124 of file fontdrop.h.


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