umbrello API Documentation

rubycodegenerationpolicypage.h

00001 /***************************************************************************
00002                           rubycodegenerationpolicypage.h
00003                           Derived from the Java code generator by thomas
00004 
00005     begin                : Thur Jul 21 2005
00006     author               : Richard Dale
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  *   copyright (C) 2005-2006                                               *
00017  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00018  ***************************************************************************/
00019 
00020 #ifndef RUBYCODEGENERATIONPOLICYPAGE_H
00021 #define RUBYCODEGENERATIONPOLICYPAGE_H
00022 
00023 #include "../dialogs/codegenerationpolicypage.h"
00024 #include "rubycodegenerationformbase.h"
00025 
00026 #include "rubycodegenerationpolicy.h"
00027 
00032 class RubyCodeGenerationPolicyPage : public CodeGenerationPolicyPage {
00033     Q_OBJECT
00034 public:
00035 
00036     explicit RubyCodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, RubyCodeGenerationPolicy * policy = 0);
00037 
00038     virtual ~RubyCodeGenerationPolicyPage();
00039 
00040 protected:
00041 
00042     RubyCodeGenerationFormBase * form;
00043 
00044 public slots:
00045 
00046     void apply();
00047 
00048 };
00049 
00050 #endif
00051 
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:08:00 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003