MCPcopy Create free account

hub / github.com/InkboxSoftware/all-screen-keyboard / functions

Functions680 in github.com/InkboxSoftware/all-screen-keyboard

Methodnumber_unsigned
keyboard/src/json.hpp:8923
Methodnumber_unsigned
keyboard/src/json.hpp:9231
FunctiononAlphaChange
(ev)
keyboard/profileDesigner/jscolor.js:2996
FunctiononAlphaInput
(ev)
keyboard/profileDesigner/jscolor.js:3033
FunctiononAlphaKeyDown
(ev)
keyboard/profileDesigner/jscolor.js:2968
FunctiononLoad
keyboard/src/plugins-dev/plugin.cpp:7
FunctiononPress
keyboard/src/plugins-dev/plugin.cpp:12
FunctiononValueChange
(ev)
keyboard/profileDesigner/jscolor.js:2978
FunctiononValueInput
(ev)
keyboard/profileDesigner/jscolor.js:3017
FunctiononValueKeyDown
(ev)
keyboard/profileDesigner/jscolor.js:2958
Functionoperator!=
keyboard/src/json.hpp:6295
Methodoperator!=
inequality operator (needed for range-based for)
keyboard/src/json.hpp:5588
Functionoperator"" _json
GCC 4.8 requires a space between "" and suffix
keyboard/src/json.hpp:25399
Functionoperator"" _json_pointer
GCC 4.8 requires a space between "" and suffix
keyboard/src/json.hpp:25421
Functionoperator""_json
keyboard/src/json.hpp:25407
Functionoperator""_json_pointer
keyboard/src/json.hpp:25428
Functionoperator()
keyboard/src/json.hpp:25450
Methodoperator()
keyboard/src/json.hpp:5393
Methodoperator()
keyboard/src/json.hpp:6166
Methodoperator()
! @brief compare two value_t enum values @since version 3.0.0 */
keyboard/src/json.hpp:25464
Methodoperator+
keyboard/src/json.hpp:13565
Methodoperator++
keyboard/src/json.hpp:5573
Methodoperator++
keyboard/src/json.hpp:13583
Methodoperator++
post-increment (it++)
keyboard/src/json.hpp:14476
Methodoperator-
keyboard/src/json.hpp:13572
Methodoperator-
subtract from iterator
keyboard/src/json.hpp:14512
Methodoperator--
keyboard/src/json.hpp:13596
Methodoperator--
post-decrement (it--)
keyboard/src/json.hpp:14488
Functionoperator->
! @brief dereference the iterator @pre The iterator is initialized; i.e. `m_object != nullptr`. */
keyboard/src/json.hpp:13974
Methodoperator->
keyboard/src/json.hpp:15655
Methodoperator<
keyboard/src/json.hpp:13560
Functionoperator<=
! @brief comparison: less than or equal @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-i
keyboard/src/json.hpp:14208
Functionoperator<=>
keyboard/src/json.hpp:15465
Methodoperator=
keyboard/src/json.hpp:283
Functionoperator==
keyboard/src/json.hpp:14119
Methodoperator==
equality operator (needed for InputIterator)
keyboard/src/json.hpp:5582
Functionoperator>
! @brief comparison: greater than @pre (1) Both iterators are initialized to point to the same object, or (2) both iterators are value-initial
keyboard/src/json.hpp:14217
Functionoperator>=
! @brief comparison: greater than or equal @pre (1) The iterator is initialized; i.e. `m_object != nullptr`, or (2) both iterators are value-i
keyboard/src/json.hpp:14226
Functionoperator[]
! @brief access to successor @pre The iterator is initialized; i.e. `m_object != nullptr`. */
keyboard/src/json.hpp:14343
Functionordered_map
Explicit constructors instead of `using Container::Container` otherwise older compilers choke on it (GCC <= 5.5, xcode <= 9.4)
keyboard/src/json.hpp:19868
Methodoutput_adapter
keyboard/src/json.hpp:15833
Methodoutput_adapter_protocol
keyboard/src/json.hpp:15743
Methodoutput_stream_adapter
keyboard/src/json.hpp:15784
Methodoutput_string_adapter
keyboard/src/json.hpp:15809
Methodoutput_vector_adapter
keyboard/src/json.hpp:15759
Functionparent_pointer
@brief returns the parent of this JSON pointer @sa https://json.nlohmann.me/api/json_pointer/parent_pointer/
keyboard/src/json.hpp:14741
MethodparseRGBAfromHex
keyboard/src/keyboard.cpp:672
Methodparse_bson_array
! @brief Reads an array from the BSON input and passes it to the SAX-parser. @return whether a valid BSON-array was passed to the SAX parser
keyboard/src/json.hpp:10236
Methodparse_bson_element_internal
! @brief Read a BSON document element of the given @a element_type. @param[in] element_type The BSON element type, c.f. http://bsonspec.org/sp
keyboard/src/json.hpp:10112
Methodparse_bson_element_list
! @brief Read a BSON element list (as specified in the BSON-spec) The same binary layout is used for objects and arrays, hence it must be
keyboard/src/json.hpp:10198
Methodparse_bson_internal
! @brief Reads in a BSON-object and passes it to the SAX-parser. @return whether a valid BSON-value was passed to the SAX parser */
keyboard/src/json.hpp:10008
Methodparse_cbor_internal
! @param[in] get_char whether a new character should be retrieved from the input (true) or whether the last read charact
keyboard/src/json.hpp:10266
Methodparse_error
keyboard/src/json.hpp:9038
Methodparse_error
keyboard/src/json.hpp:9433
Methodparse_error
keyboard/src/json.hpp:9691
Methodparse_msgpack_internal
! @return whether a valid MessagePack value was passed to the SAX parser */
keyboard/src/json.hpp:11042
Methodparse_ubjson_internal
! @param[in] get_char whether a new character should be retrieved from the input (true, default) or whether the last rea
keyboard/src/json.hpp:11676
Methodparser
a parser reading from an input adapter
keyboard/src/json.hpp:13004
Functionpatch
@brief applies a JSON patch to a copy of the current object @sa https://json.nlohmann.me/api/basic_json/patch/
keyboard/src/json.hpp:25198
Functionpatch_inplace
@brief applies a JSON patch in-place without copying the object @sa https://json.nlohmann.me/api/basic_json/patch/
keyboard/src/json.hpp:24927
MethodplayVideo
keyboard/src/graphics.cpp:937
MethodplayVideo
keyboard/src/shaders/graphics.cpp:814
Methodposition_string
keyboard/src/json.hpp:4715
MethodpreextractProfiles
keyboard/src/keyboard.cpp:770
Functionrbegin
@brief returns an iterator to the reverse-beginning @sa https://json.nlohmann.me/api/basic_json/rbegin/
keyboard/src/json.hpp:22967
MethodreadHallEffectSensor
keyboard/src/readHallEffect.cpp:29
MethodrectKey
keyboard/src/keyboard.cpp:619
Functionreinterpret_bits
keyboard/src/json.hpp:17773
Functionrend
@brief returns an iterator to the reverse-end @sa https://json.nlohmann.me/api/basic_json/rend/
keyboard/src/json.hpp:22981
MethodrequestClear
keyboard/src/shaders/graphics.cpp:1014
MethodrequestCustomShader
keyboard/src/shaders/graphics.cpp:1019
MethodrequestDrawCircle
keyboard/src/shaders/graphics.cpp:1050
MethodrequestDrawImage
keyboard/src/shaders/graphics.cpp:1081
MethodrequestDrawRect
keyboard/src/shaders/graphics.cpp:1028
MethodrequestDrawText
keyboard/src/shaders/graphics.cpp:1065
MethodrequestSetbackgroundImage
keyboard/src/shaders/graphics.cpp:1043
MethodrunHallEffectSensors
hall effect sensors -------------------------------------------------------------------
keyboard/src/keyboard.cpp:802
MethodrunWindow
keyboard/src/shaders/graphics.cpp:237
Methodsax_parse_internal
keyboard/src/json.hpp:13115
Functionscan
keyboard/src/json.hpp:8602
Methodscan_comment
! * @brief scan a comment * @return whether comment could be scanned successfully */
keyboard/src/json.hpp:7929
Methodscan_number
! @brief scan a number literal This function scans a string according to Sect. 6 of RFC 8259. The function is realized with a determinis
keyboard/src/json.hpp:8054
Methodscan_string
! @brief scan a string literal This function scans a string according to Sect. 7 of RFC 8259. While scanning, bytes are escaped and copie
keyboard/src/json.hpp:7339
MethodselectChipNumber
keyboard/src/readHallEffect.cpp:60
Methodserializer
! @param[in] s output stream to serialize to @param[in] ichar indentation character to use @param[in] error_handler_ how to react on de
keyboard/src/json.hpp:18893
MethodsetFont
keyboard/src/shaders/graphics.cpp:732
MethodsetGraphicsLock
clearing graphics:
keyboard/src/shaders/graphics.cpp:1095
MethodsetHeldType
keyboard/src/shaders/graphics.cpp:613
MethodsetKeyboardBGImg
keyboard/src/keyboard.cpp:746
MethodsetKeyboardBackgroundColor
keyboard/src/keyboard.cpp:652
FunctionsetModKey
(index)
keyboard/profileDesigner/program.js:1302
MethodsetOutput
keyboard/src/key.h:93
Functionset_end
keyboard/src/json.hpp:13697
Functionset_subtype
@brief sets the binary subtype @sa https://json.nlohmann.me/api/byte_container_with_subtype/set_subtype/
keyboard/src/json.hpp:6302
MethodsetbackgroundImage
keyboard/src/shaders/graphics.cpp:651
MethodsetbackrgoundColor
keyboard/src/shaders/graphics.cpp:747
MethodsetupUnicodeOutput
keyboard/src/key.h:103
FunctionshowTab
(index)
keyboard/profileDesigner/program.js:1334
Methodspan_input_adapter
keyboard/src/json.hpp:7039
Functionstart
()
keyboard/profileDesigner/program.js:123
← previousnext →501–600 of 680, ranked by callers