messagelib/messageviewer/src
#include <messagedisplayformatattribute.h>
Inherits Attribute.
Public Member Functions | |
MessageDisplayFormatAttribute () | |
~MessageDisplayFormatAttribute () override | |
Q_REQUIRED_RESULT MessageDisplayFormatAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
Q_REQUIRED_RESULT Viewer::DisplayFormatMessage | messageFormat () const |
Q_REQUIRED_RESULT bool | operator== (const MessageDisplayFormatAttribute &other) const |
Q_REQUIRED_RESULT bool | remoteContent () const |
Q_REQUIRED_RESULT QByteArray | serialized () const override |
void | setMessageFormat (Viewer::DisplayFormatMessage format) |
void | setRemoteContent (bool remote) |
Q_REQUIRED_RESULT QByteArray | type () const override |
Detailed Description
The MessageDisplayFormatAttribute class.
Definition at line 33 of file messagedisplayformatattribute.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 38 of file messagedisplayformatattribute.cpp.
|
override |
Definition at line 43 of file messagedisplayformatattribute.cpp.
Member Function Documentation
|
override |
Definition at line 48 of file messagedisplayformatattribute.cpp.
|
override |
Definition at line 98 of file messagedisplayformatattribute.cpp.
Viewer::DisplayFormatMessage MessageDisplayFormatAttribute::messageFormat | ( | ) | const |
Definition at line 93 of file messagedisplayformatattribute.cpp.
bool MessageDisplayFormatAttribute::operator== | ( | const MessageDisplayFormatAttribute & | other | ) | const |
Definition at line 87 of file messagedisplayformatattribute.cpp.
bool MessageDisplayFormatAttribute::remoteContent | ( | ) | const |
Definition at line 82 of file messagedisplayformatattribute.cpp.
|
override |
Definition at line 62 of file messagedisplayformatattribute.cpp.
void MessageDisplayFormatAttribute::setMessageFormat | ( | Viewer::DisplayFormatMessage | format | ) |
Definition at line 72 of file messagedisplayformatattribute.cpp.
void MessageDisplayFormatAttribute::setRemoteContent | ( | bool | remote | ) |
Definition at line 77 of file messagedisplayformatattribute.cpp.
|
override |
Definition at line 56 of file messagedisplayformatattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Dec 13 2019 02:32:54 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.