umbrello API Documentation

rubycodeclassfielddeclarationblock.h

00001 /***************************************************************************
00002                           rubycodeclassfielddeclarationblock.cpp
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 RUBYCODECLASSFIELDDECLARATIONBLOCK_H
00021 #define RUBYCODECLASSFIELDDECLARATIONBLOCK_H
00022 
00023 #include <qstring.h>
00024 
00025 #include "../codeclassfielddeclarationblock.h"
00026 
00027 class RubyCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock
00028 {
00029     Q_OBJECT
00030 public:
00031 
00032     // Constructors/Destructors
00033     //
00034 
00038     RubyCodeClassFieldDeclarationBlock ( CodeClassField * parent );
00039 
00043     virtual ~RubyCodeClassFieldDeclarationBlock ( );
00044 
00045 protected:
00046 
00047     // this will be called by syncToParent whenever the parent object is "modified"
00048     void updateContent ( );
00049 
00050 private:
00051 
00052 
00053 };
00054 
00055 #endif // RUBYCODECLASSFIELDDECLARATIONBLOCK_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