xmlcodecomment.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018 #ifndef XMLCODECOMMENT_H
00019 #define XMLCODECOMMENT_H
00020
00021 #include <qstring.h>
00022 #include "../codecomment.h"
00023
00024 class CodeDocument;
00025
00031 class XMLCodeComment: virtual public CodeComment
00032 {
00033 Q_OBJECT
00034 public:
00035
00036
00037
00038
00039
00043 explicit XMLCodeComment ( CodeDocument * doc, const QString & text = "" );
00044
00048 virtual ~XMLCodeComment( );
00049
00050
00051
00052
00053
00054
00055
00059 QString toString ( );
00060
00061
00062 protected:
00063
00064 private:
00065
00066 };
00067
00068 #endif // XMLCODECOMMENT_H
This file is part of the documentation for umbrello Version 3.1.0.