/*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ /* This code generated by: * Author : thomas * Date : Wed Jul 16 2003 */ #ifndef JAVACLASSDECLARATIONBLOCK_H #define JAVACLASSDECLARATIONBLOCK_H #include #include "javaclassifiercodedocument.h" #include "../ownedhierarchicalcodeblock.h" class JavaClassDeclarationBlock : public OwnedHierarchicalCodeBlock { TQ_OBJECT public: // Constructors/Destructors // /** * Empty Constructor */ explicit JavaClassDeclarationBlock ( JavaClassifierCodeDocument * parentDoc, const TQString &start = "", const TQString &endText = "}", const TQString &comment = ""); /** * Empty Destructor */ virtual ~JavaClassDeclarationBlock ( ); /** * Save the XMI representation of this object */ virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root ); /** * load params from the appropriate XMI element node. */ virtual void loadFromXMI ( TQDomElement & root ); protected: /** * Update the start/end text of this codeblock. */ void updateContent ( ); private: void init (JavaClassifierCodeDocument * parent, const TQString &comment); }; #endif // JAVACLASSDECLARATIONBLOCK_H