Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <statistics.h>
Public Attributes | |
int | wordsSource |
int | charsSource |
int | charsSpacesSource |
int | wordsFinished |
int | charsFinished |
int | charsSpacesFinished |
int | wordsUnfinished |
int | charsUnfinished |
int | charsSpacesUnfinished |
int | translatedMsgNoDanger |
int | translatedMsgDanger |
int | obsoleteMsg |
int | unfinishedMsgNoDanger |
int | unfinishedMsgDanger |
Definition at line 12 of file statistics.h.
int StatisticalData::charsFinished |
Definition at line 18 of file statistics.h.
int StatisticalData::charsSource |
Definition at line 15 of file statistics.h.
Referenced by DataModel::updateStatistics().
int StatisticalData::charsSpacesFinished |
Definition at line 19 of file statistics.h.
int StatisticalData::charsSpacesSource |
Definition at line 16 of file statistics.h.
Referenced by DataModel::updateStatistics().
int StatisticalData::charsSpacesUnfinished |
Definition at line 22 of file statistics.h.
int StatisticalData::charsUnfinished |
Definition at line 21 of file statistics.h.
int StatisticalData::obsoleteMsg |
Definition at line 25 of file statistics.h.
Referenced by DataModel::updateStatistics(), and Statistics::updateStats().
int StatisticalData::translatedMsgDanger |
Definition at line 24 of file statistics.h.
Referenced by DataModel::updateStatistics(), and Statistics::updateStats().
int StatisticalData::translatedMsgNoDanger |
Definition at line 23 of file statistics.h.
Referenced by DataModel::updateStatistics(), and Statistics::updateStats().
int StatisticalData::unfinishedMsgDanger |
Definition at line 27 of file statistics.h.
Referenced by DataModel::updateStatistics(), and Statistics::updateStats().
int StatisticalData::unfinishedMsgNoDanger |
Definition at line 26 of file statistics.h.
Referenced by DataModel::updateStatistics(), and Statistics::updateStats().
int StatisticalData::wordsFinished |
Definition at line 17 of file statistics.h.
int StatisticalData::wordsSource |
Definition at line 14 of file statistics.h.
Referenced by DataModel::updateStatistics().
int StatisticalData::wordsUnfinished |
Definition at line 20 of file statistics.h.