KDevelop API Documentation

buildtools/autotools/removetargetdlg.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 ------------------- 00003 begin : 21.11.2002 00004 copyright : (C) 2002 by Victor Röder 00005 email : victor_roeder@gmx.de 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 #ifndef _REMOVETARGETDLG_H_ 00018 #define _REMOVETARGETDLG_H_ 00019 00020 #include "removetargetdlgbase.h" 00021 00022 #include <qptrlist.h> 00023 00024 class AutoProjectWidget; 00025 class AutoProjectPart; 00026 class SubprojectItem; 00027 class TargetItem; 00028 00033 class RemoveTargetDialog : public RemoveTargetDlgBase 00034 { 00035 00036 public: 00037 RemoveTargetDialog( AutoProjectWidget *widget, AutoProjectPart* part, SubprojectItem *spitem, 00038 TargetItem *titem, QWidget* parent = 0, const char* name = 0 ); 00039 ~RemoveTargetDialog(); 00040 00041 private: 00042 SubprojectItem* m_spitem; 00043 TargetItem* m_titem; 00044 AutoProjectWidget* m_widget; 00045 AutoProjectPart* m_part; 00046 00047 QPtrList <SubprojectItem> dependentSubprojects; 00048 00049 protected: 00050 void init (); 00051 virtual void accept(); 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 Wed Oct 6 17:38:54 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003