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/cppheadercodeaccessormethod.h

59 lines
1.4 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 : Fri Aug 31 2003
*/
#ifndef CPPHEADERACCESSORMETHOD_H
#define CPPHEADERACCESSORMETHOD_H
#include "../codeaccessormethod.h"
#include <tqstring.h>
class CodeClassField;
class CPPHeaderCodeAccessorMethod : public CodeAccessorMethod
{
TQ_OBJECT
public:
// Constructors/Destructors
//
/**
* Empty Constructor
*/
CPPHeaderCodeAccessorMethod ( CodeClassField * field, CodeAccessorMethod::AccessorType type);
/**
* Empty Destructor
*/
virtual ~CPPHeaderCodeAccessorMethod ( );
/**
* Must be called before this object is usable
*/
void update();
protected:
virtual void updateMethodDeclaration();
virtual void updateContent();
private:
};
#endif // CPPHEADERACCESSORMETHOD_H