The HistoryEntry class is an entry in the exercise history.
More...
#include "history/internal/HistoryEntry.h"
|
int | m_grossHitsPerMinute = 0 |
|
int | m_mistakes = 0 |
|
int | m_timeSecs = 0 |
|
The HistoryEntry class is an entry in the exercise history.
◆ HistoryEntry() [1/2]
HistoryEntry::HistoryEntry |
( |
| ) |
|
◆ HistoryEntry() [2/2]
HistoryEntry::HistoryEntry |
( |
int |
grossHitsPerMinute, |
|
|
int |
mistakes, |
|
|
int |
timeSecs |
|
) |
| |
◆ grossHitsPerMinute
int HistoryEntry::grossHitsPerMinute |
|
readwrite |
Number of gross (total) hits per minute.
◆ mistakes
int HistoryEntry::mistakes |
|
readwrite |
◆ timeSecs
int HistoryEntry::timeSecs |
|
readwrite |
The documentation for this class was generated from the following files:
- src/history/internal/HistoryEntry.h
- src/history/internal/HistoryEntry.cpp