KDevelop API Documentation

addclassdlg.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './addclassdlg.ui'
00003 **
00004 ** Created: Tue Mar 22 23:50:43 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef ADDCLASSDLG_H
00011 #define ADDCLASSDLG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class KEditListBox;
00021 class QGroupBox;
00022 class KComboBox;
00023 class QCheckBox;
00024 class QLabel;
00025 class QButtonGroup;
00026 class QRadioButton;
00027 class KLineEdit;
00028 class QPushButton;
00029 class QTextEdit;
00030 class QFrame;
00031 
00032 class AddClassDlg : public QDialog
00033 {
00034     Q_OBJECT
00035 
00036 public:
00037     AddClassDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00038     ~AddClassDlg();
00039 
00040     KEditListBox* Implements;
00041     QGroupBox* GroupBox1;
00042     KComboBox* Extends;
00043     QCheckBox* Abstract;
00044     QCheckBox* Interface;
00045     QLabel* TextLabel1;
00046     QButtonGroup* ButtonGroup1;
00047     QRadioButton* Public;
00048     QRadioButton* Protected;
00049     QRadioButton* Private;
00050     QCheckBox* Final;
00051     KLineEdit* ClassName;
00052     QLabel* TextLabel2;
00053     QPushButton* BrowseSourcePath;
00054     KLineEdit* SourcePath;
00055     QLabel* TextLabel1_2;
00056     QGroupBox* GroupBox3;
00057     QCheckBox* Constructor;
00058     QCheckBox* Main;
00059     QGroupBox* GroupBox4;
00060     QLabel* TextLabel5;
00061     KComboBox* License;
00062     QTextEdit* Documentation;
00063     QFrame* Line1;
00064     QPushButton* PushButton3;
00065     QPushButton* PushButton1;
00066     QPushButton* PushButton2;
00067 
00068 public slots:
00069     virtual void Public_toggled( bool );
00070 
00071 protected:
00072     QGridLayout* AddClassDlgLayout;
00073     QSpacerItem* Spacer5;
00074     QGridLayout* GroupBox1Layout;
00075     QSpacerItem* Spacer2;
00076     QSpacerItem* Spacer1;
00077     QHBoxLayout* ButtonGroup1Layout;
00078     QHBoxLayout* GroupBox3Layout;
00079     QGridLayout* GroupBox4Layout;
00080     QSpacerItem* Spacer4;
00081 
00082 protected slots:
00083     virtual void languageChange();
00084 
00085 };
00086 
00087 #endif // ADDCLASSDLG_H
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:45 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003