messageviewer
#include <messagedisplayformatattribute.h>
Inherits Attribute.
Public Member Functions | |
MessageDisplayFormatAttribute () | |
~MessageDisplayFormatAttribute () | |
MessageDisplayFormatAttribute * | clone () const |
void | deserialize (const QByteArray &data) |
Viewer::DisplayFormatMessage | messageFormat () const |
bool | operator== (const MessageDisplayFormatAttribute &other) const |
bool | remoteContent () const |
QByteArray | serialized () const |
void | setMessageFormat (Viewer::DisplayFormatMessage format) |
void | setRemoteContent (bool remote) |
QByteArray | type () const |
Detailed Description
Definition at line 30 of file messagedisplayformatattribute.h.
Constructor & Destructor Documentation
|
explicit |
Definition at line 40 of file messagedisplayformatattribute.cpp.
MessageDisplayFormatAttribute::~MessageDisplayFormatAttribute | ( | ) |
Definition at line 45 of file messagedisplayformatattribute.cpp.
Member Function Documentation
MessageDisplayFormatAttribute * MessageDisplayFormatAttribute::clone | ( | ) | const |
Definition at line 50 of file messagedisplayformatattribute.cpp.
void MessageDisplayFormatAttribute::deserialize | ( | const QByteArray & | data | ) |
Definition at line 99 of file messagedisplayformatattribute.cpp.
Viewer::DisplayFormatMessage MessageDisplayFormatAttribute::messageFormat | ( | ) | const |
Definition at line 94 of file messagedisplayformatattribute.cpp.
bool MessageDisplayFormatAttribute::operator== | ( | const MessageDisplayFormatAttribute & | other | ) | const |
Definition at line 89 of file messagedisplayformatattribute.cpp.
bool MessageDisplayFormatAttribute::remoteContent | ( | ) | const |
Definition at line 84 of file messagedisplayformatattribute.cpp.
QByteArray MessageDisplayFormatAttribute::serialized | ( | ) | const |
Definition at line 64 of file messagedisplayformatattribute.cpp.
void MessageDisplayFormatAttribute::setMessageFormat | ( | Viewer::DisplayFormatMessage | format | ) |
Definition at line 74 of file messagedisplayformatattribute.cpp.
void MessageDisplayFormatAttribute::setRemoteContent | ( | bool | remote | ) |
Definition at line 79 of file messagedisplayformatattribute.cpp.
QByteArray MessageDisplayFormatAttribute::type | ( | ) | const |
Definition at line 58 of file messagedisplayformatattribute.cpp.
The documentation for this class was generated from the following files:
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.