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