messagelib/messageviewer/src
MessageViewer::ScamAttribute Class Reference
#include <scamattribute.h>
Inherits Attribute.
Public Member Functions | |
ScamAttribute () | |
~ScamAttribute () override | |
Q_REQUIRED_RESULT ScamAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
Q_REQUIRED_RESULT bool | isAScam () const |
Q_REQUIRED_RESULT bool | operator== (const ScamAttribute &other) const |
Q_REQUIRED_RESULT QByteArray | serialized () const override |
void | setIsAScam (bool b) |
Q_REQUIRED_RESULT QByteArray | type () const override |
Detailed Description
Definition at line 28 of file scamattribute.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file scamattribute.cpp.
|
override |
Definition at line 43 of file scamattribute.cpp.
Member Function Documentation
|
override |
Definition at line 48 of file scamattribute.cpp.
|
override |
Definition at line 69 of file scamattribute.cpp.
bool ScamAttribute::isAScam | ( | ) | const |
Definition at line 77 of file scamattribute.cpp.
bool ScamAttribute::operator== | ( | const ScamAttribute & | other | ) | const |
Definition at line 87 of file scamattribute.cpp.
|
override |
Definition at line 61 of file scamattribute.cpp.
void ScamAttribute::setIsAScam | ( | bool | b | ) |
Definition at line 82 of file scamattribute.cpp.
|
override |
Definition at line 55 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-2019 The KDE developers.
Generated on Mon Dec 16 2019 01:12:31 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Mon Dec 16 2019 01:12:31 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.