rubycodeoperation.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
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
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
This file is part of the documentation for umbrello Version 3.1.0.