MCPcopy Create free account

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

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

↓ 1 callersMethodaddPageToDocument
source/MainWindow.cpp:3881
↓ 1 callersMethodallCategories
source/core/ShortcutManager.cpp:660
↓ 1 callersMethodallKnownTileCoords
source/core/Document.cpp:1716
↓ 1 callersFunctionappendPolygonToBuffer
* @brief Append a polygon subpath to the content stream buffer. * * Writes PDF path operators: m (moveto), l (lineto), h (closepath). * Does NOT e
source/pdf/MuPdfExporter.cpp:1830
↓ 1 callersFunctionapplyAndroidFonts
* Apply proper fonts for Android with CJK (Chinese-Japanese-Korean) support. * * Qt on Android doesn't properly use Android's locale-aware font fal
source/Main.cpp:227
↓ 1 callersFunctionapplyAndroidPalette
* Apply appropriate palette based on Android system theme. * Uses Fusion style for consistent cross-platform theming. */
source/Main.cpp:129
↓ 1 callersMethodapplyBackgroundSettings
source/MainWindow.cpp:4777
↓ 1 callersFunctionapplyWindowsFonts
source/Main.cpp:303
↓ 1 callersFunctionapplyWindowsPalette
source/Main.cpp:315
↓ 1 callersMethodauthor
source/pdf/MuPdfProvider.cpp:150
↓ 1 callersMethodautoHighlightStyle
* @brief Get the current auto-highlight style. */
source/core/DocumentViewport.h:605
↓ 1 callersMethodautoSaveModifiedDocuments
source/core/DocumentManager.cpp:681
↓ 1 callersFunctionbalancePairs
markdown/markdownhighlighter.cpp:2873
↓ 1 callersMethodbeginDrag
source/ui/sidebars/PagePanelListView.cpp:44
↓ 1 callersFunctionblockingHttpGet
Blocking HTTP GET into memory that does NOT run the calling thread's event loop. The network I/O (QNetworkAccessManager + its own QEventLoop) runs on
source/ocr/engines/PaddleOcrEngine_linux.cpp:144
↓ 1 callersMethodboundingBox
* @brief Calculate bounding box of all strokes in this layer. * @return Bounding rectangle, or empty rect if layer is empty. */
source/layers/VectorLayer.h:156
↓ 1 callersMethodbringSelectedForward
source/core/DocumentViewport.cpp:8041
↓ 1 callersFunctionbuildBackgroundContentStream
* @brief Build PDF content stream for page background (color, grid, lines). * @param ctx MuPDF context * @param page SpeedyNote page with background
source/pdf/MuPdfExporter.cpp:1464
↓ 1 callersFunctionbuildCharTable
Build the PaddleOCR CTC label table from a model's "character" metadata. Returns {} when the metadata is absent. Layout: ["blank"] + dict + [" "].
source/ocr/engines/PaddleOcrEngine_linux.cpp:179
↓ 1 callersMethodcancelAndWaitForBackgroundThreads
source/core/DocumentViewport.cpp:3892
↓ 1 callersMethodcancelObjectSelectAction
source/core/DocumentViewport.cpp:6340
↓ 1 callersFunctioncatalogEntryFor
source/ocr/engines/PaddleOcrEngine_linux.cpp:117
↓ 1 callersFunctionchevron
source/ui/ThemeColors.h:97
↓ 1 callersFunctionchunkLargeSubgroup
Recursively chunks a sub-group until each chunk fits inside the recognize limits. If a chunk can't be split any further (one mega-stroke or gapless de
source/ocr/engines/MlKitOcrEngine.cpp:71
↓ 1 callersMethodclearCache
source/pdf/PdfSearchEngine.cpp:69
↓ 1 callersMethodclearDirtyBlocks
* Clears the dirty blocks vector */
markdown/markdownhighlighter.cpp:109
↓ 1 callersMethodclearLinkSlot
source/core/DocumentViewport.cpp:7747
↓ 1 callersMethodclearSlotStates
source/ui/subtoolbars/ObjectSelectSubToolbar.cpp:286
↓ 1 callersMethodclearToolOverride
source/MainWindow.cpp:5450
↓ 1 callersMethodclearUserShortcut
source/core/ShortcutManager.cpp:414
↓ 1 callersMethodcloneWithBackLinkEdgeless
source/objects/LinkObject.cpp:249
↓ 1 callersMethodcloseDocument
source/core/DocumentManager.cpp:284
↓ 1 callersFunctioncodeBlockBackgroundColor
markdown/markdownhighlighter.h:76
↓ 1 callersFunctioncollectEmDelims
markdown/markdownhighlighter.cpp:2858
↓ 1 callersFunctioncollectLines
source/ocr/engines/WindowsInkOcrEngine.cpp:461
↓ 1 callersFunctioncolorSpaceComponentCount
How many color operands a given color space requires for sc/SC/scn/SCN. Returns -1 if unknown (leave the color unchanged).
source/pdf/MuPdfExporter.cpp:63
↓ 1 callersFunctioncompareGray
source/ocr/OcrGoldenTests.h:106
↓ 1 callersMethodconfigFilePath
source/core/ShortcutManager.cpp:595
↓ 1 callersFunctionconnectLauncherSignals
source/Main.cpp:483
↓ 1 callersMethodcopyLassoSelection
source/core/DocumentViewport.cpp:10212
↓ 1 callersMethodcopySelectedObjects
source/core/DocumentViewport.cpp:7034
↓ 1 callersMethodcopyTextSelection
source/core/DocumentViewport.cpp:10333
↓ 1 callersMethodcopyUriToLocal
Copies a content:// URI to local storage. This MUST be called while the SAF permission is still valid. Implements deduplication: if a file with the s
android/app-resources/src/org/speedynote/app/PdfFileHelper.java:109
↓ 1 callersMethodcopyUriToLocal
Copies a content:// URI to local storage. This MUST be called while the SAF permission is still valid.
android/app-resources/src/org/speedynote/app/ImportHelper.java:174
↓ 1 callersFunctioncountCjkCharsForSelfHeal
Char count used by the CJK self-heal check. QString::size() is UTF-16 code units; adequate for the BMP-CJK characters handled by ML Kit Digital Ink. R
source/ocr/OcrWorker.cpp:113
↓ 1 callersMethodcreateDocument
source/core/DocumentManager.cpp:62
↓ 1 callersMethodcreateEdgelessDocument
source/core/DocumentManager.cpp:82
↓ 1 callersFunctioncreateLauncherForColdStart
Pre-create the Launcher used for the entire app lifetime. On macOS, also show() it immediately and run one event-loop tick so NSApp transitions to .re
source/Main.cpp:554
↓ 1 callersMethodcreateNotificationChannel
Create the notification channel (required for Android 8.0+). Call this once during app initialization. @param context Application or Activity context
android/app-resources/src/org/speedynote/app/NotificationHelper.java:49
↓ 1 callersMethodcreatePagesForPdf
source/core/Document.cpp:975
↓ 1 callersMethodcreateTab
source/ui/SplitViewManager.cpp:199
↓ 1 callersMethodcurrentMinStrokeWidth
source/ui/subtoolbars/PenSubToolbar.cpp:221
↓ 1 callersMethodcurrentModeIndex
source/ui/subtoolbars/EraserSubToolbar.cpp:146
↓ 1 callersMethodcurrentSize
source/ui/subtoolbars/EraserSubToolbar.cpp:159
↓ 1 callersMethodcutLassoSelection
source/core/DocumentViewport.cpp:10217
↓ 1 callersFunctiondarkPrimary
Dark mode grays - aligned with launcher_dark.qss
source/ui/ThemeColors.h:24
↓ 1 callersFunctiondarkSecondary
#1e1e1e - main background
source/ui/ThemeColors.h:25
↓ 1 callersFunctiondarkenColorForExport
source/core/DarkModeUtils.cpp:161
↓ 1 callersMethoddecreaseSelectedAffinity
source/core/DocumentViewport.cpp:8209
↓ 1 callersMethoddefaultShortcutForAction
source/core/ShortcutManager.cpp:348
↓ 1 callersMethoddeleteLassoSelection
source/core/DocumentViewport.cpp:10227
↓ 1 callersMethoddeletePageInDocument
source/MainWindow.cpp:3990
↓ 1 callersMethoddeleteSelectedObjects
source/core/DocumentViewport.cpp:6831
↓ 1 callersFunctionderiveExpectedBundleName
* @brief Derive expected bundle name from .snbx filename. * * Converts "MyNote.snbx" → "MyNote.snb" * If input doesn't end with .snbx, appends .sn
source/batch/BatchOperations.cpp:480
↓ 1 callersMethoddestinationDirectory
source/ui/dialogs/BatchImportDialog.cpp:396
↓ 1 callersFunctiondiscoverAvailableLanguages
source/ControlPanelDialog.cpp:107
↓ 1 callersFunctiondiscoverBundles
source/batch/BundleDiscovery.cpp:42
↓ 1 callersFunctiondiscoverPackages
source/batch/BundleDiscovery.cpp:109
↓ 1 callersMethoddismiss
source/ui/widgets/ExportProgressWidget.cpp:302
↓ 1 callersMethoddisplaySearchResults
source/ui/MarkdownNotesSidebar.cpp:437
↓ 1 callersMethoddoSearch
markdown/qmarkdowntextedit.cpp:2474
↓ 1 callersMethoddoSearchCount
* @brief Counts the search results */
markdown/qplaintexteditsearchwidget.cpp:404
↓ 1 callersMethoddocumentName
source/ui/dialogs/SaveDocumentDialog.cpp:161
↓ 1 callersMethoddocumentToPage
source/core/DocumentViewport.cpp:3172
↓ 1 callersMethoddownloadedLanguages
Subset of availableLanguages() whose recognizer data is already present locally (no download needed). Default: every available language is considered
source/ocr/OcrEngine.h:42
↓ 1 callersMethodduplicateEdgelessLayer
source/core/Document.cpp:3319
↓ 1 callersMethodduplicateLayer
source/core/Page.cpp:248
↓ 1 callersMethodedgelessActiveLayerIndex
* @brief Get the active layer index for edgeless mode. * @return 0-based layer index. */
source/core/Document.h:771
↓ 1 callersMethodedgelessDocument
* @brief Get the currently connected edgeless document. * @return Pointer to the document, or nullptr if none or in paged mode. */
source/ui/sidebars/LayerPanel.h:88
↓ 1 callersFunctionenableDebugConsole
source/Main.cpp:360
↓ 1 callersMethodengineId
source/ocr/OcrRasterTests.h:40
↓ 1 callersMethodenqueuePdfExport
source/batch/ExportQueueManager.cpp:49
↓ 1 callersMethodenqueueSnbxExport
source/batch/ExportQueueManager.cpp:77
↓ 1 callersMethodensureDocCache
source/objects/TextBoxObject.cpp:42
↓ 1 callersFunctionensureSnbExtension
* @brief Ensure a bundle path has .snb extension, renaming if necessary. * @param bundlePath Path to the bundle directory * @return New path if rena
source/batch/BatchOperations.cpp:498
↓ 1 callersMethodensureStrokeCacheValid
* @brief Ensure stroke cache is valid for the given size, zoom, and DPI. * @param size The target size in logical pixels (page size). * @par
source/layers/VectorLayer.h:512
↓ 1 callersFunctionexceedsRecognizeLimits
source/ocr/engines/MlKitOcrEngine.cpp:19
↓ 1 callersFunctionexpandPackagePaths
source/batch/BundleDiscovery.cpp:195
↓ 1 callersMethodfindNext
source/pdf/PdfSearchEngine.cpp:994
↓ 1 callersMethodfindPositionInRanges
markdown/markdownhighlighter.cpp:2902
↓ 1 callersMethodfindPrev
source/pdf/PdfSearchEngine.cpp:1041
↓ 1 callersMethodfinishTracking
source/ui/launcher/KineticScrollHelper.cpp:48
↓ 1 callersMethodfirstEmptySlotIndex
source/objects/LinkObject.cpp:225
↓ 1 callersMethodfocusSearchInput
source/ui/launcher/SearchView.cpp:351
↓ 1 callersFunctionfolderSeparator
source/ui/ThemeColors.h:99
↓ 1 callersFunctionfolderText
source/ui/ThemeColors.h:98
↓ 1 callersMethodgetBookmarks
source/core/Document.cpp:1277
↓ 1 callersMethodgetCapturedKeySequence
source/ui/dialogs/KeyCaptureDialog.h:17
↓ 1 callersMethodgetCustomAccentColor
source/MainWindow.h:143
↓ 1 callersMethodgetDefaultMappings
source/SDLControllerManager.cpp:169
← previousnext →601–700 of 3,096, ranked by callers