MessageViewer::MessageDisplayFormatAttribute

Search for usage in LXR

MessageViewer::MessageDisplayFormatAttribute Class Reference

#include <messagedisplayformatattribute.h>

Inheritance diagram for MessageViewer::MessageDisplayFormatAttribute:

Public Member Functions

MessageDisplayFormatAttributeclone () 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.

Author
Laurent Montel monte.nosp@m.l@kd.nosp@m.e.org

Definition at line 20 of file messagedisplayformatattribute.h.

Constructor & Destructor Documentation

◆ MessageDisplayFormatAttribute()

MessageDisplayFormatAttribute::MessageDisplayFormatAttribute ( )
explicit

Definition at line 24 of file messagedisplayformatattribute.cpp.

Member Function Documentation

◆ clone()

MessageDisplayFormatAttribute * MessageDisplayFormatAttribute::clone ( ) const
overridevirtual

Implements Akonadi::Attribute.

Definition at line 31 of file messagedisplayformatattribute.cpp.

◆ deserialize()

void MessageDisplayFormatAttribute::deserialize ( const QByteArray & data)
overridevirtual

Implements Akonadi::Attribute.

Definition at line 81 of file messagedisplayformatattribute.cpp.

◆ messageFormat()

Viewer::DisplayFormatMessage MessageDisplayFormatAttribute::messageFormat ( ) const

Definition at line 76 of file messagedisplayformatattribute.cpp.

◆ operator==()

bool MessageDisplayFormatAttribute::operator== ( const MessageDisplayFormatAttribute & other) const

Definition at line 71 of file messagedisplayformatattribute.cpp.

◆ remoteContent()

bool MessageDisplayFormatAttribute::remoteContent ( ) const

Definition at line 66 of file messagedisplayformatattribute.cpp.

◆ serialized()

QByteArray MessageDisplayFormatAttribute::serialized ( ) const
overridevirtual

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()

QByteArray MessageDisplayFormatAttribute::type ( ) const
overridevirtual

Implements Akonadi::Attribute.

Definition at line 39 of file messagedisplayformatattribute.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Tue Mar 26 2024 11:12:44 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.