• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdelibs API Reference
  • KDE Home
  • Contact Us
 

Nepomuk-Core

  • sources
  • kde-4.12
  • kdelibs
  • nepomuk-core
  • rcgen
ontologyparser.h
Go to the documentation of this file.
1 /*
2  *
3  * $Id: sourceheader 511311 2006-02-19 14:51:05Z trueg $
4  *
5  * This file is part of the Nepomuk KDE project.
6  * Copyright (C) 2006-2007 Sebastian Trueg <trueg@kde.org>
7  *
8  * This library is free software; you can redistribute it and/or modify
9  * it under the terms of the GNU General Public License as published by
10  * the Free Software Foundation; either version 2 of the License, or
11  * (at your option) any later version.
12  * See the file "COPYING.LIB" for the exact licensing terms.
13  */
14 
15 #ifndef _ONTOLOGY_PARSER_H_
16 #define _ONTOLOGY_PARSER_H_
17 
18 #include <QtCore/QStringList>
19 #include <QtCore/QList>
20 
21 class ResourceClass;
22 
23 class OntologyParser
24 {
25  public:
26  OntologyParser();
27  ~OntologyParser();
28 
29  bool parse( const QString& filename, const QString& serialization = QString() );
30  QList<ResourceClass*> parsedClasses() const;
31 
32  private:
33  class Private;
34  Private* d;
35 };
36 
37 #endif
OntologyParser::OntologyParser
OntologyParser()
Definition: ontologyparser.cpp:92
OntologyParser
Definition: ontologyparser.h:23
OntologyParser::parse
bool parse(const QString &filename, const QString &serialization=QString())
Definition: ontologyparser.cpp:105
ResourceClass
Represents a resource.
Definition: resourceclass.h:30
OntologyParser::~OntologyParser
~OntologyParser()
Definition: ontologyparser.cpp:99
OntologyParser::parsedClasses
QList< ResourceClass * > parsedClasses() const
Definition: ontologyparser.cpp:232
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

Nepomuk-Core

Skip menu "Nepomuk-Core"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdelibs API Reference

Skip menu "kdelibs API Reference"
  • DNSSD
  • Interfaces
  •   KHexEdit
  •   KMediaPlayer
  •   KSpeech
  •   KTextEditor
  • kconf_update
  • KDE3Support
  •   KUnitTest
  • KDECore
  • KDED
  • KDEsu
  • KDEUI
  • KDEWebKit
  • KDocTools
  • KFile
  • KHTML
  • KImgIO
  • KInit
  • kio
  • KIOSlave
  • KJS
  •   KJS-API
  • kjsembed
  •   WTF
  • KNewStuff
  • KParts
  • KPty
  • Kross
  • KUnitConversion
  • KUtils
  • Nepomuk
  • Nepomuk-Core
  • Nepomuk
  • Plasma
  • Solid
  • Sonnet
  • ThreadWeaver

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal