• Skip to content
  • Skip to link menu
KDE 4.1 API Reference
  • KDE API Reference
  • API Reference
  • Sitemap
  • Contact Us
 

NepomukDaemons

sopranoindexmanager.h

Go to the documentation of this file.
00001 /*
00002   Copyright (C) 2007 Sebastian Trueg <trueg@kde.org>
00003 
00004   This library is free software; you can redistribute it and/or
00005   modify it under the terms of the GNU General Public License as
00006   published by the Free Software Foundation; either version 2 of
00007   the License, or (at your option) any later version.
00008 
00009   This library is distributed in the hope that it will be useful,
00010   but WITHOUT ANY WARRANTY; without even the implied warranty of
00011   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00012   Library General Public License for more details.
00013 
00014   You should have received a copy of the GNU General Public License
00015   along with this library; see the file COPYING.  If not, write to
00016   the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00017   Boston, MA 02110-1301, USA.
00018 */
00019 
00020 #ifndef STRIGI_SOPRANO_INDEX_MANAGER_H
00021 #define STRIGI_SOPRANO_INDEX_MANAGER_H
00022 
00023 #include <strigi/indexmanager.h>
00024 
00025 class QString;
00026 
00027 namespace Soprano {
00028     class Model;
00029 }
00030 
00031 namespace Strigi {
00032 
00033     class IndexReader;
00034     class IndexWriter;
00035 
00036     namespace Soprano {
00037         class IndexManager : public Strigi::IndexManager
00038         {
00039         public:
00040             IndexManager( ::Soprano::Model* );
00041             ~IndexManager();
00042 
00043             Strigi::IndexReader* indexReader();
00044             Strigi::IndexWriter* indexWriter();
00045 
00046         private:
00047             class Private;
00048             Private* d;
00049         };
00050     }
00051 }
00052 
00053 #endif

NepomukDaemons

Skip menu "NepomukDaemons"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

API Reference

Skip menu "API Reference"
  • KCMShell
  • KNotify
  • KStyles
  • Nepomuk Daemons
Generated for API Reference by doxygen 1.5.4
This website is maintained by Adriaan de Groot and Allen Winter.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal