Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alpha-liu-01/SpeedyNote
/ functions
Functions
3,096 in github.com/alpha-liu-01/SpeedyNote
⨍
Functions
3,096
◇
Types & classes
506
Method
handleItemTap
source/ui/launcher/KineticListView.cpp:162
Method
handleItemTap
source/ui/launcher/SearchListView.cpp:57
Method
handleLayerDeleted
----------------------------------------------------------------------------- Phase O3.5.7: Handle object affinities when a layer is deleted Option C:
source/core/Page.cpp:88
Method
handleLongPress
source/ui/launcher/StarredListView.cpp:253
Method
handleLongPress
source/ui/launcher/TimelineListView.cpp:239
Method
handleLongPress
source/ui/launcher/KineticListView.cpp:177
Method
handleLongPress
source/ui/launcher/SearchListView.cpp:111
Method
handlePickedPdf
source/pdf/PdfRelinkDialog.cpp:326
Method
handlePointerEvent
source/core/DocumentViewport.cpp:4401
Method
handlePointerMove
source/core/DocumentViewport.cpp:4521
Method
handlePointerMove_Highlighter
source/core/DocumentViewport.cpp:11024
Method
handlePointerMove_Lasso
source/core/DocumentViewport.cpp:5445
Method
handlePointerMove_ObjectSelect
source/core/DocumentViewport.cpp:5844
Method
handlePointerMove_Pan
source/core/DocumentViewport.cpp:11127
Method
handlePointerPress
source/core/DocumentViewport.cpp:4416
Method
handlePointerPress_Highlighter
source/core/DocumentViewport.cpp:10885
Method
handlePointerPress_Lasso
source/core/DocumentViewport.cpp:5400
Method
handlePointerPress_ObjectSelect
source/core/DocumentViewport.cpp:5554
Method
handlePointerPress_Pan
source/core/DocumentViewport.cpp:11119
Method
handlePointerRelease
source/core/DocumentViewport.cpp:4664
Method
handlePointerRelease_Highlighter
source/core/DocumentViewport.cpp:11084
Method
handlePointerRelease_Lasso
source/core/DocumentViewport.cpp:5513
Method
handlePointerRelease_ObjectSelect
source/core/DocumentViewport.cpp:5893
Method
handlePointerRelease_Pan
source/core/DocumentViewport.cpp:11135
Method
handleReturnEntered
* Handles an entered return key */
markdown/qmarkdowntextedit.cpp:1723
Method
handleRightClick
source/ui/launcher/StarredListView.cpp:230
Method
handleRightClick
source/ui/launcher/TimelineListView.cpp:225
Method
handleRightClick
source/ui/launcher/KineticListView.cpp:171
Method
handleRightClick
source/ui/launcher/SearchListView.cpp:95
Method
handleTabEntered
* Handles entered tab or reverse tab keys */
markdown/qmarkdowntextedit.cpp:1884
Method
handleTwoFingerGestureNative
source/core/TouchGestureHandler.cpp:922
Method
hangingCursorBlockRepaintRect
markdown/qmarkdowntextedit.cpp:1985
Method
hangingIndentEnabled
markdown/qmarkdowntextedit.cpp:196
Method
hasAction
source/core/ShortcutManager.cpp:309
Method
hasMarkdownUrlAtViewportPosition
markdown/qmarkdowntextedit.cpp:761
Method
hasNotificationPermission
Check if app has notification permission (Android 13+). Called from C++ via JNI. @param activity The current Activity @return true if notifications a
android/app-resources/src/org/speedynote/app/NotificationHelper.java:193
Method
hasOpenDocuments
source/MainWindow.cpp:9032
Method
hasOutline
---------- Introspection ----------
source/ui/sidebars/NotesTreePanel.h:79
Method
hasOutlineTab
* @brief Check if the Outline tab is currently visible. * @return True if Outline tab is shown. */
source/ui/sidebars/LeftSidebarContainer.h:63
Method
hasPhysicalKeyboard
source/MainWindow.cpp:5108
Method
hasPositionHistory
source/core/DocumentViewport.cpp:1299
Method
hasSearchMatches
* @brief Check if there are search matches being displayed. */
source/core/DocumentViewport.h:942
Method
hasUnsavedTileChanges
* @brief Check if there are any unsaved tile changes. */
source/core/Document.h:650
Method
helpMenu
source/macos/MacMenuBar.h:45
Method
hideActionBar
source/ui/actionbars/ActionBarContainer.cpp:103
Method
hideEvent
source/core/DocumentViewport.cpp:2906
Method
hideEvent
source/ui/DebugOverlay.cpp:71
Function
hideFormattingSyntax
markdown/markdownhighlighter.h:236
Method
hidePdfSearchBar
source/MainWindow.cpp:5740
Method
hideScrollbars
source/MainWindow.cpp:5146
Method
hideSelectModeHeader
source/ui/launcher/StarredView.cpp:373
Method
hideTimelineSelectModeHeader
source/ui/launcher/Launcher.cpp:1521
Method
highlightAdditionalRules
* Highlights the rules from the _highlightingRules list * * @param text */
markdown/markdownhighlighter.cpp:2209
Method
highlightBlock
* Does the Markdown highlighting * * @param text */
markdown/markdownhighlighter.cpp:447
Method
highlightCheckbox
markdown/markdownhighlighter.cpp:2092
Method
highlightCodeBlock
* Highlight multi-line code blocks * * @param text */
markdown/markdownhighlighter.cpp:777
Method
highlightCodeFence
markdown/markdownhighlighter.cpp:755
Method
highlightCommentBlock
* Highlight multi-line comments * * @param text */
markdown/markdownhighlighter.cpp:2033
Method
highlightCurrentLine
markdown/qmarkdowntextedit.cpp:194
Method
highlightEmAndStrong
* @brief highlights Em/Strong in text editor */
markdown/markdownhighlighter.cpp:2962
Method
highlightFrontmatterBlock
* Highlight multi-line frontmatter blocks * * @param text */
markdown/markdownhighlighter.cpp:2006
Method
highlightHeadline
* Highlight headlines * * @param text */
markdown/markdownhighlighter.cpp:583
Method
highlightIndentedCodeBlock
* @brief highlight code blocks with four spaces or tabs in front of them * and no list character after that * @param text */
markdown/markdownhighlighter.cpp:730
Method
highlightInlineComment
* @brief highlight inline comments in markdown <!-- comment --> * @param text * @param pos * @return position after the comment */
markdown/markdownhighlighter.cpp:2768
Method
highlightInlineRules
* @brief highlight inline rules aka Emphasis, bolds, inline code spans, * underlines, strikethrough, links, and images. */
markdown/markdownhighlighter.cpp:2284
Method
highlightInlineSpans
@brief highlight inline code spans -> `code` and highlight strikethroughs * * ---- TESTS ---- `foo` -> <code>foo</code> `` foo ` bar `` -> <code>foo
markdown/markdownhighlighter.cpp:2698
Method
highlightLinkOrImage
* @brief This function highlights images and links in Markdown text. * * @param text The input Markdown text. * @param startIndex The starting inde
markdown/markdownhighlighter.cpp:2450
Method
highlightLists
* @brief Highlight lists in markdown * @param text - current text block */
markdown/markdownhighlighter.cpp:2126
Method
highlightMarkdown
markdown/markdownhighlighter.cpp:459
Method
highlightNumericLiterals
* @brief Highlight numeric literals in code * @param text the text being scanned * @param i pos of i in loop * @return pos of i after the number *
markdown/markdownhighlighter.cpp:1288
Method
highlightPage
source/ui/sidebars/OutlinePanel.cpp:142
Method
highlightPage
source/ui/sidebars/NotesTreePanel.cpp:549
Method
highlightStringLiterals
* @brief Highlight string literals in code * @param strType str type i.e., ' or " * @param text the text being scanned * @param i pos of i in loop
markdown/markdownhighlighter.cpp:1189
Method
highlightSubHeadline
markdown/markdownhighlighter.cpp:693
Method
highlightSyntax
* @brief Does the code syntax highlighting * @param text */
markdown/markdownhighlighter.cpp:831
Method
highlightThematicBreak
* @brief Highlights thematic breaks i.e., horizontal ruler <hr/> * @param text */
markdown/markdownhighlighter.cpp:2066
Method
highlighter
* @brief Returns the highlighter instance * @return */
markdown/qmarkdowntextedit.cpp:1419
Method
highlighterColor
* @brief Get the current highlighter color. */
source/core/DocumentViewport.h:650
Method
highlightingEnabled
* @brief Returns if highlighting is enabled * @return Returns true if highlighting is enabled, otherwise false */
markdown/qmarkdowntextedit.cpp:230
Method
hitTestSelectionHandles
source/core/DocumentViewport.cpp:9359
Function
hover
source/ui/ThemeColors.h:39
Method
icon
source/ui/launcher/LauncherNavButton.h:42
Method
icon
source/ui/widgets/ActionBarButton.cpp:21
Method
iconName
source/ui/launcher/LauncherNavButton.h:36
Method
imageRegions
* @brief Get bounding rectangles of raster images on a page. * @param pageIndex 0-based page index. * @param dpi Rendering DPI (rects are re
source/pdf/PdfProvider.h:217
Function
img_collect_fill_image
source/pdf/MuPdfProvider.cpp:427
Function
img_collect_fill_image_mask
source/pdf/MuPdfProvider.cpp:438
Method
importPackage
source/sharing/NotebookImporter.cpp:18
Method
importPageAsXObject
source/pdf/MuPdfExporter.cpp:2184
Method
increaseSelectedTextIndention
* Increases (or decreases) the indention of the selected text * (if there is a text selected) in the noteTextEdit * @return */
markdown/qmarkdowntextedit.cpp:1202
Method
indexAtPosition
source/ui/launcher/KineticListView.cpp:185
Method
iniHighlighter
* @brief The INI highlighter * @param text The text being highlighted * @details This function is responsible for ini highlighting. * It has basic
markdown/markdownhighlighter.cpp:1565
Method
initCodeLangs
* @brief initializes the langStringToEnum */
markdown/markdownhighlighter.cpp:341
Method
initContext
source/pdf/MuPdfExporter.cpp:961
Method
initEngine
source/ocr/OcrWorker.cpp:280
Method
initHighlightingRules
* Initializes the highlighting rules * * regexp tester: * https://regex101.com * * other examples: * /usr/share/kde4/apps/katepart/syntax/markdo
markdown/markdownhighlighter.cpp:134
Method
initSearchFrame
* Uses another widget as parent for the search widget */
markdown/qmarkdowntextedit.cpp:1692
Method
initTextFormats
* Initializes the text formats * * @param defaultFontSize */
markdown/markdownhighlighter.cpp:190
Method
inputMethodEvent
IME support for multi-language input
source/MainWindow.cpp:8354
Method
inputMethodQuery
source/MainWindow.cpp:8367
← previous
next →
1,701–1,800 of 3,096, ranked by callers