• Skip to content
  • Skip to link menu
KDE 4.2 API Reference
  • KDE API Reference
  • KDevelop Platform Libraries
  • Sitemap
  • Contact Us
 

interfaces

ilanguage.h

00001 /***************************************************************************
00002  *   Copyright 2007 Alexander Dymo  <adymo@kdevelop.org>            *
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU Library General Public License as       *
00006  *   published by the Free Software Foundation; either version 2 of the    *
00007  *   License, or (at your option) any later version.                       *
00008  *                                                                         *
00009  *   This program 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         *
00012  *   GNU General Public License for more details.                          *
00013  *                                                                         *
00014  *   You should have received a copy of the GNU Library General Public     *
00015  *   License along with this program; if not, write to the                 *
00016  *   Free Software Foundation, Inc.,                                       *
00017  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
00018  ***************************************************************************/
00019 #ifndef ILANGUAGE_H
00020 #define ILANGUAGE_H
00021 
00022 #include <QtCore/QObject>
00023 
00024 #include <kurl.h>
00025 
00026 #include "interfacesexport.h"
00027 
00028 class QMutex;
00029 class QThread;
00030 
00031 namespace KDevelop {
00032 
00033 class ILanguageSupport;
00034 class BackgroundParser;
00035 
00036 class KDEVPLATFORMINTERFACES_EXPORT ILanguage: public QObject {
00037 public:
00038     explicit ILanguage(const QString &name, QObject *parent = 0);
00039     virtual ~ILanguage();
00040 
00041     QString name() const;
00042 
00043     virtual void activate() = 0;
00044     virtual void deactivate() = 0;
00045 
00047     virtual ILanguageSupport *languageSupport() = 0;
00048 
00049     virtual QMutex *parseMutex(QThread *thread) const = 0;
00050     virtual void lockAllParseMutexes() = 0;
00051     virtual void unlockAllParseMutexes() = 0;
00052 
00053 private:
00054     struct ILanguagePrivate *d;
00055 };
00056 
00057 }
00058 
00059 #endif
00060 

interfaces

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

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   duchain
  •   editor
  • outputview
  • project
  • shell
  • sublime
  • util
  • vcs
Generated for KDevelop Platform Libraries 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