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