umbrello API Documentation

javacodecomment.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 Jun 23 2003
00014  */
00015 
00016 
00017 
00018 #ifndef JAVACODECOMMENT_H
00019 #define JAVACODECOMMENT_H
00020 
00021 #include <qstring.h>
00022 #include "../codecomment.h"
00023 
00031 class JavaCodeComment : virtual public CodeComment
00032 {
00033     Q_OBJECT
00034 public:
00035 
00036     // Constructors/Destructors
00037     //
00038 
00039 
00043     explicit JavaCodeComment ( CodeDocument * doc, const QString & text = "");
00044 
00048     virtual ~JavaCodeComment ( );
00049 
00050     // Public attributes
00051     //
00052 
00053 
00054     // other
00055 
00059     QString toString ( );
00060 
00064     virtual QString unformatText ( const QString & text, const QString & indent = "" );
00065 
00069     virtual QString getNewEditorLine ( int amount );
00070 
00071 protected:
00072 
00073 private:
00074 
00075 };
00076 
00077 #endif // JAVACODECOMMENT_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:57 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003