• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdesdk API Reference
  • KDE Home
  • Contact Us
 

umbrello/umbrello

  • sources
  • kde-4.12
  • kdesdk
  • umbrello
  • umbrello
  • codegenerators
  • cpp
cppcodeclassfield.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-2013 *
9  * Umbrello UML Modeller Authors <umbrello-devel@kde.org> *
10  ***************************************************************************/
11 
12 #ifndef CPPCODECLASSFIELD_H
13 #define CPPCODECLASSFIELD_H
14 
15 #include "codeclassfield.h"
16 
17 #include <QString>
18 
19 class ClassifierCodeDocument;
20 
21 class CPPCodeClassField : public CodeClassField
22 {
23  Q_OBJECT
24 public:
25 
29  CPPCodeClassField (ClassifierCodeDocument * parentDoc, UMLRole * role);
30  CPPCodeClassField (ClassifierCodeDocument * parentDoc, UMLAttribute * attrib);
31 
35  virtual ~CPPCodeClassField ();
36 
37  QString getFieldType();
38  QString getFieldName();
39  QString getInitialValue();
40 
45  QString getListFieldClassName();
46 
47 
48 protected:
49 
50 private:
51 
52 };
53 
54 #endif // CPPCODECLASSFIELD_H
CPPCodeClassField::getFieldName
QString getFieldName()
Definition: cppcodeclassfield.cpp:39
CPPCodeClassField::getListFieldClassName
QString getListFieldClassName()
Get the name of the class which holds lists, e.g.
Definition: cppcodeclassfield.cpp:58
CodeClassField
class CodeClassField a special type of parameter.
Definition: codeclassfield.h:29
ClassifierCodeDocument
class ClassifierCodeDocument A CodeDocument which represents a UMLClassifier (e.g.
Definition: classifiercodedocument.h:33
CPPCodeClassField::getFieldType
QString getFieldType()
UMLAttribute
This class is used to set up information for an attribute.
Definition: attribute.h:27
CPPCodeClassField::CPPCodeClassField
CPPCodeClassField(ClassifierCodeDocument *parentDoc, UMLRole *role)
Constructors.
Definition: cppcodeclassfield.cpp:25
CPPCodeClassField::getInitialValue
QString getInitialValue()
Get the value of m_initialValue The initial value of this code parameter.
Definition: cppcodeclassfield.cpp:65
CPPCodeClassField
Definition: cppcodeclassfield.h:21
CPPCodeClassField::~CPPCodeClassField
virtual ~CPPCodeClassField()
Empty Destructor.
Definition: cppcodeclassfield.cpp:35
codeclassfield.h
UMLRole
This class contains the non-graphic representation of an association role.
Definition: umlrole.h:24
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:05:59 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

umbrello/umbrello

Skip menu "umbrello/umbrello"
  • Main Page
  • Namespace List
  • Namespace Members
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members
  • Modules
  • Related Pages

kdesdk API Reference

Skip menu "kdesdk API Reference"
  • kapptemplate
  • kcachegrind
  • kompare
  • lokalize
  • okteta
  • umbrello
  •   umbrello

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal