umbrello API Documentation

rubyclassdeclarationblock.h

00001 
00002 
00003 /***************************************************************************
00004  *                                                                         *
00005  *   This program is free software; you can redistribute it and/or modify  *
00006  *   it under the terms of the GNU General Public License as published by  *
00007  *   the Free Software Foundation; either version 2 of the License, or     *
00008  *   (at your option) any later version.                                   *
00009  *                                                                         *
00010  ***************************************************************************/
00011 
00012 /*  This code generated by:
00013  *      Author : thomas
00014  *      Date   : Wed Jul 16 2003
00015  */
00016 
00017 #ifndef RUBYCLASSDECLARATIONBLOCK_H
00018 #define RUBYCLASSDECLARATIONBLOCK_H
00019 
00020 #include <qstring.h>
00021 
00022 /***************************************************************************
00023                           rubyclassdeclarationblock.h
00024                           Derived from the Java code generator by thomas
00025 
00026     begin                : Thur Jul 21 2005
00027     author               : Richard Dale
00028  ***************************************************************************/
00029 
00030 #include "rubyclassifiercodedocument.h"
00031 #include "../ownedhierarchicalcodeblock.h"
00032 
00033 class RubyClassDeclarationBlock : public OwnedHierarchicalCodeBlock
00034 {
00035     Q_OBJECT
00036 public:
00037 
00038     // Constructors/Destructors
00039     //
00040 
00044     explicit RubyClassDeclarationBlock ( RubyClassifierCodeDocument * parentDoc, const QString &start = "", const QString &endText = "end", const QString &comment = "");
00045 
00049     virtual ~RubyClassDeclarationBlock ( );
00050 
00054     virtual void saveToXMI ( QDomDocument & doc, QDomElement & root );
00055 
00059     virtual void loadFromXMI ( QDomElement & root );
00060 
00061 protected:
00062 
00066     void updateContent ( );
00067 
00068 private:
00069 
00070     void init (RubyClassifierCodeDocument * parent, const QString &comment);
00071 
00072 };
00073 
00074 #endif // RUBYCLASSDECLARATIONBLOCK_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:59 2007 by doxygen 1.4.1 written by Dimitri van Heesch, © 1997-2003