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

language/duchain

duchainobserver.h

00001 /* This file is part of KDevelop
00002     Copyright 2006 Hamish Rodda <rodda@kde.org>
00003 
00004    This library is free software; you can redistribute it and/or
00005    modify it under the terms of the GNU Library General Public
00006    License version 2 as published by the Free Software Foundation.
00007 
00008    This library is distributed in the hope that it will be useful,
00009    but WITHOUT ANY WARRANTY; without even the implied warranty of
00010    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00011    Library General Public License for more details.
00012 
00013    You should have received a copy of the GNU Library General Public License
00014    along with this library; see the file COPYING.LIB.  If not, write to
00015    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00016    Boston, MA 02110-1301, USA.
00017 */
00018 
00019 #ifndef DUCHAINOBSERVER_H
00020 #define DUCHAINOBSERVER_H
00021 
00022 #include <QtCore/QObject>
00023 
00024 #include <KDE/KUrl>
00025 
00026 #include <KDE/KTextEditor/Range>
00027 
00028 #include "duchainpointer.h"
00029 #include "../interfaces/iproblem.h"
00030 
00031 namespace KDevelop
00032 {
00033 
00034 class DUChainBase;
00035 class DUContext;
00036 class Declaration;
00037 class Definition;
00038 class Use;
00039 
00046 class KDEVPLATFORMLANGUAGE_EXPORT DUChainObserver : public QObject
00047 {
00048   Q_OBJECT
00049   friend class DUChain;
00050 
00051 public:
00053   virtual ~DUChainObserver();
00054 
00055 Q_SIGNALS:
00056   void branchAdded(KDevelop::DUContextPointer context);
00057   void branchModified(KDevelop::DUContextPointer context);
00058   void branchRemoved(KDevelop::DUContextPointer context);
00059 };
00060 
00061 }
00062 
00063 #endif // DUCHAINOBSERVER_H
00064 
00065 // kate: space-indent on; indent-width 2; tab-width 4; replace-tabs on; auto-insert-doxygen on

language/duchain

Skip menu "language/duchain"
  • Main Page
  • Namespace List
  • Class Hierarchy
  • Alphabetical List
  • Class List
  • File List
  • Namespace Members
  • Class Members
  • Related Pages

KDevelop Platform Libraries

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