id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
749,976 | umlobjectprivate.h | KDE_umbrello/umbrello/umlmodel/umlobjectprivate.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLOBJECTPRIVATE_H
#define UMLOBJECTPRIVATE_H
class UMLObjectPrivate {
public:
UMLObjectPrivate() : isSaved(false) { }
bool isSaved;
};
#endif // UMLOBJECTPRIV... | 326 | C++ | .h | 12 | 24.416667 | 87 | 0.76699 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,977 | umlattributelist.h | KDE_umbrello/umbrello/umlmodel/umlattributelist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLATTRIBUTELIST_H
#define UMLATTRIBUTELIST_H
#include <QList>
#include "attribute.h"
//typedef QPtrList<UMLAttribute> UMLAttributeList;
typedef QListIterator<UMLA... | 684 | C++ | .h | 23 | 27.086957 | 92 | 0.786154 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,978 | component.h | KDE_umbrello/umbrello/umlmodel/component.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef COMPONENT_H
#define COMPONENT_H
#include "package.h"
/**
* This class contains the non-graphical information required for a
* UML Component.
* This class inherit... | 1,069 | C++ | .h | 34 | 28.588235 | 94 | 0.750487 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,979 | umloperationlist.h | KDE_umbrello/umbrello/umlmodel/umloperationlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLOPERATIONLIST_H
#define UMLOPERATIONLIST_H
#include <qlist.h>
// forward declaration
class UMLOperation;
typedef QList<UMLOperation*> UMLOperationList;
typedef ... | 377 | C++ | .h | 12 | 29.333333 | 92 | 0.822222 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,980 | folder.h | KDE_umbrello/umbrello/umlmodel/folder.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLFOLDER_H
#define UMLFOLDER_H
#include "package.h"
#include "umlviewlist.h"
#include "optionstate.h"
/**
* This class manages the UMLObjects and UMLViews of a Fo... | 2,558 | C++ | .h | 67 | 34.298507 | 101 | 0.743008 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,981 | foreignkeyconstraint.h | KDE_umbrello/umbrello/umlmodel/foreignkeyconstraint.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef FOREIGNKEYCONSTRAINT_H
#define FOREIGNKEYCONSTRAINT_H
// appl includes
#include "basictypes.h"
#include "entityconstraint.h"
// qt includes
#include <QMap>
//forwa... | 3,462 | C++ | .h | 81 | 36.703704 | 95 | 0.727137 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,982 | umltemplatelist.h | KDE_umbrello/umbrello/umlmodel/umltemplatelist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLTEMPLATELIST_H
#define UMLTEMPLATELIST_H
#include <qlist.h>
// forward declaration
class UMLTemplate;
typedef QList<UMLTemplate*> UMLTemplateList;
typedef QLis... | 371 | C++ | .h | 12 | 28.75 | 92 | 0.818697 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,983 | stereotype.h | KDE_umbrello/umbrello/umlmodel/stereotype.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef STEREOTYPE_H
#define STEREOTYPE_H
#include "umlobject.h"
/**
* This class is used to set up information for a stereotype.
* Stereotypes are used essentially as pr... | 2,655 | C++ | .h | 69 | 34.130435 | 92 | 0.715732 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,984 | node.h | KDE_umbrello/umbrello/umlmodel/node.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef NODE_H
#define NODE_H
#include "umlcanvasobject.h"
/**
* This class contains the non-graphical information required for a UML Node.
* This class inherits from @re... | 912 | C++ | .h | 30 | 27.533333 | 92 | 0.745121 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,985 | umlassociationlist.h | KDE_umbrello/umbrello/umlmodel/umlassociationlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLASSOCIATIONLIST_H
#define UMLASSOCIATIONLIST_H
#include <qlist.h>
// forward declaration
class UMLAssociation;
typedef QList<UMLAssociation*> UMLAssociationList... | 391 | C++ | .h | 12 | 30.5 | 92 | 0.828877 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,986 | uniqueconstraint.h | KDE_umbrello/umbrello/umlmodel/uniqueconstraint.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UNIQUECONSTRAINT_H
#define UNIQUECONSTRAINT_H
#include "basictypes.h"
#include "classifierlistitem.h"
#include "entityconstraint.h"
#include "umlclassifierlist.h"
#i... | 1,977 | C++ | .h | 50 | 34.48 | 92 | 0.747374 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,987 | artifact.h | KDE_umbrello/umbrello/umlmodel/artifact.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ARTIFACT_H
#define ARTIFACT_H
#include "package.h"
/**
* This class contains the non-graphical information required for a UML
* Artifact.
* This class inherits f... | 1,347 | C++ | .h | 48 | 24.020833 | 93 | 0.706386 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,988 | enum.h | KDE_umbrello/umbrello/umlmodel/enum.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ENUM_H
#define ENUM_H
#include "classifier.h"
class UMLEnumLiteral;
/**
* This class contains the non-graphical information required for a UML
* Enum.
* This cl... | 1,755 | C++ | .h | 47 | 32.617021 | 92 | 0.73013 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,989 | umlobject.h | KDE_umbrello/umbrello/umlmodel/umlobject.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLOBJECT_H
#define UMLOBJECT_H
#include "basictypes.h"
#include "icon_utils.h"
#include "umlpackagelist.h"
//qt includes
#include <QDomDocument>
#include <QDomElem... | 14,249 | C++ | .h | 289 | 42.553633 | 119 | 0.614561 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,990 | package.h | KDE_umbrello/umbrello/umlmodel/package.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PACKAGE_H
#define PACKAGE_H
#include "umlcanvasobject.h"
#include "umlclassifierlist.h"
#include "umlentitylist.h"
// forward declarations
class UMLAssociation;
/*... | 2,643 | C++ | .h | 64 | 36.125 | 92 | 0.730964 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,991 | port.h | KDE_umbrello/umbrello/umlmodel/port.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PORT_H
#define PORT_H
#include "umlcanvasobject.h"
/**
* This class contains the non-graphical information required for a UML Port.
* This class inherits from @re... | 910 | C++ | .h | 30 | 27.466667 | 92 | 0.744534 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,992 | category.h | KDE_umbrello/umbrello/umlmodel/category.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CATEGORY_H
#define CATEGORY_H
#include "umlcanvasobject.h"
/**
* This class contains the non-graphical information required for a UML Category.
* This class inher... | 1,280 | C++ | .h | 40 | 28.25 | 93 | 0.736928 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,993 | classifierlistitem.h | KDE_umbrello/umbrello/umlmodel/classifierlistitem.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSIFIERLISTITEM_H
#define CLASSIFIERLISTITEM_H
#include "umlobject.h"
// forward declaration
class UMLClassifier;
/**
* Classifiers (classes, interfaces) have ... | 1,580 | C++ | .h | 42 | 32.5 | 92 | 0.717562 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,994 | umlstereotypelist.h | KDE_umbrello/umbrello/umlmodel/umlstereotypelist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2012 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLSTEREOTYPELIST_H
#define UMLSTEREOTYPELIST_H
#include <QList>
// forward declaration
class UMLStereotype;
typedef QList<UMLStereotype*> UMLStereotypeList;
typed... | 382 | C++ | .h | 12 | 29.75 | 92 | 0.827397 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,995 | umlclassifierlistitemlist.h | KDE_umbrello/umbrello/umlmodel/umlclassifierlistitemlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLCLASSIFIERLISTITEMLIST_H
#define UMLCLASSIFIERLISTITEMLIST_H
#include <QList>
// forward declaration
class UMLClassifierListItem;
//typedef QPtrList<UMLClassifi... | 831 | C++ | .h | 24 | 32.041667 | 92 | 0.822864 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,996 | instance.h | KDE_umbrello/umbrello/umlmodel/instance.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLINSTANCE_H
#define UMLINSTANCE_H
#include "umlcanvasobject.h"
#include "instanceattribute.h"
class UMLClassifier;
class UMLClassifierListItem;
/**
* This class... | 2,316 | C++ | .h | 57 | 37.22807 | 92 | 0.764 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,997 | instanceattribute.h | KDE_umbrello/umbrello/umlmodel/instanceattribute.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLINSTANCEATTRIBUTE_H
#define UMLINSTANCEATTRIBUTE_H
#include "umlobject.h"
class UMLInstance;
class UMLAttribute;
/**
* This class is used to set up information... | 1,840 | C++ | .h | 48 | 35.020833 | 92 | 0.769101 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,998 | entity.h | KDE_umbrello/umbrello/umlmodel/entity.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ENTITY_H
#define ENTITY_H
#include "classifier.h"
// forward declarations
class UMLEntityAttribute;
class UMLEntityConstraint;
class UMLUniqueConstraint;
class UMLF... | 3,255 | C++ | .h | 75 | 38.693333 | 115 | 0.763642 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
749,999 | usecase.h | KDE_umbrello/umbrello/umlmodel/usecase.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef USECASE_H
#define USECASE_H
#include "umlcanvasobject.h"
/**
* This class contains the non-graphical information required for a UML UseCase.
* This class inherits... | 904 | C++ | .h | 27 | 30.740741 | 92 | 0.752589 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,000 | entityconstraint.h | KDE_umbrello/umbrello/umlmodel/entityconstraint.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ENTITYCONSTRAINT_H
#define ENTITYCONSTRAINT_H
#include "basictypes.h"
#include "classifierlistitem.h"
#include "umlclassifierlist.h"
/**
* This class is used to se... | 1,076 | C++ | .h | 33 | 28.787879 | 92 | 0.738372 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,001 | umlenumliterallist.h | KDE_umbrello/umbrello/umlmodel/umlenumliterallist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2007 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLENUMLITERALLIST_H
#define UMLENUMLITERALLIST_H
#include <QList>
// forward declaration
class UMLEnumLiteral;
typedef QList<UMLEnumLiteral*> UMLEnumLiteralList;
... | 389 | C++ | .h | 12 | 30.333333 | 92 | 0.830645 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,002 | template.h | KDE_umbrello/umbrello/umlmodel/template.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TEMPLATE_H
#define TEMPLATE_H
#include "classifierlistitem.h"
/**
* This class holds information used by template classes, called
* paramaterised class in UML and... | 1,330 | C++ | .h | 36 | 32.75 | 97 | 0.733751 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,003 | debug_utils.h | KDE_umbrello/umbrello/debug/debug_utils.h | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-FileCopyrightText: 2012 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-FileCopyrightText: 2022 Oliver Kellogg <okellogg@users.sourceforge.net>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
... | 4,299 | C++ | .h | 118 | 32.805085 | 120 | 0.69697 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,004 | codegenobjectwithtextblocks.h | KDE_umbrello/umbrello/codegenerators/codegenobjectwithtextblocks.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENOBJECTWITHTEXTBLOCKS_H
#define CODEGENOBJECTWITHTEXTBLOCKS_H
#include "codeacces... | 3,152 | C++ | .h | 71 | 39.464789 | 138 | 0.760656 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,005 | codeclassfieldlist.h | KDE_umbrello/umbrello/codegenerators/codeclassfieldlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODECLASSFIELDLIST_H
#define CODECLASSFIELDLIST_H
#include <QList>
// forward declarations
class CodeClassField;
typedef QList<CodeClassField*> CodeClassFieldList;... | 390 | C++ | .h | 12 | 30.416667 | 92 | 0.831099 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,006 | ownedhierarchicalcodeblock.h | KDE_umbrello/umbrello/codegenerators/ownedhierarchicalcodeblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OWNEDHIERARCHICALCODEBLOCK_H
#define OWNEDHIERARCHICALCODEBLOCK_H
#include "hierarchica... | 1,843 | C++ | .h | 49 | 33.55102 | 180 | 0.744081 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,007 | hierarchicalcodeblock.h | KDE_umbrello/umbrello/codegenerators/hierarchicalcodeblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef HIERARCHICALCODEBLOCK_H
#define HIERARCHICALCODEBLOCK_H
#include "codegenobjectwithtext... | 2,161 | C++ | .h | 51 | 38.039216 | 170 | 0.774302 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,008 | codeblock.h | KDE_umbrello/umbrello/codegenerators/codeblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEBLOCK_H
#define CODEBLOCK_H
#include "textblock.h"
/**
* A "chunk" of code within... | 1,472 | C++ | .h | 39 | 33.538462 | 92 | 0.738701 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,009 | advancedcodegenerator.h | KDE_umbrello/umbrello/codegenerators/advancedcodegenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ADVANCEDCODEGENERATOR_H
#define ADVANCEDCODEGENERATOR_H
#include "codegenerator.h"
/**... | 1,061 | C++ | .h | 29 | 33.137931 | 92 | 0.783203 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,010 | codeparameter.h | KDE_umbrello/umbrello/codegenerators/codeparameter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEPARAMETER_H
#define CODEPARAMETER_H
#include "basictypes.h"
#include "codecomment.h... | 1,688 | C++ | .h | 49 | 30.591837 | 92 | 0.744114 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,011 | codedocument.h | KDE_umbrello/umbrello/codegenerators/codedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEDOCUMENT_H
#define CODEDOCUMENT_H
#include "codegenobjectwithtextblocks.h"
#include... | 3,347 | C++ | .h | 82 | 36.317073 | 95 | 0.750232 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,012 | codemethodblock.h | KDE_umbrello/umbrello/codegenerators/codemethodblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEMETHODBLOCK_H
#define CODEMETHODBLOCK_H
#include "basictypes.h"
#include "ownedcode... | 2,151 | C++ | .h | 62 | 30.258065 | 93 | 0.727977 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,013 | codeclassfielddeclarationblock.h | KDE_umbrello/umbrello/codegenerators/codeclassfielddeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODECLASSFIELDDECLARATIONBLOCK_H
#define CODECLASSFIELDDECLARATIONBLOCK_H
class UMLObje... | 1,814 | C++ | .h | 44 | 37.727273 | 92 | 0.79565 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,014 | codeblockwithcomments.h | KDE_umbrello/umbrello/codegenerators/codeblockwithcomments.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEBLOCKWITHCOMMENTS_H
#define CODEBLOCKWITHCOMMENTS_H
#include "codeblock.h"
#include... | 1,269 | C++ | .h | 35 | 32.457143 | 130 | 0.760923 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,015 | codegenfactory.h | KDE_umbrello/umbrello/codegenerators/codegenfactory.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENFACTORY_H
#define CODEGENFACTORY_H
#include "basictypes.h"
#include "codeaccessormethod.h"
// fwd decls
class CodeGenerator;
class ClassifierCodeDocument;
cl... | 1,794 | C++ | .h | 42 | 36.547619 | 92 | 0.751438 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,016 | codecomment.h | KDE_umbrello/umbrello/codegenerators/codecomment.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODECOMMENT_H
#define CODECOMMENT_H
#include "textblock.h"
#include <QString>
/**
* ... | 751 | C++ | .h | 24 | 28.541667 | 92 | 0.768156 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,017 | ownedcodeblock.h | KDE_umbrello/umbrello/codegenerators/ownedcodeblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OWNEDCODEBLOCK_H
#define OWNEDCODEBLOCK_H
#include <QDomDocument>
#include <QDomElement... | 1,144 | C++ | .h | 37 | 27.810811 | 92 | 0.764652 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,018 | textblock.h | KDE_umbrello/umbrello/codegenerators/textblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TEXTBLOCK_H
#define TEXTBLOCK_H
#include <QDomDocument>
#include <QDomElement>
#include... | 2,930 | C++ | .h | 73 | 34.849315 | 92 | 0.725212 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,019 | codeaccessormethod.h | KDE_umbrello/umbrello/codegenerators/codeaccessormethod.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEACCESSORMETHOD_H
#define CODEACCESSORMETHOD_H
#include "codemethodblock.h"
#include... | 1,913 | C++ | .h | 46 | 37.326087 | 99 | 0.761543 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,020 | codegenerationpolicy.h | KDE_umbrello/umbrello/codegenerators/codegenerationpolicy.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENERATIONPOLICY_H
#define CODEGENERATIONPOLICY_H
#include "basictypes.h"
#include... | 5,337 | C++ | .h | 114 | 42.254386 | 108 | 0.755646 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,021 | textblocklist.h | KDE_umbrello/umbrello/codegenerators/textblocklist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TEXTBLOCKLIST_H
#define TEXTBLOCKLIST_H
#include <QList>
// forward declarations
class TextBlock;
typedef QList<TextBlock*> TextBlockList;
typedef QListIterator<Te... | 355 | C++ | .h | 12 | 27.5 | 92 | 0.813609 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,022 | codeoperation.h | KDE_umbrello/umbrello/codegenerators/codeoperation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEOPERATION_H
#define CODEOPERATION_H
#include "codemethodblock.h"
#include "operatio... | 1,370 | C++ | .h | 42 | 28.238095 | 92 | 0.727064 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,023 | codegen_utils.h | KDE_umbrello/umbrello/codegenerators/codegen_utils.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGEN_UTILS_H
#define CODEGEN_UTILS_H
#include <QStringList>
namespace Codegen_Utils {
QStringList cppDatatypes();
const QStringList reservedCppKeywords();
voi... | 433 | C++ | .h | 14 | 28.642857 | 92 | 0.806846 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,024 | simplecodegenerator.h | KDE_umbrello/umbrello/codegenerators/simplecodegenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SIMPLECODEGENERATOR_H
#define SIMPLECODEGENERATOR_H
#include "basictypes.h"
#include "c... | 2,331 | C++ | .h | 64 | 32.4375 | 94 | 0.748665 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,025 | codedocumentlist.h | KDE_umbrello/umbrello/codegenerators/codedocumentlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEDOCUMENTLIST_H
#define CODEDOCUMENTLIST_H
#include <QList>
// forward declarations
class CodeDocument;
typedef QList<CodeDocument*> CodeDocumentList;
typedef Q... | 376 | C++ | .h | 12 | 29.25 | 92 | 0.824513 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,026 | codegenerator.h | KDE_umbrello/umbrello/codegenerators/codegenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENERATOR_H
#define CODEGENERATOR_H
#include "basictypes.h"
#include "codegenpolicy... | 5,322 | C++ | .h | 125 | 37.832 | 120 | 0.751891 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,027 | codeclassfield.h | KDE_umbrello/umbrello/codegenerators/codeclassfield.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODECLASSFIELD_H
#define CODECLASSFIELD_H
#include "codeaccessormethodlist.h"
#include ... | 3,441 | C++ | .h | 85 | 36.211765 | 103 | 0.757026 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,028 | codegenpolicyext.h | KDE_umbrello/umbrello/codegenerators/codegenpolicyext.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENPOLICYEXT_H
#define CODEGENPOLICYEXT_H
#include <QObject>
class QWidget;
class CodeGenerationPolicyPage;
/**
* Base class for programming language specific... | 918 | C++ | .h | 27 | 31.407407 | 109 | 0.780294 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,029 | classifiercodedocument.h | KDE_umbrello/umbrello/codegenerators/classifiercodedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSIFIERCODEDOCUMENT_H
#define CLASSIFIERCODEDOCUMENT_H
#include "classifier.h"
#incl... | 3,980 | C++ | .h | 88 | 39.409091 | 101 | 0.762263 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,030 | xmlelementcodeblock.h | KDE_umbrello/umbrello/codegenerators/xml/xmlelementcodeblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef XMLELEMENTCODEBLOCK_H
#define XMLELEMENTCODEBLOCK_H
#include "hierarchicalcodeblock.h"
... | 1,782 | C++ | .h | 56 | 27.303571 | 114 | 0.720235 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,031 | xmlcodecomment.h | KDE_umbrello/umbrello/codegenerators/xml/xmlcodecomment.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef XMLCODECOMMENT_H
#define XMLCODECOMMENT_H
#include "codecomment.h"
#include <QString>
... | 783 | C++ | .h | 33 | 20.242424 | 92 | 0.712347 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,032 | xmlschemawriter.h | KDE_umbrello/umbrello/codegenerators/xml/xmlschemawriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <brian.thomas@gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef XMLSCHEMAWRITER_H
#define XMLSCHEMAWRITER_H
#include "attribute.h"
#include "association.... | 4,464 | C++ | .h | 87 | 44.034483 | 105 | 0.730433 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,033 | jswriter.h | KDE_umbrello/umbrello/codegenerators/js/jswriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Alexander Blum <blum@kewbee.de>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef JSWRITER_H
#define JSWRITER_H
#include "simplecodegenerator.h"
#include "umloperationlist.h"
#inclu... | 990 | C++ | .h | 29 | 31.103448 | 94 | 0.782929 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,034 | sqlwriter.h | KDE_umbrello/umbrello/codegenerators/sql/sqlwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Nikolaus Gradwohl <guru@local-guru.net>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SQLWRITER_H
#define SQLWRITER_H
#include "simplecodegenerator.h"
#include "umlattributelist... | 1,663 | C++ | .h | 40 | 38.325 | 101 | 0.807453 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,035 | mysqlwriter.h | KDE_umbrello/umbrello/codegenerators/sql/mysqlwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef MYSQLWRITER_H
#define MYSQLWRITER_H
#include "sqlwriter.h"
#include "umlattributelist.h"
//forward declarations
class UMLClassifierListItemList;
/**
* Class MySQ... | 1,043 | C++ | .h | 30 | 31.7 | 92 | 0.79021 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,036 | postgresqlwriter.h | KDE_umbrello/umbrello/codegenerators/sql/postgresqlwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef POSTGRESQLWRITER_H
#define POSTGRESQLWRITER_H
#include "sqlwriter.h"
/**
* class PostgreSQLWriter is a sql code generator for PostgreSQL
* Create an instance of... | 804 | C++ | .h | 25 | 29.08 | 92 | 0.777633 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,037 | pascalwriter.h | KDE_umbrello/umbrello/codegenerators/pascal/pascalwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PASCALWRITER_H
#define PASCALWRITER_H
#include "simplecodegenerator.h"
class UMLAssociation;
class UMLOperation;
class QTextStream;
/**
* Pascal class writer.
* ... | 1,230 | C++ | .h | 34 | 32.735294 | 92 | 0.773152 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,038 | valawriter.h | KDE_umbrello/umbrello/codegenerators/vala/valawriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2009-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//
// C++ Interface: valawriter
//
#ifndef VALAWRITER_H
#define VALAWRITER_H
#include "classifierlistitem.h"
#include "simplecodegenerator.h"
#include "umlassociationlist.h... | 2,426 | C++ | .h | 59 | 32.322034 | 102 | 0.673487 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,039 | phpwriter.h | KDE_umbrello/umbrello/codegenerators/php/phpwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Heiko Nardmann <h.nardmann@secunet.de>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PHPWRITER_H
#define PHPWRITER_H
#include "simplecodegenerator.h"
#include "umlattributelist.... | 1,132 | C++ | .h | 32 | 30.75 | 92 | 0.743802 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,040 | php5writer.h | KDE_umbrello/umbrello/codegenerators/php/php5writer.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Heiko Nardmann <h.nardmann@secunet.de>
SPDX-FileCopyrightText: 2004 Thorsten Kunz <tk AT bytecrash DOT net>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PHP5WRITER_H
#define... | 1,269 | C++ | .h | 33 | 33.787879 | 92 | 0.749183 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,041 | perlwriter.h | KDE_umbrello/umbrello/codegenerators/perl/perlwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 David Hugh-Jones <hughjonesd@yahoo.co.uk>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PERLWRITER_H
#define PERLWRITER_H
#include "simplecodegenerator.h"
#include "umlattribute... | 1,336 | C++ | .h | 37 | 31.621622 | 92 | 0.755452 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,042 | pythonwriter.h | KDE_umbrello/umbrello/codegenerators/python/pythonwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Vincent Decorges <vincent.decorges@eivd.ch>
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PYTHONWRITER_H
#define PYTHONWRITER_H
#include "simplecodegenerator.h"
#include "umlatt... | 1,494 | C++ | .h | 38 | 35.131579 | 92 | 0.754861 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,043 | csharpwriter.h | KDE_umbrello/umbrello/codegenerators/csharp/csharpwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2007-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CSHARPWRITER_H
#define CSHARPWRITER_H
#include "classifierlistitem.h"
#include "simplecodegenerator.h"
#include "umlassociationlist.h"
#include "umlattributelist.h"
... | 2,469 | C++ | .h | 63 | 30.412698 | 102 | 0.664711 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,044 | cppheadercodedocument.h | KDE_umbrello/umbrello/codegenerators/cpp/cppheadercodedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPHEADERCODEDOCUMENT_H
#define CPPHEADERCODEDOCUMENT_H
#include "codeclassfieldlist.h"... | 2,454 | C++ | .h | 64 | 34.4375 | 123 | 0.775993 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,045 | cppheadercodeoperation.h | KDE_umbrello/umbrello/codegenerators/cpp/cppheadercodeoperation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPHEADERCODEOPERATION_H
#define CPPHEADERCODEOPERATION_H
#include "codeoperation.h"
#... | 1,101 | C++ | .h | 33 | 28.575758 | 100 | 0.721063 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,046 | cppheaderclassdeclarationblock.h | KDE_umbrello/umbrello/codegenerators/cpp/cppheaderclassdeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPHEADERCLASSDECLARATIONBLOCK_H
#define CPPHEADERCLASSDECLARATIONBLOCK_H
#include "cpp... | 1,371 | C++ | .h | 40 | 30.025 | 196 | 0.741445 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,047 | cppcodeclassfield.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodeclassfield.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODECLASSFIELD_H
#define CPPCODECLASSFIELD_H
#include "codeclassfield.h"
#include <... | 1,012 | C++ | .h | 35 | 24.885714 | 92 | 0.72973 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,048 | cppsourcecodeaccessormethod.h | KDE_umbrello/umbrello/codegenerators/cpp/cppsourcecodeaccessormethod.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPSOURCECODEACCESSORMETHOD_H
#define CPPSOURCECODEACCESSORMETHOD_H
#include "codeacces... | 908 | C++ | .h | 31 | 25.354839 | 96 | 0.75463 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,049 | cppcodecomment.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodecomment.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODECOMMENT_H
#define CPPCODECOMMENT_H
#include "codecomment.h"
#include <QString>
... | 1,408 | C++ | .h | 45 | 27.022222 | 92 | 0.695556 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,050 | cppsourcecodeclassfielddeclarationblock.h | KDE_umbrello/umbrello/codegenerators/cpp/cppsourcecodeclassfielddeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPSOURCECODECLASSFIELDDECLARATIONBLOCK_H
#define CPPSOURCECODECLASSFIELDDECLARATIONBLOC... | 908 | C++ | .h | 28 | 28.535714 | 92 | 0.776755 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,051 | cppsourcecodeoperation.h | KDE_umbrello/umbrello/codegenerators/cpp/cppsourcecodeoperation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPSOURCECODEOPERATION_H
#define CPPSOURCECODEOPERATION_H
#include "codeoperation.h"
#... | 1,098 | C++ | .h | 35 | 27.085714 | 146 | 0.714558 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,052 | cppheadercodeaccessormethod.h | KDE_umbrello/umbrello/codegenerators/cpp/cppheadercodeaccessormethod.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPHEADERCODEACCESSORMETHOD_H
#define CPPHEADERCODEACCESSORMETHOD_H
#include "codeacces... | 908 | C++ | .h | 31 | 25.354839 | 96 | 0.75463 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,053 | cppheadercodeclassfielddeclarationblock.h | KDE_umbrello/umbrello/codegenerators/cpp/cppheadercodeclassfielddeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPHEADERCODECLASSFIELDDECLARATIONBLOCK_H
#define CPPHEADERCODECLASSFIELDDECLARATIONBLOC... | 909 | C++ | .h | 28 | 28.535714 | 92 | 0.776755 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,054 | cppwriter.h | KDE_umbrello/umbrello/codegenerators/cpp/cppwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas
<brian.thomas@gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors
<umbrello-devel@kde.org>
*/
#ifndef CPPWRITER_H
#define CPPWRITER_H
#include "simplecodegenerator.h"
#include "cppcod... | 6,465 | C++ | .h | 118 | 47.661017 | 136 | 0.726134 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,055 | cppcodegenerationpolicypage.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodegenerationpolicypage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODEGENERATIONPOLICYPAGE_H
#define CPPCODEGENERATIONPOLICYPAGE_H
#include "codegenerationpolicypage.h"
#include "cppcodegenerationform.h"
#include "cppcodegenerati... | 739 | C++ | .h | 24 | 28.083333 | 140 | 0.801136 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,056 | cppcodegenerationpolicy.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodegenerationpolicy.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODEGENERATIONPOLICY_H
#define CPPCODEGENERATIONPOLICY_H
#include "codegenpolicyext.... | 3,634 | C++ | .h | 79 | 41.291139 | 119 | 0.77412 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,057 | cppmakecodedocument.h | KDE_umbrello/umbrello/codegenerators/cpp/cppmakecodedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPMAKECODEDOCUMENT_H
#define CPPMAKECODEDOCUMENT_H
#include "codedocument.h"
#include... | 845 | C++ | .h | 36 | 19.694444 | 92 | 0.716625 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,058 | cppsourcecodedocument.h | KDE_umbrello/umbrello/codegenerators/cpp/cppsourcecodedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPSOURCECODEDOCUMENT_H
#define CPPSOURCECODEDOCUMENT_H
#include "classifiercodedocument.h"
#include "hierarchicalcodeblock.h"
#include <QString>
/**
* A CPP UMLC... | 1,750 | C++ | .h | 52 | 29.269231 | 92 | 0.723278 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,059 | cppcodegenerator.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodegenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODEGENERATOR_H
#define CPPCODEGENERATOR_H
#include "codedocumentlist.h"
#include "c... | 2,159 | C++ | .h | 51 | 38.254902 | 104 | 0.789726 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,060 | cppcodedocumentation.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodedocumentation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODEDOCUMENTATION_H
#define CPPCODEDOCUMENTATION_H
#include "codecomment.h"
#includ... | 1,938 | C++ | .h | 56 | 30.321429 | 92 | 0.713673 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,061 | cppcodegenerationform.h | KDE_umbrello/umbrello/codegenerators/cpp/cppcodegenerationform.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CPPCODEGENERATIONFORM_H
#define CPPCODEGENERATIONFORM_H
#include "ui_cppcodegenerationformbase.h"
class QListWidgetItem;
/**
* @author Brian Thomas
*/
class CPPC... | 2,638 | C++ | .h | 64 | 36.96875 | 93 | 0.798905 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,062 | aswriter.h | KDE_umbrello/umbrello/codegenerators/as/aswriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Alexander Blum <blum@kewbee.de>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASWRITER_H
#define ASWRITER_H
#include "simplecodegenerator.h"
#include "umloperationlist.h"
#inclu... | 992 | C++ | .h | 29 | 31.172414 | 94 | 0.783386 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,063 | tclwriter.h | KDE_umbrello/umbrello/codegenerators/tcl/tclwriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Rene Meyer <rene.meyer@sturmit.de>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TCLWRITER_H
#define TCLWRITER_H
#include "simplecodegenerator.h"
#include "umloperationlist.h"
#... | 3,213 | C++ | .h | 71 | 37.098592 | 99 | 0.690331 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,064 | rubycodeclassfield.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodeclassfield.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODECLASSFIELD_H
#define RUBYCODECLASSFIELD_H
#include "codeclassfield.h"
#in... | 925 | C++ | .h | 32 | 25.0625 | 92 | 0.749431 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,065 | rubycodecomment.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodecomment.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODECOMMENT_H
#define RUBYCODECOMMENT_H
#include "codecomment.h"
#include <QS... | 1,376 | C++ | .h | 45 | 26.666667 | 92 | 0.701062 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,066 | rubyclassdeclarationblock.h | KDE_umbrello/umbrello/codegenerators/ruby/rubyclassdeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCLASSDECLARATIONBLOCK_H
#define RUBYCLASSDECLARATIONBLOCK_H
#include "rubyclas... | 1,293 | C++ | .h | 38 | 29.763158 | 198 | 0.738114 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,067 | rubycodeoperation.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodeoperation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEOPERATION_H
#define RUBYCODEOPERATION_H
#include "codeoperation.h"
#inclu... | 834 | C++ | .h | 27 | 27.185185 | 147 | 0.74937 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,068 | rubycodegenerationpolicy.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodegenerationpolicy.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEGENERATIONPOLICY_H
#define RUBYCODEGENERATIONPOLICY_H
#include "codegenpol... | 1,123 | C++ | .h | 29 | 35.137931 | 99 | 0.799815 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,069 | rubycodegenerator.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodegenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEGENERATOR_H
#define RUBYCODEGENERATOR_H
#include "codeviewerstate.h"
#incl... | 1,422 | C++ | .h | 36 | 35.861111 | 98 | 0.797366 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,070 | rubyclassifiercodedocument.h | KDE_umbrello/umbrello/codegenerators/ruby/rubyclassifiercodedocument.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCLASSIFIERCODEDOCUMENT_H
#define RUBYCLASSIFIERCODEDOCUMENT_H
#include "codecl... | 2,282 | C++ | .h | 59 | 35.067797 | 118 | 0.804645 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,071 | rubycodeclassfielddeclarationblock.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodeclassfielddeclarationblock.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODECLASSFIELDDECLARATIONBLOCK_H
#define RUBYCODECLASSFIELDDECLARATIONBLOCK_H
... | 704 | C++ | .h | 19 | 34.052632 | 92 | 0.82963 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,072 | rubywriter.h | KDE_umbrello/umbrello/codegenerators/ruby/rubywriter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYWRITER_H
#define RUBYWRITER_H
#include "simplecodegenerator.h"
#include "umlat... | 1,504 | C++ | .h | 37 | 33.567568 | 92 | 0.709855 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,073 | rubycodedocumentation.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodedocumentation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEDOCUMENTATION_H
#define RUBYCODEDOCUMENTATION_H
#include "codecomment.h"
... | 1,986 | C++ | .h | 59 | 29.271186 | 104 | 0.710843 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,074 | rubycodegenerationpolicypage.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodegenerationpolicypage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEGENERATIONPOLICYPAGE_H
#define RUBYCODEGENERATIONPOLICYPAGE_H
#include "co... | 814 | C++ | .h | 22 | 33.954545 | 143 | 0.811297 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
750,075 | rubycodeaccessormethod.h | KDE_umbrello/umbrello/codegenerators/ruby/rubycodeaccessormethod.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2005 Richard Dale <Richard_Dale@tipitina.demon.co.uk>
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef RUBYCODEACCESSORMETHOD_H
#define RUBYCODEACCESSORMETHOD_H
#include "codeaccessorme... | 881 | C++ | .h | 25 | 31.96 | 92 | 0.803084 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.