You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdesdk/umbrello/umbrello/codegenerators/cppheaderclassdeclarationbl...

69 lines
1.9 KiB

/***************************************************************************
* *
* 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 : Mon Sep 1 2003
*/
#ifndef CPPHEADERCLASSDECLARATIONBLOCK_H
#define CPPHEADERCLASSDECLARATIONBLOCK_H
#include <tqstring.h>
#include "cppheadercodedocument.h"
#include "../ownedhierarchicalcodeblock.h"
class CPPHeaderClassDeclarationBlock : public OwnedHierarchicalCodeBlock
{
TQ_OBJECT
public:
// Constructors/Destructors
//
/**
* Empty Constructor
*/
explicit CPPHeaderClassDeclarationBlock ( CPPHeaderCodeDocument * parentDoc, const TQString &start = "", const TQString &endText = "}", const TQString &comment = "");
/**
* Empty Destructor
*/
virtual ~CPPHeaderClassDeclarationBlock ( );
/**
* Save the XMI representation of this object
*/
virtual void saveToXMI ( TQDomDocument & doc, TQDomElement & root );
virtual void loadFromXMI ( TQDomElement & root );
protected:
/** set the class attributes from a passed object
*/
virtual void setAttributesFromObject (TextBlock * obj);
/**
* Update the start/end text of this codeblock.
*/
void updateContent ( );
private:
void init (CPPHeaderCodeDocument * parent, const TQString &comment);
};
#endif // CPPHEADERCLASSDECLARATIONBLOCK_H