javacodeclassfielddeclarationblock.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016 #ifndef JAVACODECLASSFIELDDECLARATIONBLOCK_H
00017 #define JAVACODECLASSFIELDDECLARATIONBLOCK_H
00018
00019 #include <qstring.h>
00020
00021 #include "../codeclassfielddeclarationblock.h"
00022
00023 class JavaCodeClassFieldDeclarationBlock : public CodeClassFieldDeclarationBlock
00024 {
00025 Q_OBJECT
00026 public:
00027
00028
00029
00030
00034 JavaCodeClassFieldDeclarationBlock ( CodeClassField * parent );
00035
00039 virtual ~JavaCodeClassFieldDeclarationBlock ( );
00040
00041 protected:
00042
00043
00044 void updateContent ( );
00045
00046 private:
00047
00048
00049 };
00050
00051 #endif // JAVACODECLASSFIELDDECLARATIONBLOCK_H
This file is part of the documentation for umbrello Version 3.1.0.