/*************************************************************************** * * * 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 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