umbrello  2.32.1
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
rubycodegenerationpolicypage.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) 2005 *
8  * Richard Dale <Richard_Dale@tipitina.demon.co.uk> *
9  * copyright (C) 2006-2020 *
10  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
11  ***************************************************************************/
12 
13 #ifndef RUBYCODEGENERATIONPOLICYPAGE_H
14 #define RUBYCODEGENERATIONPOLICYPAGE_H
15 
19 
21 {
22  Q_OBJECT
23 public:
24 
25  explicit RubyCodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, RubyCodeGenerationPolicy * policy = 0);
26 
28 
29 protected:
30 
32 
33 public slots:
34 
35  void apply();
36 
37 };
38 
39 #endif
40 
Definition: codegenerationpolicypage.h:31
Definition: rubycodegenerationpolicypage.h:21
void apply()
Definition: rubycodegenerationpolicypage.cpp:40
RubyCodeGenerationPolicyPage(QWidget *parent=0, const char *name=0, RubyCodeGenerationPolicy *policy=0)
Definition: rubycodegenerationpolicypage.cpp:23
virtual ~RubyCodeGenerationPolicyPage()
Definition: rubycodegenerationpolicypage.cpp:36
Ui::RubyCodeGenerationFormBase form
Definition: rubycodegenerationpolicypage.h:31
Definition: rubycodegenerationpolicy.h:24
Definition: ui_rubycodegenerationformbase.h:212