umbrello API Documentation

javacodeoperation.h

00001 /***************************************************************************
00002  *                                                                         *
00003  *   This program is free software; you can redistribute it and/or modify  *
00004  *   it under the terms of the GNU General Public License as published by  *
00005  *   the Free Software Foundation; either version 2 of the License, or     *
00006  *   (at your option) any later version.                                   *
00007  *                                                                         *
00008  *   copyright (C) 2004-2006                                               *
00009  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00010  ***************************************************************************/
00011 
00012 /*  This code generated by:
00013  *      Author : thomas
00014  *      Date   : Mon Jun 30 2003
00015  */
00016 
00017 
00018 #ifndef JAVACODEOPERATION_H
00019 #define JAVACODEOPERATION_H
00020 
00021 #include <qstring.h>
00022 #include "../codeoperation.h"
00023 
00024 class JavaClassifierCodeDocument;
00025 
00026 class JavaCodeOperation : virtual public CodeOperation
00027 {
00028     Q_OBJECT
00029 public:
00030 
00031     // Constructors/Destructors
00032     //
00033 
00037     JavaCodeOperation ( JavaClassifierCodeDocument * doc, UMLOperation * op, const QString & body = "", const QString & comment = "");
00038 
00042     virtual ~JavaCodeOperation ( );
00043 
00044     virtual int lastEditableLine();
00045 
00046 protected:
00047 
00048     void updateMethodDeclaration();
00049 
00050 };
00051 
00052 #endif // JAVACODEOPERATION_H
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:57 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003