umbrello API Documentation

codegenerationpolicybase.cpp

00001 #include <kdialog.h>
00002 #include <klocale.h>
00003 /****************************************************************************
00004 ** Form implementation generated from reading ui file '/home/kellogg/kdesdk-3.5-branch/umbrello/umbrello/dialogs/codegenerationpolicybase.ui'
00005 **
00006 ** Created: Mi Mai 9 20:21:37 2007
00007 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
00008 **
00009 ** WARNING! All changes made in this file will be lost!
00010 ****************************************************************************/
00011 
00012 #include "codegenerationpolicybase.h"
00013 
00014 #include <qvariant.h>
00015 #include <qframe.h>
00016 #include <qlayout.h>
00017 #include <qtooltip.h>
00018 #include <qwhatsthis.h>
00019 
00020 /*
00021  *  Constructs a CodeGenerationPolicyBase as a child of 'parent', with the
00022  *  name 'name' and widget flags set to 'f'.
00023  */
00024 CodeGenerationPolicyBase::CodeGenerationPolicyBase( QWidget* parent, const char* name, WFlags fl )
00025     : QWidget( parent, name, fl )
00026 {
00027     if ( !name )
00028     setName( "CodeGenerationPolicyBase" );
00029 
00030     policyFrame = new QFrame( this, "policyFrame" );
00031     policyFrame->setGeometry( QRect( 30, 20, 470, 470 ) );
00032     policyFrame->setFrameShape( QFrame::StyledPanel );
00033     policyFrame->setFrameShadow( QFrame::Raised );
00034     languageChange();
00035     resize( QSize(519, 515).expandedTo(minimumSizeHint()) );
00036     clearWState( WState_Polished );
00037 }
00038 
00039 /*
00040  *  Destroys the object and frees any allocated resources
00041  */
00042 CodeGenerationPolicyBase::~CodeGenerationPolicyBase()
00043 {
00044     // no need to delete child widgets, Qt does it all for us
00045 }
00046 
00047 /*
00048  *  Sets the strings of the subwidgets using the current
00049  *  language.
00050  */
00051 void CodeGenerationPolicyBase::languageChange()
00052 {
00053 }
00054 
00055 void CodeGenerationPolicyBase::apply()
00056 {
00057     qWarning( "CodeGenerationPolicyBase::apply(): Not implemented yet" );
00058 }
00059 
00060 #include "codegenerationpolicybase.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:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003