cppcodecomment.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef CPPCODECOMMENT_H
00019 #define CPPCODECOMMENT_H
00020
00021 #include <qstring.h>
00022 #include "../codecomment.h"
00023
00031 class CPPCodeComment : virtual public CodeComment
00032 {
00033 Q_OBJECT
00034 public:
00035
00036
00037
00038
00039
00043 explicit CPPCodeComment ( CodeDocument * doc, const QString & text = "");
00044
00048 virtual ~CPPCodeComment ( );
00049
00050
00051
00052
00053
00054
00055
00059 virtual void saveToXMI ( QDomDocument & doc, QDomElement & root );
00060
00064 QString toString ( );
00065
00066
00070 virtual QString unformatText ( const QString & text, const QString & indent = "" );
00071
00075 virtual QString getNewEditorLine ( int amount );
00076
00077 protected:
00078
00079 private:
00080
00081 };
00082
00083 #endif // CPPCODECOMMENT_H
This file is part of the documentation for umbrello Version 3.1.0.