MCPcopy Create free account

hub / github.com/Universal-Team/Universal-Updater / functions

Functions1,085 in github.com/Universal-Team/Universal-Updater

↓ 1 callersFunctionrgba8ToPixel
put a pixel, given its RGBA color, into image of any color type*/
source/utils/lodepng.cpp:3167
↓ 1 callersFunctionrotate_capstone
Rotate the capstone with so that corner 0 is the leftmost with respect * to the given reference line. */
source/qr/identify.cpp:970
↓ 1 callersMethodsave
Write to config if changesMade. */
source/utils/config.cpp:194
↓ 1 callersMethodsavePrompt
source/utils/config.cpp:272
↓ 1 callersFunctionsave_file
write given buffer to the file, overwriting the file, it doesn't append to it.*/
source/utils/lodepng.cpp:6284
↓ 1 callersFunctionsax_parse
include/utils/json.hpp:23291
↓ 1 callersFunctionsetup_qr_perspective
Once the capstones are in place and an alignment point has been * chosen, we call this function to set up a grid-reading perspective * transform. *
source/qr/identify.cpp:949
↓ 1 callersFunctionskip_bom
! @brief skip the UTF-8 byte order mark @return true iff there is no BOM or the correct BOM has been skipped */
include/utils/json.hpp:7357
↓ 1 callersFunctionsplit
! @brief split the string input to reference tokens @note This function is only called by the json_pointer constructor. All excepti
include/utils/json.hpp:12276
↓ 1 callersMethodstop
Stops the sound. */
source/utils/sound.cpp:158
↓ 1 callersMethodsysLang
Detects system language and is used later to set app language to system language. */
source/utils/config.cpp:36
↓ 1 callersFunctiontest_capstone
source/qr/identify.cpp:504
↓ 1 callersFunctiontest_grouping
source/qr/identify.cpp:1145
↓ 1 callersFunctiontest_neighbours
source/qr/identify.cpp:1114
↓ 1 callersFunctionthreshold
source/qr/identify.cpp:304
↓ 1 callersFunctionto_cbor
include/utils/json.hpp:23558
↓ 1 callersFunctionto_json_tuple_impl
include/utils/json.hpp:4336
↓ 1 callersFunctionunescape
unescape "~1" to tilde and "~0" to slash (order is important!)
include/utils/json.hpp:12371
↓ 1 callersFunctionunfilterScanline
source/utils/lodepng.cpp:4101
↓ 1 callersMethodupdate
Update an UniStore, including SpriteSheet, if revision increased. const std::string &file: Const Reference to the fileName. */
source/store/store.cpp:65
↓ 1 callersFunctionupdate_adler32
source/utils/lodepng.cpp:2143
↓ 1 callersFunctionwrapUrlLines
source/overlays/showQrCode.cpp:40
↓ 1 callersFunctionwriteSignature
source/utils/lodepng.cpp:5090
MethodAddAllToQueue
Add all update-able entries to the queue. */
source/store/storeUtils.cpp:292
MethodAddToQueue
Adds an entry to the queue. nlohmann::json obj: The object. C2D_Image icn: The icon. */
source/utils/queueSystem.cpp:50
MethodAddToQueue
source/store/storeUtils.cpp:263
MethodArgumentParser
The constructor of the Argument Parser. const std::string &file: Const Reference to the file. const std::string &entry: Const Reference to the Entr
source/utils/argumentParser.cpp:39
MethodBoxUnselected
include/utils/theme.hpp:51
MethodClearQueue
Clears the queue. */
source/utils/queueSystem.cpp:74
MethodConfig
Constructor of the config. */
source/utils/config.cpp:108
MethodConvert
source/utils/screenshot.cpp:31
MethodConvertFromBuffer
source/utils/screenshot.cpp:62
MethodDeletePrevious
source/utils/cia.cpp:46
MethodDirEntry
include/utils/fileBrowse.hpp:36
MethodDisplayMarkBox
Draw the Marking part. int marks: The active mark flags. */
source/menu/markMenu.cpp:47
MethodDisplayMsg
Displays just a message until the next draw frame. const std::string &Text: The Message, which should be displayed. const std::string &Text: The St
source/gui/msg.cpp:49
MethodDisplayWarnMsg
Displays a warn message for 3 seconds. const std::string &Text: The Message, which should be displayed. */
source/gui/msg.cpp:79
MethodDoSearch
source/menu/searchMenu.cpp:104
MethodDownloadHandle
This is the Download List handle. Here you can.. - Scroll through the download list, if any available. - Execute an Entry of the download list. -
source/menu/downList.cpp:178
MethodDraw
MainScreen Main Draw. */
source/screens/mainScreen.cpp:111
MethodDrawBattery
source/gui/gfx.cpp:121
MethodDrawBottom
Draw the base bottom screen. */
source/gui/gfx.cpp:41
MethodDrawBox
Draw the box. float xPos: The X-Position where to draw the box. float yPos: The Y-Position where to draw the box. float width: The Width of the bu
source/gui/gfx.cpp:57
MethodDrawCheckbox
Draw the checkbox. float xPos: The X-Position where to draw the box. float yPos: The Y-Position where to draw the box. bool selected: if checked,
source/gui/gfx.cpp:96
MethodDrawDownList
Draw the Download entries part. const std::vector<std::string> &entries: Const Reference to the download list as a vector of strings. bool fetch: i
source/menu/downList.cpp:110
MethodDrawEntryInfo
Draw the Entry Info part. const std::shared_ptr<StoreEntry> &entry: Const Reference to the current StoreEntry. */
source/menu/entryInfo.cpp:46
MethodDrawGrid
Draw the Top Grid. */
source/menu/grid.cpp:65
MethodDrawIcon
Draws the sidebar icons blended with the SideBarIconColor. */
source/gui/gfx.cpp:199
MethodDrawIconRotated
Draws an icon rotated by a number in degrees and blended with a color. */
source/gui/gfx.cpp:209
MethodDrawList
Draw the top List. */
source/menu/list.cpp:40
MethodDrawProgressBar
Draw the progressbar. u64 currentProgress: The current progress. u64 totalProgress: The total progress. */
source/utils/animation.cpp:54
MethodDrawQueue
source/utils/animation.cpp:140
MethodDrawQueueMenu
source/menu/queueMenu.cpp:228
MethodDrawReleaseNotes
source/menu/releaseNotes.cpp:83
MethodDrawScreenshotMenu
Draw the Screenshot menu. const C2D_Image &img: The C2D_Image of the screenshot. const int sIndex: The Screenshot index. const bool sFetch: If fet
source/menu/screenshotMenu.cpp:46
MethodDrawSearchMenu
Draw the Search + Filter Menu. const std::vector<bool> &searchIncludes: Const Reference to the searchIncludes. const std::string &searchResult: Con
source/menu/searchMenu.cpp:129
MethodDrawSettings
Draw the Settings. int page: The page. int selection: The selection. */
source/menu/settings.cpp:727
MethodDrawSideMenu
Draw the Side Menu part. int currentMenu: The current store Mode / Menu. */
source/menu/sideMenu.cpp:47
MethodDrawSorting
Draw the Sort Menu. */
source/menu/sortMenu.cpp:82
MethodDrawSprite
Draw a Sprite of the sprites SpriteSheet. int img: The Image index. int x: The X-Position where to draw. int y: The Y-Position where to draw. flo
source/gui/gfx.cpp:85
MethodDrawTime
source/gui/gfx.cpp:111
MethodDrawToggle
Draw the toggle box. float xPos: The X-Position where to draw the toggle. float yPos: The Y-Position where to draw the toggle. bool toggled: If to
source/gui/gfx.cpp:107
MethodDrawTop
Draw the base top screen. */
source/gui/gfx.cpp:33
MethodDrawWifi
Draws the Wi-Fi signal icon */
source/gui/gfx.cpp:184
MethodEnter
source/utils/exclusiveMode.cpp:32
MethodEntryHandle
The EntryInfo handle. Here you can.. - Go to the download list, by pressing `A`. - Show the MarkMenu with START. bool &showMark: Reference to sh
source/menu/entryInfo.cpp:89
MethodExit
Exit Universal-Updater. */
source/init.cpp:218
MethodExit
source/utils/exclusiveMode.cpp:45
MethodFetchStringsFromVector
Fetch strings from a vector and return it as a single string. std::vector<std::string> fetch: The vector. */
source/utils/stringutils.cpp:54
MethodFindSplitPoint
source/menu/releaseNotes.cpp:37
MethodGetInstalled
include/store/storeEntry.hpp:74
MethodGetMarks
Return a vector of all marks. */
source/utils/stringutils.cpp:102
MethodGetMarks
include/store/storeEntry.hpp:51
MethodGetSheetIndex
include/store/storeEntry.hpp:57
MethodGetValid
include/utils/argumentParser.hpp:39
MethodGridLogic
Top Grid Logic Handle. Here you can.. - Scroll through the Grid with the D-Pad. const int &currentMode: Reference to the current Mode. int &last
source/menu/grid.cpp:136
MethodHandleBattery
source/gui/gfx.cpp:168
MethodHandleQueueEntryDone
source/utils/animation.cpp:163
MethodInitialize
Initialize Universal-Updater. */
source/init.cpp:119
MethodInstall
source/utils/cia.cpp:91
FunctionIsUpdateAvailable
Return, if an update is available. const std::string &URL: Const Reference to the URL of the UniStore. int revCurrent: The current Revision. (-1 if
source/utils/download.cpp:481
FunctionJSON_CATCH
include/utils/json.hpp:19802
MethodJSON_CATCH
include/utils/json.hpp:11893
FunctionJSON_INTERNAL_CATCH
include/utils/json.hpp:20361
MethodLaunch
source/utils/cia.cpp:30
MethodList
include/qr/qrcode.hpp:73
MethodListLogic
Top List Logic Handle. Here you can.. - Scroll through the Grid with the D-Pad Up / Down and skip 3 entries with Left / Right. int &currentMode:
source/menu/list.cpp:123
MethodLoadEntries
Reset everything of the store clear + reload the entries FROM JSON. */
source/store/storeUtils.cpp:240
MethodLoadFont
Load the custom font and use it instead of SysFont, if found. */
source/init.cpp:94
MethodLogic
MainScreen Logic. */
source/screens/mainScreen.cpp:183
MethodMainLoop
MainLoop of Universal-Updater. */
source/init.cpp:178
MethodMainScreen
MainScreen Constructor. Initialized meta, store and StoreEntry class and: - Downloads Universal-DB.. in case nothing exist. */
source/screens/mainScreen.cpp:48
MethodMarkHandle
Mark Menu handle. Here you can.. - Mark the selected app. - Return to EntryInfo with `B`. std::shared_ptr<StoreEntry> &entry: Reference to the c
source/menu/markMenu.cpp:85
MethodMeta
The Constructor of the Meta. Includes MetaData file creation, if non existent. */
source/store/meta.cpp:37
MethodParseColorHexString
Parse a color hex string (`#RRGGBB`) and return a C2D color. Return 0 if parsing failed. */
source/utils/stringutils.cpp:144
MethodQRCode
Initialize everything needed for the camera. */
source/qr/qrcode.cpp:77
MethodQueue
include/utils/queueSystem.hpp:72
MethodQueueAnimHandle
source/utils/animation.cpp:144
MethodQueueEntryDone
source/utils/animation.cpp:154
MethodQueueHandle
The whole handle. */
source/utils/queueSystem.cpp:109
← previousnext →601–700 of 1,085, ranked by callers