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