umbrello API Documentation

javacodeaccessormethod.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   : Thu Oct 2 2003
00014  */
00015 
00016 #ifndef JAVACODEACCESSORMETHOD_H
00017 #define JAVACODEACCESSORMETHOD_H
00018 
00019 #include <qstring.h>
00020 
00021 #include "../codeaccessormethod.h"
00022 
00023 class CodeClassField;
00024 
00025 class JavaCodeAccessorMethod : public CodeAccessorMethod
00026 {
00027     Q_OBJECT
00028 public:
00029 
00030     // Constructors/Destructors
00031     //
00032 
00036     JavaCodeAccessorMethod ( CodeClassField * field, CodeAccessorMethod::AccessorType type);
00037 
00041     virtual ~JavaCodeAccessorMethod ( );
00042 
00046     void update();
00047 
00048 protected:
00049 
00053     virtual void setAttributesOnNode ( QDomDocument & doc, QDomElement & blockElement);
00054 
00058     virtual void setAttributesFromNode ( QDomElement & element);
00059 
00060     virtual void updateMethodDeclaration();
00061     virtual void updateContent();
00062 
00063 };
00064 
00065 #endif // JAVACODEACCESSORMETHOD_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