rubycodecomment.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020 #ifndef RUBYCODECOMMENT_H
00021 #define RUBYCODECOMMENT_H
00022
00023 #include <qstring.h>
00024 #include "../codecomment.h"
00025
00034 class RubyCodeComment : virtual public CodeComment
00035 {
00036 Q_OBJECT
00037 public:
00041 explicit RubyCodeComment ( CodeDocument * doc, const QString & text = "");
00042
00046 virtual ~RubyCodeComment ( );
00047
00051 QString toString ( );
00052
00056 virtual QString unformatText ( const QString & text, const QString & indent = "" );
00057
00061 virtual QString getNewEditorLine ( int amount );
00062
00063 protected:
00064
00065 private:
00066
00067 };
00068
00069 #endif // RUBYCODECOMMENT_H
This file is part of the documentation for umbrello Version 3.1.0.