| umbrello 25.04.1
    Umbrello UML Modeller is a Unified Modelling Language (UML) diagram program based on KDE Technology | 
#include <cppcodeclassfield.h>
 
  
| Additional Inherited Members | |
|  Public Types inherited from CodeClassField | |
| enum | ClassFieldType { Attribute , PlainAssociation , Self , Aggregation , Composition , Unknown_Assoc } | 
|  Public Slots inherited from CodeParameter | |
| void | syncToParent () | 
|  Signals inherited from CodeClassField | |
| void | modified () | 
|  Protected Member Functions inherited from CodeClassField | |
| void | setParentUMLObject (UMLObject *obj) | 
| QString | cleanName (const QString &name) | 
| QString | fixInitialStringDeclValue (const QString &val, const QString &type) | 
| void | setListClassName (const QString &className) | 
| bool | addMethod (CodeAccessorMethod *add) | 
| QString | getUMLObjectName (UMLObject *obj) | 
| bool | removeMethod (CodeAccessorMethod *remove) | 
| CPPCodeClassField::CPPCodeClassField | ( | ClassifierCodeDocument * | parentDoc, | 
| UMLRole * | role ) | 
Constructors
| CPPCodeClassField::CPPCodeClassField | ( | ClassifierCodeDocument * | parentDoc, | 
| UMLAttribute * | attrib ) | 
| 
 | virtual | 
Empty Destructor
| QString CPPCodeClassField::getFieldName | ( | ) | 
| QString CPPCodeClassField::getFieldType | ( | ) | 
| 
 | virtual | 
Get the value of m_initialValue The initial value of this code parameter
Reimplemented from CodeParameter.
| QString CPPCodeClassField::getListFieldClassName | ( | ) | 
Get the name of the class which holds lists, e.g. "QPtrlist" or "Vector" or "List" and so on.