cppsourcecodeoperation.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef CPPSOURCECODEOPERATION_H
00019 #define CPPSOURCECODEOPERATION_H
00020
00021 #include <qstring.h>
00022 #include "../codeoperation.h"
00023
00024 class CPPSourceCodeDocument;
00025
00026 class CPPSourceCodeOperation : virtual public CodeOperation
00027 {
00028 Q_OBJECT
00029 public:
00030
00031
00032
00033
00037 CPPSourceCodeOperation ( CPPSourceCodeDocument * doc, UMLOperation * op, const QString & body = "", const QString & comment = "");
00038
00042 virtual ~CPPSourceCodeOperation ( );
00043
00044 protected:
00045
00046 virtual void updateMethodDeclaration();
00047 virtual void updateContent( );
00048
00049 };
00050
00051 #endif // CPPSOURCECODEOPERATION_H
This file is part of the documentation for umbrello Version 3.1.0.