umbrello  2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
javacodegenerationpolicypage.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov> *
8  * copyright (C) 2003-2020 *
9  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10  ***************************************************************************/
11 
12 #ifndef JAVACODEGENERATIONPOLICYPAGE_H
13 #define JAVACODEGENERATIONPOLICYPAGE_H
14 
18 
24 {
25 public:
26  explicit JavaCodeGenerationFormBase(QWidget *parent) : QWidget(parent)
27  {
28  setupUi(this);
29  }
30 };
31 
32 
34 {
35  Q_OBJECT
36 public:
37 
38  explicit JavaCodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, JavaCodeGenerationPolicy * policy = 0);
39 
41 
42 protected:
43 
45 
46 public slots:
47 
48  void apply();
49 
50 };
51 
52 #endif
53 
Definition: codegenerationpolicypage.h:31
Definition: javacodegenerationpolicypage.h:24
JavaCodeGenerationFormBase(QWidget *parent)
Definition: javacodegenerationpolicypage.h:26
Definition: javacodegenerationpolicypage.h:34
JavaCodeGenerationFormBase * form
Definition: javacodegenerationpolicypage.h:44
void apply()
Definition: javacodegenerationpolicypage.cpp:46
JavaCodeGenerationPolicyPage(QWidget *parent=0, const char *name=0, JavaCodeGenerationPolicy *policy=0)
Definition: javacodegenerationpolicypage.cpp:21
virtual ~JavaCodeGenerationPolicyPage()
Definition: javacodegenerationpolicypage.cpp:42
Definition: javacodegenerationpolicy.h:23
Definition: ui_javacodegenerationformbase.h:236
void setupUi(QWidget *JavaCodeGenerationFormBase)
Definition: ui_javacodegenerationformbase.h:53