KDevelop API Documentation

addattributedialogbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './addattributedialogbase.ui'
00003 **
00004 ** Created: Tue Mar 22 23:52:36 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 ADDATTRIBUTEDIALOGBASE_H
00011 #define ADDATTRIBUTEDIALOGBASE_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 QListView;
00021 class QListViewItem;
00022 class QPushButton;
00023 class QGroupBox;
00024 class QLabel;
00025 class QComboBox;
00026 class QLineEdit;
00027 
00028 class AddAttributeDialogBase : public QDialog
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     AddAttributeDialogBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~AddAttributeDialogBase();
00035 
00036     QListView* attributes;
00037     QPushButton* addAttributeButton;
00038     QPushButton* deleteAttributeButton;
00039     QGroupBox* groupBox1;
00040     QLabel* textLabel1;
00041     QComboBox* returnType;
00042     QLineEdit* declarator;
00043     QLabel* textLabel2;
00044     QComboBox* storage;
00045     QLabel* textLabel5;
00046     QLabel* textLabel3;
00047     QComboBox* access;
00048     QPushButton* buttonOk;
00049     QPushButton* buttonCancel;
00050 
00051 public slots:
00052     virtual void addAttribute();
00053     virtual void deleteCurrentAttribute();
00054     virtual void currentChanged(QListViewItem*);
00055     virtual void updateGUI();
00056 
00057 protected:
00058     QVBoxLayout* AddAttributeDialogBaseLayout;
00059     QHBoxLayout* layout3;
00060     QSpacerItem* spacer3;
00061     QVBoxLayout* groupBox1Layout;
00062     QGridLayout* layout4;
00063     QGridLayout* layout5;
00064     QHBoxLayout* Layout1;
00065     QSpacerItem* Horizontal_Spacing2;
00066 
00067 protected slots:
00068     virtual void languageChange();
00069 
00070     virtual void init();
00071     virtual void destroy();
00072 
00073 
00074 };
00075 
00076 #endif // ADDATTRIBUTEDIALOGBASE_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