codegenerationwizardbase.h
00001
00002
00003
00004
00005
00006
00007
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 * );
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
This file is part of the documentation for umbrello Version 3.1.0.