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