umbrello API Documentation

rubycodecomment.h

00001 /***************************************************************************
00002                           rubycodecomment.h
00003                           Derived from the Java code generator by thomas
00004 
00005     begin                : Thur Jul 21 2005
00006     author               : Richard Dale
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  *   copyright (C) 2006-2007                                               *
00017  *   Umbrello UML Modeller Authors <uml-devel@uml.sf.net>                  *
00018  ***************************************************************************/
00019 
00020 #ifndef RUBYCODECOMMENT_H
00021 #define RUBYCODECOMMENT_H
00022 
00023 #include <qstring.h>
00024 #include "../codecomment.h"
00025 
00034 class RubyCodeComment : virtual public CodeComment
00035 {
00036     Q_OBJECT
00037 public:
00041     explicit RubyCodeComment ( CodeDocument * doc, const QString & text = "");
00042 
00046     virtual ~RubyCodeComment ( );
00047 
00051     QString toString ( );
00052 
00056     virtual QString unformatText ( const QString & text, const QString & indent = "" );
00057 
00061     virtual QString getNewEditorLine ( int amount );
00062 
00063 protected:
00064 
00065 private:
00066 
00067 };
00068 
00069 #endif // RUBYCODECOMMENT_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:00 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003