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,211 | errors.cpp | KDE_umbrello/lib/cppparser/errors.cpp | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "errors.h"
#include <KLocalizedString>
Error& Errors::_InternalError()
{
static Error *error = nullptr;
if (error == nullptr)
error ... | 751 | C++ | .cpp | 27 | 24.111111 | 75 | 0.653686 | 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,212 | cachemanager.cpp | KDE_umbrello/lib/cppparser/cachemanager.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
*/
#include "cachemanager.h"
#define DBG_SRC QLatin1String("CacheManager")
#include "debug_utils.h"
DEBUG_REGISTER_DISABLED(CacheManager)
void CacheNode::access() const
{
m_manage... | 2,416 | C++ | .cpp | 81 | 25.740741 | 210 | 0.652305 | 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,213 | codemodel_treeparser.cpp | KDE_umbrello/lib/interfaces/codemodel_treeparser.cpp | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "codemodel_treeparser.h"
#include "codemodel.h"
CodeModelTreeParser::CodeModelTreeParser()
{
}
CodeModelTreeParser::~CodeModelTreeParser()
{
}
void CodeM... | 3,663 | C++ | .cpp | 78 | 42.564103 | 121 | 0.743834 | 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,214 | hashedstring.cpp | KDE_umbrello/lib/interfaces/hashedstring.cpp | /*
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "hashedstring.h"
#include <kdatastream.h>
#include <sstream>
#include <algorithm>
#include <iterator>
#include <set>
//It needs to be measured whether this flag should be tu... | 10,834 | C++ | .cpp | 335 | 27.397015 | 224 | 0.639001 | 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,215 | codemodel_utils.cpp | KDE_umbrello/lib/interfaces/codemodel_utils.cpp | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-FileCopyrightText: 2003 Alexander Dymo <adymo@kdevelop.org>
SPDX-FileCopyrightText: 2004 Jonas Jacobi <j.jacobi@gmx.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "codemodel_utils.h"
na... | 21,313 | C++ | .cpp | 537 | 33.392924 | 148 | 0.653546 | 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,216 | codemodel.cpp | KDE_umbrello/lib/interfaces/codemodel.cpp | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#include "codemodel.h"
#include "debug_utils.h"
#include "driver.h"
#include <kdatastream.h>
///Little helper-functions to save a lot of typing and possible errors
... | 48,420 | C++ | .cpp | 1,508 | 27.833554 | 137 | 0.668785 | 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,217 | cxx11-constexpr.cpp | KDE_umbrello/test/import/cxx/cxx11-constexpr.cpp | // https://en.wikipedia.org/wiki/C%2B%2B11#constexpr_.E2.80.93_Generalized_constant_expressions
// #1
constexpr int get_five() {return 5;}
int some_value[get_five() + 7]; // Create an array of 12 integers. Legal C++11
// #2
constexpr double earth_gravitational_acceleration = 9.8;
constexpr double moon_gravitational_a... | 834 | C++ | .cpp | 19 | 41.736842 | 95 | 0.812114 | 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,218 | po2xmi.cpp | KDE_umbrello/tools/po2xmi.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
SPDX-FileCopyrightText: 2014-2020 Ralf Habacker <ralf.habacker@freenet.de>
*/
#include "shared.h"
#include <stdlib.h>
#include <iostream>
#include <assert.h>
#include <fst... | 851 | C++ | .cpp | 27 | 28.074074 | 95 | 0.697304 | 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,219 | xmi2pot.cpp | KDE_umbrello/tools/xmi2pot.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
SPDX-FileCopyrightText: 2014-2020 Ralf Habacker <ralf.habacker@freenet.de>
*/
#include <stdlib.h>
#include <iostream>
#include <qfileinfo.h>
#include <qdatetime.h>
#include... | 2,501 | C++ | .cpp | 61 | 35.163934 | 122 | 0.572547 | 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,220 | shared.cpp | KDE_umbrello/tools/shared.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
SPDX-FileCopyrightText: 2014-2020 Ralf Habacker <ralf.habacker@freenet.de>
*/
#include "shared.h"
#include <iostream>
#include <QFile>
#include <QStringList>
#include <QTe... | 10,472 | C++ | .cpp | 275 | 28.716364 | 143 | 0.587269 | 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,221 | testclassifier.cpp | KDE_umbrello/unittests/testclassifier.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 "testclassifier.h"
// app include
#include "uml.h"
#include "association.h"
#include "classifier.h"
#include "datatype.h"
#include "operation... | 9,404 | C++ | .cpp | 282 | 29.904255 | 94 | 0.705221 | 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,222 | testcppwriter.cpp | KDE_umbrello/unittests/testcppwriter.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 "testcppwriter.h"
// app include
#include "classifier.h"
#include "cppwriter.h"
const bool IS_NOT_IMPL = false;
//-------------------------... | 2,226 | C++ | .cpp | 62 | 32.274194 | 88 | 0.689126 | 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,223 | testpreconditionwidget.cpp | KDE_umbrello/unittests/testpreconditionwidget.cpp | /*
SPDX-FileCopyrightText: 2019 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testpreconditionwidget.h"
#include "preconditionwidget.h"
#include "folder.h"
#include "objectwidget.h"
#include "umlscene.h"
#include <Q... | 1,023 | C++ | .cpp | 29 | 31.793103 | 88 | 0.75355 | 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,225 | testumlobject.cpp | KDE_umbrello/unittests/testumlobject.cpp | /*
SPDX-FileCopyrightText: 2015 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testumlobject.h"
// app include
#include "attribute.h"
#include "classifier.h"
#include "folder.h"
#include "operation.h"
#include "packag... | 9,840 | C++ | .cpp | 264 | 33.25 | 117 | 0.712115 | 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,226 | testlistpopupmenu.cpp | KDE_umbrello/unittests/testlistpopupmenu.cpp | /*
SPDX-FileCopyrightText: 2018 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testlistpopupmenu.h"
#include "associationwidgetpopupmenu.h"
#include "dialogspopupmenu.h"
#include "widgetbasepopupmenu.h"
#include "umll... | 5,287 | C++ | .cpp | 120 | 38.316667 | 117 | 0.697711 | 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,227 | testoptionstate.cpp | KDE_umbrello/unittests/testoptionstate.cpp | /*
SPDX-FileCopyrightText: 2015 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testoptionstate.h"
#include "optionstate.h"
void TestOptionState::test_create()
{
Settings::OptionState options;
QCOMPARE(options... | 1,550 | C++ | .cpp | 43 | 31.837209 | 88 | 0.753507 | 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,228 | testllvmparser.cpp | KDE_umbrello/unittests/testllvmparser.cpp | /*
SPDX-FileCopyrightText: 2016 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "clang/AST/ASTConsumer.h"
#include "clang/AST/RecursiveASTVisitor.h"
#include <clang/Basic/Version.h>
#include "clang/Frontend/CompilerInsta... | 2,568 | C++ | .cpp | 80 | 26.525 | 97 | 0.679466 | 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,229 | testwidgetbase.cpp | KDE_umbrello/unittests/testwidgetbase.cpp | /*
SPDX-FileCopyrightText: 2020 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testwidgetbase.h"
#include "folder.h"
#include "widgetbase.h"
#include "umlscene.h"
#include "umlview.h"
#include "umlwidget.h"
void Test... | 1,559 | C++ | .cpp | 49 | 27.897959 | 88 | 0.727212 | 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,230 | testbasictypes.cpp | KDE_umbrello/unittests/testbasictypes.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 "testbasictypes.h"
// app includes
#include "basictypes.h"
// qt includes
#include <QtTest>
#include <QDomDocument>
//---------------------... | 18,274 | C++ | .cpp | 397 | 39.997481 | 106 | 0.637793 | 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,231 | testumlroledialog.cpp | KDE_umbrello/unittests/testumlroledialog.cpp | /*
SPDX-FileCopyrightText: 2015 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
// app includes
#include "association.h"
#include "stereotype.h"
#include "uml.h"
#include "umlrole.h"
#include "umlroledialog.h"
// qt includes
#in... | 702 | C++ | .cpp | 26 | 23.961538 | 88 | 0.719821 | 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,233 | testbase.cpp | KDE_umbrello/unittests/testbase.cpp | /*
SPDX-FileCopyrightText: 2015-2020 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testbase.h"
// app includes
#include "codegenerationpolicy.h"
#include "uml.h"
#include "umldoc.h"
// qt includes
#include <QApplica... | 1,444 | C++ | .cpp | 59 | 21.983051 | 88 | 0.730657 | 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,234 | testumlcanvasobject.cpp | KDE_umbrello/unittests/testumlcanvasobject.cpp | /*
SPDX-FileCopyrightText: 2019 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testumlcanvasobject.h"
// app include
#include "association.h"
#include "classifier.h"
#include "umlcanvasobject.h"
//-------------------... | 5,634 | C++ | .cpp | 144 | 34.944444 | 88 | 0.710555 | 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,235 | testpythonwriter.cpp | KDE_umbrello/unittests/testpythonwriter.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 "testpythonwriter.h"
// app includes
#include "classifier.h"
#include "pythonwriter.h"
const bool IS_NOT_IMPL = false;
//------------------... | 1,654 | C++ | .cpp | 47 | 31.765957 | 88 | 0.691729 | 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,236 | testassociation.cpp | KDE_umbrello/unittests/testassociation.cpp | /*
SPDX-FileCopyrightText: 2019 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testassociation.h"
// app include
#include "association.h"
#include "classifier.h"
#include "folder.h"
#include "package.h"
#include "ster... | 9,778 | C++ | .cpp | 199 | 45.090452 | 140 | 0.717485 | 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,237 | testpackage.cpp | KDE_umbrello/unittests/testpackage.cpp | /*
SPDX-FileCopyrightText: 2019 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "testpackage.h"
#include "classifier.h"
#include "package.h"
#include "stereotype.h"
void TestPackage::test_appendClassesAndInterfaces()
{... | 1,451 | C++ | .cpp | 44 | 29.090909 | 88 | 0.721429 | 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,238 | svg2png.cpp | KDE_umbrello/maintainer/svg2png.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016 Ralf Habacker <ralf.habacker@freenet.de>
*/
#include <QCoreApplication>
#include <QtSvg>
#include <QPainter>
#include <QImage>
#include <QtDebug>
#include <iostream>
bool verbose = false;
void usage()
{
std::cerr << "svg2png <svg... | 2,844 | C++ | .cpp | 84 | 26.535714 | 114 | 0.574863 | 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,239 | umldoc.cpp | KDE_umbrello/umbrello/umldoc.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umldoc.h"
// app includes
#include "debug_utils.h"
#include "uniqueid.h"
#include "association.h"
#include "package.h"
#include "folder.h"
#include "... | 122,129 | C++ | .cpp | 3,214 | 30.51369 | 138 | 0.617882 | 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,240 | object_factory.cpp | KDE_umbrello/umbrello/object_factory.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "object_factory.h"
// app includes
#include "actor.h"
#include "artifact.h"
#include "association.h"
#include "attribute.h"
#include "category.h"
#inc... | 16,502 | C++ | .cpp | 423 | 31.172577 | 130 | 0.613382 | 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,241 | uml.cpp | KDE_umbrello/umbrello/uml.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2023 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "uml.h"
// app includes
#include "birdview.h"
#include "umlappprivate.h"
#include "umldoc.h"
#include "umllistview.h"
#include "umlviewlist.h"
#includ... | 108,844 | C++ | .cpp | 3,062 | 31.080013 | 147 | 0.69179 | 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,242 | toolbarstateother.cpp | KDE_umbrello/umbrello/toolbarstateother.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstateother.h"
// app includes
#include "activitywidget.h"
#include "boxwidget.h"
#include "debug_utils.h"
#include "dialog_utils.h"
#include "... | 10,293 | C++ | .cpp | 302 | 26.529801 | 99 | 0.640732 | 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,243 | toolbarstatefactory.cpp | KDE_umbrello/umbrello/toolbarstatefactory.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "toolbarstatefactory.h"
#include "toolbarstate.h"
#include "toolbarstatepool.h"
#include "toolbarstateother.h"
#include "toolbarstatearrow.h"
#include "toolbarstatem... | 3,579 | C++ | .cpp | 86 | 36.465116 | 114 | 0.644131 | 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,244 | toolbarstatemessages.cpp | KDE_umbrello/umbrello/toolbarstatemessages.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstatemessages.h"
// local includes
#include "cmds.h"
#include "debug_utils.h"
#include "floatingtextwidget.h"
#include "messagewidget.h"
#incl... | 11,240 | C++ | .cpp | 313 | 30.884984 | 109 | 0.688493 | 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,245 | birdview.cpp | KDE_umbrello/umbrello/birdview.cpp | /*
SPDX-FileCopyrightText: 2014 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#include "birdview.h"
#include "debug_utils.h"
#include "uml.h"
#include "umlscene.h"
#include "umlview.h"
#include <QDockWidget>
#include <QGraphicsV... | 8,086 | C++ | .cpp | 240 | 29.366667 | 125 | 0.667775 | 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,246 | layoutgenerator.cpp | KDE_umbrello/umbrello/layoutgenerator.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "layoutgenerator.h"
#include "associationline.h"
#include "associationwidget.h"
#include "cmds.h"
#define DBG_SRC QStringLiteral("LayoutGenerator")
#include "debug_... | 19,808 | C++ | .cpp | 545 | 30.038532 | 465 | 0.613029 | 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,247 | cmdlineexportallviewsevent.cpp | KDE_umbrello/umbrello/cmdlineexportallviewsevent.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "cmdlineexportallviewsevent.h"
// app includes
#define DBG_SRC QStringLiteral("CmdLineExportAllViewsEvent")
#include "debug_utils.h"
#include "uml.h"
... | 2,241 | C++ | .cpp | 65 | 31.707692 | 126 | 0.747922 | 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,248 | codeviewerstate.cpp | KDE_umbrello/umbrello/codeviewerstate.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "codeviewerstate.h"
#include "umbrellosettings.h"
namespace Settings {
void CodeViewerState::load()
{
height = UmbrelloSettings::height();
width = Umbre... | 1,583 | C++ | .cpp | 38 | 37.763158 | 92 | 0.788174 | 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,249 | model_utils.cpp | KDE_umbrello/umbrello/model_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 "model_utils.h"
// app includes
#include "floatingtextwidget.h"
#define DBG_SRC QStringLiteral("Model_Utils")
#include "debug_utils.h"
#include "umlob... | 92,038 | C++ | .cpp | 2,256 | 32.723848 | 118 | 0.615458 | 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,250 | assocrules.cpp | KDE_umbrello/umbrello/assocrules.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "assocrules.h"
// local includes
#define DBG_SRC QStringLiteral("AssocRules")
#include "debug_utils.h"
#include "uml.h"
#include "umlview.h"
#include ... | 36,111 | C++ | .cpp | 533 | 60.103189 | 144 | 0.618242 | 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,251 | main.cpp | KDE_umbrello/umbrello/main.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// app includes
#define DBG_SRC QStringLiteral("main")
#include "debug_utils.h"
#include "uml.h"
#include "version.h"
#include "umldoc.h"
#include "cmdlineexportallviewsevent... | 11,529 | C++ | .cpp | 234 | 40.598291 | 162 | 0.646422 | 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,252 | toolbarstateassociation.cpp | KDE_umbrello/umbrello/toolbarstateassociation.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstateassociation.h"
// app includes
#include "assocrules.h"
#include "association.h"
#include "associationline.h"
#include "associationwidget.... | 13,724 | C++ | .cpp | 333 | 35.711712 | 113 | 0.676299 | 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,253 | optionstate.cpp | KDE_umbrello/umbrello/optionstate.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "optionstate.h"
#include "umbrellosettings.h"
namespace Settings {
void GeneralState::load()
{
undo = UmbrelloSettings::undo();
tabdiagrams... | 18,671 | C++ | .cpp | 380 | 41.373684 | 121 | 0.71665 | 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,254 | dotgenerator.cpp | KDE_umbrello/umbrello/dotgenerator.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// self includes
#include "dotgenerator.h"
// app includes
#include "activitywidget.h"
#include "associationwidget.h"
#include "classifierwidget.h"
#include "signalwidget.h"... | 20,977 | C++ | .cpp | 528 | 33.469697 | 210 | 0.652238 | 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,255 | umlviewimageexporterall.cpp | KDE_umbrello/umbrello/umlviewimageexporterall.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlviewimageexporterall.h"
// application specific includes
#include "diagramprintpage.h"
#include "exportallviewsdialog.h"
#include "umlviewimageexp... | 3,270 | C++ | .cpp | 93 | 30.892473 | 117 | 0.710044 | 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,256 | petalnode.cpp | KDE_umbrello/umbrello/petalnode.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "petalnode.h"
#include "debug_utils.h"
// todo avoid '"' on QString output
QString a;
class Indenter : public QDebug
{
public:
Indenter(QDebug ... | 3,464 | C++ | .cpp | 138 | 20.971014 | 92 | 0.626287 | 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,257 | diagramswindow.cpp | KDE_umbrello/umbrello/diagramswindow.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "diagramswindow.h"
// app includes
#include "models/diagramsmodel.h"
#include "uml.h"
#include "umldoc.h"
#include "umlview.h"
// kde includes
#include <KLocalized... | 2,244 | C++ | .cpp | 63 | 32.063492 | 116 | 0.739631 | 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,258 | diagram_utils.cpp | KDE_umbrello/umbrello/diagram_utils.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2017-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "diagram_utils.h"
// app includes
#include "associationwidget.h"
#include "association.h"
#define DBG_SRC QStringLiteral("Diagram_Utils")
#include "de... | 19,090 | C++ | .cpp | 488 | 30.319672 | 164 | 0.587788 | 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,259 | icon_utils.cpp | KDE_umbrello/umbrello/icon_utils.cpp | /*
SPDX-FileCopyrightText: 2008 Andreas Fischer <andi.fischer@hispeed.ch>
SPDX-FileCopyrightText: 2009-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 "icon_utils.h"
#include "basictypes.h"
#define... | 22,220 | C++ | .cpp | 371 | 54.725067 | 133 | 0.639199 | 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,260 | file_utils.cpp | KDE_umbrello/umbrello/file_utils.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2020-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "file_utils.h"
// app includes
#define DBG_SRC QStringLiteral("File_Utils")
#include "debug_utils.h"
#include "uml.h" // Only needed for logDebug
// qt includes
#... | 890 | C++ | .cpp | 30 | 27.4 | 92 | 0.747948 | 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,261 | umlviewimageexporter.cpp | KDE_umbrello/umbrello/umlviewimageexporter.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlviewimageexporter.h"
// application specific includes
#define DBG_SRC QStringLiteral("UMLViewImageExporter")
#include "debug_utils.h"
#include "do... | 6,099 | C++ | .cpp | 166 | 31.710843 | 138 | 0.693284 | 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,262 | docwindow.cpp | KDE_umbrello/umbrello/docwindow.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "docwindow.h"
// local includes
#include "associationwidget.h"
#include "debug_utils.h"
#include "folder.h"
#include "icon_utils.h"
#include "uml.h" ... | 12,868 | C++ | .cpp | 438 | 24.356164 | 120 | 0.654135 | 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,263 | umllistview.cpp | KDE_umbrello/umbrello/umllistview.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umllistview.h"
// app includes
#include "actor.h"
#include "classifier.h"
#include "cmds.h"
#include "debug_utils.h"
#include "dialog_utils.h"
#inclu... | 107,976 | C++ | .cpp | 2,735 | 31.117002 | 131 | 0.627977 | 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,264 | toolbarstate.cpp | KDE_umbrello/umbrello/toolbarstate.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstate.h"
// app includes
#include "associationwidget.h"
#include "debug_utils.h"
#include "messagewidget.h"
#include "floatingdashlinewidget.h... | 17,343 | C++ | .cpp | 514 | 30.180934 | 168 | 0.712105 | 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,265 | umlview.cpp | KDE_umbrello/umbrello/umlview.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlview.h"
// application specific includes
#include "debug_utils.h"
#include "docwindow.h"
#include "model_utils.h"
#include "notewidget.h"
#include... | 5,327 | C++ | .cpp | 194 | 23.737113 | 106 | 0.680313 | 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,266 | umlscene.cpp | KDE_umbrello/umbrello/umlscene.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlscene.h"
// application specific includes
#include "activitywidget.h"
#include "actorwidget.h"
#include "artifactwidget.h"
#include "association.h... | 145,307 | C++ | .cpp | 4,196 | 27.884652 | 134 | 0.629627 | 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,267 | stereotypeswindow.cpp | KDE_umbrello/umbrello/stereotypeswindow.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2015-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "stereotypeswindow.h"
// app includes
#include "dialog_utils.h"
#include "debug_utils.h"
#include "stereotype.h"
#include "models/stereotypesmodel.h"
#include "dial... | 3,544 | C++ | .cpp | 89 | 35.179775 | 122 | 0.714203 | 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,268 | basictypes.cpp | KDE_umbrello/umbrello/basictypes.cpp | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#include "basictypes.h"
#include "debug_utils.h"
// kde includes
#include <KLocalizedString>
// qt includes
#include <QFontDatabase>
namespace Uml
{
namespace ModelType
{
/**
* Convert Mod... | 36,957 | C++ | .cpp | 1,231 | 23.581641 | 109 | 0.604241 | 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,269 | import_rose.cpp | KDE_umbrello/umbrello/import_rose.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "import_rose.h"
// app includes
#include "uml.h"
#include "umldoc.h"
#include "folder.h"
#define DBG_SRC QStringLiteral("Import_Rose")
#include "debug... | 20,498 | C++ | .cpp | 541 | 28.297597 | 122 | 0.552377 | 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,270 | uniqueid.cpp | KDE_umbrello/umbrello/uniqueid.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "uniqueid.h"
#include <krandom.h>
namespace UniqueID {
/**
* Each model object gets assigned a unique ID.
*/
Uml::ID::Type m_uniqueID;
/**
* MAI... | 917 | C++ | .cpp | 44 | 18.704545 | 92 | 0.701043 | 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,271 | import_argo.cpp | KDE_umbrello/umbrello/import_argo.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "import_argo.h"
// app includes
#define DBG_SRC QStringLiteral("Import_Argo")
#include "debug_utils.h"
#include "uml.h"
#include "umldoc.h"
// kde in... | 4,621 | C++ | .cpp | 129 | 29.20155 | 102 | 0.641691 | 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,272 | worktoolbar.cpp | KDE_umbrello/umbrello/worktoolbar.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "worktoolbar.h"
// application specific includes
#include "debug_utils.h"
#include "icon_utils.h"
#include "optionstate.h"
#include "uml.h"
#include "... | 27,414 | C++ | .cpp | 459 | 54.093682 | 165 | 0.580866 | 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,273 | umlappprivate.cpp | KDE_umbrello/umbrello/umlappprivate.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlappprivate.h"
#define DBG_SRC QStringLiteral("UMLAppPrivate")
#include "debug_utils.h"
#include <KFilterDev>
DEBUG_REGISTER(UMLAppPrivate)
/**
* Find welcom... | 5,831 | C++ | .cpp | 147 | 33.938776 | 141 | 0.66602 | 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,274 | toolbarstatepool.cpp | KDE_umbrello/umbrello/toolbarstatepool.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstatepool.h"
/**
* Destroys this ToolBarStatePool.
*/
ToolBarStatePool::~ToolBarStatePool()
{
}
/**
* Sets the current button and inits th... | 1,145 | C++ | .cpp | 47 | 21.93617 | 92 | 0.734189 | 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,275 | umllistviewitem.cpp | KDE_umbrello/umbrello/umllistviewitem.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umllistviewitem.h"
// definition required by debug_utils.h
#define DBG_SRC QStringLiteral("UMLListViewItem")
// app includes
#include "debug_utils.h... | 36,343 | C++ | .cpp | 1,073 | 26.966449 | 113 | 0.627187 | 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,276 | toolbarstatearrow.cpp | KDE_umbrello/umbrello/toolbarstatearrow.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "toolbarstatearrow.h"
// app includes
#include "associationwidget.h"
#include "umlscene.h"
#include "umlwidget.h"
/**
* Creates a new ToolBarStateAr... | 6,061 | C++ | .cpp | 198 | 26.641414 | 97 | 0.69712 | 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,277 | umlviewimageexportermodel.cpp | KDE_umbrello/umbrello/umlviewimageexportermodel.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlviewimageexportermodel.h"
// application specific includes
#define DBG_SRC QStringLiteral("UMLViewImageExporterModel")
#include "debug_utils.h"
#i... | 19,365 | C++ | .cpp | 471 | 35.825902 | 148 | 0.670595 | 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,278 | petaltree2uml.cpp | KDE_umbrello/umbrello/petaltree2uml.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "petaltree2uml.h"
// app includes
#define DBG_SRC QStringLiteral("Import_Rose")
#include "debug_utils.h"
#include "petalnode.h"
#include "model_utils.... | 61,983 | C++ | .cpp | 1,372 | 34.049563 | 121 | 0.566201 | 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,279 | objectswindow.cpp | KDE_umbrello/umbrello/objectswindow.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "objectswindow.h"
// app includes
#include "models/objectsmodel.h"
#include "uml.h"
#include "umldoc.h"
#include "umlview.h"
// kde includes
#include <KLocalizedSt... | 2,240 | C++ | .cpp | 67 | 30.014925 | 114 | 0.738084 | 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,280 | refactoringassistant.cpp | KDE_umbrello/umbrello/refactoring/refactoringassistant.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Luis De la Parra <lparrab@gmx.net>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "refactoringassistant.h"
#include "attribute.h"
#include "basictypes.h"
#include "classifier.h"... | 29,896 | C++ | .cpp | 806 | 30.454094 | 152 | 0.629262 | 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,281 | codegenstatuspage.cpp | KDE_umbrello/umbrello/codegenwizard/codegenstatuspage.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenstatuspage.h"
// app includes
#include "codegenerationwizard.h" //:TO... | 7,824 | C++ | .cpp | 210 | 31.538095 | 125 | 0.679673 | 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,282 | codegenselectpage.cpp | KDE_umbrello/umbrello/codegenwizard/codegenselectpage.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenselectpage.h"
// app includes
#include "folder.h"
#include "umldoc.h"
#include "uml.h"
#include "classifier.h"
#include "entity.h"
//kde incl... | 3,812 | C++ | .cpp | 123 | 26.699187 | 107 | 0.694634 | 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,283 | codegenoptionspage.cpp | KDE_umbrello/umbrello/codegenwizard/codegenoptionspage.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenoptionspage.h"
// app includes
#include "codegenerator.h"
#include "co... | 11,366 | C++ | .cpp | 300 | 32.623333 | 183 | 0.707445 | 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,284 | codegenerationwizard.cpp | KDE_umbrello/umbrello/codegenwizard/codegenerationwizard.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Paul Hensgen <phensgen@users.sourceforge.net>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codegenerationwizard.h"
// local includes
#include "codegenselectpage... | 2,834 | C++ | .cpp | 90 | 29.144444 | 92 | 0.770048 | 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,285 | idchangelog.cpp | KDE_umbrello/umbrello/clipboard/idchangelog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "idchangelog.h"
/**
* Constructor.
*/
IDChangeLog::IDChangeLog()
{
}
/**
* Copy constructor.
*/
IDChangeLog::IDChangeLog(const IDChangeLog& Other)
{
m_LogA... | 2,805 | C++ | .cpp | 110 | 21.509091 | 95 | 0.609783 | 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,286 | umldragdata.cpp | KDE_umbrello/umbrello/clipboard/umldragdata.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umldragdata.h"
// local includes
#include "associationwidget.h"
#include "classifier.h"
#include "cmds.h"
#define DBG_SRC QStringLiteral("UMLDragData... | 30,710 | C++ | .cpp | 809 | 30.882571 | 128 | 0.654498 | 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,287 | umlclipboard.cpp | KDE_umbrello/umbrello/clipboard/umlclipboard.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlclipboard.h"
// local includes
#include "debug_utils.h"
#include "diagram_utils.h"
#include "umldragdata.h"
#include "idchangelog.h"
#include "ass... | 24,108 | C++ | .cpp | 682 | 26.721408 | 110 | 0.594407 | 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,288 | notedialog.cpp | KDE_umbrello/umbrello/dialogs/notedialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "notedialog.h"
#include "notewidget.h"
// KDE includes
#include <KLocalizedString>
/**
* Constructs an NoteDialog.
*/
NoteDialog::NoteDialog(QWidge... | 1,335 | C++ | .cpp | 54 | 20.481481 | 92 | 0.667975 | 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,289 | umlviewdialog.cpp | KDE_umbrello/umbrello/dialogs/umlviewdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlviewdialog.h"
// local includes
#include "classoptionspage.h"
#include "diagrampropertiespage.h"
#include "debug_utils.h"
#include "icon_utils.h"
... | 3,512 | C++ | .cpp | 130 | 23.069231 | 117 | 0.691028 | 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,290 | exportallviewsdialog.cpp | KDE_umbrello/umbrello/dialogs/exportallviewsdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "exportallviewsdialog.h"
// kde include files
#include <KLocalizedString>
// application specific includes
#include "umlviewimageexportermodel.h"
/*... | 2,297 | C++ | .cpp | 66 | 31.712121 | 122 | 0.753493 | 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,291 | singlepagedialogbase.cpp | KDE_umbrello/umbrello/dialogs/singlepagedialogbase.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "singlepagedialogbase.h"
// app include
#include "debug_utils.h"
#include "uml.h"
// kde include
#include <KLocalizedString>
#include <QDialogButtonBox>
#include <... | 5,106 | C++ | .cpp | 180 | 24.766667 | 106 | 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 |
749,292 | parameterpropertiesdialog.cpp | KDE_umbrello/umbrello/dialogs/parameterpropertiesdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "parameterpropertiesdialog.h"
// local includes
#include "attribute.h"
#include "classifier.h"
#include "debug_utils.h"
#include "documentationwidget.... | 5,550 | C++ | .cpp | 151 | 32.331126 | 154 | 0.708884 | 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,293 | multipagedialogbase.cpp | KDE_umbrello/umbrello/dialogs/multipagedialogbase.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "multipagedialogbase.h"
// local includes
#include "associationgeneralpage.h"
#include "associationrolepage.h"
#include "associationwidget.h"
#include... | 12,613 | C++ | .cpp | 408 | 27.098039 | 136 | 0.717305 | 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,294 | messagewidgetpropertiesdialog.cpp | KDE_umbrello/umbrello/dialogs/messagewidgetpropertiesdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "messagewidgetpropertiesdialog.h"
// local includes
#include "messagewidget.h"
#include "uml.h"
/**
* Sets up an Message Widget Properties Dialog.
... | 1,219 | C++ | .cpp | 46 | 23.73913 | 102 | 0.747423 | 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,295 | umloperationdialog.cpp | KDE_umbrello/umbrello/dialogs/umloperationdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umloperationdialog.h"
//app includes
#include "debug_utils.h"
#include "uml.h"
#include "umldoc.h"
#include "operation.h"
#include "classifier.h"
#in... | 16,285 | C++ | .cpp | 397 | 35.259446 | 128 | 0.694825 | 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,296 | selectdiagramdialog.cpp | KDE_umbrello/umbrello/dialogs/selectdiagramdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "selectdiagramdialog.h"
// app includes
#include "selectdiagramwidget.h"
// kde includes
#include <KLocalizedString>
SelectDiagramDialog::SelectDiag... | 802 | C++ | .cpp | 25 | 29.6 | 141 | 0.775325 | 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,297 | umlattributedialog.cpp | KDE_umbrello/umbrello/dialogs/umlattributedialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlattributedialog.h"
// app includes
#include "attribute.h"
#include "classifier.h"
#include "documentationwidget.h"
#include "template.h"
#include ... | 5,094 | C++ | .cpp | 130 | 33.9 | 117 | 0.701194 | 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,298 | settingsdialog.cpp | KDE_umbrello/umbrello/dialogs/settingsdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "settingsdialog.h"
// app includes
#include "autolayoutoptionpage.h"
#include "classoptionspage.h"
#include "codeimportoptionspage.h"
#include "codege... | 6,941 | C++ | .cpp | 230 | 24.96087 | 97 | 0.687603 | 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,299 | umlfiledialog.cpp | KDE_umbrello/umbrello/dialogs/umlfiledialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlfiledialog.h"
#include "umlviewimageexportermodel.h"
// kde includes
#include <KLocalizedString>
UMLFileDialog::UMLFileDialog(const QUrl &startDi... | 1,349 | C++ | .cpp | 54 | 22.388889 | 107 | 0.747467 | 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,300 | codeviewerdialog.cpp | KDE_umbrello/umbrello/dialogs/codeviewerdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Brian Thomas <brian.thomas@gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "codeviewerdialog.h"
// local includes
#include "codedocument.h"
#inc... | 2,941 | C++ | .cpp | 83 | 32.120482 | 129 | 0.735935 | 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,301 | finddialog.cpp | KDE_umbrello/umbrello/dialogs/finddialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "finddialog.h"
FindDialog::FindDialog(QWidget *parent) :
SinglePageDialogBase(parent, false, true)
{
setCaption(i18n("Find"));
QFrame * frame = new QFra... | 2,278 | C++ | .cpp | 82 | 24.109756 | 101 | 0.708867 | 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,302 | codetexthighlighter.cpp | KDE_umbrello/umbrello/dialogs/codetexthighlighter.cpp | /*
CodeTextHighlighter: Syntax highlighter for the CodeTextEdit widget.
SPDX-FileCopyrightText: 2010 Nokia Corporation and /or its subsidiary(-ies) <qt-info@nokia.com>
Code based on examples of the Qt Toolkit under BSD license,
<http://doc.qt.nokia.com/4.6/richtext-syntaxhighlighter.html>.
SPDX-File... | 5,021 | C++ | .cpp | 115 | 38.582609 | 99 | 0.64999 | 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,303 | activitydialog.cpp | KDE_umbrello/umbrello/dialogs/activitydialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "activitydialog.h"
//local includes
#include "umlview.h"
#include "activitywidget.h"
#include "dialog_utils.h"
#include "documentationwidget.h"
#inclu... | 7,553 | C++ | .cpp | 195 | 32.707692 | 189 | 0.68779 | 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,304 | umlcheckconstraintdialog.cpp | KDE_umbrello/umbrello/dialogs/umlcheckconstraintdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlcheckconstraintdialog.h"
#include "uml.h"
#include "umldoc.h"
#include "checkconstraint.h"
// kde includes
#include <KLocalizedString>
#include <QTextEdit>
#in... | 2,241 | C++ | .cpp | 68 | 29.514706 | 105 | 0.749187 | 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,305 | classwizard.cpp | KDE_umbrello/umbrello/dialogs/classwizard.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "classwizard.h"
// local includes
#include "attribute.h"
#include "classifier.h"
#include "classifierlistitem.h"
#include "classifierlistpage.h"
#incl... | 4,681 | C++ | .cpp | 160 | 25.80625 | 92 | 0.703984 | 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,306 | overwritedialog.cpp | KDE_umbrello/umbrello/dialogs/overwritedialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "overwritedialog.h"
// kde includes
#include <KLocalizedString>
// qt includes
#include <QCheckBox>
#include <QDialogButtonBox>
#include <QLabel>
#in... | 1,719 | C++ | .cpp | 50 | 31.02 | 202 | 0.743976 | 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,307 | umlenumliteraldialog.cpp | KDE_umbrello/umbrello/dialogs/umlenumliteraldialog.cpp | /*
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2015 Tzvetelin Katchov <katchov@gmail.com>
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlenumliteraldialog.h"
// app includes
#include "enumliteral.h"
#include "cl... | 3,268 | C++ | .cpp | 89 | 30.808989 | 117 | 0.675419 | 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,308 | umlentityattributedialog.cpp | KDE_umbrello/umbrello/dialogs/umlentityattributedialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "umlentityattributedialog.h"
// app includes
#include "entityattribute.h"
#include "classifier.h"
#include "umldoc.h"
#include "uml.h"
#include "umlda... | 7,706 | C++ | .cpp | 186 | 36.317204 | 126 | 0.716328 | 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,309 | dialog_utils.cpp | KDE_umbrello/umbrello/dialogs/dialog_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 "dialog_utils.h"
// app includes
#include "debug_utils.h"
#include "uml.h"
#include "umldoc.h"
#include "stereotype.h"
#include "umlwidget.h"
#include... | 11,732 | C++ | .cpp | 332 | 30.14759 | 125 | 0.657346 | 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,310 | associationpropertiesdialog.cpp | KDE_umbrello/umbrello/dialogs/associationpropertiesdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "associationpropertiesdialog.h"
// local includes
#include "associationwidget.h"
#include "debug_utils.h"
#include "icon_utils.h"
#include "objectwidg... | 1,697 | C++ | .cpp | 63 | 24.396825 | 120 | 0.756473 | 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,311 | umlforeignkeyconstraintdialog.cpp | KDE_umbrello/umbrello/dialogs/umlforeignkeyconstraintdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#include "umlforeignkeyconstraintdialog.h"
#include "attribute.h"
#include "classifier.h"
#include "classifierlistitem.h"
#include "debug_utils.h"
#include "dialog_utils.h"
... | 16,888 | C++ | .cpp | 372 | 39.575269 | 271 | 0.723336 | 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,312 | selectoperationdialog.cpp | KDE_umbrello/umbrello/dialogs/selectoperationdialog.cpp | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
// own header
#include "selectoperationdialog.h"
// local includes
#include "attribute.h"
#include "classifier.h"
#include "debug_utils.h"
#include "linkwidget.h"
#include "... | 8,920 | C++ | .cpp | 297 | 25.481481 | 126 | 0.673032 | 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.