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,671 | core_p.h | KDE_umbrello/lib/kdevplatform/shell/core_p.h |
/*
* SPDX-FileCopyrightText: 2008 Andreas Pakulat <apaku@gmx.de>
* SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KDEVPLATFORM_PLATFORM_CORE_P_H
#define KDEVPLATFORM_PLATFORM_CORE_P_H
#include <shell/core.h>
#include <KAboutData>
#include <QPointer>
namespace KDevelop
{
class RunController;
class P... | 1,835 | C++ | .h | 56 | 29.803571 | 66 | 0.826357 | KDE/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,672 | testcore.h | KDE_umbrello/lib/kdevplatform/tests/testcore.h | /*
SPDX-FileCopyrightText: 2008 Andreas Pakulat <apaku@gmx.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KDEVPLATFORM_KDEVPLATFORMTESTCORE_H
#define KDEVPLATFORM_KDEVPLATFORMTESTCORE_H
#include "testsexport.h"
#include <shell/core.h>
namespace KDevelop {
class SessionController;
class RunControl... | 3,438 | C++ | .h | 101 | 30.762376 | 95 | 0.721587 | KDE/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,673 | autotestshell.h | KDE_umbrello/lib/kdevplatform/tests/autotestshell.h | /*
SPDX-FileCopyrightText: 2008 Harald Fernengel <harry@kdevelop.org>
SPDX-FileCopyrightText: 2013 Milian Wolff <mail@milianw.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef KDEVPLATFORM_AUTOTESTSHELL_H
#define KDEVPLATFORM_AUTOTESTSHELL_H
#include <QStringList>
#include "testsexport.h"
#inclu... | 1,803 | C++ | .h | 52 | 30.365385 | 74 | 0.721934 | KDE/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,674 | parser.h | KDE_umbrello/lib/cppparser/parser.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef PARSER_H
#define PARSER_H
#include "ast.h"
// qt includes
#include <QObject>
#include <QString>
#include <QStringList>
#include <QList>
#include <set... | 16,644 | C++ | .h | 439 | 30.67426 | 186 | 0.647154 | KDE/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,675 | ast_utils.h | KDE_umbrello/lib/cppparser/ast_utils.h | /*
SPDX-FileCopyrightText: 2002 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef AST_UTILS_H
#define AST_UTILS_H
#include <QString>
class AST;
class DeclaratorAST;
class TypeSpecifierAST;
namespace KTextEditor
{
class EditInterface;
}
void scopeOfNode(AST* ast, QSt... | 520 | C++ | .h | 18 | 27.055556 | 110 | 0.808081 | KDE/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,676 | cachemanager.h | KDE_umbrello/lib/cppparser/cachemanager.h |
/*
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef CACHEMANAGER_H
#define CACHEMANAGER_H
#include <cstdlib>
#include <set>
#include <limits>
class CacheManager;
#ifndef inline
#define inline __inline
#endif
class CacheNode... | 2,264 | C++ | .h | 83 | 22.710843 | 100 | 0.687529 | KDE/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,677 | ast.h | KDE_umbrello/lib/cppparser/ast.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef __ast_h
#define __ast_h
#include <QtGlobal>
#include <QExplicitlySharedDataPointer>
#include <memory>
#include <QString>
#include <QStringList>
#if... | 42,412 | C++ | .h | 1,532 | 23.000653 | 114 | 0.713488 | KDE/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,678 | keywords.h | KDE_umbrello/lib/cppparser/keywords.h | //
// Keywords file is included in lookup.cpp
// [erbsland] replacement for old hash table
//
#define INSERT(x, y) keywords.insert(x, y)
// Qt Keywords
INSERT("Q_OBJECT", Token_Q_OBJECT);
INSERT("signals", Token_signals);
INSERT("Q_SLOTS", Token_slots);
INSERT("slots", Token_slots)... | 3,662 | C++ | .h | 93 | 38.344086 | 51 | 0.556646 | KDE/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,679 | tree_parser.h | KDE_umbrello/lib/cppparser/tree_parser.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef __tree_parser_h
#define __tree_parser_h
#include "ast.h"
class ParsedFile;
class TreeParser
{
public:
TreeParser();
virtual ~TreeParser();
... | 1,505 | C++ | .h | 38 | 35.631579 | 75 | 0.790123 | KDE/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,680 | lexer.h | KDE_umbrello/lib/cppparser/lexer.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef LEXER_H
#define LEXER_H
#undef QT_NO_CAST_TO_ASCII
#undef QT_NO_CAST_FROM_ASCII
#include "driver.h"
#include <qglobal.h>
#include <QString>
#include... | 6,895 | C++ | .h | 277 | 20.115523 | 102 | 0.68571 | KDE/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,681 | lookup.h | KDE_umbrello/lib/cppparser/lookup.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2005 Tobias Erbsland <te@profzone.ch>
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef _LOOKUP_H_
#define _LOOKUP_H_
#include <QString>
#include <qmap.h>
#include "lexer.... | 626 | C++ | .h | 25 | 22.32 | 75 | 0.728956 | KDE/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,682 | errors.h | KDE_umbrello/lib/cppparser/errors.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef ERRORS_H
#define ERRORS_H
#include <QString>
struct Error {
int code;
int level;
QString text;
Error(int c, int l, const QString& s... | 616 | C++ | .h | 26 | 20.461538 | 75 | 0.708621 | KDE/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,683 | macro.h | KDE_umbrello/lib/cppparser/macro.h | /*
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef MACRO_H
#define MACRO_H
#include <qpair.h>
#include <QStringList>
#include <QString>
#include <qdatastream.h>
#include <qmap.h>
#include <qdatetime.h>
#include <map>
#include... | 14,249 | C++ | .h | 466 | 23.04721 | 170 | 0.58085 | KDE/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,684 | lexercache.h | KDE_umbrello/lib/cppparser/lexercache.h | /*
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef LEXERCACHE_H
#define LEXERCACHE_H
#include <hashedstring.h>
#include "macro.h"
#include <qdatetime.h>
#include <qfileinfo.h>
#include "cachemanager.h"
//#define LEXERCACHE_DE... | 5,067 | C++ | .h | 130 | 33.761538 | 243 | 0.732722 | KDE/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,685 | driver.h | KDE_umbrello/lib/cppparser/driver.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2002, 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef DRIVER_H
#define DRIVER_H
#include "ast.h"
#include "macro.h"
#include <qpair.h>
#include <QStringList>
#include <qdatastream.h>
#include <qmap.h>
#i... | 14,055 | C++ | .h | 386 | 30.865285 | 160 | 0.690282 | KDE/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,686 | codemodel_treeparser.h | KDE_umbrello/lib/interfaces/codemodel_treeparser.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-FileCopyrightText: 2004 Alexander Dymo <adymo@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef CODEMODEL_TREEPARSER_H
#define CODEMODEL_TREEPARSER_H
/**
@file codemodel_treeparser.h
T... | 2,217 | C++ | .h | 58 | 34.913793 | 84 | 0.7669 | KDE/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,687 | hashedstring.h | KDE_umbrello/lib/interfaces/hashedstring.h | /*
SPDX-FileCopyrightText: 2006 David Nolden <david.nolden.kdevelop@art-master.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef HASHED_STRING_H
#define HASHED_STRING_H
#include "ast.h"
#include <QHash>
#include <QSet>
#include <QString>
#include <qdatastream.h>
#include <set>
#include <string>
///A ... | 4,096 | C++ | .h | 114 | 31.342105 | 215 | 0.718631 | KDE/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,688 | codemodel.h | KDE_umbrello/lib/interfaces/codemodel.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-FileCopyrightText: 2004 Matt Rogers <mattr@kde.org>
SPDX-FileCopyrightText: 2004 Alexander Dymo <adymo@kdevelop.org>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef CODEMODEL_H
#define CODEMODE... | 51,824 | C++ | .h | 1,409 | 32.330731 | 186 | 0.71967 | KDE/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,689 | kdatastream.h | KDE_umbrello/lib/interfaces/kdatastream.h | #ifndef __kdatastream__h
#define __kdatastream__h
#include <qdatastream.h>
inline QDataStream & operator >> (QDataStream & str, long unsigned int &ll)
{
return str >> ((unsigned int &)ll);
}
inline QDataStream &operator << (QDataStream &str, long unsigned int &ll)
{
return str << ((unsigned int &)ll);
}
inl... | 449 | C++ | .h | 16 | 26 | 79 | 0.698598 | KDE/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,690 | codemodel_utils.h | KDE_umbrello/lib/interfaces/codemodel_utils.h | /* This file is part of KDevelop
SPDX-FileCopyrightText: 2003 Roberto Raggi <roberto@kdevelop.org>
SPDX-FileCopyrightText: 2003-2004 Alexander Dymo <adymo@kdevelop.org>
SPDX-FileCopyrightText: 2004 Jonas Jacobi <j.jacobi@gmx.de>
SPDX-License-Identifier: LGPL-2.0-or-later
*/
#ifndef CODEMODEL_UTILS_H
#d... | 24,271 | C++ | .h | 450 | 51.733333 | 146 | 0.797545 | KDE/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,691 | comments-class-enums.h | KDE_umbrello/test/import/cxx/comments-class-enums.h |
// class comments_class_enum_test
class comments_class_enum_test {
public:
// enum test c++ style single line comment
enum test1 { A, B, C};
/*
* enum test2
* c-style multi line comment
*/
enum test2 { A, B, C};
/* enum test3 c-style single lime comment */
enum test3 { A, B, C}... | 325 | C++ | .h | 13 | 20.769231 | 48 | 0.608414 | KDE/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,692 | cxx11-object-construction-improvement.h | KDE_umbrello/test/import/cxx/cxx11-object-construction-improvement.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Object_construction_improvement
// #1
class SomeType {
int number;
public:
SomeType(int new_number) : number(new_number) {}
SomeType() : SomeType(42) {}
};
// #2
class BaseClass {
public:
BaseClass(int value);
};
class DerivedClass : public BaseClass {
pub... | 505 | C++ | .h | 25 | 17.64 | 74 | 0.691332 | KDE/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,693 | cxx11-null-pointer-constant.h | KDE_umbrello/test/import/cxx/cxx11-null-pointer-constant.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Null_pointer_constant
// #1
char *pc = nullptr; // OK
int *pi = nullptr; // OK
bool b = nullptr; // OK. b is false.
//int i = nullptr; // error
foo(nullptr); // calls foo(nullptr_t), not foo(int);
| 274 | C++ | .h | 7 | 37.857143 | 64 | 0.573585 | KDE/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,694 | comments-class-methods.h | KDE_umbrello/test/import/cxx/comments-class-methods.h |
// class comments_class_methods_test
class comments_class_methods_test {
public:
/* method test00 c style single line comment */
void test00(char c);
/** method test21 c doxygen style single line comment */
void test01(char c);
/*
* method test10
* c-style multiline comment
*/
... | 1,043 | C++ | .h | 30 | 29.833333 | 71 | 0.665672 | KDE/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,695 | abstract-class.h | KDE_umbrello/test/import/cxx/abstract-class.h |
class AbstractClass {
public:
virtual void test() = 0;
virtual void test1();
};
class NoAbstractClass {
public:
virtual void test();
virtual void test1();
};
| 164 | C++ | .h | 10 | 14.8 | 25 | 0.743421 | KDE/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,696 | destructor.h | KDE_umbrello/test/import/cxx/destructor.h | class DestructorDeclaration {
DestructorDeclaration(QString ¶m);
~DestructorDeclaration(QString ¶m);
};
class DestructorDefinition {
DestructorDefinition(QString ¶m) {}
~DestructorDefinition(QString ¶m) {}
};
| 242 | C++ | .h | 8 | 27.125 | 44 | 0.776824 | KDE/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,697 | cxx11-explicit-overrides-and-final.h | KDE_umbrello/test/import/cxx/cxx11-explicit-overrides-and-final.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Explicit_overrides_and_final
// #1
struct Base {
virtual void some_func(float);
};
struct Derived : Base {
virtual void some_func(int) override; // ill-formed - doesn't override a base class method
};
// #2
struct Base1 final { };
struct Derived1 : Base1 { }; // il... | 689 | C++ | .h | 20 | 31.95 | 94 | 0.704374 | KDE/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,698 | cxx11-initializer-lists.h | KDE_umbrello/test/import/cxx/cxx11-initializer-lists.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Initializer_lists
// #1
class SequenceClass {
public:
SequenceClass(std::initializer_list<int> list);
};
// #2
SequenceClass some_var = {1, 4, 5, 6};
// #3
void function_name(std::initializer_list<float> list);
function_name({1.0f, -3.45f, -0.4f});
// #4
std::vector<... | 540 | C++ | .h | 15 | 34.333333 | 100 | 0.674374 | KDE/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,699 | comments-class-typedefs.h | KDE_umbrello/test/import/cxx/comments-class-typedefs.h |
// class comments_class_typedef_test
class comments_class_typedef_test {
public:
// enim test c++ style single line comment
typedef int type1;
/*
* typedef test2
* c-style multi line comment
*/
typedef int type2;
/* typedef test3 c-style single lime comment */
typedef int type3... | 324 | C++ | .h | 13 | 20.769231 | 51 | 0.676375 | KDE/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,700 | comments-file-variant1.h | KDE_umbrello/test/import/cxx/comments-file-variant1.h | /*
file comment
multi line
*/
// class comments_file_variant1 single line comment
class comments_file_variant1 {};
| 124 | C++ | .h | 6 | 18.166667 | 51 | 0.74359 | KDE/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,701 | class-enum-literal.h | KDE_umbrello/test/import/cxx/class-enum-literal.h | class class_enum_literal {
public:
/* should display the following literals in tree view * A = 1 * B = 2 * C * D */
enum test { A = 1, B = 2, C, D };
};
| 173 | C++ | .h | 5 | 29.6 | 88 | 0.535714 | KDE/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,702 | comments-class.h | KDE_umbrello/test/import/cxx/comments-class.h | // independent comment 1
// class comments_class_test1a c++ style single line comment
class comments_class_test1a {};
// independent comment 2
/// class comments_class_test1b doxygen c++ style single line comment
class comments_class_test1b {};
// independent comment 3
// class comments_class_test1c c++ style mult... | 1,393 | C++ | .h | 34 | 39.352941 | 81 | 0.768601 | KDE/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,703 | comments-file-variant2.h | KDE_umbrello/test/import/cxx/comments-file-variant2.h | /*
file comment
multi line
*/
// class comments_file_variant2 single line comment
class comments_file_variant2 {};
| 124 | C++ | .h | 6 | 18.166667 | 51 | 0.74359 | KDE/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,705 | cxx11-type-inference.h | KDE_umbrello/test/import/cxx/cxx11-type-inference.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Type_inference
// #1
auto some_strange_callable_type = std::bind(&some_function, _2, _1, some_object);
auto other_variable = 5;
// #2
int some_int;
decltype(some_int) other_integer_variable = 5;
// #3
for (auto itr = myvec.cbegin(); itr != myvec.cend(); ++itr) ;
// #4
for ... | 911 | C++ | .h | 24 | 34.333333 | 81 | 0.580499 | KDE/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,706 | namespace-enum-literal.h | KDE_umbrello/test/import/cxx/namespace-enum-literal.h | namespace namespace_enum_literal {
/* should display the following literals in tree view * A = 1 * B = 2 * C * D */
enum test { A = 1, B = 2, C, D };
}; // This last semicolon should not be there but most compilers accept it.
| 235 | C++ | .h | 4 | 55.75 | 84 | 0.645022 | KDE/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,707 | explicit-constructor.h | KDE_umbrello/test/import/cxx/explicit-constructor.h | class ExplicitConstructorDeclaration {
explicit ExplicitConstructorDeclaration(QString ¶m);
};
class ExplicitConstructorDefinition {
explicit ExplicitConstructorDefinition(QString ¶m) {}
};
| 207 | C++ | .h | 6 | 32 | 61 | 0.84 | KDE/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,708 | comments-class-operators.h | KDE_umbrello/test/import/cxx/comments-class-operators.h |
// class comments_class_operators_test
class comments_class_operators_test {
public:
/* operator * c style single line comment */
int operator * (int i);
/** operator / c doxygen style single line comment */
int operator / (int i);
/*
* operator % comment
* c-style multiline comment
... | 1,014 | C++ | .h | 29 | 30.034483 | 66 | 0.626407 | KDE/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,709 | interface.h | KDE_umbrello/test/import/cxx/interface.h | class Interface {
public:
static const int member;
virtual ~Interface();
virtual void test() = 0;
virtual void test1() = 0;
virtual void test2() = 0;
};
class NoInterfaceWrongMember {
public:
const int member;
virtual void test() = 0;
virtual void test1() = 0;
virtual void test2() = 0;
};
class NoInterfaceNo... | 458 | C++ | .h | 22 | 19.136364 | 43 | 0.732719 | KDE/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,710 | comments.h | KDE_umbrello/test/import/cxx/comments.h | #include "comments-class-methods.h"
#include "comments-class-members.h"
#include "comments-class-enums.h"
#include "comments-class-operators.h"
#include "comments-class-typedefs.h"
#include "comments-file-variant1.h"
#include "comments-file-variant2.h"
#include "comments-file-variant3.h"
#include "comments-class.h"
| 317 | C++ | .h | 9 | 34.222222 | 37 | 0.798701 | KDE/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,711 | constructor.h | KDE_umbrello/test/import/cxx/constructor.h | class ConstructorDeclaration {
ConstructorDeclaration(QString ¶m);
};
class ConstructorDefinition {
ConstructorDefinition(QString ¶m) {}
};
| 157 | C++ | .h | 6 | 23.666667 | 44 | 0.8 | KDE/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,712 | templates.h | KDE_umbrello/test/import/cxx/templates.h | template <class T>
class t1 {
public:
t1() {}
~t1() {}
};
template <class T>
class t2: public t1<T> {
public:
t2() {}
~t2() {}
};
template <class T, class U>
class t3 {
public:
t3() {}
~t3() {}
};
template <class T, class U>
class t4: public t3<T, U> {
public:
t4() {}
~t4() {}
};
| 300 | C++ | .h | 24 | 10.708333 | 27 | 0.567766 | KDE/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,713 | comments-class-members.h | KDE_umbrello/test/import/cxx/comments-class-members.h |
// class comments_class_members_test
class comments_class_members_test {
public:
/* member variable10 c-style single lime comment */
int variable10;
/** member variable11 c doxygen style single lime comment */
int variable11;
/*
* member variable20
* c-style multi line comment
*/
... | 1,078 | C++ | .h | 30 | 31 | 75 | 0.696154 | KDE/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,714 | cxx11-strongly-typed-enumerations.h | KDE_umbrello/test/import/cxx/cxx11-strongly-typed-enumerations.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Strongly_typed_enumerations
// #1
enum class Enumeration {
Val1,
Val2,
Val3 = 100,
Val4 // = 101
};
// #2
enum class Enum2 : unsigned int {Val1, Val2};
// #3
enum Enum3 : unsigned long {Val1 = 1, Val2};
// #4
//enum Enum1; // Illegal in... | 738 | C++ | .h | 18 | 38.833333 | 127 | 0.657343 | KDE/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,716 | const-noexcept-methods.h | KDE_umbrello/test/import/cxx/const-noexcept-methods.h | class ConstNoexceptMethodClass {
bool ConstMethod(QString ¶m) const;
bool NoexceptMethod(QString ¶m) noexcept;
bool ConstNoexceptMethod(QString ¶m) const noexcept { return true }
};
| 206 | C++ | .h | 5 | 37.8 | 75 | 0.781095 | KDE/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,717 | cxx11-uniform-initialization.h | KDE_umbrello/test/import/cxx/cxx11-uniform-initialization.h | // https://en.wikipedia.org/wiki/C%2B%2B11#Uniform_initialization
// #1
struct BasicStruct {
int x;
double y;
};
struct AltStruct {
AltStruct(int x, double y) : x_{x}, y_{y} {}
private:
int x_;
double y_;
};
BasicStruct var1{5, 3.2};
AltStruct var2{2, 4.3};
// #2
struct IdString {
... | 485 | C++ | .h | 24 | 17.083333 | 65 | 0.627753 | KDE/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,719 | inline-methods.h | KDE_umbrello/test/import/cxx/inline-methods.h | class InlinedMethod {
inline void inlinedMethod() {}
void nonInlinedMethod();
};
| 89 | C++ | .h | 4 | 19.25 | 34 | 0.717647 | KDE/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,720 | shared.h | KDE_umbrello/tools/shared.h | /*
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>
*/
#ifndef SHARED_H
#define SHARED_H
#include <QString>
#include <QStringList>
#include <QMap>
Q... | 884 | C++ | .h | 24 | 34.333333 | 114 | 0.808962 | KDE/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,721 | testumlcanvasobject.h | KDE_umbrello/unittests/testumlcanvasobject.h | /*
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
*/
#ifndef TEST_UMLCANVASOBJECT_H
#define TEST_UMLCANVASOBJECT_H
#include "testbase.h"
/**
* Unit test for class UMLCanvasObject
*/
class TestUMLCan... | 692 | C++ | .h | 24 | 25.708333 | 88 | 0.758673 | KDE/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,722 | testbase.h | KDE_umbrello/unittests/testbase.h | /*
SPDX-FileCopyrightText: 2015, 2019 Ralf Habacker <ralf.habacker@freenet.de>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef TESTBASE_H
#define TESTBASE_H
// qt includes
#include <QObject>
#include <QtTest>
#ifdef RUN_ALL
#undef QCOMPARE
#define QCOMPARE(act... | 4,723 | C++ | .h | 172 | 24.418605 | 90 | 0.706272 | KDE/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,723 | testoptionstate.h | KDE_umbrello/unittests/testoptionstate.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 TESTOPTIONSTATE_H
#define TESTOPTIONSTATE_H
#include "testbase.h"
class TestOptionState : public TestBase
{
Q_OBJECT
private Q_SLOTS:
... | 405 | C++ | .h | 15 | 24.266667 | 88 | 0.763021 | KDE/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,724 | testassociation.h | KDE_umbrello/unittests/testassociation.h | /*
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
*/
#ifndef TESTASSOCIATION_H
#define TESTASSOCIATION_H
#include "testbase.h"
class TestAssociation : public TestBase
{
Q_OBJECT
protected:
Set... | 888 | C++ | .h | 37 | 19.783784 | 88 | 0.687204 | KDE/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,725 | testcppwriter.h | KDE_umbrello/unittests/testcppwriter.h | /*
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
*/
#ifndef TESTCPPWRITER_H
#define TESTCPPWRITER_H
#include "testbase.h"
/**
* Unit test for class CppWriter (cppwriter.h).
*/
class TestCppWriter: pu... | 531 | C++ | .h | 20 | 23.8 | 88 | 0.750988 | KDE/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,726 | testbasictypes.h | KDE_umbrello/unittests/testbasictypes.h | /*
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
*/
#ifndef TEST_BASICTYPES_H
#define TEST_BASICTYPES_H
#include <QObject>
class TestBasicTypes : public QObject
{
Q_OBJECT
private Q_SLOTS:
void... | 1,323 | C++ | .h | 36 | 32.722222 | 88 | 0.75273 | KDE/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,727 | testpackage.h | KDE_umbrello/unittests/testpackage.h | /*
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
*/
#ifndef TESTPACKAGE_H
#define TESTPACKAGE_H
#include "testbase.h"
class TestPackage : public TestBase
{
Q_OBJECT
protected:
SetLoading *_sl... | 624 | C++ | .h | 27 | 19.185185 | 88 | 0.70339 | KDE/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,728 | testwidgetbase.h | KDE_umbrello/unittests/testwidgetbase.h | /*
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
*/
#ifndef TESTWIDGETBASE_H
#define TESTWIDGETBASE_H
#include "testbase.h"
class TestWidgetBase : public TestBase
{
Q_OBJECT
private Q_SLOTS:
... | 407 | C++ | .h | 15 | 24.466667 | 88 | 0.764858 | KDE/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,729 | testlistpopupmenu.h | KDE_umbrello/unittests/testlistpopupmenu.h | /*
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
*/
#ifndef TESTLISTPOPUPMENU_H
#define TESTLISTPOPUPMENU_H
#include "testbase.h"
class TestListPopupMenu : public TestBase
{
Q_OBJECT
private Q_S... | 585 | C++ | .h | 19 | 27.578947 | 88 | 0.773214 | KDE/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,730 | testpreconditionwidget.h | KDE_umbrello/unittests/testpreconditionwidget.h | /*
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
*/
#ifndef TESTPRECONDITIONWIDGET_H
#define TESTPRECONDITIONWIDGET_H
#include "testbase.h"
class TestPreconditionWidget : public TestBase
{
Q_OBJE... | 408 | C++ | .h | 14 | 26.642857 | 88 | 0.789203 | KDE/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,731 | testclassifier.h | KDE_umbrello/unittests/testclassifier.h | /*
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
*/
#ifndef TEST_CLASSIFIER_H
#define TEST_CLASSIFIER_H
#include "testbase.h"
/**
* Unit test for class UMLClassifier (classifier.h).
*/
class TEST_cla... | 1,630 | C++ | .h | 51 | 27.843137 | 88 | 0.740152 | KDE/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,732 | testumlobject.h | KDE_umbrello/unittests/testumlobject.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 TESTUMLOBJECT_H
#define TESTUMLOBJECT_H
#include "testbase.h"
class TestUMLObject : public TestBase
{
Q_OBJECT
private Q_SLOTS:
voi... | 787 | C++ | .h | 29 | 23.344828 | 88 | 0.710491 | KDE/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,733 | testpythonwriter.h | KDE_umbrello/unittests/testpythonwriter.h | /*
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
*/
#ifndef TESTPYTHONWRITER_H
#define TESTPYTHONWRITER_H
#include "testbase.h"
/**
* Unit test for class PythonWriter (pythonwriter.h).
*/
class TestP... | 515 | C++ | .h | 19 | 24.473684 | 88 | 0.761711 | KDE/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,734 | docwindow.h | KDE_umbrello/umbrello/docwindow.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DOCWINDOW_H
#define DOCWINDOW_H
#include <QWidget>
class AssociationWidget;
class QTextEdit;
class ModifiedWidget;
class QLabel;
class UMLObject;
class UMLDoc;
clas... | 2,486 | C++ | .h | 68 | 32.411765 | 96 | 0.703164 | KDE/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,735 | version.h | KDE_umbrello/umbrello/version.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMBRELLO_VERSION_H
#define UMBRELLO_VERSION_H
inline QByteArray umbrelloVersion()
{
#ifdef UMBRELLO_VERSION_STRING
QString versionStr = QString::fromLatin1(UMBRE... | 1,060 | C++ | .h | 30 | 32.2 | 92 | 0.749513 | KDE/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,736 | dotgenerator.h | KDE_umbrello/umbrello/dotgenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DOTGENERATOR_H
class UMLScene;
#include <QHash>
#include <QPointF>
#include <QString>
#define DOTGENERATOR_DEBUG
/**
* The class DotGenerator provides export of di... | 1,941 | C++ | .h | 47 | 37.574468 | 117 | 0.74017 | KDE/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,737 | toolbarstatemessages.h | KDE_umbrello/umbrello/toolbarstatemessages.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEMESSAGES_H
#define TOOLBARSTATEMESSAGES_H
#include "basictypes.h"
#include "toolbarstatepool.h"
class MessageWidget;
class ObjectWidget;
class QGraphics... | 3,565 | C++ | .h | 92 | 34.913043 | 92 | 0.75435 | KDE/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,738 | import_argo.h | KDE_umbrello/umbrello/import_argo.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef IMPORT_ARGO_H
#define IMPORT_ARGO_H
#include <QIODevice>
class UMLPackage;
class KZip;
/**
* Argo model import
*
* @author Ralf Habacker
* Bugs and comments to... | 829 | C++ | .h | 26 | 29.384615 | 92 | 0.771644 | KDE/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,739 | umldoc.h | KDE_umbrello/umbrello/umldoc.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLDOC_H
#define UMLDOC_H
// app includes
#include "basictypes.h"
#include "optionstate.h"
#include "umlobject.h"
#include "umlobjectlist.h"
#include "umlassociation... | 11,500 | C++ | .h | 300 | 31.993333 | 115 | 0.690903 | KDE/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,740 | uniqueid.h | KDE_umbrello/umbrello/uniqueid.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UNIQUEID_H
#define UNIQUEID_H
#include "basictypes.h"
namespace UniqueID {
Uml::ID::Type gen();
/////////// auxiliary functions //////////////////////////... | 647 | C++ | .h | 18 | 32.166667 | 92 | 0.670436 | KDE/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,741 | umlviewimageexporter.h | KDE_umbrello/umbrello/umlviewimageexporter.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLVIEWIMAGEEXPORTER_H
#define UMLVIEWIMAGEEXPORTER_H
#include "umlviewimageexportermodel.h"
#include <QString>
#include <QUrl>
class UMLScene;
class UMLFileDialog... | 1,075 | C++ | .h | 33 | 29.484848 | 92 | 0.737609 | KDE/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,742 | diagram_utils.h | KDE_umbrello/umbrello/diagram_utils.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2017-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIAGRAM_UTILS_H
#define DIAGRAM_UTILS_H
#include "basictypes.h"
#include <QString>
class UMLScene;
class QMimeData;
/**
* Utilities for diagrams
* @author Ralf ... | 1,140 | C++ | .h | 26 | 40.923077 | 106 | 0.777978 | KDE/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,743 | toolbarstatefactory.h | KDE_umbrello/umbrello/toolbarstatefactory.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEFACTORY_H
#define TOOLBARSTATEFACTORY_H
#include "toolbarstate.h"
#include "worktoolbar.h"
#include <QPointer>
#define NR_OF_TOOLBAR_STATES 5
/**
... | 1,176 | C++ | .h | 33 | 32.909091 | 98 | 0.788496 | KDE/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,744 | objectswindow.h | KDE_umbrello/umbrello/objectswindow.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2016-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ObjectsWindow_H
#define ObjectsWindow_H
#include <QDockWidget>
#include <QModelIndex>
class QSortFilterProxyModel;
class QTableView;
class ObjectsWindow : public Q... | 740 | C++ | .h | 27 | 24.592593 | 92 | 0.786932 | KDE/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,745 | umllistview.h | KDE_umbrello/umbrello/umllistview.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLLISTVIEW_H
#define UMLLISTVIEW_H
#include "basictypes.h"
#include "umllistviewitem.h"
#include "umllistviewitemlist.h"
#include "icon_utils.h"
#include "umlobject... | 6,194 | C++ | .h | 139 | 39.892086 | 121 | 0.753787 | KDE/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,746 | basictypes.h | KDE_umbrello/umbrello/basictypes.h | /*
SPDX-FileCopyrightText: 2011 Andi Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#ifndef BASICTYPES_H
#define BASICTYPES_H
// qt includes
#include <QFont>
#include <QString>
#include <string>
/**
* This namespace contains all the enums used all over the code base.
* The ... | 10,168 | C++ | .h | 366 | 18.907104 | 96 | 0.549176 | KDE/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,747 | model_utils.h | KDE_umbrello/umbrello/model_utils.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef MODEL_UTILS_H
#define MODEL_UTILS_H
#include "basictypes.h"
#include "umllistviewitem.h"
#include "umlobjectlist.h"
#include "umlviewlist.h"
#include "foreignkeycons... | 5,820 | C++ | .h | 117 | 44.871795 | 96 | 0.76 | KDE/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,748 | codeaccessormethodlist.h | KDE_umbrello/umbrello/codeaccessormethodlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEACCESSORMETHODLIST_H
#define CODEACCESSORMETHODLIST_H
#include <QList>
// forward declarations
class CodeAccessorMethod;
typedef QList<CodeAccessorMethod*> Cod... | 418 | C++ | .h | 12 | 32.75 | 92 | 0.842893 | KDE/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,749 | petaltree2uml.h | KDE_umbrello/umbrello/petaltree2uml.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PETALTREE2UML_H
#define PETALTREE2UML_H
#include <QString>
// fwd decl
class PetalNode;
class UMLPackage;
/**
* Traverse the PetalNode tree and create correspondi... | 874 | C++ | .h | 27 | 26.518519 | 92 | 0.694511 | KDE/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,750 | toolbarstatepool.h | KDE_umbrello/umbrello/toolbarstatepool.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEPOOL_H
#define TOOLBARSTATEPOOL_H
#include "toolbarstate.h"
#include "worktoolbar.h"
/**
* Base class for tools that can use the same state but with di... | 842 | C++ | .h | 26 | 29.576923 | 92 | 0.772671 | KDE/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,751 | messagewidgetlist.h | KDE_umbrello/umbrello/messagewidgetlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef MESSAGEWIDGETLIST_H
#define MESSAGEWIDGETLIST_H
#include <QList>
#include <QPointer>
class MessageWidget;
typedef QList<QPointer<MessageWidget>> MessageWidgetList... | 398 | C++ | .h | 12 | 31 | 92 | 0.828947 | KDE/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,752 | layoutgenerator.h | KDE_umbrello/umbrello/layoutgenerator.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2012-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef LAYOUTGENERATOR_H
#include "dotgenerator.h"
#include "optionstate.h"
//// qt includes
#include <QRectF>
/**
* The class LayoutGenerator provides calculated layout... | 2,244 | C++ | .h | 56 | 37.071429 | 92 | 0.764463 | KDE/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,753 | optionstate.h | KDE_umbrello/umbrello/optionstate.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef OPTIONSTATE_H
#define OPTIONSTATE_H
#include "basictypes.h"
#include "codeviewerstate.h"
#include "codegenerationpolicy.h"
#include <QDomElement>
#include <QXmlStre... | 8,409 | C++ | .h | 287 | 23.188153 | 92 | 0.701387 | KDE/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,754 | associationwidgetlist.h | KDE_umbrello/umbrello/associationwidgetlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2003 Oliver Kellogg <okellogg@users.sourceforge.net>
Bugs and comments to umbrello-devel@kde.org or https://bugs.kde.org
*/
#ifndef ASSOCIATIONWIDGETLIST_H
#define ASSOCIATIONWIDGETLIST_H
#include <QList>
#include <QPointer>
// forward... | 510 | C++ | .h | 14 | 34.142857 | 80 | 0.828571 | KDE/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,755 | cmds.h | KDE_umbrello/umbrello/cmds.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CMDS_H
#define CMDS_H
#include <QUndoCommand>
#include <QUndoStack>
#include "cmds/cmdcreatediagram.h"
#include "cmds/cmdhandlerename.h"
#include "cmds/cmdremovedi... | 1,407 | C++ | .h | 37 | 36.513514 | 92 | 0.669846 | KDE/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,756 | icon_utils.h | KDE_umbrello/umbrello/icon_utils.h | /*
SPDX-FileCopyrightText: 2008 Andreas Fischer <andi.fischer@hispeed.ch>
SPDX-License-Identifier: GPL-2.0-only OR GPL-3.0-only OR LicenseRef-KDE-Accepted-GPL
*/
#ifndef ICON_UTILS_H
#define ICON_UTILS_H
// app includes
#include "basictypes.h"
// qt includes
#include <QCursor>
#include <QPixmap>
/**
* This... | 6,089 | C++ | .h | 226 | 18.752212 | 88 | 0.599043 | KDE/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,757 | cmdlineexportallviewsevent.h | KDE_umbrello/umbrello/cmdlineexportallviewsevent.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CMDLINEEXPORTALLVIEWSEVENT_H
#define CMDLINEEXPORTALLVIEWSEVENT_H
#include <QUrl>
#include <QEvent>
/**
* This class provides an event that is posted to the UMLApp... | 1,328 | C++ | .h | 32 | 38.5625 | 119 | 0.765576 | KDE/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,758 | umlappprivate.h | KDE_umbrello/umbrello/umlappprivate.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLAPPPRIVATE_H
#define UMLAPPPRIVATE_H
// app includes
#include "cmds.h"
#include "finddialog.h"
#include "findresults.h"
#include "uml.h"
#include "umldoc.h"
#incl... | 6,963 | C++ | .h | 184 | 31.608696 | 136 | 0.693708 | KDE/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,759 | codeviewerstate.h | KDE_umbrello/umbrello/codeviewerstate.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef CODEVIEWERSTATE_H
#define CODEVIEWERSTATE_H
#include <QColor>
#include <QFont>
namespace Settings {
/// configurable params for the code viewer tool
class CodeView... | 692 | C++ | .h | 29 | 20.413793 | 92 | 0.753049 | KDE/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,760 | petalnode.h | KDE_umbrello/umbrello/petalnode.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef PETALNODE__H
#define PETALNODE__H
#include <QList>
#include <QPair>
#include <QString>
#include <QStringList>
/**
* Rose petal node - parse tree for model import
... | 2,904 | C++ | .h | 75 | 35 | 92 | 0.674476 | KDE/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,761 | toolbarstatearrow.h | KDE_umbrello/umbrello/toolbarstatearrow.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEARROW_H
#define TOOLBARSTATEARROW_H
#include "toolbarstate.h"
#include <QList>
class QGraphicsLineItem;
class UMLScene;
/**
* Arrow tool for select, ... | 1,670 | C++ | .h | 51 | 29.039216 | 92 | 0.759502 | KDE/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,762 | umlscene.h | KDE_umbrello/umbrello/umlscene.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLSCENE_H
#define UMLSCENE_H
// local includes
#include "associationwidgetlist.h"
#include "basictypes.h"
#include "classifierwidget.h"
#include "messagewidgetlist.... | 15,776 | C++ | .h | 343 | 40.699708 | 121 | 0.722654 | KDE/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,763 | umlwidgetlist.h | KDE_umbrello/umbrello/umlwidgetlist.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2001 Gustavo Madrigal <gmadrigal@nextphere.com>
SPDX-FileCopyrightText: 2004-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLWIDGETLIST_H
#define UMLWIDGETLIST_H
#include <QList>
#include <QPointer>
class UMLWi... | 445 | C++ | .h | 13 | 31.923077 | 92 | 0.814988 | KDE/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,764 | assocrules.h | KDE_umbrello/umbrello/assocrules.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef ASSOCRULES_H
#define ASSOCRULES_H
#include "umlobject.h"
#include "widgetbase.h"
class UMLWidget;
/**
* Used to determine rules for associations.
*
* @author Pa... | 2,171 | C++ | .h | 47 | 40.914894 | 114 | 0.668246 | KDE/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,765 | stereotypeswindow.h | KDE_umbrello/umbrello/stereotypeswindow.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2015-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef STEREOTYPESWINDOW_H
#define STEREOTYPESWINDOW_H
#include <QDockWidget>
#include <QModelIndex>
class QTableView;
class StereotypesWindow : public QDockWidget
{
... | 706 | C++ | .h | 25 | 25.44 | 92 | 0.791667 | KDE/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,766 | diagramswindow.h | KDE_umbrello/umbrello/diagramswindow.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2015-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef DIAGRAMSWINDOW_H
#define DIAGRAMSWINDOW_H
#include <QDockWidget>
#include <QModelIndex>
class QTableView;
class DiagramsWindow : public QDockWidget
{
Q_OBJECT
... | 678 | C++ | .h | 25 | 24.32 | 92 | 0.784161 | KDE/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,767 | umlviewimageexporterall.h | KDE_umbrello/umbrello/umlviewimageexporterall.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLVIEWIMAGEEXPORTERALL_H
#define UMLVIEWIMAGEEXPORTERALL_H
#include "umlviewlist.h"
class DiagramPrintPage;
class ExportAllViewsDialog;
/**
* Exports all the vie... | 816 | C++ | .h | 25 | 29.96 | 92 | 0.796415 | KDE/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,768 | import_rose.h | KDE_umbrello/umbrello/import_rose.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef IMPORT_ROSE__H
#define IMPORT_ROSE__H
#include <QFile>
class UMLPackage;
/**
* Rose model import
*
* @author Oliver Kellogg
* Bugs and comments to umbrello-dev... | 495 | C++ | .h | 19 | 23.526316 | 92 | 0.745726 | KDE/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,769 | toolbarstateassociation.h | KDE_umbrello/umbrello/toolbarstateassociation.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEASSOCIATION_H
#define TOOLBARSTATEASSOCIATION_H
#include "basictypes.h"
#include "toolbarstatepool.h"
class QGraphicsLineItem;
/**
* Association tool ... | 2,300 | C++ | .h | 60 | 34.866667 | 92 | 0.776927 | KDE/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,770 | umllistviewitem.h | KDE_umbrello/umbrello/umllistviewitem.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2002-2022 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLLISTVIEWITEM_H
#define UMLLISTVIEWITEM_H
#include "basictypes.h"
#include "icon_utils.h"
#include <QDomDocument>
#include <QDomElement>
#include <QHash>
#include... | 5,257 | C++ | .h | 153 | 28.248366 | 107 | 0.694932 | KDE/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,771 | toolbarstateother.h | KDE_umbrello/umbrello/toolbarstateother.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2004-2021 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef TOOLBARSTATEOTHER_H
#define TOOLBARSTATEOTHER_H
#include "toolbarstatepool.h"
#include "umlobject.h"
/**
* Other tool creates almost all the objects (except associ... | 931 | C++ | .h | 29 | 29.310345 | 92 | 0.773796 | KDE/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,772 | umlviewimageexportermodel.h | KDE_umbrello/umbrello/umlviewimageexportermodel.h | /*
SPDX-License-Identifier: GPL-2.0-or-later
SPDX-FileCopyrightText: 2006-2020 Umbrello UML Modeller Authors <umbrello-devel@kde.org>
*/
#ifndef UMLVIEWIMAGEEXPORTERMODEL_H
#define UMLVIEWIMAGEEXPORTERMODEL_H
#include "umlscene.h"
#include "umlviewlist.h"
#include <QStringList>
#include <QRect>
// forward d... | 2,136 | C++ | .h | 46 | 43.195652 | 126 | 0.788536 | KDE/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,773 | birdview.h | KDE_umbrello/umbrello/birdview.h | /*
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
*/
#ifndef BIRDVIEW_H
#define BIRDVIEW_H
#include <QDockWidget>
#include <QFrame>
class UMLView;
QT_BEGIN_NAMESPACE
class QGraphicsView;
QT_END_NAMESPAC... | 2,130 | C++ | .h | 68 | 28.485294 | 125 | 0.76002 | KDE/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.