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,414 | docbookgeneratorjob.cpp | KDE_umbrello/umbrello/docgenerators/docbookgeneratorjob.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2008-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "docbookgeneratorjob.h"
#include "docbookgenerator.h"
#include "debug_utils.h"
#include "file_utils.h"
#include "uml.h"
#include "umldoc.h"
#include <libxml/xmlmem... | 6,314 | C++ | .cpp | 171 | 30.292398 | 110 | 0.641899 | 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,415 | xhtmlgenerator.cpp | KDE_umbrello/umbrello/docgenerators/xhtmlgenerator.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006 Gael de Chalendar (aka Kleag) kleag@free.fr
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "xhtmlgenerator.h"
#define DBG_SRC QStringLiteral("XhtmlGenerator")
#include "debug_ut... | 6,330 | C++ | .cpp | 168 | 33.785714 | 130 | 0.721055 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,416 | main.cpp | KDE_umbrello/umbrello/docgenerators/main.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include <unistd.h>
#include <libxml/xmlmemory.h>
#include <libxml/debugXML.h>
#include <libxml/HTMLtree.h>
#include <libxml/xmlIO.h>
#include <libxml/DOCBparser.h>
#include... | 2,482 | C++ | .cpp | 65 | 34.323077 | 137 | 0.724282 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,417 | docbookgenerator.cpp | KDE_umbrello/umbrello/docgenerators/docbookgenerator.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006 Gael de Chalendar (aka Kleag) kleag@free.fr
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "docbookgenerator.h"
#define DBG_SRC QStringLiteral("DocbookGenerator")
#include "debu... | 4,872 | C++ | .cpp | 131 | 33.732824 | 126 | 0.740521 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,418 | widgetbasepopupmenu.cpp | KDE_umbrello/umbrello/menus/widgetbasepopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "widgetbasepopupmenu.h"
// app includes
#include "activitywidget.h"
#include "category.h"
#include "classifier.h"
#include "combinedfragmentwidget.h"
#include "debu... | 27,926 | C++ | .cpp | 677 | 32.626292 | 156 | 0.633706 | 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,419 | umlscenepopupmenu.cpp | KDE_umbrello/umbrello/menus/umlscenepopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlscenepopupmenu.h"
// app includes
#include "debug_utils.h"
#include "layoutgenerator.h"
#include "uml.h"
#include "umlscene.h"
// kde includes
#include <KLocal... | 7,665 | C++ | .cpp | 197 | 28.233503 | 99 | 0.582942 | 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,420 | umllistviewpopupmenu.cpp | KDE_umbrello/umbrello/menus/umllistviewpopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umllistviewpopupmenu.h"
#include "debug_utils.h"
#include "folder.h"
#include "optionstate.h"
#include "model_utils.h"
#include "uml.h" // only needed for log{Warn... | 14,490 | C++ | .cpp | 407 | 24.872236 | 95 | 0.587486 | 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,421 | associationwidgetpopupmenu.cpp | KDE_umbrello/umbrello/menus/associationwidgetpopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "associationwidgetpopupmenu.h"
// app includes
#include "assocrules.h"
#include "associationline.h"
#include "associationwidget.h"
#include "debug_utils.h"
// kde ... | 4,175 | C++ | .cpp | 106 | 33.603774 | 131 | 0.701724 | 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,422 | listpopupmenu.cpp | KDE_umbrello/umbrello/menus/listpopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "listpopupmenu.h"
// app includes
#include "activitywidget.h"
#include "associationline.h"
#include "associationwidget.h"
#include "category.h"
#inclu... | 27,925 | C++ | .cpp | 595 | 43.168067 | 134 | 0.621409 | 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,423 | dialogspopupmenu.cpp | KDE_umbrello/umbrello/menus/dialogspopupmenu.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "dialogspopupmenu.h"
// app includes
#include "debug_utils.h"
#include "uml.h" // Only needed for log{Warn,Error}
// kde includes
#include <KLocalizedString>
Dia... | 3,212 | C++ | .cpp | 114 | 21.885965 | 110 | 0.651707 | 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,424 | findresults.cpp | KDE_umbrello/umbrello/finder/findresults.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "findresults.h"
// app includes
#include "uml.h"
#include "umldocfinder.h"
#include "umllistviewfinder.h"
#include "umlscenefinder.h"
#include "umlview.h"
FindResu... | 3,002 | C++ | .cpp | 104 | 24.759615 | 101 | 0.672664 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,425 | umlfinder.cpp | KDE_umbrello/umbrello/finder/umlfinder.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlfinder.h"
#include "umlobject.h"
UMLFinder::UMLFinder() : m_index(-1)
{
}
UMLFinder::~UMLFinder()
{
}
bool UMLFinder::includeObject(UMLFinder::Category categ... | 830 | C++ | .cpp | 25 | 28 | 92 | 0.63375 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
749,426 | umldocfinder.cpp | KDE_umbrello/umbrello/finder/umldocfinder.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umldocfinder.h"
// app include
#include "uml.h"
#include "umldoc.h"
#include "umlscenefinder.h"
#include "umlview.h"
#include "umlwidget.h"
#include "umlviewlist.h... | 1,748 | C++ | .cpp | 71 | 19.802817 | 92 | 0.629496 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,427 | umlscenefinder.cpp | KDE_umbrello/umbrello/finder/umlscenefinder.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlscenefinder.h"
#include "floatingtextwidget.h"
#include "messagewidget.h"
#include "uml.h"
#include "umldoc.h"
#include "umllistview.h"
#include "umlscene.h"
#i... | 3,153 | C++ | .cpp | 104 | 25.336538 | 92 | 0.622076 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,428 | umllistviewfinder.cpp | KDE_umbrello/umbrello/finder/umllistviewfinder.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umllistviewfinder.h"
// app include
#include "uml.h"
#include "umllistview.h"
#include "umlobject.h"
UMLListViewFinder::UMLListViewFinder()
: UMLFinder()
{
}
U... | 1,824 | C++ | .cpp | 67 | 22.940299 | 119 | 0.652174 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,429 | cmdremovediagram.cpp | KDE_umbrello/umbrello/cmds/cmdremovediagram.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdremovediagram.h"
#include "basictypes.h"
#include "debug_utils.h"
#include "uml.h"
#include "umldoc.h"
#include "umlscene.h"
#include "umlview.h"
#include <KLo... | 1,996 | C++ | .cpp | 59 | 25.508475 | 94 | 0.594805 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,430 | cmdbaseobjectcommand.cpp | KDE_umbrello/umbrello/cmds/cmdbaseobjectcommand.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2007-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdbaseobjectcommand.h"
// app includes
#include "uml.h"
#include "umldoc.h"
#include "umlobject.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
... | 909 | C++ | .cpp | 35 | 20.914286 | 92 | 0.673611 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,431 | cmdsetstereotype.cpp | KDE_umbrello/umbrello/cmds/cmdsetstereotype.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdsetstereotype.h"
// app includes
#include "umlobject.h"
#include <KLocalizedString>
namespace Uml
{
CmdSetStereotype::CmdSetStereotype(UMLObject * obj, c... | 913 | C++ | .cpp | 33 | 22.090909 | 92 | 0.661309 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,432 | cmdcreatediagram.cpp | KDE_umbrello/umbrello/cmds/cmdcreatediagram.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdcreatediagram.h"
#include "model_utils.h"
#include "umldoc.h"
#include "umlscene.h"
#include "umlview.h"
#include <KLocalizedString>
namespace Uml
{
CmdC... | 1,534 | C++ | .cpp | 46 | 26.934783 | 120 | 0.635748 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,433 | cmdsetvisibility.cpp | KDE_umbrello/umbrello/cmds/cmdsetvisibility.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdsetvisibility.h"
// app includes
#include "uml.h"
#include "umldoc.h"
#include "umlobject.h"
#include <KLocalizedString>
namespace Uml
{
CmdSetVisibility... | 965 | C++ | .cpp | 35 | 22.257143 | 92 | 0.67101 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,434 | cmdhandlerename.cpp | KDE_umbrello/umbrello/cmds/cmdhandlerename.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdhandlerename.h"
#include "floatingtextwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdHandleRename::CmdHandleRename(FloatingText... | 758 | C++ | .cpp | 30 | 20.3 | 92 | 0.659249 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,435 | cmdbasewidgetcommand.cpp | KDE_umbrello/umbrello/cmds/widget/cmdbasewidgetcommand.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2007-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdbasewidgetcommand.h"
// app includes
#include "association.h"
#include "associationwidget.h"
#include "folder.h"
#include "messagewidget.h"
#include "model_util... | 3,910 | C++ | .cpp | 122 | 24.262295 | 99 | 0.611465 | 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,436 | cmdchangefillcolor.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangefillcolor.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
/* Created By Krzywda Stanislas and Bouchikhi Mohamed-Amine ;) */
#include "cmdchangefillcolor.h"
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
name... | 842 | C++ | .cpp | 30 | 23.333333 | 92 | 0.686177 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,437 | cmdchangeusefillcolor.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangeusefillcolor.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangeusefillcolor.h"
#include "umlscene.h"
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdChangeUseFillColor::CmdC... | 941 | C++ | .cpp | 34 | 22.264706 | 92 | 0.658509 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,438 | cmdremovewidget.cpp | KDE_umbrello/umbrello/cmds/widget/cmdremovewidget.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdremovewidget.h"
// app includes
#include "associationwidget.h"
#include "debug_utils.h"
#include "umlscene.h"
#include "umlwidget.h"
#include "uml.h" // Only n... | 4,905 | C++ | .cpp | 139 | 25.122302 | 95 | 0.56154 | 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,439 | cmdchangevisualproperty.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangevisualproperty.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangevisualproperty.h"
// app includes
#include "classifierwidget.h"
#include "debug_utils.h"
#include "umlwidget.h"
#include "uml.h" // only needed for log{W... | 1,623 | C++ | .cpp | 47 | 27.93617 | 98 | 0.67709 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,440 | cmdmovewidget.cpp | KDE_umbrello/umbrello/cmds/widget/cmdmovewidget.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdmovewidget.h"
// app includes
#include "basictypes.h"
#include "umlscene.h"
#include "umlwidget.h"
#include <KLocalizedString>
namespace Uml
{
CmdMoveWid... | 1,243 | C++ | .cpp | 44 | 23.977273 | 92 | 0.634146 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,441 | cmdsettxt.cpp | KDE_umbrello/umbrello/cmds/widget/cmdsettxt.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdsettxt.h"
// app includes
#define DBG_SRC QStringLiteral("CmdSetTxt")
#include "debug_utils.h"
#include "floatingtextwidget.h"
#include "uml.h"
// kde includes... | 1,261 | C++ | .cpp | 39 | 26.923077 | 92 | 0.648515 | 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,442 | cmdchangemultiplicity.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangemultiplicity.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
/* Created by Bouchikhi Mohamed-Amine */
#include "cmdchangemultiplicity.h"
// app includes
#include "umlrole.h"
// kde includes
#include <KLocalizedString>
namespace Um... | 1,059 | C++ | .cpp | 35 | 25.285714 | 92 | 0.675197 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,443 | cmdchangetextcolor.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangetextcolor.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangetextcolor.h"
// app includes
#include "umlscene.h"
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdChangeTextC... | 993 | C++ | .cpp | 34 | 24.235294 | 92 | 0.694737 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,444 | cmdchangelinecolor.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangelinecolor.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangelinecolor.h"
// app includes
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdChangeLineColor::CmdChangeLineCo... | 972 | C++ | .cpp | 33 | 24.333333 | 92 | 0.693219 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,445 | cmdcreatewidget.cpp | KDE_umbrello/umbrello/cmds/widget/cmdcreatewidget.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdcreatewidget.h"
// app includes
#include "associationwidget.h"
#include "debug_utils.h"
#include "model_utils.h"
#include "uml.h"
#include "umlscene.h"
#include... | 3,751 | C++ | .cpp | 117 | 23.136752 | 104 | 0.573322 | 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,446 | cmdchangefont.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangefont.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2007-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangefont.h"
// app includes
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdChangeFont::CmdChangeFont(UMLWidget* w... | 685 | C++ | .cpp | 27 | 20.666667 | 92 | 0.661538 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,447 | cmdresizewidget.cpp | KDE_umbrello/umbrello/cmds/widget/cmdresizewidget.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdresizewidget.h"
// app includes
#include "umlscene.h"
#include "umlwidget.h"
#include <KLocalizedString>
namespace Uml
{
CmdResizeWidget::CmdResizeWidget... | 816 | C++ | .cpp | 31 | 21.451613 | 92 | 0.660645 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,448 | cmdsetname.cpp | KDE_umbrello/umbrello/cmds/widget/cmdsetname.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdsetname.h"
// app includes
#include "umlobject.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdSetName::CmdSetName(UMLObject * obj, con... | 849 | C++ | .cpp | 34 | 19.529412 | 92 | 0.62531 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,449 | cmdchangelinewidth.cpp | KDE_umbrello/umbrello/cmds/widget/cmdchangelinewidth.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdchangelinewidth.h"
// app includes
#include "umlscene.h"
#include "umlwidget.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdChangeLine... | 821 | C++ | .cpp | 31 | 21.903226 | 92 | 0.68758 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,450 | cmdcreateumlobject.cpp | KDE_umbrello/umbrello/cmds/generic/cmdcreateumlobject.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdcreateumlobject.h"
// app includes
#include "debug_utils.h"
#include "package.h"
#include "uml.h"
#include "umldoc.h"
// kde includes
#include <KLocalizedStrin... | 1,949 | C++ | .cpp | 66 | 23 | 94 | 0.599359 | 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,451 | cmdremoveumlobject.cpp | KDE_umbrello/umbrello/cmds/generic/cmdremoveumlobject.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdremoveumlobject.h"
// app includes
#include "uml.h"
#include "umldoc.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
/**
* Constructo... | 1,020 | C++ | .cpp | 45 | 17.6 | 92 | 0.616977 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,452 | cmdrenameumlobject.cpp | KDE_umbrello/umbrello/cmds/generic/cmdrenameumlobject.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "cmdrenameumlobject.h"
// app includes
#include "umlobject.h"
// kde includes
#include <KLocalizedString>
namespace Uml
{
CmdRenameUMLObject::CmdRenameUMLObj... | 734 | C++ | .cpp | 29 | 20.758621 | 92 | 0.662356 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,453 | codeimpselectpage.cpp | KDE_umbrello/umbrello/codeimpwizard/codeimpselectpage.cpp | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "codeimpselectpage.h"
// app includes
#include "d... | 12,226 | C++ | .cpp | 340 | 30.202941 | 111 | 0.674489 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,454 | codeimportingwizard.cpp | KDE_umbrello/umbrello/codeimpwizard/codeimportingwizard.cpp | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "codeimportingwizard.h"
// local includes
#include "codeimpselectpage.h"
#include "codeimpstatuspage.h"
#include "classifier.h"
#include "icon... | 2,333 | C++ | .cpp | 77 | 28.155844 | 92 | 0.759573 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,455 | codeimpstatuspage.cpp | KDE_umbrello/umbrello/codeimpwizard/codeimpstatuspage.cpp | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
// do not work because there are runtime errors reporting that
// objects derived from QObject could not be called in a different thread
// #define ENA... | 11,077 | C++ | .cpp | 297 | 32.727273 | 130 | 0.691634 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,456 | codeimpthread.cpp | KDE_umbrello/umbrello/codeimpwizard/codeimpthread.cpp | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "codeimpthread.h"
// app includes
#include "class... | 3,498 | C++ | .cpp | 98 | 31.214286 | 108 | 0.690174 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,457 | node.cpp | KDE_umbrello/umbrello/umlmodel/node.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "node.h"
#include <KLocalizedString>
/**
* Sets up a Node.
*
* @param name The name of the Concept.
* @param id The unique id of the Concept.
*/
UMLNode... | 1,042 | C++ | .cpp | 54 | 17.074074 | 92 | 0.687436 | 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,458 | package.cpp | KDE_umbrello/umbrello/umlmodel/package.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header file
#include "package.h"
// local includes
#include "debug_utils.h"
#include "dialog_utils.h"
#include "uml.h"
#include "umldoc.h"
#include "classifier.h"
#in... | 16,479 | C++ | .cpp | 474 | 28.253165 | 161 | 0.616564 | 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,459 | entity.cpp | KDE_umbrello/umbrello/umlmodel/entity.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "entity.h"
// app includes
#include "debug_utils.h"
#include "entityattribute.h"
#include "uniqueconstraint.h"
#include "foreignkeyconstraint.h"
#incl... | 22,626 | C++ | .cpp | 624 | 30.616987 | 125 | 0.683225 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,460 | attribute.cpp | KDE_umbrello/umbrello/umlmodel/attribute.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "attribute.h"
// app includes
#include "debug_utils.h"
#include "classifier.h"
#include "operation.h"
#include "umlobject.h"
#include "umldoc.h"
#incl... | 16,500 | C++ | .cpp | 426 | 30.342723 | 129 | 0.605598 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,461 | operation.cpp | KDE_umbrello/umbrello/umlmodel/operation.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "operation.h"
// app includes
#include "attribute.h"
#include "classifier.h"
#include "model_utils.h"
#include "debug_utils.h"
#include "uml.h"
#inclu... | 22,852 | C++ | .cpp | 667 | 27.691154 | 102 | 0.624605 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,462 | umlattributelist.cpp | KDE_umbrello/umbrello/umlmodel/umlattributelist.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlattributelist.h"
#include "attribute.h"
#include <KLocalizedString>
UMLAttributeList::UMLAttributeList()
{
}
UMLAttributeList::~UMLAttributeList()
{
}
/**
... | 1,031 | C++ | .cpp | 41 | 21.926829 | 92 | 0.711224 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,463 | port.cpp | KDE_umbrello/umbrello/umlmodel/port.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "port.h"
#include <KLocalizedString>
/**
* Sets up a Port.
*
* @param name The name of the Concept.
* @param id The unique id of the Concept.
*/
UMLPort... | 1,076 | C++ | .cpp | 54 | 17.703704 | 92 | 0.692004 | 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,464 | component.cpp | KDE_umbrello/umbrello/umlmodel/component.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "component.h"
// app includes
#include "association.h"
#include "debug_utils.h"
#include "object_factory.h"
#include "model_utils.h"
#include "clipboar... | 3,665 | C++ | .cpp | 122 | 24.745902 | 94 | 0.660158 | 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,465 | instance.cpp | KDE_umbrello/umbrello/umlmodel/instance.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "instance.h"
//app includes
#include "cmds.h"
#include "classifier.h"
#include "classpropertiesdialog.h"
#include "debug_utils.h"
#include "instanceattribute.h"
#in... | 6,960 | C++ | .cpp | 197 | 29.253807 | 105 | 0.661281 | 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,466 | instanceattribute.cpp | KDE_umbrello/umbrello/umlmodel/instanceattribute.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//own header
#include "instanceattribute.h"
//local includes
#include "instance.h"
#include "attribute.h"
#include "debug_utils.h"
#include "model_utils.h"
#include "umldoc.... | 4,375 | C++ | .cpp | 139 | 28.215827 | 94 | 0.711985 | 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,467 | actor.cpp | KDE_umbrello/umbrello/umlmodel/actor.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "actor.h"
/**
* Constructs an Actor.
*
* @param name The name of the Actor.
* @param id The unique id to assign to this Actor.
*/
UMLActor::UMLActor(cons... | 1,080 | C++ | .cpp | 54 | 17.722222 | 92 | 0.692534 | 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,468 | datatype.cpp | KDE_umbrello/umbrello/umlmodel/datatype.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "datatype.h"
/**
* Sets up a Datatype.
* @param name The name of the Datatype.
* @param id The unique id of the Concept.
*/
UMLDatatype::UML... | 2,808 | C++ | .cpp | 105 | 23.790476 | 92 | 0.700743 | 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,469 | enumliteral.cpp | KDE_umbrello/umbrello/umlmodel/enumliteral.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "enumliteral.h"
#include "umlenumliteraldialog.h"
#include <KLocalizedString>
/**
* Sets up an enum literal.
* @param parent The parent of this UMLEnumLitera... | 3,611 | C++ | .cpp | 135 | 23.311111 | 99 | 0.676403 | 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,470 | usecase.cpp | KDE_umbrello/umbrello/umlmodel/usecase.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "usecase.h"
/**
* Creates a UseCase object
*
* @param name The name of the object.
* @param id The id of the object.
*/
UMLUseCase::UMLUseCase(const QStr... | 1,059 | C++ | .cpp | 53 | 17.735849 | 92 | 0.7001 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,471 | umlobjectlist.cpp | KDE_umbrello/umbrello/umlmodel/umlobjectlist.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlobjectlist.h"
#include "umlobject.h"
UMLObjectList::UMLObjectList()
{
}
UMLObjectList::~UMLObjectList()
{
}
/**
* Copy the internal presentation of this obje... | 952 | C++ | .cpp | 40 | 20.575 | 92 | 0.690265 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,472 | umlobject.cpp | KDE_umbrello/umbrello/umlmodel/umlobject.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlobject.h"
// app includes
#include "classpropertiesdialog.h"
#include "debug_utils.h"
#include "enumliteral.h"
#include "uniqueid.h"
#include "uml... | 52,788 | C++ | .cpp | 1,380 | 32.692029 | 139 | 0.644586 | 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,473 | association.cpp | KDE_umbrello/umbrello/umlmodel/association.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "association.h"
// app includes
#include "debug_utils.h"
#include "classifier.h"
#include "classpropertiesdialog.h"
#include "folder.h"
#include "uml.... | 28,648 | C++ | .cpp | 676 | 35.054734 | 117 | 0.638829 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,474 | checkconstraint.cpp | KDE_umbrello/umbrello/umlmodel/checkconstraint.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//own header
#include "checkconstraint.h"
// app includes
#include "debug_utils.h"
#include "umlcheckconstraintdialog.h"
/**
* Sets up a constraint.
*
* @param parent ... | 3,450 | C++ | .cpp | 127 | 23.669291 | 92 | 0.716798 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,475 | umlcanvasobject.cpp | KDE_umbrello/umbrello/umlmodel/umlcanvasobject.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlcanvasobject.h"
// local includes
#include "debug_utils.h"
#include "uml.h"
#include "umldoc.h"
#include "classifier.h"
#include "association.h"
#... | 13,620 | C++ | .cpp | 422 | 26.727488 | 103 | 0.642087 | 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,476 | foreignkeyconstraint.cpp | KDE_umbrello/umbrello/umlmodel/foreignkeyconstraint.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//own header
#include "foreignkeyconstraint.h"
// app includes
#include "debug_utils.h"
#include "entity.h"
#include "entityattribute.h"
#include "umlobject.h"
#include "uml... | 13,473 | C++ | .cpp | 376 | 30.553191 | 116 | 0.691151 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,477 | enum.cpp | KDE_umbrello/umbrello/umlmodel/enum.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "enum.h"
// app includes
#include "debug_utils.h"
#include "enumliteral.h"
#include "optionstate.h"
#include "umldoc.h"
#include "uml.h"
#include "uni... | 8,999 | C++ | .cpp | 278 | 27.874101 | 100 | 0.678785 | 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,478 | umlrole.cpp | KDE_umbrello/umbrello/umlmodel/umlrole.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlrole.h"
// local includes
#include "association.h"
#include "debug_utils.h"
#include "model_utils.h"
#include "optionstate.h"
#include "umldoc.h"
... | 15,402 | C++ | .cpp | 392 | 32.089286 | 99 | 0.63569 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,479 | folder.cpp | KDE_umbrello/umbrello/umlmodel/folder.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "folder.h"
// app includes
#include "debug_utils.h"
#include "dialog_utils.h"
#include "model_utils.h"
#include "object_factory.h"
#include "optionsta... | 20,757 | C++ | .cpp | 576 | 29.407986 | 117 | 0.629188 | 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,480 | classifier.cpp | KDE_umbrello/umbrello/umlmodel/classifier.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "classifier.h"
// app includes
#include "association.h"
#include "debug_utils.h"
#include "umlassociationlist.h"
#include "operation.h"
#include "attribute.h"
#inclu... | 54,151 | C++ | .cpp | 1,516 | 28.525066 | 137 | 0.623396 | 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,481 | umlentityattributelist.cpp | KDE_umbrello/umbrello/umlmodel/umlentityattributelist.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlentityattributelist.h"
#include "entityattribute.h"
#include <KLocalizedString>
UMLEntityAttributeList::UMLEntityAttributeList()
{
}
UMLEntityAttributeList::... | 1,259 | C++ | .cpp | 44 | 25.568182 | 92 | 0.752492 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | true | false | false | true | false | false |
749,482 | artifact.cpp | KDE_umbrello/umbrello/umlmodel/artifact.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "artifact.h"
#include "association.h"
#include "clipboard/idchangelog.h"
#include <KLocalizedString>
#include <QDir>
/**
* Sets up an Artifact.
* @param name ... | 2,347 | C++ | .cpp | 87 | 24.528736 | 104 | 0.72331 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,483 | template.cpp | KDE_umbrello/umbrello/umlmodel/template.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "template.h"
// app includes
#include "debug_utils.h"
#include "optionstate.h"
#include "uml.h"
#include "umldoc.h"
#include "umltemplatedialog.h"
/*... | 3,765 | C++ | .cpp | 139 | 23.115108 | 93 | 0.671836 | 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,484 | umlclassifierlistitemlist.cpp | KDE_umbrello/umbrello/umlmodel/umlclassifierlistitemlist.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlclassifierlistitemlist.h"
#include "classifierlistitem.h"
#include <KLocalizedString>
UMLClassifierListItemList::UMLClassifierListItemList()
{
}
UMLClassifie... | 1,220 | C++ | .cpp | 40 | 27.325 | 92 | 0.755556 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,485 | entityconstraint.cpp | KDE_umbrello/umbrello/umlmodel/entityconstraint.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//own header
#include "entityconstraint.h"
// app includes
#include "umlobject.h"
#include "umldoc.h"
#include "uml.h"
// qt includes
/**
* Sets up a constraint.
* @para... | 1,484 | C++ | .cpp | 58 | 23.086207 | 92 | 0.736209 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,486 | stereotype.cpp | KDE_umbrello/umbrello/umlmodel/stereotype.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "stereotype.h"
// local includes
#include "debug_utils.h"
#include "dialog_utils.h"
#include "optionstate.h"
#include "umldoc.h"
#include "uml.h"
// ... | 6,057 | C++ | .cpp | 214 | 23.299065 | 101 | 0.653773 | 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,487 | umlentityconstraintlist.cpp | KDE_umbrello/umbrello/umlmodel/umlentityconstraintlist.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlentityconstraintlist.h"
#include "entityconstraint.h"
#include <KLocalizedString>
UMLEntityConstraintList::UMLEntityConstraintList()
{
}
UMLEntityConstraintL... | 1,149 | C++ | .cpp | 40 | 25.55 | 92 | 0.745223 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,488 | uniqueconstraint.cpp | KDE_umbrello/umbrello/umlmodel/uniqueconstraint.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
//own header
#include "uniqueconstraint.h"
// app includes
#include "debug_utils.h"
#include "entity.h"
#include "entityattribute.h"
#include "umldoc.h"
#include "uml.h" //... | 8,854 | C++ | .cpp | 278 | 26.733813 | 104 | 0.674683 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,489 | classifierlistitem.cpp | KDE_umbrello/umbrello/umlmodel/classifierlistitem.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "classifierlistitem.h"
// local includes
#include "debug_utils.h"
#include "classifier.h"
#include "model_utils.h"
#include "object_factory.h"
#includ... | 4,258 | C++ | .cpp | 143 | 26.244755 | 92 | 0.685686 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,490 | entityattribute.cpp | KDE_umbrello/umbrello/umlmodel/entityattribute.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "entityattribute.h"
// app includes
#include "debug_utils.h"
//#include "umlcanvasobject.h"
#include "umldoc.h"
#include "uml.h"
#include "umlentityat... | 7,937 | C++ | .cpp | 241 | 29.481328 | 102 | 0.726312 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,491 | category.cpp | KDE_umbrello/umbrello/umlmodel/category.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "category.h"
/**
* Constructs a Category.
*
* @param name The name of the Category.
* @param id The unique id to assign to this Category.
*/
UMLCategory:... | 1,957 | C++ | .cpp | 83 | 20.481928 | 92 | 0.699087 | 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,492 | debug_utils.cpp | KDE_umbrello/umbrello/debug/debug_utils.cpp | /*
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
... | 13,324 | C++ | .cpp | 304 | 39.082237 | 126 | 0.701948 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,493 | codegenerator.cpp | KDE_umbrello/umbrello/codegenerators/codegenerator.cpp | /*
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>
*/
// own header
#include "codegenerator.h"
// app includes
#include "debug_utils.h"
#include "ove... | 28,979 | C++ | .cpp | 802 | 29.55985 | 207 | 0.644453 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,494 | textblock.cpp | KDE_umbrello/umbrello/codegenerators/textblock.cpp | /*
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>
*/
// own header
#include "textblock.h"
// local includes
#include "codedocument.h"
#include "code... | 11,828 | C++ | .cpp | 384 | 27.598958 | 102 | 0.699114 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,495 | codeclassfield.cpp | KDE_umbrello/umbrello/codegenerators/codeclassfield.cpp | /*
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>
*/
// own header
#include "codeclassfield.h"
// app includes
#include "attribute.h"
#include "asso... | 21,367 | C++ | .cpp | 593 | 29.521079 | 158 | 0.662158 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,496 | ownedhierarchicalcodeblock.cpp | KDE_umbrello/umbrello/codegenerators/ownedhierarchicalcodeblock.cpp | /*
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>
*/
// own header
#include "ownedhierarchicalcodeblock.h"
// local includes
#include "association.h... | 2,876 | C++ | .cpp | 86 | 30.406977 | 159 | 0.757117 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,497 | simplecodegenerator.cpp | KDE_umbrello/umbrello/codegenerators/simplecodegenerator.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2024 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "simplecodegenerator.h"
// app includes
#include "overwritedialog.h"
#in... | 9,600 | C++ | .cpp | 268 | 29.548507 | 110 | 0.658384 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,498 | codeblock.cpp | KDE_umbrello/umbrello/codegenerators/codeblock.cpp | /*
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>
*/
#include "codeblock.h"
#include "codedocument.h"
#include "debug_utils.h"
#include <QTextStrea... | 3,522 | C++ | .cpp | 121 | 26.396694 | 111 | 0.733314 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,499 | codeclassfielddeclarationblock.cpp | KDE_umbrello/umbrello/codegenerators/codeclassfielddeclarationblock.cpp | /*
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>
*/
#include "codeclassfielddeclarationblock.h"
#include "codeclassfield.h"
#include "umlrole.h"
#... | 4,317 | C++ | .cpp | 143 | 26.475524 | 94 | 0.738376 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,500 | codeaccessormethod.cpp | KDE_umbrello/umbrello/codegenerators/codeaccessormethod.cpp | /*
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>
*/
// own header
#include "codeaccessormethod.h"
// qt/kde includes
#include <QXmlStreamWriter>
/... | 5,096 | C++ | .cpp | 159 | 28.528302 | 104 | 0.736295 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,501 | classifiercodedocument.cpp | KDE_umbrello/umbrello/codegenerators/classifiercodedocument.cpp | /*
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>
*/
// own header
#include "classifiercodedocument.h"
// local includes
#include "association.h"
#i... | 25,521 | C++ | .cpp | 697 | 30.875179 | 132 | 0.682649 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,502 | hierarchicalcodeblock.cpp | KDE_umbrello/umbrello/codegenerators/hierarchicalcodeblock.cpp | /*
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>
*/
// own header
#include "hierarchicalcodeblock.h"
// local includes
#include "codedocument.h"
#i... | 11,050 | C++ | .cpp | 337 | 28.15727 | 142 | 0.704249 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,503 | codeblockwithcomments.cpp | KDE_umbrello/umbrello/codegenerators/codeblockwithcomments.cpp | /*
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>
*/
// own header
#include "codeblockwithcomments.h"
// local includes
#include "codedocument.h"
#i... | 4,284 | C++ | .cpp | 143 | 25.916084 | 115 | 0.713141 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,504 | codegenobjectwithtextblocks.cpp | KDE_umbrello/umbrello/codegenerators/codegenobjectwithtextblocks.cpp | /*
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>
*/
// own header
#include "codegenobjectwithtextblocks.h"
// local includes
#include "codedocument... | 19,120 | C++ | .cpp | 449 | 35.057906 | 199 | 0.661992 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,505 | codecomment.cpp | KDE_umbrello/umbrello/codegenerators/codecomment.cpp | /*
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>
*/
#include "codecomment.h"
#include "codedocument.h"
CodeComment::CodeComment(CodeDocument * doc... | 926 | C++ | .cpp | 34 | 24.852941 | 92 | 0.760452 | 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,506 | codeoperation.cpp | KDE_umbrello/umbrello/codegenerators/codeoperation.cpp | /*
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>
*/
// own header
#include "codeoperation.h"
// local includes
#include "classifiercodedocument.h"
... | 3,950 | C++ | .cpp | 130 | 27.692308 | 131 | 0.74486 | 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,507 | codeparameter.cpp | KDE_umbrello/umbrello/codegenerators/codeparameter.cpp | /*
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>
*/
// own header
#include "codeparameter.h"
// local includes
#include "association.h"
#include "a... | 8,108 | C++ | .cpp | 248 | 28.217742 | 114 | 0.686869 | 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,508 | codegenfactory.cpp | KDE_umbrello/umbrello/codegenerators/codegenfactory.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra Blum <luis@delaparra.org>
Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenfactory.h"
// app... | 15,088 | C++ | .cpp | 432 | 25.305556 | 119 | 0.605851 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,509 | codegenerationpolicy.cpp | KDE_umbrello/umbrello/codegenerators/codegenerationpolicy.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <thomas@mail630.gsfc.nasa.gov>
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenerationpolicy.h"
// app includes
#include "codegenerationpolicyp... | 18,745 | C++ | .cpp | 525 | 32.219048 | 108 | 0.752768 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,510 | codemethodblock.cpp | KDE_umbrello/umbrello/codegenerators/codemethodblock.cpp | /*
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>
*/
#include "codemethodblock.h"
#include "codeclassfield.h"
#include "classifiercodedocument.h"
#i... | 4,882 | C++ | .cpp | 148 | 29.047297 | 132 | 0.729747 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,511 | ownedcodeblock.cpp | KDE_umbrello/umbrello/codegenerators/ownedcodeblock.cpp | /*
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>
*/
// own header
#include "ownedcodeblock.h"
// local includes
#include "association.h"
#include "... | 5,465 | C++ | .cpp | 149 | 31.308725 | 111 | 0.665534 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
749,512 | codegen_utils.cpp | KDE_umbrello/umbrello/codegenerators/codegen_utils.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegen_utils.h"
// app includes
#include "uml.h"
#include "umldoc.h"
namespace Codegen_Utils {
/**
* Return list of C++ datatypes.
*/
QStringLis... | 20,825 | C++ | .cpp | 422 | 41.258294 | 92 | 0.678976 | 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,513 | codedocument.cpp | KDE_umbrello/umbrello/codegenerators/codedocument.cpp | /*
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>
*/
// own header
#include "codedocument.h"
// local includes
#include "codegenerator.h"
#include "... | 15,335 | C++ | .cpp | 463 | 29.190065 | 108 | 0.698339 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | true | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.