akonadi
#include <entityhiddenattribute.h>

Public Member Functions | |
EntityHiddenAttribute () | |
~EntityHiddenAttribute () | |
EntityHiddenAttribute * | clone () const |
void | deserialize (const QByteArray &data) |
QByteArray | serialized () const |
QByteArray | type () const |
![]() | |
virtual | ~Attribute () |
Additional Inherited Members | |
![]() | |
typedef QList< Attribute * > | List |
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 60 of file entityhiddenattribute.h.
Constructor & Destructor Documentation
◆ EntityHiddenAttribute()
EntityHiddenAttribute::EntityHiddenAttribute | ( | ) |
Creates a new entity hidden attribute.
Definition at line 28 of file entityhiddenattribute.cpp.
◆ ~EntityHiddenAttribute()
EntityHiddenAttribute::~EntityHiddenAttribute | ( | ) |
Destroys the entity hidden attribute.
Definition at line 33 of file entityhiddenattribute.cpp.
Member Function Documentation
◆ clone()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 43 of file entityhiddenattribute.cpp.
◆ deserialize()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 53 of file entityhiddenattribute.cpp.
◆ serialized()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 48 of file entityhiddenattribute.cpp.
◆ type()
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 37 of file entityhiddenattribute.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.