umbrello API Documentation

codegenerationwizardbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file '/home/kellogg/kdesdk-3.5-branch/umbrello/umbrello/dialogs/codegenerationwizardbase.ui'
00003 **
00004 ** Created: Mi Mai 9 20:21:26 2007
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 CODEGENERATIONWIZARDBASE_H
00011 #define CODEGENERATIONWIZARDBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qpixmap.h>
00015 #include <qwizard.h>
00016 
00017 class QVBoxLayout;
00018 class QHBoxLayout;
00019 class QGridLayout;
00020 class QSpacerItem;
00021 class QWidget;
00022 class QLabel;
00023 class QFrame;
00024 class QPushButton;
00025 class QListView;
00026 class QListViewItem;
00027 class QGroupBox;
00028 class UMLClassifier;
00029 
00030 class CodeGenerationWizardBase : public QWizard
00031 {
00032     Q_OBJECT
00033 
00034 public:
00035     CodeGenerationWizardBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00036     ~CodeGenerationWizardBase();
00037 
00038     QWidget* select;
00039     QLabel* TextLabel1;
00040     QFrame* Frame4;
00041     QPushButton* m_addButton;
00042     QListView* m_selectedList;
00043     QPushButton* m_removeButton;
00044     QListView* m_availableList;
00045     QWidget* status;
00046     QLabel* m_label;
00047     QGroupBox* GroupBox2;
00048     QListView* m_statusList;
00049 
00050 public slots:
00051     virtual void selectClass();
00052     virtual void classGenerated( UMLClassifier * /* c */ );
00053 
00054 protected:
00055     QVBoxLayout* selectLayout;
00056     QGridLayout* Frame4Layout;
00057     QSpacerItem* Spacer1;
00058     QSpacerItem* Spacer3;
00059     QSpacerItem* Spacer1_2;
00060     QVBoxLayout* statusLayout;
00061     QVBoxLayout* GroupBox2Layout;
00062 
00063 protected slots:
00064     virtual void languageChange();
00065 
00066     virtual void deselectClass();
00067 
00068 
00069 private:
00070     QPixmap image0;
00071     QPixmap image1;
00072 
00073 };
00074 
00075 #endif // CODEGENERATIONWIZARDBASE_H
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003