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,774 | worktoolbar.h | KDE_umbrello/umbrello/worktoolbar.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef WORKTOOLBAR_H
#define WORKTOOLBAR_H
#include "basictypes.h"
#include <ktoolbar.h>
#include <QCursor>
#include <QMap>
#include <QPixmap>
class QMainWindow;
class K... | 5,937 | C++ | .h | 208 | 22.644231 | 102 | 0.661703 | 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,775 | object_factory.h | KDE_umbrello/umbrello/object_factory.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OBJECT_FACTORY__H
#define OBJECT_FACTORY__H
#include "umlobject.h"
#include <QString>
class UMLPackage;
class UMLClassifier;
class UMLClassifierListItem;
class UML... | 1,445 | C++ | .h | 34 | 31.676471 | 92 | 0.637079 | 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,776 | umllistviewitemlist.h | KDE_umbrello/umbrello/umllistviewitemlist.h | /*
SPDX-FileCopyrightText: 2001 Gustavo Madrigal < gmadrigal@nextphere.com>
SPDX-License-Identifier: GPL-2.0-or-later
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
*/
#ifndef UMLLISTVIEWITEMLIST_H
#define UMLLISTVIEWITEMLIST_H
#include <QList>
class UMLListViewItem;
typedef QList<U... | 429 | C++ | .h | 12 | 33.333333 | 76 | 0.820388 | 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,777 | uml.h | KDE_umbrello/umbrello/uml.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UML_H
#define UML_H
#include "basictypes.h"
#include "multipagedialogbase.h"
// kde includes
#include <kxmlguiwindow.h>
#include <ksharedconfig.h>
// qt includes
#... | 18,228 | C++ | .h | 425 | 37.898824 | 149 | 0.701514 | 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,778 | toolbarstate.h | KDE_umbrello/umbrello/toolbarstate.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATE_H
#define TOOLBARSTATE_H
#include <QEvent>
#include <QObject>
#include <QPointF>
class AssociationWidget;
class FloatingDashLineWidget;
class MessageWi... | 5,122 | C++ | .h | 109 | 43.825688 | 93 | 0.772236 | 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,779 | umlview.h | KDE_umbrello/umbrello/umlview.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLVIEW_H
#define UMLVIEW_H
#include <QGraphicsView>
class QCloseEvent;
class QHideEvent;
class QShowEvent;
class UMLFolder;
class UMLScene;
/**
* UMLView instanc... | 1,549 | C++ | .h | 47 | 29.978723 | 92 | 0.762735 | 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,780 | file_utils.h | KDE_umbrello/umbrello/file_utils.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2020-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef FILE_UTILS_H
#define FILE_UTILS_H
#include <QString>
namespace File_Utils {
QString xmlCatalogFilePath();
}
#endif // FILE_UTILS_H
| 292 | C++ | .h | 11 | 24.090909 | 92 | 0.761733 | 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,781 | umlviewlist.h | KDE_umbrello/umbrello/umlviewlist.h | /*
SPDX-FileCopyrightText: 2001 Gustavo Madrigal <gmadrigal@nextphere.com>
SPDX-License-Identifier: GPL-2.0-or-later
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
*/
#ifndef UMLVIEWLIST_H
#define UMLVIEWLIST_H
//#include "umlview.h"
#include <QList>
#include <QPointer>
class UMLView... | 433 | C++ | .h | 14 | 28.714286 | 75 | 0.792271 | 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,782 | refactoringassistant.h | KDE_umbrello/umbrello/refactoring/refactoringassistant.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Luis De la Parra <lparrab@gmx.net>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef REFACTORING_ASSISTANT_H
#define REFACTORING_ASSISTANT_H
#include "icon_utils.h"
#include <QDrop... | 2,384 | C++ | .h | 59 | 36.508475 | 150 | 0.738884 | 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,783 | codegenstatuspage.h | KDE_umbrello/umbrello/codegenwizard/codegenstatuspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENSTATUSPAGE_H
#define CODEGENSTATUSPAGE_H
// app includes
#include "ui_codegenstatuspage... | 1,974 | C++ | .h | 63 | 26.746032 | 96 | 0.699106 | 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,784 | codegenselectpage.h | KDE_umbrello/umbrello/codegenwizard/codegenselectpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENSELECTPAGE_H
#define CODEGENSELECTPAGE_H
// app includes
#include "ui_codegenselectpage.h"
#include "umlclassifierlist.h"
// qt includes
#include <QWizardPage... | 893 | C++ | .h | 32 | 25.1875 | 92 | 0.772834 | 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,785 | codegenoptionspage.h | KDE_umbrello/umbrello/codegenwizard/codegenoptionspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENOPTIONSPAGE_H
#define CODEGENOPTIONSPAGE_H
// app includes
#include "ui_codegenoptionsp... | 1,702 | C++ | .h | 55 | 27.6 | 92 | 0.779682 | 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,786 | codegenerationwizard.h | KDE_umbrello/umbrello/codegenwizard/codegenerationwizard.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEGENERATIONWIZARD_H
#define CODEGENERATIONWIZARD_H
// app includes
#include "umlclassifierl... | 1,202 | C++ | .h | 40 | 27.125 | 92 | 0.793043 | 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,787 | umlclipboard.h | KDE_umbrello/umbrello/clipboard/umlclipboard.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLCLIPBOARD_H
#define UMLCLIPBOARD_H
#include "associationwidgetlist.h"
#include "umlobjectlist.h"
#include "umllistviewitemlist.h"
#include "umllistviewitem.h"
#in... | 2,367 | C++ | .h | 65 | 30.769231 | 92 | 0.715162 | 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,788 | umldragdata.h | KDE_umbrello/umbrello/clipboard/umldragdata.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLDRAGDATA_H
#define UMLDRAGDATA_H
#include "associationwidgetlist.h"
#include "basictypes.h"
#include "umllistviewitem.h"
#include "umllistviewitemlist.h"
#include... | 3,427 | C++ | .h | 73 | 39.082192 | 102 | 0.716005 | 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,789 | idchangelog.h | KDE_umbrello/umbrello/clipboard/idchangelog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef IDCHANGELOG_H
#define IDCHANGELOG_H
#include "basictypes.h"
#include <QVector>
/**
* This class contains all the ID translations done for each
* UMLObject pasted... | 2,113 | C++ | .h | 64 | 27.8125 | 92 | 0.625616 | 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,790 | dialog_utils.h | KDE_umbrello/umbrello/dialogs/dialog_utils.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIALOG_UTILS_H
#define DIALOG_UTILS_H
#include "umlobject.h"
#include "widgetbase.h"
#include "n_stereoattrs.h"
#include <QString>
#include <QInputDialog>
class QG... | 2,296 | C++ | .h | 53 | 35.169811 | 92 | 0.677753 | 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,791 | exportallviewsdialog.h | KDE_umbrello/umbrello/dialogs/exportallviewsdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef EXPORTALLVIEWSDIALOG_H
#define EXPORTALLVIEWSDIALOG_H
// app includes
#include "ui_exportallviewsdialogbase.h"
#include "imagetypewidget.h"
#include "resolutionwidget... | 1,272 | C++ | .h | 36 | 32.777778 | 94 | 0.79102 | 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,792 | objectnodedialog.h | KDE_umbrello/umbrello/dialogs/objectnodedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OBJECTNODEDIALOG_H
#define OBJECTNODEDIALOG_H
// local class includes
#include "multipagedialogbase.h"
//forward declarations
class DocumentationWidget;
class UMLVi... | 1,654 | C++ | .h | 54 | 26.796296 | 99 | 0.712753 | 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,793 | notedialog.h | KDE_umbrello/umbrello/dialogs/notedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef NOTEDIALOG_H
#define NOTEDIALOG_H
#include "multipagedialogbase.h"
class NoteWidget;
/**
* @author Ralf Habacker
* Bugs and comments to umbrello-devel@kde.org or... | 616 | C++ | .h | 26 | 20.923077 | 92 | 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,794 | umlroledialog.h | KDE_umbrello/umbrello/dialogs/umlroledialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLROLEDIALOG_H
#define UMLROLEDIALOG_H
//kde includes
#include "singlepagedialogbase.h"
/**
* @author Paul Hensgen
*/
class UMLRole;
class UMLRoleProperties;
c... | 748 | C++ | .h | 37 | 16.675676 | 92 | 0.695839 | 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,795 | messagewidgetpropertiesdialog.h | KDE_umbrello/umbrello/dialogs/messagewidgetpropertiesdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef MESSAGEWIDGETPROPERTIESDIALOG_H
#define MESSAGEWIDGETPROPERTIESDIALOG_H
#include "multipagedialogbase.h"
class MessageWidget;
/**
* Based off of AssociationProper... | 816 | C++ | .h | 28 | 26.392857 | 92 | 0.78819 | 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,796 | codeeditor.h | KDE_umbrello/umbrello/dialogs/codeeditor.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Brian Thomas <brian.thomas@gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEEDITOR_H
#define CODEEDITOR_H
#include "codeviewerstate.h"
#include "textblocklist.h"... | 4,779 | C++ | .h | 127 | 33.401575 | 130 | 0.739385 | 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,797 | umlenumliteraldialog.h | KDE_umbrello/umbrello/dialogs/umlenumliteraldialog.h | /*
SPDX-License-Identifier: GPL-3.0-or-later
SPDX-FileCopyrightText: 2015 Tzvetelin Katchov <katchov@gmail.com>
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLENUMLITERALDIALOG_H
#define UMLENUMLITERALDIALOG_H
#include "singlepagedialogbase.h"
clas... | 1,024 | C++ | .h | 37 | 24.378378 | 92 | 0.749744 | 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,798 | classpropertiesdialog.h | KDE_umbrello/umbrello/dialogs/classpropertiesdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSPROPERTIESDIALOG_H
#define CLASSPROPERTIESDIALOG_H
#include "multipagedialogbase.h"
class ClassAssociationsPage;
class ClassGeneralPage;
class ClassifierListPa... | 2,257 | C++ | .h | 70 | 28.614286 | 92 | 0.756558 | 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,799 | associationpropertiesdialog.h | KDE_umbrello/umbrello/dialogs/associationpropertiesdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASSOCIATIONPROPERTIESDIALOG_H
#define ASSOCIATIONPROPERTIESDIALOG_H
#include "multipagedialogbase.h"
class AssociationWidget;
/**
* Based off of AssociationProper... | 831 | C++ | .h | 28 | 26.892857 | 92 | 0.784363 | 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,800 | selectdiagramdialog.h | KDE_umbrello/umbrello/dialogs/selectdiagramdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SELECTDIAGRAMDIALOG_H
#define SELECTDIAGRAMDIALOG_H
//app includes
#include "singlepagedialogbase.h"
#include "basictypes.h"
class SelectDiagramWidget;
/**
* Prov... | 735 | C++ | .h | 26 | 25.769231 | 126 | 0.782051 | 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,801 | umlinstanceattributedialog.h | KDE_umbrello/umbrello/dialogs/umlinstanceattributedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLINSTANCEATTRIBUTEDIALOG_H
#define UMLINSTANCEATTRIBUTEDIALOG_H
#include <QWidget>
#include "singlepagedialogbase.h"
#include "instanceattribute.h"
namespace Ui {... | 741 | C++ | .h | 25 | 27.04 | 94 | 0.817797 | 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,802 | dontaskagain.h | KDE_umbrello/umbrello/dialogs/dontaskagain.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DONTASKAGAIN_H
#define DONTASKAGAIN_H
// Qt includes
#include <QList>
#include <QString>
#include <QWidget>
// KDE includes
#include <KLocalizedString>
class QVBox... | 3,227 | C++ | .h | 100 | 29.79 | 113 | 0.756982 | 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,803 | selectoperationdialog.h | KDE_umbrello/umbrello/dialogs/selectoperationdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SELECTOPERATIONDIALOG_H
#define SELECTOPERATIONDIALOG_H
#include "singlepagedialogbase.h"
class KComboBox;
class QLineEdit;
class QCheckBox;
class QGroupBox;
class ... | 2,033 | C++ | .h | 64 | 28.171875 | 116 | 0.697901 | 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,804 | diagramselectiondialog.h | KDE_umbrello/umbrello/dialogs/diagramselectiondialog.h | /*
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
*/
#ifndef DIAGRAMSELECTIONDIALOG_H
#define DIAGRAMSELECTIONDIALOG_H
#include "singlepagedialogbase.h"
class DiagramPrintPage;
class DiagramSelection... | 539 | C++ | .h | 16 | 31.0625 | 88 | 0.808511 | 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,805 | stereoattributedialog.h | KDE_umbrello/umbrello/dialogs/stereoattributedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef STEREOATTRIBUTEDIALOG_H
#define STEREOATTRIBUTEDIALOG_H
#include "singlepagedialogbase.h"
#include "n_stereoattrs.h"
class QGroupBox;
class QLabel;
class QLineEdit;
cla... | 1,169 | C++ | .h | 40 | 25.95 | 87 | 0.726542 | 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,806 | classwizard.h | KDE_umbrello/umbrello/dialogs/classwizard.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSWIZARD_H
#define CLASSWIZARD_H
// qt includes
#include <QWizard>
class QWizardPage;
class ClassifierListPage;
class ClassGeneralPage;
class UMLClassifier;
clas... | 1,245 | C++ | .h | 43 | 25.651163 | 92 | 0.703361 | 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,807 | umltemplatedialog.h | KDE_umbrello/umbrello/dialogs/umltemplatedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLTEMPLATEDIALOG_H
#define UMLTEMPLATEDIALOG_H
#include "singlepagedialogbase.h"
class DocumentationWidget;
class KComboBox;
class QLineEdit;
class QGroupBox;
clas... | 1,211 | C++ | .h | 45 | 23.777778 | 92 | 0.766696 | 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,808 | umlfiledialog.h | KDE_umbrello/umbrello/dialogs/umlfiledialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLFILEDIALOG_H
#define UMLFILEDIALOG_H
#include <QtGlobal>
#include <QFileDialog>
/**
* Wrapper class for KFileDialog supporting graphviz *.dot files.
*
* This... | 1,109 | C++ | .h | 35 | 28.628571 | 107 | 0.755159 | 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,809 | codeviewerdialog.h | KDE_umbrello/umbrello/dialogs/codeviewerdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Brian Thomas <brian.thomas@gsfc.nasa.gov>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEVIEWERDIALOG_H
#define CODEVIEWERDIALOG_H
#include "codeviewerstate.h"
#include ... | 1,177 | C++ | .h | 35 | 30.428571 | 92 | 0.765388 | 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,810 | multipagedialogbase.h | KDE_umbrello/umbrello/dialogs/multipagedialogbase.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef MULTIPAGEDIALOGBASE_H
#define MULTIPAGEDIALOGBASE_H
#include "icon_utils.h"
#include <kpagewidget.h>
// qt class includes
#include <QDialog>
#include <QWidget>
//... | 3,701 | C++ | .h | 112 | 29.125 | 120 | 0.771581 | 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,811 | umluniqueconstraintdialog.h | KDE_umbrello/umbrello/dialogs/umluniqueconstraintdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLUNIQUECONSTRAINTDIALOG_H
#define UMLUNIQUECONSTRAINTDIALOG_H
//app includes
#include "umlentityattributelist.h"
//kde includes
#include "singlepagedialogbase.h"
... | 1,465 | C++ | .h | 51 | 25.72549 | 92 | 0.78816 | 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,812 | activitydialog.h | KDE_umbrello/umbrello/dialogs/activitydialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ACTIVITYDIALOG_H
#define ACTIVITYDIALOG_H
#include <multipagedialogbase.h>
//forward declarations
class ActivityWidget;
class DocumentationWidget;
class QLineEdit;
... | 1,707 | C++ | .h | 53 | 28.377358 | 125 | 0.727605 | 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,813 | umlentityattributedialog.h | KDE_umbrello/umbrello/dialogs/umlentityattributedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLENTITYATTRIBUTEDIALOG_H
#define UMLENTITYATTRIBUTEDIALOG_H
#include "singlepagedialogbase.h"
class DefaultValueWidget;
class QCheckBox;
class QGroupBox;
class QL... | 1,649 | C++ | .h | 52 | 28.384615 | 92 | 0.765931 | 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,814 | umlattributedialog.h | KDE_umbrello/umbrello/dialogs/umlattributedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLATTRIBUTEDIALOG_H
#define UMLATTRIBUTEDIALOG_H
#include "singlepagedialogbase.h"
#include "n_stereoattrs.h"
class DocumentationWidget;
class QCheckBox;
class QGr... | 1,520 | C++ | .h | 54 | 25.037037 | 92 | 0.75429 | 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,815 | finddialog.h | KDE_umbrello/umbrello/dialogs/finddialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef FINDDIALOG_H
#define FINDDIALOG_H
#include "ui_finddialog.h"
#include "singlepagedialogbase.h"
#include "umlfinder.h"
/**
* Class FindDialog provides the ui part... | 829 | C++ | .h | 29 | 25.689655 | 92 | 0.754098 | 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,816 | umlforeignkeyconstraintdialog.h | KDE_umbrello/umbrello/dialogs/umlforeignkeyconstraintdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLFOREIGNKEYCONSTRAINTDIALOG_H
#define UMLFOREIGNKEYCONSTRAINTDIALOG_H
//app includes
#include "multipagedialogbase.h"
#include "umlentityattributelist.h"
//kde in... | 2,762 | C++ | .h | 85 | 27.882353 | 99 | 0.757839 | 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,817 | n_stereoattrs.h | KDE_umbrello/umbrello/dialogs/n_stereoattrs.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef _N_STEREOATTRS__H
#define _N_STEREOATTRS__H
// Maximum number of tagged values per stereotype
#define N_STEREOATTRS 3
#endif
| 277 | C++ | .h | 9 | 28.444444 | 87 | 0.776515 | 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,818 | parameterpropertiesdialog.h | KDE_umbrello/umbrello/dialogs/parameterpropertiesdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PARAMETERPROPERTIESDIALOG_H
#define PARAMETERPROPERTIESDIALOG_H
#include "basictypes.h"
#include "singlepagedialogbase.h"
class DocumentationWidget;
class DefaultV... | 1,590 | C++ | .h | 54 | 26.555556 | 92 | 0.770642 | 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,819 | umloperationdialog.h | KDE_umbrello/umbrello/dialogs/umloperationdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLOPERATIONDIALOG_H
#define UMLOPERATIONDIALOG_H
//kde includes
#include "singlepagedialogbase.h"
#include "n_stereoattrs.h"
class DocumentationWidget;
class KComb... | 2,936 | C++ | .h | 88 | 29.909091 | 92 | 0.698413 | 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,820 | overwritedialog.h | KDE_umbrello/umbrello/dialogs/overwritedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OVERWRITEDIALOG_H
#define OVERWRITEDIALOG_H
#include "singlepagedialogbase.h"
class QCheckBox;
/**
* Used by CodeGenerator::findFileName when it needs to ask
* t... | 1,183 | C++ | .h | 32 | 33.78125 | 96 | 0.761155 | 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,821 | singlepagedialogbase.h | KDE_umbrello/umbrello/dialogs/singlepagedialogbase.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SINGLEPAGEDIALOGBASE_H
#define SINGLEPAGEDIALOGBASE_H
#include <QtGlobal>
#include <QDialog>
class QAbstractButton;
class QDialogButtonBox;
/**
* Base class for s... | 1,252 | C++ | .h | 42 | 26.547619 | 112 | 0.749376 | 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,822 | umlviewdialog.h | KDE_umbrello/umbrello/dialogs/umlviewdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLVIEWDIALOG_H
#define UMLVIEWDIALOG_H
// qt includes
// kde includes
// app includes
#include "multipagedialogbase.h"
#include "optionstate.h"
class ClassOptions... | 1,316 | C++ | .h | 47 | 24.87234 | 92 | 0.73965 | 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,823 | statedialog.h | KDE_umbrello/umbrello/dialogs/statedialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef STATEDIALOG_H
#define STATEDIALOG_H
// kde class includes
#include "multipagedialogbase.h"
//forward declarations
class ActivityPage;
class DocumentationWidget;
cla... | 1,565 | C++ | .h | 55 | 24.654545 | 92 | 0.731642 | 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,825 | settingsdialog.h | KDE_umbrello/umbrello/dialogs/settingsdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SETTINGSDIALOG_H
#define SETTINGSDIALOG_H
// app includes
#include "multipagedialogbase.h"
#include "optionstate.h"
// kde includes
#include <kcombobox.h>
#include <... | 2,839 | C++ | .h | 95 | 25.452632 | 92 | 0.745048 | 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,827 | umlcheckconstraintdialog.h | KDE_umbrello/umbrello/dialogs/umlcheckconstraintdialog.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLCHECKCONSTRAINTDIALOG_H
#define UMLCHECKCONSTRAINTDIALOG_H
//kde includes
#include "singlepagedialogbase.h"
class UMLDoc;
class UMLCheckConstraint;
class QLineEd... | 1,335 | C++ | .h | 49 | 23.714286 | 92 | 0.747054 | 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,828 | uioptionspage.h | KDE_umbrello/umbrello/dialogs/pages/uioptionspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UIOPTIONSPAGE_H
#define UIOPTIONSPAGE_H
#include "dialogpagebase.h"
namespace Settings {
class OptionState;
}
class SelectLayoutTypeWidget;
class KColorButton... | 1,877 | C++ | .h | 64 | 26.015625 | 92 | 0.757492 | 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,829 | classgeneralpage.h | KDE_umbrello/umbrello/dialogs/pages/classgeneralpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSGENERALPAGE_H
#define CLASSGENERALPAGE_H
#include "dialogpagebase.h"
#include "n_stereoattrs.h"
class DocumentationWidget;
class QGroupBox;
class QGridLayout;
... | 3,104 | C++ | .h | 90 | 30.766667 | 92 | 0.733911 | 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,830 | classifierlistpage.h | KDE_umbrello/umbrello/dialogs/pages/classifierlistpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSIFIERLISTPAGE_H
#define CLASSIFIERLISTPAGE_H
//app includes
#include "dialogpagebase.h"
#include "umlclassifierlistitemlist.h"
#include "umlobject.h"
class Cod... | 2,995 | C++ | .h | 88 | 29.772727 | 92 | 0.75766 | 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,831 | dialogpagebase.h | KDE_umbrello/umbrello/dialogs/pages/dialogpagebase.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2014-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIALOGPAGEBASE_H
#define DIALOGPAGEBASE_H
// qt class includes
#include <QWidget>
/**
* Base class for property dialogs
*
* @author Ralf Habacker <ralf.habacker@... | 675 | C++ | .h | 27 | 22.407407 | 92 | 0.755832 | 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,832 | codeimportoptionspage.h | KDE_umbrello/umbrello/dialogs/pages/codeimportoptionspage.h | /*
SPDX-FileCopyrightText: 2011-2014 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CODEIMPORTOPTIONSPAGE_H
#define CODEIMPORTOPTIONSPAGE_H
#include "dialogpagebase.h"
#include "ui_codeimportoptionspage.h"
/**
* This class is used in the code generation wizard... | 691 | C++ | .h | 27 | 22.925926 | 86 | 0.770167 | 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,833 | umlwidgetstylepage.h | KDE_umbrello/umbrello/dialogs/pages/umlwidgetstylepage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLWIDGETSTYLEPAGE_H
#define UMLWIDGETSTYLEPAGE_H
#include "optionstate.h"
#include <QWidget>
class SelectLayoutTypeWidget;
class UMLScene;
class WidgetBase;
class... | 2,018 | C++ | .h | 68 | 25.955882 | 92 | 0.75207 | 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,834 | codevieweroptionspage.h | KDE_umbrello/umbrello/dialogs/pages/codevieweroptionspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Luis De la Parra <luis@delaparra.org>
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEVIEWEROPTIONSPAGE_H
#define CODEVIEWEROPTIONSPAGE_H
#include "dialogpagebase.h"
#incl... | 867 | C++ | .h | 28 | 28.142857 | 128 | 0.779518 | 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,835 | constraintlistpage.h | KDE_umbrello/umbrello/dialogs/pages/constraintlistpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CONSTRAINTLISTPAGE_H
#define CONSTRAINTLISTPAGE_H
//app includes
#include "umlclassifierlistitemlist.h"
#include "classifierlistpage.h"
//qt includes
#include <QWi... | 1,405 | C++ | .h | 44 | 28.386364 | 92 | 0.779346 | 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,836 | umlroleproperties.h | KDE_umbrello/umbrello/dialogs/pages/umlroleproperties.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLROLEPROPERTIES_H
#define UMLROLEPROPERTIES_H
#include "dialogpagebase.h"
#include "ui_umlrolepropertiesbase.h"
#include "umlrole.h"
class UMLRolePropertiesBase : ... | 1,210 | C++ | .h | 45 | 23.577778 | 92 | 0.730269 | 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,837 | associationrolepage.h | KDE_umbrello/umbrello/dialogs/pages/associationrolepage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASSOCIATIONROLEPAGE_H
#define ASSOCIATIONROLEPAGE_H
#include "dialogpagebase.h"
class AssociationWidget;
class KComboBox;
class QLineEdit;
class QTextEdit;
class Ob... | 1,652 | C++ | .h | 51 | 29.823529 | 92 | 0.755653 | 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,838 | defaultcodegenpolicypage.h | KDE_umbrello/umbrello/dialogs/pages/defaultcodegenpolicypage.h | /*
Form interface generated from reading ui file 'Defaultcodegenpolicypage.ui'
Created: Fri Aug 1 12:47:23 2003
by: The User Interface Compiler ($Id$)
WARNING! All changes made in this file will be lost!
*/
#ifndef DEFAULTCODEGENPOLICYPAGE_H
#define DEFAULTCODEGENPOLICYPAGE_H
#include "codegeneratio... | 696 | C++ | .h | 21 | 30.190476 | 131 | 0.788288 | 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,839 | activitypage.h | KDE_umbrello/umbrello/dialogs/pages/activitypage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ACTIVITYPAGE_H
#define ACTIVITYPAGE_H
#include "dialogpagebase.h"
//qt includes
#include <QListWidgetItem>
#include <QWidget>
class StateWidget;
class QGroupBox;
c... | 1,537 | C++ | .h | 58 | 22.758621 | 92 | 0.736842 | 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,840 | generaloptionpage.h | KDE_umbrello/umbrello/dialogs/pages/generaloptionpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef GENERALOPTIONPAGE_H
#define GENERALOPTIONPAGE_H
#include "dialogpagebase.h"
class QLineEdit;
class KComboBox;
class QGroupBox;
class QCheckBox;
class QLabel;
class ... | 1,757 | C++ | .h | 61 | 23.819672 | 92 | 0.702976 | 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,841 | diagrampropertiespage.h | KDE_umbrello/umbrello/dialogs/pages/diagrampropertiespage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIAGRAMPROPERTIESPAGE_H
#define DIAGRAMPROPERTIESPAGE_H
#include "dialogpagebase.h"
#include "ui_diagrampropertiespage.h"
class UMLScene;
/**
* A dialog page to d... | 727 | C++ | .h | 27 | 24.111111 | 92 | 0.777778 | 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,842 | diagramprintpage.h | KDE_umbrello/umbrello/dialogs/pages/diagramprintpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIAGRAMPRINTPAGE_H
#define DIAGRAMPRINTPAGE_H
#include "basictypes.h"
#include "dialogpagebase.h"
#include "umlview.h"
#include <QList>
class QListWidget;
class QR... | 1,569 | C++ | .h | 54 | 25.888889 | 92 | 0.732 | 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,843 | codegenerationpolicypage.h | KDE_umbrello/umbrello/dialogs/pages/codegenerationpolicypage.h | /*
SPDX-FileCopyrightText: 2003 Brian Thomas <brian.thomas@gsfc.nasa.gov>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CODEGENERATIONPOLICYPAGE_H
#define CODEGENERATIONPOLICYPAGE_H
#include "dialogpagebase.h"
class CodeGenPolicyExt;
/**
* @author Brian Thomas
*/
class CodeGenerationPolicyPage : pu... | 669 | C++ | .h | 24 | 24.875 | 128 | 0.7813 | 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,844 | packagecontentspage.h | KDE_umbrello/umbrello/dialogs/pages/packagecontentspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PACKAGECONTENTSPAGE_H
#define PACKAGECONTENTSPAGE_H
#include "dialogpagebase.h"
class UMLPackage;
class QGroupBox;
class QListWidget;
class QListWidgetItem;
/**
* ... | 977 | C++ | .h | 33 | 26.818182 | 92 | 0.773746 | 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,845 | classassociationspage.h | KDE_umbrello/umbrello/dialogs/pages/classassociationspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSASSOCIATIONSPAGE_H
#define CLASSASSOCIATIONSPAGE_H
#include "associationwidgetlist.h"
#include "dialogpagebase.h"
class AssociationWidget;
class QGroupBox;
cla... | 1,325 | C++ | .h | 41 | 29.585366 | 92 | 0.753135 | 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,846 | classoptionspage.h | KDE_umbrello/umbrello/dialogs/pages/classoptionspage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSOPTIONSPAGE_H
#define CLASSOPTIONSPAGE_H
#include "optionstate.h"
#include <QWidget>
class ClassifierWidget;
class EntityWidget;
class UMLScene;
class KCombo... | 2,703 | C++ | .h | 72 | 33.902778 | 101 | 0.753058 | 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,847 | notepage.h | KDE_umbrello/umbrello/dialogs/pages/notepage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef NOTEPAGE_H
#define NOTEPAGE_H
#include "dialogpagebase.h"
class DocumentationWidget;
class NoteWidget;
/**
* @author Ralf Habacker
* Bugs and comments to umbrell... | 683 | C++ | .h | 25 | 24.68 | 92 | 0.75576 | 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,848 | autolayoutoptionpage.h | KDE_umbrello/umbrello/dialogs/pages/autolayoutoptionpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef AUTOLAYOUTOPTIONPAGE_H
#define AUTOLAYOUTOPTIONPAGE_H
#include "dialogpagebase.h"
#include "ui_autolayoutoptionpage.h"
/**
* A dialog page to display auto layouts ... | 827 | C++ | .h | 29 | 25.793103 | 92 | 0.771176 | 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,849 | associationgeneralpage.h | KDE_umbrello/umbrello/dialogs/pages/associationgeneralpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASSOCIATIONGENERALPAGE_H
#define ASSOCIATIONGENERALPAGE_H
#include "basictypes.h"
#include "dialogpagebase.h"
#include <QList>
#include <QWidget>
class Association... | 1,714 | C++ | .h | 54 | 28.777778 | 92 | 0.773665 | 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,850 | selectoperationpage.h | KDE_umbrello/umbrello/dialogs/pages/selectoperationpage.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SELECTOPERATIONPAGE_H
#define SELECTOPERATIONPAGE_H
#include "dialogpagebase.h"
class KComboBox;
class QLineEdit;
class QCheckBox;
class QGroupBox;
class QLabel;
cl... | 2,173 | C++ | .h | 70 | 27.542857 | 112 | 0.705177 | 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,851 | umlpackagewidget.h | KDE_umbrello/umbrello/dialogs/widgets/umlpackagewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLPACKAGEWIDGET_H
#define UMLPACKAGEWIDGET_H
#include <QWidget>
class UMLObject;
class KComboBox;
class QGridLayout;
class QLabel;
class UMLPackageWidget : publ... | 642 | C++ | .h | 25 | 22.72 | 92 | 0.763158 | 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,852 | documentationwidget.h | KDE_umbrello/umbrello/dialogs/widgets/documentationwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DOCUMENTATIONWIDGET_H
#define DOCUMENTATIONWIDGET_H
#include <QWidget>
class AssociationWidget;
class CodeTextEdit;
class UMLObject;
class UMLWidget;
class QTextEd... | 965 | C++ | .h | 33 | 26.151515 | 92 | 0.777898 | 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,853 | umldatatypewidget.h | KDE_umbrello/umbrello/dialogs/widgets/umldatatypewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLDATATYPEWIDGET_H
#define UMLDATATYPEWIDGET_H
#include "comboboxwidgetbase.h"
class UMLAttribute;
class UMLEntityAttribute;
class UMLClassifier;
class UMLClassifi... | 1,805 | C++ | .h | 49 | 33.142857 | 92 | 0.785469 | 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,854 | comboboxwidgetbase.h | KDE_umbrello/umbrello/dialogs/widgets/comboboxwidgetbase.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef COMBOBOXWIDGETBASE_H
#define COMBOBOXWIDGETBASE_H
#include <QWidget>
class KComboBox;
class QGridLayout;
class QLabel;
class ComboBoxWidgetBase : public QWidget
{
... | 684 | C++ | .h | 23 | 26.869565 | 119 | 0.769113 | 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,855 | selectdiagramwidget.h | KDE_umbrello/umbrello/dialogs/widgets/selectdiagramwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SELECTDIAGRAMWIDGET_H
#define SELECTDIAGRAMWIDGET_H
#include "basictypes.h"
#include "comboboxwidgetbase.h"
/**
* This widget provides selecting a diagram from th... | 776 | C++ | .h | 22 | 32.590909 | 132 | 0.780749 | 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,856 | imagetypewidget.h | KDE_umbrello/umbrello/dialogs/widgets/imagetypewidget.h | /*
SPDX-FileCopyrightText: 2015-2020 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
*/
#ifndef IMAGETYPEWIDGET_H
#define IMAGETYPEWIDGET_H
#include <QWidget>
// KDE forwards
class KComboBox;
// Qt forwards
class QH... | 807 | C++ | .h | 27 | 27.185185 | 112 | 0.774026 | 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,857 | umlstereotypewidget.h | KDE_umbrello/umbrello/dialogs/widgets/umlstereotypewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2014,2019 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLSTEREOTYPEWIDGET_H
#define UMLSTEREOTYPEWIDGET_H
#include "comboboxwidgetbase.h"
class UMLObject;
class UMLStereotype;
class UMLStereotypeWidget : public C... | 598 | C++ | .h | 20 | 27.1 | 97 | 0.792982 | 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,858 | resolutionwidget.h | KDE_umbrello/umbrello/dialogs/widgets/resolutionwidget.h | /*
SPDX-FileCopyrightText: 2015-2020 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
*/
#ifndef RESOLUTIONWIDGET_H
#define RESOLUTIONWIDGET_H
#include "comboboxwidgetbase.h"
class KComboBox;
class QHBoxLayout;
class ... | 631 | C++ | .h | 22 | 26.045455 | 92 | 0.793677 | 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,859 | selectlayouttypewidget.h | KDE_umbrello/umbrello/dialogs/widgets/selectlayouttypewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2019-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SELECTLAYOUTTYPEWIDGET_H
#define SELECTLAYOUTTYPEWIDGET_H
#include "basictypes.h"
#include "comboboxwidgetbase.h"
class SelectLayoutTypeWidget : public ComboBoxWid... | 596 | C++ | .h | 16 | 34.625 | 117 | 0.799652 | 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,860 | visibilityenumwidget.h | KDE_umbrello/umbrello/dialogs/widgets/visibilityenumwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef VISIBILITYENUMWIDGET_H
#define VISIBILITYENUMWIDGET_H
#include "basictypes.h"
#include <QMap>
#include <QWidget>
class AssociationWidget;
class UMLObject;
class Q... | 1,073 | C++ | .h | 35 | 27.4 | 100 | 0.767283 | 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,861 | defaultvaluewidget.h | KDE_umbrello/umbrello/dialogs/widgets/defaultvaluewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2018-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DEFAULTVALUEWIDGET_H
#define DEFAULTVALUEWIDGET_H
#include <QWidget>
class UMLObject;
class QGridLayout;
class QString;
/**
* Widget for showing/editing default ... | 1,086 | C++ | .h | 38 | 25.710526 | 98 | 0.760849 | 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,862 | umlobjectnamewidget.h | KDE_umbrello/umbrello/dialogs/widgets/umlobjectnamewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLOBJECTNAMEWIDGET_H
#define UMLOBJECTNAMEWIDGET_H
#include <QWidget>
class QLineEdit;
class QGridLayout;
class QLabel;
class UMLObjectNameWidget : public QWidge... | 663 | C++ | .h | 24 | 24.625 | 94 | 0.765452 | 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,863 | umlartifacttypewidget.h | KDE_umbrello/umbrello/dialogs/widgets/umlartifacttypewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLARTIFACTTYPEWIDGET_H
#define UMLARTIFACTTYPEWIDGET_H
#include "artifact.h"
#include <QMap>
#include <QWidget>
class QVBoxLayout;
class QGroupBox;
class QRadioBu... | 759 | C++ | .h | 27 | 25.111111 | 92 | 0.777008 | 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,864 | plugin.h | KDE_umbrello/umbrello/_unused/plugin.h | /*
SPDX-FileCopyrightText: 2003 Andrew Sutton <ansutton@kent.edu>
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
*/
#ifndef UMBRELLO_PLUGIN_H
#define UMBRELLO_PLUGIN_H
// Qt includes
#include <qobject.h>
// KDE includes
#include <kgenericfactory.h>
// local includes
#include "configurab... | 5,182 | C++ | .h | 129 | 36.542636 | 90 | 0.716017 | 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,865 | pluginloader.h | KDE_umbrello/umbrello/_unused/pluginloader.h | /*
SPDX-FileCopyrightText: 2003 Andrew Sutton <ansutton@kent.edu>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef UMBRELLO_PLUGINLOADER_H
#define UMBRELLO_PLUGINLOADER_H
// Qt includes
#include <Q3ValueList>
#include <QMap>
// forward declarations
class QString;
namespace Umbrello
{
// forward declarat... | 3,944 | C++ | .h | 99 | 36.30303 | 81 | 0.723922 | 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,866 | configurable.h | KDE_umbrello/umbrello/_unused/configurable.h | /*
SPDX-FileCopyrightText: 2003 Andrew Sutton <ansutton@kent.edu>
SPDX-License-Identifier: GPL-2.0-or-later
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
*/
#ifndef UMBRELLO_CONFIGURABLE_H
#define UMBRELLO_CONFIGURABLE_H
#include <QList>
// forward declarations
class KConfig;
/**
... | 3,832 | C++ | .h | 92 | 38.119565 | 83 | 0.749933 | 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,867 | diagramsmodel.h | KDE_umbrello/umbrello/models/diagramsmodel.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2015-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIAGRAMSMODEL_H
#define DIAGRAMSMODEL_H
// app includes
#include "umlviewlist.h"
// qt includes
#include <QAbstractTableModel>
#include <QPointer>
class UMLView;
... | 1,065 | C++ | .h | 33 | 28.969697 | 100 | 0.766667 | 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,868 | stereotypesmodel.h | KDE_umbrello/umbrello/models/stereotypesmodel.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2015-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef STEREOTYPESMODEL_H
#define STEREOTYPESMODEL_H
// app includes
#include "umlstereotypelist.h"
// qt includes
#include <QAbstractTableModel>
#include "stereotype.h"
... | 1,079 | C++ | .h | 30 | 32.733333 | 100 | 0.786127 | 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,869 | objectsmodel.h | KDE_umbrello/umbrello/models/objectsmodel.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OBJECTSMODEL_H
#define OBJECTSMODEL_H
// qt includes
#include <QAbstractTableModel>
#include <QPointer>
class UMLObject;
class ObjectsModel : public QAbstractTable... | 942 | C++ | .h | 28 | 30.285714 | 100 | 0.765487 | 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,870 | objectwidget.h | KDE_umbrello/umbrello/umlwidgets/objectwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OBJECTWIDGET_H
#define OBJECTWIDGET_H
#include "messagewidgetlist.h"
#include "umlwidget.h"
class MessageWidget;
class SeqLineWidget;
class UMLScene;
/**
* Displa... | 3,103 | C++ | .h | 81 | 34.148148 | 109 | 0.752677 | 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,871 | associationwidgetrole.h | KDE_umbrello/umbrello/umlwidgets/associationwidgetrole.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASSOCIATIONWIDGETROLE_H
#define ASSOCIATIONWIDGETROLE_H
#include "basictypes.h"
#include <QPointer>
class AssociationWidget;
class FloatingTextWidget;
class UMLWid... | 1,949 | C++ | .h | 47 | 37.978723 | 95 | 0.74748 | 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,872 | classifierwidget.h | KDE_umbrello/umbrello/umlwidgets/classifierwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CLASSIFIERWIDGET_H
#define CLASSIFIERWIDGET_H
#include "basictypes.h"
#include "umlobject.h"
#include "umlwidget.h"
class AssociationWidget;
class FloatingTextWidge... | 5,157 | C++ | .h | 114 | 39.684211 | 122 | 0.731922 | 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,873 | preconditionwidget.h | KDE_umbrello/umbrello/umlwidgets/preconditionwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PRECONDITIONWIDGET_H
#define PRECONDITIONWIDGET_H
#include "umlwidget.h"
class ObjectWidget;
/**
* @short A graphical version of a UML Precondition (new in UML 2... | 1,833 | C++ | .h | 50 | 33.34 | 107 | 0.757919 | 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,874 | seqlinewidget.h | KDE_umbrello/umbrello/umlwidgets/seqlinewidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef SEQLINEWIDGET_H
#define SEQLINEWIDGET_H
#include <QGraphicsLineItem>
#include <QPen>
class ObjectWidget;
class UMLScene;
/**
* A sequence lifeline consists of th... | 2,831 | C++ | .h | 81 | 28.765432 | 92 | 0.663247 | 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,875 | umlwidget.h | KDE_umbrello/umbrello/umlwidgets/umlwidget.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLWIDGET_H
#define UMLWIDGET_H
#include "associationwidgetlist.h"
#include "basictypes.h"
#include "optionstate.h"
#include "umlobject.h"
#include "umlwidgetlist.h"... | 10,753 | C++ | .h | 271 | 34.494465 | 152 | 0.713324 | KDE/umbrello | 114 | 36 | 0 | GPL-2.0 | 9/20/2024, 9:41:49 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.