| 
    Open-Typer
    
   Open source typewriting tutor program 
   | 
 
The MistakeRecord class can be used to store mistake records. More...
#include "framework/validator/MistakeRecord.h"
Public Types | |
| enum | Type { Type_Addition = 0 , Type_Deletion = 1 , Type_Change = 2 } | 
Properties | |
| int | position | 
| Type | type | 
| QString | previousText | 
| QVariant | previousVariant | 
| int | previousPosition | 
| bool | enabled | 
| bool | merged | 
Private Attributes | |
| int | m_position | 
| Type | m_type | 
| QString | m_previousText | 
| QVariant | m_previousVariant | 
| int | m_previousPosition | 
| bool | m_enabled = true | 
| bool | m_merged = false | 
Friends | |
| bool | operator== (const MistakeRecord &r1, const MistakeRecord &r2) | 
The MistakeRecord class can be used to store mistake records.