defaultcodegenpolicypage.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011 #ifndef DEFAULTCODEGENPOLICYPAGE_H
00012 #define DEFAULTCODEGENPOLICYPAGE_H
00013
00014 #include <qvariant.h>
00015 #include <qwidget.h>
00016 #include "codegenerationpolicypage.h"
00017
00018 class QVBoxLayout;
00019 class QHBoxLayout;
00020 class QGridLayout;
00021 class QLabel;
00022 class CodeGenePolicyExt;
00023
00024 class DefaultCodeGenPolicyPage : public CodeGenerationPolicyPage
00025 {
00026 Q_OBJECT
00027
00028 public:
00029
00030 explicit DefaultCodeGenPolicyPage( QWidget* parent = 0, const char* name = 0, CodeGenPolicyExt * policy =0);
00031
00032 ~DefaultCodeGenPolicyPage();
00033
00034 QLabel* textLabel;
00035
00036 protected:
00037
00038 protected slots:
00039
00040 };
00041
00042 #endif // DEFAULTCODEGENPOLICYPAGE_H
This file is part of the documentation for umbrello Version 3.1.0.