KDevelop API Documentation

languages/php/phpnewclassdlg.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 phpnewclassdlg.h - description 00003 ------------------- 00004 begin : Sat Aug 11 2001 00005 copyright : (C) 2001 by Sandy Meier 00006 email : smeier@kdevelop.org 00007 ***************************************************************************/ 00008 00009 /*************************************************************************** 00010 * * 00011 * This program is free software; you can redistribute it and/or modify * 00012 * it under the terms of the GNU General Public License as published by * 00013 * the Free Software Foundation; either version 2 of the License, or * 00014 * (at your option) any later version. * 00015 * * 00016 ***************************************************************************/ 00017 00018 #ifndef PHPNEWCLASSDLG_H 00019 #define PHPNEWCLASSDLG_H 00020 00021 #include <qwidget.h> 00022 #include "phpnewclassdlgbase.h" 00023 00028 class PHPNewClassDlg : public PHPNewClassDlgBase { 00029 Q_OBJECT 00030 public: 00031 PHPNewClassDlg(const QStringList& baseClassNames,const QString& directory,QWidget *parent=0, const char *name=0); 00032 ~PHPNewClassDlg(); 00033 protected slots: 00034 void classNameTextChanged(const QString&); 00035 void fileNameTextChanged(const QString&); 00036 void accept(); 00037 void slotDirButtonClicked(); 00038 protected: 00039 bool m_filenameModified; 00040 }; 00041 00042 #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:46 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003