Open-Typer
Open source typewriting tutor program
Loading...
Searching...
No Matches
CharacterRecord Class Reference

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
 

Detailed Description

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.


The documentation for this class was generated from the following file: