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
↓ 1 callers
Method
addPageToDocument
source/MainWindow.cpp:3881
↓ 1 callers
Method
allCategories
source/core/ShortcutManager.cpp:660
↓ 1 callers
Method
allKnownTileCoords
source/core/Document.cpp:1716
↓ 1 callers
Function
appendPolygonToBuffer
* @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 callers
Function
applyAndroidFonts
* 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 callers
Function
applyAndroidPalette
* Apply appropriate palette based on Android system theme. * Uses Fusion style for consistent cross-platform theming. */
source/Main.cpp:129
↓ 1 callers
Method
applyBackgroundSettings
source/MainWindow.cpp:4777
↓ 1 callers
Function
applyWindowsFonts
source/Main.cpp:303
↓ 1 callers
Function
applyWindowsPalette
source/Main.cpp:315
↓ 1 callers
Method
author
source/pdf/MuPdfProvider.cpp:150
↓ 1 callers
Method
autoHighlightStyle
* @brief Get the current auto-highlight style. */
source/core/DocumentViewport.h:605
↓ 1 callers
Method
autoSaveModifiedDocuments
source/core/DocumentManager.cpp:681
↓ 1 callers
Function
balancePairs
markdown/markdownhighlighter.cpp:2873
↓ 1 callers
Method
beginDrag
source/ui/sidebars/PagePanelListView.cpp:44
↓ 1 callers
Function
blockingHttpGet
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 callers
Method
boundingBox
* @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 callers
Method
bringSelectedForward
source/core/DocumentViewport.cpp:8041
↓ 1 callers
Function
buildBackgroundContentStream
* @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 callers
Function
buildCharTable
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 callers
Method
cancelAndWaitForBackgroundThreads
source/core/DocumentViewport.cpp:3892
↓ 1 callers
Method
cancelObjectSelectAction
source/core/DocumentViewport.cpp:6340
↓ 1 callers
Function
catalogEntryFor
source/ocr/engines/PaddleOcrEngine_linux.cpp:117
↓ 1 callers
Function
chevron
source/ui/ThemeColors.h:97
↓ 1 callers
Function
chunkLargeSubgroup
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 callers
Method
clearCache
source/pdf/PdfSearchEngine.cpp:69
↓ 1 callers
Method
clearDirtyBlocks
* Clears the dirty blocks vector */
markdown/markdownhighlighter.cpp:109
↓ 1 callers
Method
clearLinkSlot
source/core/DocumentViewport.cpp:7747
↓ 1 callers
Method
clearSlotStates
source/ui/subtoolbars/ObjectSelectSubToolbar.cpp:286
↓ 1 callers
Method
clearToolOverride
source/MainWindow.cpp:5450
↓ 1 callers
Method
clearUserShortcut
source/core/ShortcutManager.cpp:414
↓ 1 callers
Method
cloneWithBackLinkEdgeless
source/objects/LinkObject.cpp:249
↓ 1 callers
Method
closeDocument
source/core/DocumentManager.cpp:284
↓ 1 callers
Function
codeBlockBackgroundColor
markdown/markdownhighlighter.h:76
↓ 1 callers
Function
collectEmDelims
markdown/markdownhighlighter.cpp:2858
↓ 1 callers
Function
collectLines
source/ocr/engines/WindowsInkOcrEngine.cpp:461
↓ 1 callers
Function
colorSpaceComponentCount
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 callers
Function
compareGray
source/ocr/OcrGoldenTests.h:106
↓ 1 callers
Method
configFilePath
source/core/ShortcutManager.cpp:595
↓ 1 callers
Function
connectLauncherSignals
source/Main.cpp:483
↓ 1 callers
Method
copyLassoSelection
source/core/DocumentViewport.cpp:10212
↓ 1 callers
Method
copySelectedObjects
source/core/DocumentViewport.cpp:7034
↓ 1 callers
Method
copyTextSelection
source/core/DocumentViewport.cpp:10333
↓ 1 callers
Method
copyUriToLocal
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 callers
Method
copyUriToLocal
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 callers
Function
countCjkCharsForSelfHeal
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 callers
Method
createDocument
source/core/DocumentManager.cpp:62
↓ 1 callers
Method
createEdgelessDocument
source/core/DocumentManager.cpp:82
↓ 1 callers
Function
createLauncherForColdStart
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 callers
Method
createNotificationChannel
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 callers
Method
createPagesForPdf
source/core/Document.cpp:975
↓ 1 callers
Method
createTab
source/ui/SplitViewManager.cpp:199
↓ 1 callers
Method
currentMinStrokeWidth
source/ui/subtoolbars/PenSubToolbar.cpp:221
↓ 1 callers
Method
currentModeIndex
source/ui/subtoolbars/EraserSubToolbar.cpp:146
↓ 1 callers
Method
currentSize
source/ui/subtoolbars/EraserSubToolbar.cpp:159
↓ 1 callers
Method
cutLassoSelection
source/core/DocumentViewport.cpp:10217
↓ 1 callers
Function
darkPrimary
Dark mode grays - aligned with launcher_dark.qss
source/ui/ThemeColors.h:24
↓ 1 callers
Function
darkSecondary
#1e1e1e - main background
source/ui/ThemeColors.h:25
↓ 1 callers
Function
darkenColorForExport
source/core/DarkModeUtils.cpp:161
↓ 1 callers
Method
decreaseSelectedAffinity
source/core/DocumentViewport.cpp:8209
↓ 1 callers
Method
defaultShortcutForAction
source/core/ShortcutManager.cpp:348
↓ 1 callers
Method
deleteLassoSelection
source/core/DocumentViewport.cpp:10227
↓ 1 callers
Method
deletePageInDocument
source/MainWindow.cpp:3990
↓ 1 callers
Method
deleteSelectedObjects
source/core/DocumentViewport.cpp:6831
↓ 1 callers
Function
deriveExpectedBundleName
* @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 callers
Method
destinationDirectory
source/ui/dialogs/BatchImportDialog.cpp:396
↓ 1 callers
Function
discoverAvailableLanguages
source/ControlPanelDialog.cpp:107
↓ 1 callers
Function
discoverBundles
source/batch/BundleDiscovery.cpp:42
↓ 1 callers
Function
discoverPackages
source/batch/BundleDiscovery.cpp:109
↓ 1 callers
Method
dismiss
source/ui/widgets/ExportProgressWidget.cpp:302
↓ 1 callers
Method
displaySearchResults
source/ui/MarkdownNotesSidebar.cpp:437
↓ 1 callers
Method
doSearch
markdown/qmarkdowntextedit.cpp:2474
↓ 1 callers
Method
doSearchCount
* @brief Counts the search results */
markdown/qplaintexteditsearchwidget.cpp:404
↓ 1 callers
Method
documentName
source/ui/dialogs/SaveDocumentDialog.cpp:161
↓ 1 callers
Method
documentToPage
source/core/DocumentViewport.cpp:3172
↓ 1 callers
Method
downloadedLanguages
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 callers
Method
duplicateEdgelessLayer
source/core/Document.cpp:3319
↓ 1 callers
Method
duplicateLayer
source/core/Page.cpp:248
↓ 1 callers
Method
edgelessActiveLayerIndex
* @brief Get the active layer index for edgeless mode. * @return 0-based layer index. */
source/core/Document.h:771
↓ 1 callers
Method
edgelessDocument
* @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 callers
Function
enableDebugConsole
source/Main.cpp:360
↓ 1 callers
Method
engineId
source/ocr/OcrRasterTests.h:40
↓ 1 callers
Method
enqueuePdfExport
source/batch/ExportQueueManager.cpp:49
↓ 1 callers
Method
enqueueSnbxExport
source/batch/ExportQueueManager.cpp:77
↓ 1 callers
Method
ensureDocCache
source/objects/TextBoxObject.cpp:42
↓ 1 callers
Function
ensureSnbExtension
* @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 callers
Method
ensureStrokeCacheValid
* @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 callers
Function
exceedsRecognizeLimits
source/ocr/engines/MlKitOcrEngine.cpp:19
↓ 1 callers
Function
expandPackagePaths
source/batch/BundleDiscovery.cpp:195
↓ 1 callers
Method
findNext
source/pdf/PdfSearchEngine.cpp:994
↓ 1 callers
Method
findPositionInRanges
markdown/markdownhighlighter.cpp:2902
↓ 1 callers
Method
findPrev
source/pdf/PdfSearchEngine.cpp:1041
↓ 1 callers
Method
finishTracking
source/ui/launcher/KineticScrollHelper.cpp:48
↓ 1 callers
Method
firstEmptySlotIndex
source/objects/LinkObject.cpp:225
↓ 1 callers
Method
focusSearchInput
source/ui/launcher/SearchView.cpp:351
↓ 1 callers
Function
folderSeparator
source/ui/ThemeColors.h:99
↓ 1 callers
Function
folderText
source/ui/ThemeColors.h:98
↓ 1 callers
Method
getBookmarks
source/core/Document.cpp:1277
↓ 1 callers
Method
getCapturedKeySequence
source/ui/dialogs/KeyCaptureDialog.h:17
↓ 1 callers
Method
getCustomAccentColor
source/MainWindow.h:143
↓ 1 callers
Method
getDefaultMappings
source/SDLControllerManager.cpp:169
← previous
next →
601–700 of 3,096, ranked by callers