summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppsourcecodeaccessormethod.h
blob: 6e832b2c05451b3d3553df99dc75715b921244ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58

/***************************************************************************
 *                                                                         *
 *   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 Jun 20 2003
 */

#ifndef CPPSOURCECODEACCESSORMETHOD_H
#define CPPSOURCECODEACCESSORMETHOD_H

#include <tqstring.h>

#include "../codeaccessormethod.h"

class CodeClassField;

class CPPSourceCodeAccessorMethod : public CodeAccessorMethod
{
    Q_OBJECT
  
public:

    // Constructors/Destructors
    //

    /**
     * Empty Constructor
     */
    CPPSourceCodeAccessorMethod ( CodeClassField * field, CodeAccessorMethod::AccessorType type);

    /**
     * Empty Destructor
     */
    virtual ~CPPSourceCodeAccessorMethod ( );

    /**
     * Must be called before this object is usable
     */
    void update();

protected:

    virtual void updateMethodDeclaration();
    virtual void updateContent();

private:

};

#endif // CPPSOURCECODEACCESSORMETHOD_H