KDevelop API Documentation

newwidgetdlg.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  *   Copyright (C) 2002 by Jakob Simon-Gaarde                              *
00003  *   jsgaarde@tdcspace.dk                                                  *
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 NEWWIDGETDLG_H
00013 #define NEWWIDGETDLG_H
00014 
00015 #include "newwidgetdlgbase.h"
00016 #include "trollprojectwidget.h"
00017 
00018 class QStringList;
00019 class QDomDocument;
00020 
00021 class NewWidgetDlg : public NewWidgetDlgBase
00022 {
00023 public:
00024                         NewWidgetDlg(QStringList &newFileNames,QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00025                         ~NewWidgetDlg();
00026 
00027 
00028 public slots:
00029   virtual void          subclassingPressed();
00030   virtual void          templateSelChanged();
00031   virtual void          accept();
00032 
00033 protected:
00034   QStringList           &m_newFileNames;
00035 };
00036 
00037 #endif
00038 
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Mar 23 00:03:41 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003