umbrello  2.31.70
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
codegenerationpolicypage.h
Go to the documentation of this file.
1 /***************************************************************************
2  codegenerationpolicypage.h - description
3  -------------------
4  begin : Tue Jul 29 2003
5  copyright : (C) 2003 by Brian Thomas
6  email : brian.thomas@gsfc.nasa.gov
7  ***************************************************************************/
8 
9 /***************************************************************************
10  * *
11  * This program is free software; you can redistribute it and/or modify *
12  * it under the terms of the GNU General Public License as published by *
13  * the Free Software Foundation; either version 2 of the License, or *
14  * (at your option) any later version. *
15  * *
16  * copyright (C) 2004-2014 *
17  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
18  ***************************************************************************/
19 
20 #ifndef CODEGENERATIONPOLICYPAGE_H
21 #define CODEGENERATIONPOLICYPAGE_H
22 
23 #include "dialogpagebase.h"
24 
25 class CodeGenPolicyExt;
26 
31 {
32  Q_OBJECT
33 public:
34  explicit CodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, CodeGenPolicyExt * policy = 0);
35 
36  virtual ~CodeGenerationPolicyPage();
37 
38  void setDefaults();
39 
40 protected:
41 
43 
44 public slots:
45 
46  virtual void apply();
47 
48 
49 };
50 
51 #endif
52 
CodeGenPolicyExt * m_parentPolicy
Definition: codegenerationpolicypage.h:42
Definition: dialogpagebase.h:24
void setDefaults()
Definition: codegenerationpolicypage.cpp:48
CodeGenerationPolicyPage(QWidget *parent=0, const char *name=0, CodeGenPolicyExt *policy=0)
Definition: codegenerationpolicypage.cpp:32
virtual void apply()
Definition: codegenerationpolicypage.cpp:44
Definition: codegenerationpolicypage.h:30
Definition: codegenpolicyext.h:27
virtual ~CodeGenerationPolicyPage()
Definition: codegenerationpolicypage.cpp:39