KMIME Library
kmime_charfreq.cpp
Type type() const
Returns the data Type as derived from the class heuristics.
Definition: kmime_charfreq.cpp:195
bool hasTrailingWhitespace() const
Returns true if the data contains trailing whitespace.
Definition: kmime_charfreq.cpp:185
bool hasLeadingFrom() const
Returns true if the data contains a line that starts with "From ".
Definition: kmime_charfreq.cpp:190
bool isSevenBitText() const
Returns true if the data Type is SevenBitText; false otherwise.
Definition: kmime_charfreq.cpp:180
bool isEightBitData() const
Returns true if the data Type is EightBitData; false otherwise.
Definition: kmime_charfreq.cpp:165
Defines the CharFreq class.
bool isSevenBitData() const
Returns true if the data Type is SevenBitData; false otherwise.
Definition: kmime_charfreq.cpp:175
float controlCodesRatio() const
Returns the percentage of control code characters (CTLs) in the data.
Definition: kmime_charfreq.cpp:244
bool isEightBitText() const
Returns true if the data Type is EightBitText; false otherwise.
Definition: kmime_charfreq.cpp:170
CharFreq(const QByteArray &buf)
Constructs a Character Frequency instance for a buffer buf of QByteArray data.
Definition: kmime_charfreq.cpp:49
float printableRatio() const
Returns the percentage of printable characters in the data.
Definition: kmime_charfreq.cpp:235
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Wed Jan 29 2020 00:00:00 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.