cppcodeclassfield.h
00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019 #ifndef CPPCODECLASSFIELD_H
00020 #define CPPCODECLASSFIELD_H
00021
00022 #include <qstring.h>
00023
00024 #include "../codeclassfield.h"
00025
00026 class ClassifierCodeDocument;
00027
00028 class CPPCodeClassField : public CodeClassField
00029 {
00030 Q_OBJECT
00031 public:
00032
00033
00034
00035
00039 CPPCodeClassField (ClassifierCodeDocument * parentDoc, UMLRole * role);
00040 CPPCodeClassField (ClassifierCodeDocument * parentDoc, UMLAttribute * attrib);
00041
00045 virtual ~CPPCodeClassField ( );
00046
00047 QString getFieldType();
00048 QString getFieldName();
00049 QString getInitialValue();
00053 QString getListFieldClassName();
00054
00055
00056 protected:
00057
00058 private:
00059
00060 };
00061
00062 #endif // CPPCODECLASSFIELD_H
This file is part of the documentation for umbrello Version 3.1.0.