KDevelop API Documentation

vcs/clearcase/clearcasepart.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Ajay Guleria * 00003 * ajay_guleria at yahoo dot com * 00004 * * 00005 * This program is free software; you can redistribute it and/or modify * 00006 * it under the terms of the GNU General Public License as published by * 00007 * the Free Software Foundation; either version 2 of the License, or * 00008 * (at your option) any later version. * 00009 * * 00010 ***************************************************************************/ 00011 00012 #ifndef _CLEARCASEPART_H_ 00013 #define _CLEARCASEPART_H_ 00014 00015 #include "kdevplugin.h" 00016 00017 class Context; 00018 class QPopupMenu; 00019 00020 class ClearcasePart : public KDevPlugin { 00021 Q_OBJECT 00022 00023 public: 00024 ClearcasePart( QObject *parent, const char *name, const QStringList & ); 00025 ~ClearcasePart(); 00026 00027 const QString default_checkin; 00028 const QString default_checkout; 00029 const QString default_uncheckout; 00030 const QString default_create; 00031 const QString default_remove; 00032 const QString default_diff; 00033 // const QString default_log; 00034 00035 private slots: 00036 void contextMenu(QPopupMenu *popup, const Context *context); 00037 00038 void slotCheckin(); 00039 void slotCheckout(); 00040 void slotUncheckout(); 00041 00042 void slotCreate(); 00043 void slotRemove(); 00044 // void slotLog(); 00045 00046 void slotDiff(); 00047 void slotDiffFinished( const QString& diff, const QString& err ); 00048 00049 private: 00050 QString popupfile; 00051 QString viewname; 00052 }; 00053 00054 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Oct 19 08:01:53 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003