Akonadi::EntityHiddenAttribute
#include <entityhiddenattribute.h>
Public Member Functions | |
EntityHiddenAttribute () | |
~EntityHiddenAttribute () override | |
EntityHiddenAttribute * | clone () const override |
void | deserialize (const QByteArray &data) override |
QByteArray | serialized () const override |
QByteArray | type () const override |
Public Member Functions inherited from Akonadi::Attribute | |
virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
using | List = QList<Attribute *> |
Protected Member Functions inherited from Akonadi::Attribute | |
Attribute (const Attribute &)=default | |
Detailed Description
An Attribute that marks that an entity should be hidden in the UI.
This class represents the attribute of all hidden items. The hidden items shouldn't be displayed in UI applications (unless in some kind of "debug" mode).
Example:
- See also
- Akonadi::Attribute
- Since
- 4.4
Definition at line 51 of file entityhiddenattribute.h.
Constructor & Destructor Documentation
◆ EntityHiddenAttribute()
|
explicitdefault |
Creates a new entity hidden attribute.
◆ ~EntityHiddenAttribute()
|
overridedefault |
Destroys the entity hidden attribute.
Member Function Documentation
◆ clone()
|
overridevirtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 28 of file entityhiddenattribute.cpp.
◆ deserialize()
|
overridevirtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 38 of file entityhiddenattribute.cpp.
◆ serialized()
|
nodiscardoverridevirtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 33 of file entityhiddenattribute.cpp.
◆ type()
|
nodiscardoverridevirtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 23 of file entityhiddenattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:31:59 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.