MCPcopy Create free account

hub / github.com/alpha-liu-01/SpeedyNote / functions

Functions3,096 in github.com/alpha-liu-01/SpeedyNote

MethodhandleItemTap
source/ui/launcher/KineticListView.cpp:162
MethodhandleItemTap
source/ui/launcher/SearchListView.cpp:57
MethodhandleLayerDeleted
----------------------------------------------------------------------------- Phase O3.5.7: Handle object affinities when a layer is deleted Option C:
source/core/Page.cpp:88
MethodhandleLongPress
source/ui/launcher/StarredListView.cpp:253
MethodhandleLongPress
source/ui/launcher/TimelineListView.cpp:239
MethodhandleLongPress
source/ui/launcher/KineticListView.cpp:177
MethodhandleLongPress
source/ui/launcher/SearchListView.cpp:111
MethodhandlePickedPdf
source/pdf/PdfRelinkDialog.cpp:326
MethodhandlePointerEvent
source/core/DocumentViewport.cpp:4401
MethodhandlePointerMove
source/core/DocumentViewport.cpp:4521
MethodhandlePointerMove_Highlighter
source/core/DocumentViewport.cpp:11024
MethodhandlePointerMove_Lasso
source/core/DocumentViewport.cpp:5445
MethodhandlePointerMove_ObjectSelect
source/core/DocumentViewport.cpp:5844
MethodhandlePointerMove_Pan
source/core/DocumentViewport.cpp:11127
MethodhandlePointerPress
source/core/DocumentViewport.cpp:4416
MethodhandlePointerPress_Highlighter
source/core/DocumentViewport.cpp:10885
MethodhandlePointerPress_Lasso
source/core/DocumentViewport.cpp:5400
MethodhandlePointerPress_ObjectSelect
source/core/DocumentViewport.cpp:5554
MethodhandlePointerPress_Pan
source/core/DocumentViewport.cpp:11119
MethodhandlePointerRelease
source/core/DocumentViewport.cpp:4664
MethodhandlePointerRelease_Highlighter
source/core/DocumentViewport.cpp:11084
MethodhandlePointerRelease_Lasso
source/core/DocumentViewport.cpp:5513
MethodhandlePointerRelease_ObjectSelect
source/core/DocumentViewport.cpp:5893
MethodhandlePointerRelease_Pan
source/core/DocumentViewport.cpp:11135
MethodhandleReturnEntered
* Handles an entered return key */
markdown/qmarkdowntextedit.cpp:1723
MethodhandleRightClick
source/ui/launcher/StarredListView.cpp:230
MethodhandleRightClick
source/ui/launcher/TimelineListView.cpp:225
MethodhandleRightClick
source/ui/launcher/KineticListView.cpp:171
MethodhandleRightClick
source/ui/launcher/SearchListView.cpp:95
MethodhandleTabEntered
* Handles entered tab or reverse tab keys */
markdown/qmarkdowntextedit.cpp:1884
MethodhandleTwoFingerGestureNative
source/core/TouchGestureHandler.cpp:922
MethodhangingCursorBlockRepaintRect
markdown/qmarkdowntextedit.cpp:1985
MethodhangingIndentEnabled
markdown/qmarkdowntextedit.cpp:196
MethodhasAction
source/core/ShortcutManager.cpp:309
MethodhasMarkdownUrlAtViewportPosition
markdown/qmarkdowntextedit.cpp:761
MethodhasNotificationPermission
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
MethodhasOpenDocuments
source/MainWindow.cpp:9032
MethodhasOutline
---------- Introspection ----------
source/ui/sidebars/NotesTreePanel.h:79
MethodhasOutlineTab
* @brief Check if the Outline tab is currently visible. * @return True if Outline tab is shown. */
source/ui/sidebars/LeftSidebarContainer.h:63
MethodhasPhysicalKeyboard
source/MainWindow.cpp:5108
MethodhasPositionHistory
source/core/DocumentViewport.cpp:1299
MethodhasSearchMatches
* @brief Check if there are search matches being displayed. */
source/core/DocumentViewport.h:942
MethodhasUnsavedTileChanges
* @brief Check if there are any unsaved tile changes. */
source/core/Document.h:650
MethodhelpMenu
source/macos/MacMenuBar.h:45
MethodhideActionBar
source/ui/actionbars/ActionBarContainer.cpp:103
MethodhideEvent
source/core/DocumentViewport.cpp:2906
MethodhideEvent
source/ui/DebugOverlay.cpp:71
FunctionhideFormattingSyntax
markdown/markdownhighlighter.h:236
MethodhidePdfSearchBar
source/MainWindow.cpp:5740
MethodhideScrollbars
source/MainWindow.cpp:5146
MethodhideSelectModeHeader
source/ui/launcher/StarredView.cpp:373
MethodhideTimelineSelectModeHeader
source/ui/launcher/Launcher.cpp:1521
MethodhighlightAdditionalRules
* Highlights the rules from the _highlightingRules list * * @param text */
markdown/markdownhighlighter.cpp:2209
MethodhighlightBlock
* Does the Markdown highlighting * * @param text */
markdown/markdownhighlighter.cpp:447
MethodhighlightCheckbox
markdown/markdownhighlighter.cpp:2092
MethodhighlightCodeBlock
* Highlight multi-line code blocks * * @param text */
markdown/markdownhighlighter.cpp:777
MethodhighlightCodeFence
markdown/markdownhighlighter.cpp:755
MethodhighlightCommentBlock
* Highlight multi-line comments * * @param text */
markdown/markdownhighlighter.cpp:2033
MethodhighlightCurrentLine
markdown/qmarkdowntextedit.cpp:194
MethodhighlightEmAndStrong
* @brief highlights Em/Strong in text editor */
markdown/markdownhighlighter.cpp:2962
MethodhighlightFrontmatterBlock
* Highlight multi-line frontmatter blocks * * @param text */
markdown/markdownhighlighter.cpp:2006
MethodhighlightHeadline
* Highlight headlines * * @param text */
markdown/markdownhighlighter.cpp:583
MethodhighlightIndentedCodeBlock
* @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
MethodhighlightInlineComment
* @brief highlight inline comments in markdown <!-- comment --> * @param text * @param pos * @return position after the comment */
markdown/markdownhighlighter.cpp:2768
MethodhighlightInlineRules
* @brief highlight inline rules aka Emphasis, bolds, inline code spans, * underlines, strikethrough, links, and images. */
markdown/markdownhighlighter.cpp:2284
MethodhighlightInlineSpans
@brief highlight inline code spans -> `code` and highlight strikethroughs * * ---- TESTS ---- `foo` -> <code>foo</code> `` foo ` bar `` -> <code>foo
markdown/markdownhighlighter.cpp:2698
MethodhighlightLinkOrImage
* @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
MethodhighlightLists
* @brief Highlight lists in markdown * @param text - current text block */
markdown/markdownhighlighter.cpp:2126
MethodhighlightMarkdown
markdown/markdownhighlighter.cpp:459
MethodhighlightNumericLiterals
* @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
MethodhighlightPage
source/ui/sidebars/OutlinePanel.cpp:142
MethodhighlightPage
source/ui/sidebars/NotesTreePanel.cpp:549
MethodhighlightStringLiterals
* @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
MethodhighlightSubHeadline
markdown/markdownhighlighter.cpp:693
MethodhighlightSyntax
* @brief Does the code syntax highlighting * @param text */
markdown/markdownhighlighter.cpp:831
MethodhighlightThematicBreak
* @brief Highlights thematic breaks i.e., horizontal ruler <hr/> * @param text */
markdown/markdownhighlighter.cpp:2066
Methodhighlighter
* @brief Returns the highlighter instance * @return */
markdown/qmarkdowntextedit.cpp:1419
MethodhighlighterColor
* @brief Get the current highlighter color. */
source/core/DocumentViewport.h:650
MethodhighlightingEnabled
* @brief Returns if highlighting is enabled * @return Returns true if highlighting is enabled, otherwise false */
markdown/qmarkdowntextedit.cpp:230
MethodhitTestSelectionHandles
source/core/DocumentViewport.cpp:9359
Functionhover
source/ui/ThemeColors.h:39
Methodicon
source/ui/launcher/LauncherNavButton.h:42
Methodicon
source/ui/widgets/ActionBarButton.cpp:21
MethodiconName
source/ui/launcher/LauncherNavButton.h:36
MethodimageRegions
* @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
Functionimg_collect_fill_image
source/pdf/MuPdfProvider.cpp:427
Functionimg_collect_fill_image_mask
source/pdf/MuPdfProvider.cpp:438
MethodimportPackage
source/sharing/NotebookImporter.cpp:18
MethodimportPageAsXObject
source/pdf/MuPdfExporter.cpp:2184
MethodincreaseSelectedTextIndention
* Increases (or decreases) the indention of the selected text * (if there is a text selected) in the noteTextEdit * @return */
markdown/qmarkdowntextedit.cpp:1202
MethodindexAtPosition
source/ui/launcher/KineticListView.cpp:185
MethodiniHighlighter
* @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
MethodinitCodeLangs
* @brief initializes the langStringToEnum */
markdown/markdownhighlighter.cpp:341
MethodinitContext
source/pdf/MuPdfExporter.cpp:961
MethodinitEngine
source/ocr/OcrWorker.cpp:280
MethodinitHighlightingRules
* Initializes the highlighting rules * * regexp tester: * https://regex101.com * * other examples: * /usr/share/kde4/apps/katepart/syntax/markdo
markdown/markdownhighlighter.cpp:134
MethodinitSearchFrame
* Uses another widget as parent for the search widget */
markdown/qmarkdowntextedit.cpp:1692
MethodinitTextFormats
* Initializes the text formats * * @param defaultFontSize */
markdown/markdownhighlighter.cpp:190
MethodinputMethodEvent
IME support for multi-language input
source/MainWindow.cpp:8354
MethodinputMethodQuery
source/MainWindow.cpp:8367
← previousnext →1,701–1,800 of 3,096, ranked by callers