umbrello API Documentation

rubycodeaccessormethod.h

00001 /***************************************************************************
00002                           rubycodeaccessormethod.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  ***************************************************************************/
00017 
00018 /*  This code generated by:
00019  *      Author : thomas
00020  *      Date   : Thu Oct 2 2003
00021  */
00022 
00023 #ifndef RUBYCODEACCESSORMETHOD_H
00024 #define RUBYCODEACCESSORMETHOD_H
00025 
00026 #include <qstring.h>
00027 
00028 #include "../codeaccessormethod.h"
00029 #include "rubycodeclassfield.h"
00030 
00031 class RubyCodeAccessorMethod : public CodeAccessorMethod
00032 {
00033     Q_OBJECT
00034 public:
00035 
00036     // Constructors/Destructors
00037     //
00038 
00042     RubyCodeAccessorMethod ( CodeClassField * field, CodeAccessorMethod::AccessorType type);
00043 
00047     virtual ~RubyCodeAccessorMethod ( );
00048 
00052     void update();
00053 
00054 protected:
00055 
00059     virtual void setAttributesOnNode ( QDomDocument & doc, QDomElement & blockElement);
00060 
00064     virtual void setAttributesFromNode ( QDomElement & element);
00065 
00066     virtual void updateMethodDeclaration();
00067     virtual void updateContent();
00068 
00069 private:
00070 
00071 };
00072 
00073 #endif // RUBYCODEACCESSORMETHOD_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