KDevelop API Documentation

languages/cpp/createpcsdialog.h

Go to the documentation of this file.
00001 /*************************************************************************** 00002 * Copyright (C) 2003 by Roberto Raggi * 00003 * roberto@kdevelop.org * 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 CREATEPCSDIALOG_H 00013 #define CREATEPCSDIALOG_H 00014 00015 #include "createpcsdialogbase.h" 00016 00017 class CppSupportPart; 00018 00019 class CreatePCSDialog : public CreatePCSDialogBase 00020 { 00021 Q_OBJECT 00022 00023 public: 00024 CreatePCSDialog(CppSupportPart* part, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00025 ~CreatePCSDialog(); 00026 /*$PUBLIC_FUNCTIONS$*/ 00027 00028 public slots: 00029 /*$PUBLIC_SLOTS$*/ 00030 virtual void slotSelected(const QString&); 00031 virtual void slotSelectionChanged(QListViewItem*); 00032 00033 protected: 00034 /*$PROTECTED_FUNCTIONS$*/ 00035 00036 protected slots: 00037 /*$PROTECTED_SLOTS$*/ 00038 virtual void back(); 00039 virtual void next(); 00040 virtual void reject(); 00041 virtual void accept(); 00042 void setNextPageEnabled(int); 00043 00044 private: 00045 CppSupportPart* m_part; 00046 QWidget* m_settings; 00047 class RppDriver; 00048 }; 00049 00050 #endif 00051 00052
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:42 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003