umbrello API Documentation

defaultcodegenpolicypage.cpp

00001 
00002 /***************************************************************************
00003                           codegenerationpolicypage.cpp  -  description
00004                              -------------------
00005     begin                : Tue Jul 29 2003
00006     copyright            : (C) 2003 by Brian Thomas
00007     email                : brian.thomas@gsfc.nasa.gov
00008  ***************************************************************************/
00009 
00010 /***************************************************************************
00011  *                                                                         *
00012  *   This program is free software; you can redistribute it and/or modify  *
00013  *   it under the terms of the GNU General Public License as published by  *
00014  *   the Free Software Foundation; either version 2 of the License, or     *
00015  *   (at your option) any later version.                                   *
00016  *                                                                         *
00017  *   copyright (C) 2004-2007                                               *
00018  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00019  ***************************************************************************/
00020 
00021 // own header
00022 #include "defaultcodegenpolicypage.h"
00023 
00024 // qt/kde includes
00025 #include <qlabel.h>
00026 #include <klocale.h>
00027 
00028 
00032 DefaultCodeGenPolicyPage::DefaultCodeGenPolicyPage ( QWidget *parent, const char *name, CodeGenPolicyExt * policy )
00033         :CodeGenerationPolicyPage(parent,name,policy)
00034 {
00035     textLabel = new QLabel(parent,"textLabel");
00036     textLabel->setText(tr2i18n("<p align=\"center\">No Options Available.</p>"));
00037 }
00038 
00039 DefaultCodeGenPolicyPage::~DefaultCodeGenPolicyPage() { }
00040 
00041 #include "defaultcodegenpolicypage.moc"
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:56 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003