filters
MSWrite::FontGenerated Class Reference
Inheritance diagram for MSWrite::FontGenerated:

Detailed Description
Definition at line 335 of file structures_generated.h.
Public Member Functions | |
| virtual bool | readFromDevice (void) |
| virtual bool | writeToDevice (void) |
| FontGenerated () | |
| virtual | ~FontGenerated () |
| Word | getNumDataBytes (void) const |
| void | setNumDataBytes (const Word val) |
| Byte | getFamily (void) const |
| void | setFamily (const Byte val) |
Static Public Attributes | |
| static const int | s_size = 3 |
Protected Member Functions | |
| FontGenerated & | operator= (const FontGenerated &rhs) |
| virtual bool | verifyVariables (void) |
| virtual bool | writeToArray (void) |
Protected Attributes | |
| Byte | m_data [3] |
| Word | m_numDataBytes |
| Byte | m_family |
Static Protected Attributes | |
| static const Word | numDataBytesDefault = Word (0) |
| static const Byte | familyDefault = Byte (0) |
The documentation for this class was generated from the following files:

