akonadi
#include <entityhiddenattribute.h>
Public Member Functions | |
EntityHiddenAttribute () | |
~EntityHiddenAttribute () | |
EntityHiddenAttribute * | clone () const |
void | deserialize (const QByteArray &data) |
QByteArray | serialized () const |
QByteArray | type () const |
Public Member Functions inherited from Akonadi::Attribute | |
virtual | ~Attribute () |
Additional Inherited Members | |
Public Types inherited from Akonadi::Attribute | |
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 | ( | ) |
Creates a new entity hidden attribute.
Definition at line 28 of file entityhiddenattribute.cpp.
EntityHiddenAttribute::~EntityHiddenAttribute | ( | ) |
Destroys the entity hidden attribute.
Definition at line 33 of file entityhiddenattribute.cpp.
Member Function Documentation
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 43 of file entityhiddenattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 53 of file entityhiddenattribute.cpp.
|
virtual |
Reimplemented from Attribute.
Implements Akonadi::Attribute.
Definition at line 48 of file entityhiddenattribute.cpp.
|
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-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.