umbrello API Documentation

rubycodeoperation.h

00001 /***************************************************************************
00002                           rubycodeoperation.h
00003                           Derived from the Java code generator by thomas
00004 
00005     begin                : Thur Jul 21 2005
00006     author               : Richard Dale
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) 2006-2007                                               *
00017  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00018  ***************************************************************************/
00019 
00020 #ifndef RUBYCODEOPERATION_H
00021 #define RUBYCODEOPERATION_H
00022 
00023 #include <qstring.h>
00024 #include "../codeoperation.h"
00025 
00026 class RubyClassifierCodeDocument;
00027 
00028 class RubyCodeOperation : virtual public CodeOperation
00029 {
00030     Q_OBJECT
00031 public:
00032 
00033     // Constructors/Destructors
00034     //
00035 
00039     RubyCodeOperation ( RubyClassifierCodeDocument * doc, UMLOperation * op, const QString & body = "", const QString & comment = "");
00040 
00044     virtual ~RubyCodeOperation ( );
00045 
00046     virtual int lastEditableLine();
00047 
00048 protected:
00049 
00050     void updateMethodDeclaration();
00051 
00052 };
00053 
00054 #endif // RUBYCODEOPERATION_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:08:00 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003