umbrello API Documentation

xmlcodecomment.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   : Mon Sep 26 2003
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     // Constructors/Destructors
00037     //
00038 
00039 
00043     explicit XMLCodeComment ( CodeDocument * doc, const QString & text = "" );
00044 
00048     virtual ~XMLCodeComment( );
00049 
00050     // Public attributes
00051     //
00052 
00053     // Other
00054     //
00055 
00059     QString toString ( );
00060 
00061 
00062 protected:
00063 
00064 private:
00065 
00066 };
00067 
00068 #endif // XMLCODECOMMENT_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:08:03 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003