umbrello API Documentation

cppcodecomment.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 1 2003
00014  */
00015 
00016 
00017 
00018 #ifndef CPPCODECOMMENT_H
00019 #define CPPCODECOMMENT_H
00020 
00021 #include <qstring.h>
00022 #include "../codecomment.h"
00023 
00031 class CPPCodeComment : virtual public CodeComment
00032 {
00033     Q_OBJECT
00034 public:
00035 
00036     // Constructors/Destructors
00037     //
00038 
00039 
00043     explicit CPPCodeComment ( CodeDocument * doc, const QString & text = "");
00044 
00048     virtual ~CPPCodeComment ( );
00049 
00050     // Public attributes
00051     //
00052 
00053 
00054     // other
00055 
00059     virtual void saveToXMI ( QDomDocument & doc, QDomElement & root );
00060 
00064     QString toString ( );
00065 
00066 
00070     virtual QString unformatText ( const QString & text, const QString & indent = "" );
00071 
00075     virtual QString getNewEditorLine ( int amount );
00076 
00077 protected:
00078 
00079 private:
00080 
00081 };
00082 
00083 #endif // CPPCODECOMMENT_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