umbrello API Documentation

codegenerationpolicypage.cpp

00001 /***************************************************************************
00002     begin                : Tue Jul 29 2003
00003     copyright            : (C) 2003 by Brian Thomas
00004     email                : brian.thomas@gsfc.nasa.gov
00005  ***************************************************************************/
00006 
00007 /***************************************************************************
00008  *                                                                         *
00009  *   This program is free software; you can redistribute it and/or modify  *
00010  *   it under the terms of the GNU General Public License as published by  *
00011  *   the Free Software Foundation; either version 2 of the License, or     *
00012  *   (at your option) any later version.                                   *
00013  *                                                                         *
00014  *   copyright (C) 2004-2007                                               *
00015  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00016  ***************************************************************************/
00017 
00018 // own header
00019 #include "codegenerationpolicypage.h"
00020 
00021 // qt/kde includes
00022 #include <qlabel.h>
00023 #include <klocale.h>
00024 
00025 // local includes
00026 #include "../codegenerationpolicy.h"
00027 
00028 
00032 CodeGenerationPolicyPage::CodeGenerationPolicyPage( QWidget *parent, const char *name, CodeGenPolicyExt * policy )
00033         :CodeGenerationPolicyBase(parent,name)
00034 {
00035     m_parentPolicy = policy;
00036 }
00037 
00038 CodeGenerationPolicyPage::~CodeGenerationPolicyPage()
00039 {
00040     this->disconnect();
00041 }
00042 
00043 void CodeGenerationPolicyPage::apply() {
00044     // do nothing in vanilla version
00045 }
00046 
00047 void CodeGenerationPolicyPage::setDefaults() { }
00048 
00049 #include "codegenerationpolicypage.moc"
00050 
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