summaryrefslogtreecommitdiffstats
path: root/umbrello/umbrello/codegenerators/cppheadercodeclassfielddeclarationblock.h
blob: 10565854c6659b68ead26b6fb395a47960d1db91 (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

/***************************************************************************
 *                                                                         *
 *   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 CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
#define CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H

#include <tqstring.h>

#include "../codeclassfielddeclarationblock.h"

class CPPHeaderCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock
{
    Q_OBJECT
  
public:

    // Constructors/Destructors
    //

    /**
     * Constructor
     */
    CPPHeaderCodeClassFieldDeclarationBlock ( CodeClassField * parent );

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

protected:

    // this will be called by syncToParent whenever the parent object is "modified"
    void updateContent ( );

private:


};

#endif // CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H