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 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
12,936 | PdfFloatingToolbox.h | xournalpp_xournalpp/src/core/gui/PdfFloatingToolbox.h | #pragma once
#include <cstdint> // for uint8_t
#include <memory> // for unique_ptr
#include <gdk/gdk.h> // for GdkRectangle
#include <glib.h> // for gboolean
#include <gtk/gtk.h> // for GtkButton, GtkOverlay
#include "pdf/base/XojPdfPage.h" // for XojPdfPageSelectionStyle
#include "util/raii/GObjectS... | 2,995 | C++ | .h | 69 | 38.449275 | 104 | 0.734138 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,937 | GladeSearchpath.h | xournalpp_xournalpp/src/core/gui/GladeSearchpath.h | /*
* Xournal++
*
* Search directory for icons and Glade files
*
* @author andreas
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector> // for vector
#include "filesystem.h" // for path
class GladeSearchpath {
public:
GladeSearchpath();
virtual... | 785 | C++ | .h | 33 | 20.272727 | 74 | 0.676075 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,938 | PageViewFindObjectHelper.h | xournalpp_xournalpp/src/core/gui/PageViewFindObjectHelper.h | /*
* Xournal++
*
* Helper classes to find / select objects
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
// No include needed, this is included after PageView.h
#include <limits>
#include <mutex>
#include <optional>
#include "control/Aud... | 6,847 | C++ | .h | 186 | 27.080645 | 119 | 0.563944 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,939 | LayoutMapper.h | xournalpp_xournalpp/src/core/gui/LayoutMapper.h | /*
* Xournal++
*
* A layout manager - map where( row,column) to which page( document index)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <cstdint> // for uint32_t
#include <optional> // for o... | 3,000 | C++ | .h | 92 | 27.630435 | 120 | 0.669439 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,940 | XournalppCursor.h | xournalpp_xournalpp/src/core/gui/XournalppCursor.h | /*
* Xournal++
*
* Handles the XournalppCursor
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkCursor
#include <glib.h> // for guint, gulong
#include "control/tools/CursorSelectionType.h" // for CursorSe... | 2,139 | C++ | .h | 58 | 32.310345 | 115 | 0.730005 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,941 | Layout.h | xournalpp_xournalpp/src/core/gui/Layout.h | /*
* Xournal++
*
* Handles the layout of the pages within a Xournal document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <mutex> // for mutex
#include <optional> // for optional
#include <... | 5,721 | C++ | .h | 150 | 33.193333 | 113 | 0.697292 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,942 | PagePreviewDecoration.h | xournalpp_xournalpp/src/core/gui/PagePreviewDecoration.h | /*
* Xournal++
*
* Settings Dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_surface_t, cairo_t
#include "sidebar/previews/page/SidebarPreviewPageEntry.h"
class Control;
class PagePreviewDecoration {... | 2,783 | C++ | .h | 57 | 44.842105 | 118 | 0.747881 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,943 | XournalView.h | xournalpp_xournalpp/src/core/gui/XournalView.h | /*
* Xournal++
*
* The widget which displays the PDF and the drawings
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <limits> // for numeric_limits
#include <memory> // for unique_ptr
#include ... | 5,309 | C++ | .h | 149 | 31.308725 | 104 | 0.718732 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,944 | ToolitemDragDrop.h | xournalpp_xournalpp/src/core/gui/ToolitemDragDrop.h | /*
* Xournal++
*
* Helper for Toolbar Drag & Drop implementation
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <gdk-pixbuf/gdk-pixbuf.h> // for GdkPixbuf
#include <gtk/gtk.h> // for GtkWidget
cl... | 1,460 | C++ | .h | 44 | 30 | 108 | 0.758375 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,945 | RepaintHandler.h | xournalpp_xournalpp/src/core/gui/RepaintHandler.h | /*
* Xournal++
*
* Class for render and repaint pages
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class XojPageView;
class XournalView;
class RepaintHandler {
public:
RepaintHandler(XournalView* xournal);
virtual ~RepaintHandler... | 734 | C++ | .h | 33 | 18.757576 | 82 | 0.691643 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,946 | CreatePreviewImage.h | xournalpp_xournalpp/src/core/gui/CreatePreviewImage.h | /*
* Xournal++
*
* Helper function
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkWidget
class PageType;
namespace xoj::helper {
constexpr auto PREVIEW_WIDTH = 100;
constexpr auto PREVIEW_HEIGHT = 141;
/**
... | 544 | C++ | .h | 22 | 23 | 84 | 0.727799 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,947 | SearchBar.h | xournalpp_xournalpp/src/core/gui/SearchBar.h | /*
* Xournal++
*
* Handles the searchbar and search events
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkButton, GtkEntry
#include <gtk/gtkcssprovider.h> // for GtkCssProvider
class Control;
cla... | 2,141 | C++ | .h | 54 | 35.518519 | 120 | 0.702794 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,948 | SpinPageAdapter.h | xournalpp_xournalpp/src/core/gui/widgets/SpinPageAdapter.h | /*
* Xournal++
*
* Handle the Page Spin Widget
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <list> // for list
#include <glib.h> // for guint, gulong
#include <gtk/gtk.h> // for GtkWidg... | 1,375 | C++ | .h | 49 | 24.653061 | 95 | 0.720824 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,949 | ZoomCallib.h | xournalpp_xournalpp/src/core/gui/widgets/ZoomCallib.h | /*
* Xournal++
*
* Control to callibrate the zoom to fit the display DPI
*
* @author Xournal Team
* http://xournal.sf.net
*
* @license GPL
*/
#pragma once
#include <glib-object.h> // for G_TYPE_CHECK_INSTANCE_TYPE, G_TYPE_CHECK_IN...
#include <glib.h> // for gint, G_BEGIN_DECLS, G_END_DECLS
#include ... | 1,053 | C++ | .h | 33 | 29.969697 | 100 | 0.752475 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,950 | XournalWidget.h | xournalpp_xournalpp/src/core/gui/widgets/XournalWidget.h | /*
* Xournal++
*
* Xournal widget which is the "View" widget
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <glib-object.h> // for G_TYPE_CHECK_INSTANCE_CAST, G_TYPE_C...
#include <glib.h> ... | 1,899 | C++ | .h | 63 | 27.269841 | 101 | 0.73164 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,951 | PageTypeSelectionMenuBase.h | xournalpp_xournalpp/src/core/gui/menus/PageTypeSelectionMenuBase.h | /*
* Xournal++
*
* Handles page selection menus -- Base
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <limits>
#include <optional>
#include <string_view>
#include <gio/gio.h> // for GSimpleAction
#include <glib.h>
#include "mod... | 1,476 | C++ | .h | 46 | 27.586957 | 113 | 0.720339 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,952 | StaticAssertActionNamespace.h | xournalpp_xournalpp/src/core/gui/menus/StaticAssertActionNamespace.h | /*
* Xournal++
*
* A helper class to statically assert the action namespace is correct
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string_view>
#include "gtk/gtk.h"
class MainWindow;
/**
* @brief Returns true if the provide... | 1,350 | C++ | .h | 42 | 30.047619 | 85 | 0.736518 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,953 | PageTypeSelectionPopoverGridOnly.h | xournalpp_xournalpp/src/core/gui/menus/popoverMenus/PageTypeSelectionPopoverGridOnly.h | /*
* Xournal++
*
* Handles page selection menu
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget
#include "gui/menus/PageTypeSelectionMenuBase.h"
#incl... | 1,048 | C++ | .h | 36 | 25.805556 | 93 | 0.751745 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,954 | PageTypeSelectionPopover.h | xournalpp_xournalpp/src/core/gui/menus/popoverMenus/PageTypeSelectionPopover.h | /*
* Xournal++
*
* Handles page selection menu
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget
#include "gui/PopoverFactory.h"
#include "gui/menus/Pa... | 1,010 | C++ | .h | 33 | 27.575758 | 103 | 0.782025 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,955 | RecentDocumentsSubmenu.h | xournalpp_xournalpp/src/core/gui/menus/menubar/RecentDocumentsSubmenu.h | /*
* Xournal++
*
* The recent opened files
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gio/gio.h> // for GMenu
#include <glib.h> // for gulong
#include <gtk/gtk.h>
#include "control/RecentManager.h"
#include "util/raii/GO... | 1,975 | C++ | .h | 62 | 27.887097 | 112 | 0.70647 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,956 | PageTypeSubmenu.h | xournalpp_xournalpp/src/core/gui/menus/menubar/PageTypeSubmenu.h | /*
* Xournal++
*
* Handles page selection menu
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gio/gio.h> // for GMenu, GSimpleAction
#include "gui/menus/PageTypeSelectionMenuBase.h"
#include "util/raii/GObjectSPtr.h"
#include "... | 1,166 | C++ | .h | 33 | 31.939394 | 120 | 0.785396 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,957 | Menubar.h | xournalpp_xournalpp/src/core/gui/menus/menubar/Menubar.h | /*
* Xournal++
*
* The Main menu bar
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string_view>
#include <gio/gio.h> // for GMenu, GMenuItem...
#include "util/raii/GObjectSPtr.h"
#include "config-features.h"... | 2,165 | C++ | .h | 63 | 30.285714 | 107 | 0.727098 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,958 | AbstractSubmenu.h | xournalpp_xournalpp/src/core/gui/menus/menubar/AbstractSubmenu.h | /*
* Xournal++
*
* A submenu
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "util/raii/GObjectSPtr.h"
class Menubar;
class Submenu {
protected:
Submenu() = default;
~Submenu() noexcept = default;
public:
virtual void... | 409 | C++ | .h | 21 | 17.047619 | 52 | 0.707572 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,959 | ToolbarSelectionSubmenu.h | xournalpp_xournalpp/src/core/gui/menus/menubar/ToolbarSelectionSubmenu.h | /*
* Xournal++
*
* Submenu for toolbar selection
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "util/raii/GObjectSPtr.h"
#include "AbstractSubmenu.h"
class Settings;
class ToolMenuHandler;
class ToolbarData;
class MainWindow;
c... | 886 | C++ | .h | 30 | 26.9 | 91 | 0.790094 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,960 | PluginsSubmenu.h | xournalpp_xournalpp/src/core/gui/menus/menubar/PluginsSubmenu.h | /*
* Xournal++
*
* Submenu listing plugins
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <vector>
#include <gio/gio.h>
#include <gtk/gtk.h>
#include "AbstractSubmenu.h"
class PluginController;
class PluginsSubmenu final: publi... | 626 | C++ | .h | 26 | 21.653846 | 82 | 0.761824 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,961 | AbstractSidebarPage.h | xournalpp_xournalpp/src/core/gui/sidebar/AbstractSidebarPage.h | /*
* Xournal++
*
* Abstract Sidebar Page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <gtk/gtk.h> // for GtkToolItem
#include "model/DocumentListener.h" ... | 1,620 | C++ | .h | 64 | 21.0625 | 97 | 0.648473 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,962 | Sidebar.h | xournalpp_xournalpp/src/core/gui/sidebar/Sidebar.h | /*
* Xournal++
*
* The Sidebar
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget, Gtk...
#includ... | 3,028 | C++ | .h | 111 | 22.810811 | 114 | 0.663205 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,963 | SidebarPreviewPages.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/page/SidebarPreviewPages.h | /*
* Xournal++
*
* Previews of the pages in the document
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <string> // for string
#include <tuple> // for tup... | 1,657 | C++ | .h | 61 | 23.557377 | 92 | 0.682479 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,964 | SidebarPreviewPageEntry.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/page/SidebarPreviewPageEntry.h | /*
* Xournal++
*
* A Sidebar preview widget
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "gui/sidebar/previews/base/SidebarPreviewBaseEntry.h" // for Previ...
#include "model/PageRef.h" // fo... | 1,017 | C++ | .h | 34 | 26.676471 | 93 | 0.725309 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,965 | SidebarPreviewLayers.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/layer/SidebarPreviewLayers.h | /*
* Xournal++
*
* Previews of the layers in the current page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for shared_ptr
#include <string> // for string
#include "control/layer/... | 1,898 | C++ | .h | 68 | 24 | 92 | 0.672737 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,966 | SidebarPreviewLayerEntry.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/layer/SidebarPreviewLayerEntry.h | /*
* Xournal++
*
* A Sidebar preview widget
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <gtk/gtk.h> // for GtkWi...
#include "gui/sidebar/previews/base/Sideb... | 1,803 | C++ | .h | 60 | 25.683333 | 102 | 0.662993 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,967 | SidebarPreviewBase.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/base/SidebarPreviewBase.h | /*
* Xournal++
*
* Base class for prviews in the sidebar
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <gtk/gtk.h> // for ... | 3,236 | C++ | .h | 110 | 24.963636 | 94 | 0.690123 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,968 | SidebarLayout.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/base/SidebarLayout.h | /*
* Xournal++
*
* Sidebar preview layout
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
class SidebarPreviewBase;
class SidebarLayout {
public:
SidebarLayout() = delete;
~SidebarLayout() = delete;
public:
/**
* Layouts t... | 405 | C++ | .h | 23 | 14.869565 | 52 | 0.700265 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,969 | SidebarPreviewBaseEntry.h | xournalpp_xournalpp/src/core/gui/sidebar/previews/base/SidebarPreviewBaseEntry.h | /*
* Xournal++
*
* A preview entry in a sidebar
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <mutex> // for mutex
#include <cairo.h> // for cairo_t, cairo_surface_t
#include <glib.h> // for gboolean
#include <gtk/gtk.h> ... | 2,137 | C++ | .h | 78 | 23.217949 | 99 | 0.691249 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,970 | SidebarIndexPage.h | xournalpp_xournalpp/src/core/gui/sidebar/indextree/SidebarIndexPage.h | /*
* Xournal++
*
* Index Sidebar Page
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <string> // for string
#include <glib.h> // for gboolean, gchar, gint
#include <gtk/gtk.h> // for GtkWid... | 2,866 | C++ | .h | 101 | 23.415842 | 109 | 0.660219 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,971 | GotoDialog.h | xournalpp_xournalpp/src/core/gui/dialog/GotoDialog.h | /*
* Xournal++
*
* Goto-Page dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <gtk/gtk.h>
#include "util/raii/GtkWindowUPtr.h"
class GladeSearchpath;
namespace xoj::popup {
class GotoDialog {
public:
... | 714 | C++ | .h | 29 | 21.655172 | 84 | 0.715976 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,972 | PluginDialogEntry.h | xournalpp_xournalpp/src/core/gui/dialog/PluginDialogEntry.h | /*
* Xournal++
*
* Configuration of a single plugin
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "config-features.h"
#ifdef ENABLE_PLUGINS
#include <string> // for string
#include <gtk/gtk.h>
class Plugin;
class GladeSearchpa... | 648 | C++ | .h | 30 | 18.966667 | 85 | 0.738487 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,973 | SettingsDialog.h | xournalpp_xournalpp/src/core/gui/dialog/SettingsDialog.h | /*
* Xournal++
*
* Settings Dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <string> // for string
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget, GtkWindow
#include "audio/De... | 2,755 | C++ | .h | 77 | 31.857143 | 100 | 0.740211 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,974 | PageTemplateDialog.h | xournalpp_xournalpp/src/core/gui/dialog/PageTemplateDialog.h | /*
* Xournal++
*
* Dialog to configure page template for new pages
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include "control/settings/PageTemplateSettings.h" // for PageTemplateSettings
#include... | 2,057 | C++ | .h | 65 | 27.707692 | 103 | 0.75215 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,975 | ExportDialog.h | xournalpp_xournalpp/src/core/gui/dialog/ExportDialog.h | /*
* Xournal++
*
* Dialog with export settings
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <functional>
#include <gtk/gtk.h> // for GtkComboBox, GtkWindow
#include "control/jobs/BaseExportJob... | 1,883 | C++ | .h | 57 | 29.22807 | 117 | 0.744199 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,976 | PluginDialog.h | xournalpp_xournalpp/src/core/gui/dialog/PluginDialog.h | /*
* Xournal++
*
* Plugin manage dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "config-features.h"
#ifdef ENABLE_PLUGINS
#include <memory> // for unique_ptr
#include <vector> // for vector
#include "util/raii/GtkWindow... | 889 | C++ | .h | 35 | 22.6 | 70 | 0.741974 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,977 | DeviceClassConfigGui.h | xournalpp_xournalpp/src/core/gui/dialog/DeviceClassConfigGui.h | /*
* Xournal++
*
* The configuration for a button in the Settings Dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkWidget, GtkComboBox, GtkWindow
#include "control/DeviceListHelper.h" // for InputDevic... | 822 | C++ | .h | 30 | 24.6 | 119 | 0.766284 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,978 | SelectOpacityDialog.h | xournalpp_xournalpp/src/core/gui/dialog/SelectOpacityDialog.h | /*
* Xournal++
*
* The about dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include "control/ToolEnums.h"
#include "util/raii/GtkWindowUPtr.h"
class GladeSearchpath;
namespace xoj::popup {
class SelectOpacit... | 868 | C++ | .h | 32 | 23.6875 | 89 | 0.733978 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,979 | ButtonConfigGui.h | xournalpp_xournalpp/src/core/gui/dialog/ButtonConfigGui.h | /*
* Xournal++
*
* The configuration for a button in the Settings Dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <map> // for map, map<>::value_compare
#include <string> // for string
#include <vector> // for vector
#... | 1,502 | C++ | .h | 48 | 27.645833 | 107 | 0.734028 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,980 | RenameLayerDialog.h | xournalpp_xournalpp/src/core/gui/dialog/RenameLayerDialog.h | /*
* Xournal++
*
* The rename layer dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h>
#include "util/raii/GtkWindowUPtr.h"
class GladeSearchpath;
class Layer;
class LayerController;
class UndoRedoHandler;
class R... | 671 | C++ | .h | 28 | 21.357143 | 110 | 0.754331 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,981 | ToolbarManageDialog.h | xournalpp_xournalpp/src/core/gui/dialog/ToolbarManageDialog.h | /*
* Xournal++
*
* Toolbar edit dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <glib.h> // for gchar
#include <gtk/gtk.h> // for GtkButton, GtkCellRendererText, GtkListStore
#include "util/raii/G... | 1,628 | C++ | .h | 45 | 32.088889 | 111 | 0.754464 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,982 | XojOpenDlg.h | xournalpp_xournalpp/src/core/gui/dialog/XojOpenDlg.h | /*
* Xournal++
*
* GTK Open dialog to select XOJ (or PDF) file with preview
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <gtk/gtk.h> // for GtkWindow
#include "filesystem.h" // for path
class Settings;
... | 1,009 | C++ | .h | 24 | 40.333333 | 120 | 0.758444 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,983 | FileChooserFiltersHelper.h | xournalpp_xournalpp/src/core/gui/dialog/FileChooserFiltersHelper.h | /*
* Xournal++
*
* Helper functions to add filters to GtkFileChooserDialogs
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h>
namespace xoj {
void addFilterAllFiles(GtkFileChooser* fc);
void addFilterSupported(GtkFileChoo... | 669 | C++ | .h | 23 | 27.565217 | 81 | 0.791602 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,984 | LatexDialog.h | xournalpp_xournalpp/src/core/gui/dialog/LatexDialog.h | /*
* Xournal++
*
* Latex implementation
*
* @author W Brenna
* http://wbrenna.ca
*
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <string> // for string
#include <cairo.h> // for cairo_t
#include <gtk/gtk.h> ... | 2,761 | C++ | .h | 85 | 28.435294 | 117 | 0.707078 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,985 | FormatDialog.h | xournalpp_xournalpp/src/core/gui/dialog/FormatDialog.h | /*
* Xournal++
*
* The page format dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <memory> // for unique_ptr
#include <vector> // for vector
#include <gtk/gtk.h> // for gtk_paper_size_free, GtkCombo... | 1,995 | C++ | .h | 54 | 33.12963 | 99 | 0.74831 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,986 | SettingsDialogPaletteTab.h | xournalpp_xournalpp/src/core/gui/dialog/SettingsDialogPaletteTab.h | #pragma once
#include <filesystem>
#include <optional>
#include <vector>
#include <gtk/gtk.h>
#include "gui/Builder.h"
#include "gui/GladeGui.h"
#include "gui/toolbarMenubar/model/ColorPalette.h"
class SettingsDialogPaletteTab {
public:
SettingsDialogPaletteTab(GladeSearchpath* gladeSearchPath, const std::vecto... | 1,382 | C++ | .h | 29 | 44.068966 | 112 | 0.774889 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,987 | SelectBackgroundColorDialog.h | xournalpp_xournalpp/src/core/gui/dialog/SelectBackgroundColorDialog.h | /*
* Xournal++
*
* Dialog for selecting a background color
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <array> // for array
#include <functional>
#include <gdk/gdk.h> // for GdkRGBA
#include <gtk/gtk.h> // for GtkWindow
... | 1,022 | C++ | .h | 37 | 24.837838 | 87 | 0.731481 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,988 | LanguageConfigGui.h | xournalpp_xournalpp/src/core/gui/dialog/LanguageConfigGui.h | /*
* Xournal++
*
* The configuration for a language in the Settings Dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string, basic_string
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidge... | 799 | C++ | .h | 29 | 24.896552 | 90 | 0.736495 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,989 | AboutDialog.h | xournalpp_xournalpp/src/core/gui/dialog/AboutDialog.h | /*
* Xournal++
*
* The about dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "util/raii/GtkWindowUPtr.h"
class GladeSearchpath;
namespace xoj::popup {
class AboutDialog {
public:
AboutDialog(GladeSearchpath* gladeSearch... | 491 | C++ | .h | 23 | 19 | 64 | 0.727273 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,990 | LatexSettingsPanel.h | xournalpp_xournalpp/src/core/gui/dialog/LatexSettingsPanel.h | /*
* Xournal++
*
* Latex settings panel
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkToggleButton, GtkFileChooser, GtkWidget
#include "gui/Builder.h"
class GladeSearchpath;
class LatexSettings;
class Lat... | 1,231 | C++ | .h | 39 | 27.923077 | 71 | 0.750212 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,991 | XojSaveDlg.h | xournalpp_xournalpp/src/core/gui/dialog/XojSaveDlg.h | /*
* Xournal++
*
* GTK Save/Export dialog to select destination file
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <optional>
#include <gtk/gtk.h> // for GtkWindow
#include "util/raii/GtkWindowUPtr.h"
#in... | 1,757 | C++ | .h | 45 | 34.155556 | 117 | 0.69077 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,992 | ImageElementView.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/ImageElementView.h | /*
* Xournal++
*
* Image view
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "model/BackgroundImage.h" // for BackgroundImage
#include "util/Util.h" // for npos
#include "BaseEleme... | 1,175 | C++ | .h | 44 | 22.909091 | 87 | 0.686661 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,993 | BaseElementView.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/BaseElementView.h | /*
* Xournal++
*
* Base class for Background selection dialog entry
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t, cairo_surface_t
#include <gdk/gdk.h> // for GdkEventButton
#include <glib.h> // fo... | 1,667 | C++ | .h | 69 | 19.898551 | 87 | 0.64557 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,994 | BackgroundSelectDialogBase.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/BackgroundSelectDialogBase.h | /*
* Xournal++
*
* Base class for Background selection dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget, GtkWindow
#include "util/Util.h" /... | 1,429 | C++ | .h | 47 | 27.106383 | 119 | 0.72714 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,995 | PdfElementView.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/PdfElementView.h | /*
* Xournal++
*
* PDF view
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cairo.h> // for cairo_t
#include "pdf/base/XojPdfPage.h" // for XojPdfPageSPtr
#include "BaseElementView.h" // for BaseElementView
class PdfPagesDial... | 1,061 | C++ | .h | 43 | 20.953488 | 72 | 0.688867 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,996 | ImagesDialog.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/ImagesDialog.h | /*
* Xournal++
*
* Dialog to select a Image (to insert as background)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkButton, GtkWindow
#include "BackgroundSelectDialogBase.h" // for BackgroundSelectDialogBa... | 1,128 | C++ | .h | 37 | 26.891892 | 85 | 0.746531 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,997 | PdfPagesDialog.h | xournalpp_xournalpp/src/core/gui/dialog/backgroundSelect/PdfPagesDialog.h | /*
* Xournal++
*
* Dialog to select a PDF page (to insert as background)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkButton, GtkToggleButton
#include "BackgroundSelectDialogBase.h" // for BackgroundSelec... | 929 | C++ | .h | 30 | 27.6 | 87 | 0.75 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,998 | ToolbarDragDropHelper.h | xournalpp_xournalpp/src/core/gui/dialog/toolbarCustomize/ToolbarDragDropHelper.h | /*
* Xournal++
*
* Toolbar drag and drop helpers
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkAtom, GdkDragContext, _GdkAtom
#include <gtk/gtk.h> // for GtkWidget, GtkTargetEntry
namespace ToolbarDragDrop... | 625 | C++ | .h | 20 | 29.55 | 84 | 0.781667 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
12,999 | ToolItemDragCurrentData.h | xournalpp_xournalpp/src/core/gui/dialog/toolbarCustomize/ToolItemDragCurrentData.h | /*
* Xournal++
*
* Toolbar drag & drop helper class
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <gtk/gtk.h> // for GtkWidget
#include "gui/ToolitemDragDrop.h" // for ToolItemDragDropData (ptr only)
class A... | 859 | C++ | .h | 30 | 25.866667 | 75 | 0.760049 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,000 | ToolbarAdapter.h | xournalpp_xournalpp/src/core/gui/dialog/toolbarCustomize/ToolbarAdapter.h | /*
* Xournal++
*
* Toolbar drag & drop helper class
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <gdk/gdk.h> // for GdkDragContext
#include <glib.h> // for gint, guint
#include <gtk/gtk.h> ... | 2,711 | C++ | .h | 68 | 34.25 | 118 | 0.709285 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,001 | ToolbarCustomizeDialog.h | xournalpp_xournalpp/src/core/gui/dialog/toolbarCustomize/ToolbarCustomizeDialog.h | /*
* Xournal++
*
* Toolbar edit dialog
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <array>
#include <memory>
#include <vector>
#include <gdk/gdk.h> // for GdkDragContext
#include <glib.h> // for guint, gint
#include <gtk/g... | 3,698 | C++ | .h | 74 | 43.378378 | 120 | 0.734535 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,002 | ToolbarDragDropHandler.h | xournalpp_xournalpp/src/core/gui/dialog/toolbarCustomize/ToolbarDragDropHandler.h | /*
* Xournal++
*
* Toolbar drag & drop controller
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <vector>
class Control;
class ToolbarAdapter;
class ToolbarCustomizeDialog;
class ToolbarDragDropHandler {
public:... | 784 | C++ | .h | 32 | 21.65625 | 60 | 0.765499 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,003 | ToolPdfCombocontrol.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolPdfCombocontrol.h | #pragma once
#include <string>
#include "ComboToolButton.h"
class IconNameHelper;
class ActionDatabase;
class ToolPdfCombocontrol: public ComboToolButton {
public:
ToolPdfCombocontrol(std::string id, IconNameHelper& icons, const ActionDatabase& db);
~ToolPdfCombocontrol() override = default;
};
| 308 | C++ | .h | 10 | 28.6 | 89 | 0.812925 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,004 | ToolPageLayer.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolPageLayer.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include <gtk/gtk.h> // for GtkWidget, GtkToolItem
#inclu... | 1,047 | C++ | .h | 32 | 30.25 | 86 | 0.724378 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,005 | ColorToolItem.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ColorToolItem.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkWidget
#include "gui/toolbarMenubar/model/ColorPalette.h"
#include "util/Color.h" // for Color
#inclu... | 1,286 | C++ | .h | 40 | 28.725 | 82 | 0.726904 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,006 | PluginToolButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/PluginToolButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string, allocator
#include <gtk/gtk.h> // for GtkWidget, GtkToolItem
#include "AbstractToolItem.h" // for Abst... | 717 | C++ | .h | 26 | 24.961538 | 63 | 0.762463 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,007 | ToolButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string> // for string, allocator
#include <gtk/gtk.h> // for GtkWidget
#include "enums/Action.enum.h" // fo... | 1,443 | C++ | .h | 41 | 31.780488 | 120 | 0.73688 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,008 | SliderItemCreationHelper.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/SliderItemCreationHelper.h | /*
* Xournal++
*
* Abstract representation of slider-based tools.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <gtk/gtk.h> // for GtkRange
#include "control/actions/ActionRef.h"
#include "util/... | 3,897 | C++ | .h | 72 | 44.638889 | 117 | 0.648989 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,009 | AbstractToolItem.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/AbstractToolItem.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector>
#include <gtk/gtk.h> // for GtkWidget
#include "enums/Action.enum.h"
#include "util/ra... | 1,612 | C++ | .h | 53 | 25.90566 | 94 | 0.682171 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,010 | ToolMenuHandler.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolMenuHandler.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <optional> // for optional
#include <string> // for s... | 3,659 | C++ | .h | 101 | 32.633663 | 98 | 0.755455 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,011 | AbstractSliderItem.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/AbstractSliderItem.h | /*
* Xournal++
*
* Abstract representation of slider-based tools.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <gtk/gtk.h> // for GtkToolItem, GtkRange
#inc... | 1,263 | C++ | .h | 40 | 27.5 | 91 | 0.711459 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,012 | FontButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/FontButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <gtk/gtk.h> // for GtkWidget
#include "control/actions/ActionRef.h"
#include "AbstractToolItem... | 759 | C++ | .h | 27 | 25.518519 | 80 | 0.749307 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,013 | ComboToolButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ComboToolButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string>
#include <vector>
#include <gio/gio.h>
#include <gtk/gtk.h>
#include "control/actions/ActionRef.h"
#in... | 1,789 | C++ | .h | 50 | 31.38 | 116 | 0.714534 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,014 | ToolZoomSlider.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolZoomSlider.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory> // for unique_ptr
#include <string> // for string
#include <gdk-pixbuf/gdk-pixbuf.h> // for GdkPixbuf
#include <gtk/gt... | 1,612 | C++ | .h | 46 | 31.782609 | 113 | 0.737589 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,015 | ToolSelectCombocontrol.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolSelectCombocontrol.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string>
#include "ComboToolButton.h"
class IconNameHelper;
class ActionDatabase;
class ToolSelectCombocontrol: public ComboToolB... | 498 | C++ | .h | 20 | 22.85 | 108 | 0.776371 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,016 | StylePopoverFactory.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/StylePopoverFactory.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string, allocator
#include <vector>
#include <gtk/gtk.h> // for GtkWidget
#include "enums/Action.enum.h" // fo... | 1,382 | C++ | .h | 38 | 32.078947 | 116 | 0.697605 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,017 | DrawingTypeComboToolButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/DrawingTypeComboToolButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string>
#include <gio/gio.h>
#include <gtk/gtk.h>
#include "control/actions/ActionRef.h"
#include "enums/Actio... | 1,682 | C++ | .h | 58 | 24.568966 | 105 | 0.713043 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,018 | ToolPageSpinner.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ToolPageSpinner.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <cstddef> // for size_t
#include <memory> // for unique_ptr
#include <string> // for string
#include <gdk-pixbuf/gdk-pixbuf.h... | 1,338 | C++ | .h | 38 | 32.394737 | 95 | 0.743789 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,019 | ColorSelectorToolItem.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/ColorSelectorToolItem.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <gtk/gtk.h> // for GtkWindget
#include "control/actions/ActionRef.h"
#include "AbstractToolIte... | 1,094 | C++ | .h | 31 | 32.387097 | 88 | 0.769231 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,020 | TooltipToolButton.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/TooltipToolButton.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <functional>
#include <string> // for string, allocator
#include <gtk/gtk.h> // for GtkWidget
#include "enums/Action.enum.h" /... | 934 | C++ | .h | 28 | 30.392857 | 113 | 0.738307 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,021 | ColorPalette.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/model/ColorPalette.h | #pragma once
#include <cstddef> // for size_t
#include <exception> // for exception
#include <iosfwd> // for istream
#include <map> // for map
#include <string> // for string, basic_string
#include <vector> // for vector
#include "util/NamedColor.h" // for NamedColor
#include "filesystem.h" ... | 5,698 | C++ | .h | 189 | 24.84127 | 117 | 0.63638 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,022 | ToolbarItem.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/model/ToolbarItem.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
class ToolbarItem {
public:
ToolbarItem(std::string name);
ToolbarItem() = default;
public:
... | 656 | C++ | .h | 31 | 17.645161 | 63 | 0.667208 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,023 | ToolbarEntry.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/model/ToolbarEntry.h | /*
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
class ToolbarItem;
typedef std::vector<ToolbarItem> ToolbarItemVector;
... | 1,021 | C++ | .h | 40 | 21.925 | 54 | 0.7 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,024 | ToolbarData.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/model/ToolbarData.h | /*
* Xournal++
*
* Toolbar definitions model
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <string> // for string
#include <vector> // for vector
#include <glib.h> // for GKeyFile
class ToolbarEntry;
struct Palette;
class To... | 1,166 | C++ | .h | 41 | 24.97561 | 86 | 0.71788 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,025 | ToolbarModel.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/model/ToolbarModel.h | /*
* Xournal++
*
* Toolbar definitions model
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <memory>
#include <string>
#include <vector>
#include <glib.h>
#include "filesystem.h"
class ToolbarData;
struct Palette;
class Toolbar... | 1,073 | C++ | .h | 38 | 25.368421 | 103 | 0.742439 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,026 | ColorIcon.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/icon/ColorIcon.h | /*
* Xournal++
*
* Icon for color buttons
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk-pixbuf/gdk-pixbuf.h> // for GdkPixbuf
#include <gtk/gtk.h> // for GtkWidget
#include "util/Color.h" // for Color
#inclu... | 729 | C++ | .h | 26 | 26.307692 | 95 | 0.706304 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,027 | ToolbarSeparatorImage.h | xournalpp_xournalpp/src/core/gui/toolbarMenubar/icon/ToolbarSeparatorImage.h | /*
* Xournal++
*
* Toolbar icon for separator (only used for drag and drop and so)
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk-pixbuf/gdk-pixbuf.h> // for GdkPixbuf
#include <gtk/gtk.h> // for GtkWidget
enu... | 906 | C++ | .h | 34 | 24.823529 | 66 | 0.741339 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,028 | ScrollHandling.h | xournalpp_xournalpp/src/core/gui/scroll/ScrollHandling.h | /*
* Xournal++
*
* Scroll handling for different scroll implementations
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gtk/gtk.h> // for GtkAdjustment, GtkWidget, GtkScrollable
class Layout;
class ScrollHandling {
public:
S... | 817 | C++ | .h | 30 | 24.166667 | 77 | 0.753213 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,029 | TouchInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/TouchInputHandler.h | /*
* Xournal++
*
* Handle touchscreen zooming and panning.
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkEventSequence
#include "util/Point.h" // for Point
#include "AbstractInputHandler.h" // for Abstra... | 1,357 | C++ | .h | 41 | 29.585366 | 65 | 0.730415 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,030 | HandRecognition.h | xournalpp_xournalpp/src/core/gui/inputdevices/HandRecognition.h | /*
* Xournal++
*
* Helper class for Touch specific fixes
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h> // for GdkDevice
#include <glib.h> // for gint64
#include <gtk/gtk.h> // for GtkWidget
#include "InputEvents... | 1,855 | C++ | .h | 88 | 16.477273 | 87 | 0.623927 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,031 | MouseInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/MouseInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <glib.h> // for guint
#include "PenInputHandler.h" // for PenInputHandler
class InputContext;
struct InputEvent;
class MouseInputHandler: ... | 1,319 | C++ | .h | 41 | 28.390244 | 84 | 0.723186 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,032 | InputUtils.h | xournalpp_xournalpp/src/core/gui/inputdevices/InputUtils.h | /**
* Xournal++
*
* Part of the customizable toolbars
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
* @brief Helper functions in use in the different InputHandlers as for example StylusInputHandler.h
*/
#pragma once
#include "control/settings/SettingsEnu... | 1,925 | C++ | .h | 45 | 38.644444 | 100 | 0.737067 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,033 | DeviceId.h | xournalpp_xournalpp/src/core/gui/inputdevices/DeviceId.h | /*
* Xournal++
*
* Device identifier
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include <gdk/gdk.h>
struct DeviceId {
constexpr DeviceId() = default;
explicit DeviceId(const GdkDevice* id);
void reset(const GdkDevice* id = ... | 540 | C++ | .h | 23 | 20.565217 | 46 | 0.702335 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,034 | StylusInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/StylusInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "PenInputHandler.h" // for PenInputHandler
class InputContext;
struct InputEvent;
class StylusInputHandler: public PenInputHandler {
public:
... | 1,618 | C++ | .h | 41 | 35.439024 | 118 | 0.72594 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
13,035 | PenInputHandler.h | xournalpp_xournalpp/src/core/gui/inputdevices/PenInputHandler.h | /*
* Xournal++
*
* [Header description]
*
* @author Xournal++ Team
* https://github.com/xournalpp/xournalpp
*
* @license GNU GPLv2 or later
*/
#pragma once
#include "gui/inputdevices/InputEvents.h" // for InputEvent
#include "util/Point.h"
#include "AbstractInputHandler.h" // for AbstractInputHandler
cla... | 4,318 | C++ | .h | 136 | 26.698529 | 102 | 0.687771 | xournalpp/xournalpp | 10,962 | 791 | 1,098 | GPL-2.0 | 9/20/2024, 9:26:25 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.