messageviewer
messagedisplayformatattribute.cpp
Go to the documentation of this file.
91 return (d->messageFormat == other.messageFormat()) && (d->remoteContent == other.remoteContent());
bool remoteContent() const
Definition: messagedisplayformatattribute.cpp:84
bool operator==(const MessageDisplayFormatAttribute &other) const
Definition: messagedisplayformatattribute.cpp:89
MessageDisplayFormatAttribute * clone() const
Definition: messagedisplayformatattribute.cpp:50
void deserialize(const QByteArray &data)
Definition: messagedisplayformatattribute.cpp:99
~MessageDisplayFormatAttribute()
Definition: messagedisplayformatattribute.cpp:45
QByteArray type() const
Definition: messagedisplayformatattribute.cpp:58
Viewer::DisplayFormatMessage messageFormat() const
Definition: messagedisplayformatattribute.cpp:94
void setMessageFormat(Viewer::DisplayFormatMessage format)
Definition: messagedisplayformatattribute.cpp:74
MessageDisplayFormatAttribute()
Definition: messagedisplayformatattribute.cpp:40
void setRemoteContent(bool remote)
Definition: messagedisplayformatattribute.cpp:79
QByteArray serialized() const
Definition: messagedisplayformatattribute.cpp:64
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:45 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:45 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.