kfile-plugins Library API Documentation

kfile_palm.h

00001 /* This file is part of the KDE project 00002 * Copyright (C) 2004 Reinhold Kainhofer <reinhold@kainhofer.com> 00003 * Based on the vcf plugin: 00004 * Copyright (C) 2002 Shane Wright <me@shanewright.co.uk> 00005 * 00006 * This program is free software; you can redistribute it and/or 00007 * modify it under the terms of the GNU General Public 00008 * License as published by the Free Software Foundation version 2. 00009 * 00010 * This program is distributed in the hope that it will be useful, 00011 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 * General Public License for more details. 00014 * 00015 * You should have received a copy of the GNU General Public License 00016 * along with this program; see the file COPYING. If not, write to 00017 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 00018 * Boston, MA 02111-1307, USA. 00019 * 00020 */ 00021 00022 #ifndef __KFILE_PALM_H__ 00023 #define __KFILE_PALM_H__ 00024 00025 #include <kfilemetainfo.h> 00026 00027 class QStringList; 00028 00029 class KPalmPlugin: public KFilePlugin 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 KPalmPlugin( QObject *parent, const char *name, const QStringList& args ); 00035 00036 virtual bool readInfo( KFileMetaInfo& info, uint what); 00037 // virtual bool writeInfo( const KFileMetaInfo& info ) const; 00038 }; 00039 00040 #endif
KDE Logo
This file is part of the documentation for kfile-plugins Library Version 3.3.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Fri Oct 1 15:18:34 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003