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

vcs

vcseventwidget.h

00001 /***************************************************************************
00002  *   This file is part of KDevelop                                         *
00003  *   Copyright 2007 Dukju Ahn <dukjuahn@gmail.com>                         *
00004  *   Copyright 2007 Andreas Pakulat <apaku@gmx.de>                         *
00005  *                                                                         *
00006  *   This program is free software; you can redistribute it and/or modify  *
00007  *   it under the terms of the GNU Library General Public License as       *
00008  *   published by the Free Software Foundation; either version 2 of the    *
00009  *   License, or (at your option) any later version.                       *
00010  *                                                                         *
00011  *   This program is distributed in the hope that it will be useful,       *
00012  *   but WITHOUT ANY WARRANTY; without even the implied warranty of        *
00013  *   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the         *
00014  *   GNU General Public License for more details.                          *
00015  *                                                                         *
00016  *   You should have received a copy of the GNU Library General Public     *
00017  *   License along with this program; if not, write to the                 *
00018  *   Free Software Foundation, Inc.,                                       *
00019  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
00020  ***************************************************************************/
00021 
00022 #ifndef VCSEVENTWIDGET_H
00023 #define VCSEVENTWIDGET_H
00024 
00025 #include <QtGui/QWidget>
00026 #include "../vcsexport.h"
00027 
00028 class QPoint;
00029 class QModelIndex;
00030 class KUrl;
00031 
00032 namespace KDevelop
00033 {
00034 class VcsJob;
00035 
00036 
00037 class KDEVPLATFORMVCS_EXPORT VcsEventWidget : public QWidget
00038 {
00039     Q_OBJECT
00040 public:
00041     VcsEventWidget( const KUrl&, KDevelop::VcsJob*, QWidget *parent = 0 );
00042     virtual ~VcsEventWidget();
00043 
00044 private:
00045     Q_PRIVATE_SLOT(d, void diffToPrevious())
00046     Q_PRIVATE_SLOT(d, void diffRevisions())
00047     Q_PRIVATE_SLOT(d, void jobReceivedResults( KDevelop::VcsJob* ))
00048     Q_PRIVATE_SLOT(d, void eventViewCustomContextMenuRequested( const QPoint &point ))
00049     Q_PRIVATE_SLOT(d, void eventViewClicked( const QModelIndex &index ))
00050     class VcsEventWidgetPrivate* const d;
00051 };
00052 }
00053 
00054 #endif

vcs

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

KDevelop Platform Libraries

Skip menu "KDevelop Platform Libraries"
  • interfaces
  • language
  •   codegen
  •   duchain
  •   editor
  • outputview
  •     interfaces
  • 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