umbrello API Documentation

codegenerationpolicypage.h

00001 /***************************************************************************
00002                           codegenerationpolicypage.h  -  description
00003                              -------------------
00004     begin                : Tue Jul 29 2003
00005     copyright            : (C) 2003 by Brian Thomas
00006     email                : brian.thomas@gsfc.nasa.gov
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) 2004-2006                                               *
00017  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00018  ***************************************************************************/
00019 
00020 #ifndef CODEGENERATIONPOLICYPAGE_H
00021 #define CODEGENERATIONPOLICYPAGE_H
00022 
00023 #include <qwidget.h>
00024 #include "codegenerationpolicybase.h"
00025 
00026 class CodeGenPolicyExt;
00027 
00032 class CodeGenerationPolicyPage : public CodeGenerationPolicyBase  {
00033     Q_OBJECT
00034 public:
00035     explicit CodeGenerationPolicyPage (QWidget *parent=0, const char *name=0, CodeGenPolicyExt * policy = 0);
00036 
00037     virtual ~CodeGenerationPolicyPage();
00038 
00039     void setDefaults();
00040 
00041 protected:
00042 
00043     CodeGenPolicyExt * m_parentPolicy;
00044 
00045 private:
00046 
00047 public slots:
00048 
00049     virtual void apply();
00050 
00051 
00052 };
00053 
00054 #endif
00055 
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:07:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003