umbrello  2.32.3
Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology
cppsourcecodeaccessormethod.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) 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov> *
8  * copyright (C) 2004-2020 *
9  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10  ***************************************************************************/
11 
12 #ifndef CPPSOURCECODEACCESSORMETHOD_H
13 #define CPPSOURCECODEACCESSORMETHOD_H
14 
15 #include "codeaccessormethod.h"
16 
17 #include <QString>
18 
19 class CodeClassField;
20 
22 {
23  Q_OBJECT
24 public:
25 
30 
35 
39  void update();
40 
41  virtual void updateMethodDeclaration();
42  virtual void updateContent();
43 
44 private:
45 
46 };
47 
48 #endif // CPPSOURCECODEACCESSORMETHOD_H
Definition: cppsourcecodeaccessormethod.h:22
virtual void updateMethodDeclaration()
Definition: cppsourcecodeaccessormethod.cpp:96
CPPSourceCodeAccessorMethod(CodeClassField *field, CodeAccessorMethod::AccessorType type)
Definition: cppsourcecodeaccessormethod.cpp:27
virtual ~CPPSourceCodeAccessorMethod()
Definition: cppsourcecodeaccessormethod.cpp:40
virtual void updateContent()
Definition: cppsourcecodeaccessormethod.cpp:45
void update()
Definition: cppsourcecodeaccessormethod.cpp:34
Definition: codeaccessormethod.h:21
AccessorType
Definition: codeaccessormethod.h:32
Definition: codeclassfield.h:30