Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

CybWin32GLFontManagerC::FontType Struct Reference

#include <cybwin32glfontmanagerc.h>

List of all members.

Public Methods

bool operator== (const FontType &t) const

Public Attributes

OAW::StringC fontName
OAW::StringC style


Member Function Documentation

bool CybWin32GLFontManagerC::FontType::operator== const FontType &    t const [inline]
 

Definition at line 66 of file cybwin32glfontmanagerc.h.

References fontName, and style.

00066                                               {
00067       return ((fontName==t.fontName) && (style==t.style));
00068     }


Member Data Documentation

OAW::StringC CybWin32GLFontManagerC::FontType::fontName
 

Definition at line 64 of file cybwin32glfontmanagerc.h.

Referenced by operator==().

OAW::StringC CybWin32GLFontManagerC::FontType::style
 

Definition at line 65 of file cybwin32glfontmanagerc.h.

Referenced by operator==().


The documentation for this struct was generated from the following file:
Generated on Tue Jul 29 14:30:30 2003 for Open ActiveWrl by doxygen1.3-rc2