MessageViewer::MessageDisplayFormatAttribute
#include <messagedisplayformatattribute.h>

Public Member Functions | |
| MessageDisplayFormatAttribute * | clone () const override | 
| void | deserialize (const QByteArray &data) override | 
| Viewer::DisplayFormatMessage | messageFormat () const | 
| bool | operator== (const MessageDisplayFormatAttribute &other) const | 
| bool | remoteContent () const | 
| QByteArray | serialized () const override | 
| void | setMessageFormat (Viewer::DisplayFormatMessage format) | 
| void | setRemoteContent (bool remote) | 
| QByteArray | type () const override | 
Additional Inherited Members | |
  Public Types inherited from Akonadi::Attribute | |
| typedef QList< Attribute * > | List | 
Detailed Description
The MessageDisplayFormatAttribute class.
Definition at line 20 of file messagedisplayformatattribute.h.
Constructor & Destructor Documentation
◆ MessageDisplayFormatAttribute()
      
  | 
  explicit | 
Definition at line 24 of file messagedisplayformatattribute.cpp.
Member Function Documentation
◆ clone()
      
  | 
  nodiscardoverridevirtual | 
Implements Akonadi::Attribute.
Definition at line 31 of file messagedisplayformatattribute.cpp.
◆ deserialize()
      
  | 
  overridevirtual | 
Implements Akonadi::Attribute.
Definition at line 81 of file messagedisplayformatattribute.cpp.
◆ messageFormat()
      
  | 
  nodiscard | 
Definition at line 76 of file messagedisplayformatattribute.cpp.
◆ operator==()
      
  | 
  nodiscard | 
Definition at line 71 of file messagedisplayformatattribute.cpp.
◆ remoteContent()
      
  | 
  nodiscard | 
Definition at line 66 of file messagedisplayformatattribute.cpp.
◆ serialized()
      
  | 
  nodiscardoverridevirtual | 
Implements Akonadi::Attribute.
Definition at line 45 of file messagedisplayformatattribute.cpp.
◆ setMessageFormat()
| void MessageDisplayFormatAttribute::setMessageFormat | ( | Viewer::DisplayFormatMessage | format | ) | 
Definition at line 56 of file messagedisplayformatattribute.cpp.
◆ setRemoteContent()
| void MessageDisplayFormatAttribute::setRemoteContent | ( | bool | remote | ) | 
Definition at line 61 of file messagedisplayformatattribute.cpp.
◆ type()
      
  | 
  nodiscardoverridevirtual | 
Implements Akonadi::Attribute.
Definition at line 39 of file messagedisplayformatattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri May 2 2025 11:51:55 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.
 Public Types inherited from