umbrello  2.39.2
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  SPDX-License-Identifier: GPL-2.0-or-later
3 
4  SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
5  SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
6 */
7 
8 #ifndef RUBYCODECLASSFIELDDECLARATIONBLOCK_H
9 #define RUBYCODECLASSFIELDDECLARATIONBLOCK_H
10 
12 
13 #include <QString>
14 
16 {
17  Q_OBJECT
18 public:
19 
22 
23  void updateContent();
24 
25 private:
26 
27 };
28 
29 #endif // RUBYCODECLASSFIELDDECLARATIONBLOCK_H
Definition: codeclassfielddeclarationblock.h:26
Definition: codeclassfield.h:26
Definition: rubycodeclassfielddeclarationblock.h:16
void updateContent()
Definition: rubycodeclassfielddeclarationblock.cpp:37
RubyCodeClassFieldDeclarationBlock(CodeClassField *parent)
Definition: rubycodeclassfielddeclarationblock.cpp:21
virtual ~RubyCodeClassFieldDeclarationBlock()
Definition: rubycodeclassfielddeclarationblock.cpp:30