akonadi
entityhiddenattribute.h
00001 /****************************************************************************** 00002 * 00003 * Copyright (c) 2009 Szymon Stefanek <s.stefanek at gmail dot com> 00004 * 00005 * This library is free software; you can redistribute it and/or modify it 00006 * under the terms of the GNU Library General Public License as published by 00007 * the Free Software Foundation; either version 2 of the License, or (at your 00008 * option) any later version. 00009 * 00010 * This library is distributed in the hope that it will be useful, but WITHOUT 00011 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 00012 * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public 00013 * License for more details. 00014 * 00015 * You should have received a copy of the GNU Library General Public License 00016 * along with this library; see the file COPYING.LIB. If not, write to the 00017 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, 00018 * MA, 02110-1301, USA. 00019 * 00020 *****************************************************************************/ 00021 00022 #ifndef AKONADI_ENTITYHIDDENATTRIBUTE_H 00023 #define AKONADI_ENTITYHIDDENATTRIBUTE_H 00024 00025 #include <akonadi/attribute.h> 00026 00027 namespace Akonadi { 00028 00060 class AKONADI_EXPORT EntityHiddenAttribute : public Attribute 00061 { 00062 public: 00066 EntityHiddenAttribute(); 00067 00071 ~EntityHiddenAttribute(); 00072 00076 QByteArray type() const; 00077 00081 EntityHiddenAttribute* clone() const; 00082 00086 QByteArray serialized() const; 00087 00091 void deserialize( const QByteArray &data ); 00092 00093 private: 00094 //@cond PRIVATE 00095 class Private; 00096 Private* const d; 00097 //@endcond 00098 }; 00099 00100 } 00101 00102 #endif
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:18:32 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Thu May 10 2012 22:18:32 by doxygen 1.8.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.