| 
    Open-Typer
    
   Open source typewriting tutor program 
   | 
 
The CharacterRecord class can be used to store character records. More...
#include "framework/validator/CharacterRecord.h"
Public Member Functions | |
| QString | keyText (void) | 
| void | setKeyText (QString text) | 
| int | hits (void) | 
| void | setHits (int count) | 
Properties | |
| QString | keyText | 
| int | hits | 
Private Attributes | |
| QString | m_keyText | 
| int | m_hits | 
The CharacterRecord class can be used to store character records.
A character record consists of key text (usually a single character) and number of key hits used to compose the character.