umbrello  2.32.0
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
rubycodeclassfielddeclarationblock.h
Go to the documentation of this file.
1 /***************************************************************************
2  * This program is free software; you can redistribute it and/or modify *
3  * it under the terms of the GNU General Public License as published by *
4  * the Free Software Foundation; either version 2 of the License, or *
5  * (at your option) any later version. *
6  * *
7  * copyright (C) 2005 *
8  * Richard Dale <Richard_Dale@tipitina.demon.co.uk> *
9  * copyright (C) 2006-2020 *
10  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
11  ***************************************************************************/
12 
13 #ifndef RUBYCODECLASSFIELDDECLARATIONBLOCK_H
14 #define RUBYCODECLASSFIELDDECLARATIONBLOCK_H
15 
17 
18 #include <QString>
19 
21 {
22  Q_OBJECT
23 public:
24 
27 
28  void updateContent();
29 
30 private:
31 
32 };
33 
34 #endif // RUBYCODECLASSFIELDDECLARATIONBLOCK_H
Definition: rubycodeclassfielddeclarationblock.h:20
Definition: codeclassfield.h:29
Definition: codeclassfielddeclarationblock.h:29
RubyCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition: rubycodeclassfielddeclarationblock.cpp:26
virtual ~RubyCodeClassFieldDeclarationBlock()
Definition: rubycodeclassfielddeclarationblock.cpp:35
void updateContent()
Definition: rubycodeclassfielddeclarationblock.cpp:42