• Skip to content
  • Skip to link menu
KDE 4.2 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 Strigi {
00028 
00029     class IndexReader;
00030     class IndexWriter;
00031 
00032     namespace Soprano {
00033         class IndexManager : public Strigi::IndexManager
00034         {
00035         public:
00036             IndexManager();
00037             ~IndexManager();
00038 
00039             Strigi::IndexReader* indexReader();
00040             Strigi::IndexWriter* indexWriter();
00041 
00042         private:
00043             class Private;
00044             Private* d;
00045         };
00046     }
00047 }
00048 
00049 #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.7
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