umbrello API Documentation

codecomment.h

00001 
00002 /***************************************************************************
00003  *                                                                         *
00004  *   This program is free software; you can redistribute it and/or modify  *
00005  *   it under the terms of the GNU General Public License as published by  *
00006  *   the Free Software Foundation; either version 2 of the License, or     *
00007  *   (at your option) any later version.                                   *
00008  *                                                                         *
00009  ***************************************************************************/
00010 
00011 /*  This code generated by:
00012  *      Author : thomas
00013  *      Date   : Wed Jun 18 2003
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     // Constructors/Destructors
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
KDE Logo
This file is part of the documentation for umbrello Version 3.1.0.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Jun 26 08:07:55 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003