messageviewer
MessageViewer::ScamAttribute Class Reference
#include <scamattribute.h>
Inherits Attribute.
Public Member Functions | |
ScamAttribute () | |
~ScamAttribute () | |
ScamAttribute * | clone () const |
void | deserialize (const QByteArray &data) |
bool | isAScam () const |
bool | operator== (const ScamAttribute &other) const |
QByteArray | serialized () const |
void | setIsAScam (bool b) |
QByteArray | type () const |
Detailed Description
Definition at line 26 of file scamattribute.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 35 of file scamattribute.cpp.
ScamAttribute::~ScamAttribute | ( | ) |
Definition at line 40 of file scamattribute.cpp.
Member Function Documentation
ScamAttribute * ScamAttribute::clone | ( | ) | const |
Definition at line 45 of file scamattribute.cpp.
void ScamAttribute::deserialize | ( | const QByteArray & | data | ) |
Definition at line 66 of file scamattribute.cpp.
bool ScamAttribute::isAScam | ( | ) | const |
Definition at line 74 of file scamattribute.cpp.
bool ScamAttribute::operator== | ( | const ScamAttribute & | other | ) | const |
Definition at line 84 of file scamattribute.cpp.
QByteArray ScamAttribute::serialized | ( | ) | const |
Definition at line 58 of file scamattribute.cpp.
void ScamAttribute::setIsAScam | ( | bool | b | ) |
Definition at line 79 of file scamattribute.cpp.
QByteArray ScamAttribute::type | ( | ) | const |
Definition at line 52 of file scamattribute.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.