MCPcopy Create free account

hub / github.com/artemsen/swayimg / functions

Functions1,615 in github.com/artemsen/swayimg

↓ 2 callersFunctionmodifiers_from_string
* Extract modifier flags from tokens and remove them from the vector. * @param tokens vector of string tokens to process * @return combined modifier
src/input.cpp:65
↓ 2 callersFunctionmodifiers_to_string
* Convert modifier flags to string representation. * @param mods combined modifier flags * @return text representation */
src/input.cpp:46
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/external/json/json.hpp:13924
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
src/external/json/json.hpp:13975
↓ 2 callersMethodpop
============================================================================================= * @brief Pop the top of Lua stack and assign the ref to
src/external/luabridge/detail/LuaRef.h:1160
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
src/external/json/json.hpp:14663
↓ 2 callersFunctionpush_property_setter
src/external/luabridge/detail/CFunctions.h:1590
↓ 2 callersFunctionputIndent
src/external/luabridge/Dump.h:17
↓ 2 callersMethodrawequal
src/external/luabridge/detail/LuaRef.h:558
↓ 2 callersMethodrealloc
src/ui_wayland.cpp:697
↓ 2 callersMethodrectangle
src/pixmap.cpp:233
↓ 2 callersMethodreload
src/viewer.cpp:73
↓ 2 callersMethodrequest
* Sway IPC message exchange. * @param type message type * @param payload payload data * @return response as JSON object */
src/compositor.cpp:244
↓ 2 callersMethodreset
src/viewer.cpp:188
↓ 2 callersMethodset_ctype
* Set surface content type. * @param ctype content type to set */
src/ui.hpp:53
↓ 2 callersMethodset_current
src/viewer.cpp:395
↓ 2 callersMethodset_cursor
* Set mouse pointer shape. * @param shape cursor shape to set */
src/ui.hpp:47
↓ 2 callersMethodset_scheme
src/text.cpp:50
↓ 2 callersMethodset_size
src/text.cpp:76
↓ 2 callersMethodset_title
* Set window title. * @param title title to set */
src/ui.hpp:41
↓ 2 callersMethodset_window_background
src/viewer.cpp:304
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
src/external/json/json.hpp:22986
↓ 2 callersFunctionskip_whitespace
src/external/json/json.hpp:8531
↓ 2 callersFunctionsplit
* Split a string into tokens using delimiter characters. * @param text input string to split * @return vector of tokens */
src/input.cpp:90
↓ 2 callersMethodstate
============================================================================================= * @brief Retrieve the lua_State associated with the refe
src/external/luabridge/detail/LuaRef.h:195
↓ 2 callersMethodstop_repeat
src/xkb.cpp:70
↓ 2 callersMethodswap
src/external/luabridge/detail/LuaRef.h:1272
↓ 2 callersMethodtoUnderlying
src/external/luabridge/detail/FlagSet.h:67
↓ 2 callersFunctionto_numberx
src/external/luabridge/detail/LuaHelpers.h:128
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
src/external/json/json.hpp:15807
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
src/external/json/json.hpp:15836
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
src/external/json/json.hpp:16160
↓ 1 callersMethodadd
src/imagelist.cpp:153
↓ 1 callersMethodadd
src/imageformat.cpp:342
↓ 1 callersFunctionappend_exponent
src/external/json/json.hpp:18548
↓ 1 callersFunctionapply_hor
* Blur pixmap horizontally. * @param pm target pixmap * @param radius blur radius */
src/render.cpp:524
↓ 1 callersFunctionapply_ver
* Blur pixmap vertically. * @param pm target pixmap * @param radius blur radius */
src/render.cpp:564
↓ 1 callersMethodbind_reset
src/appmode.cpp:114
↓ 1 callersMethodclose
Buffer close: see TIFFCloseProc for details. */
src/formats/tiff.cpp:113
↓ 1 callersMethodcommit_surface
src/ui_drm.cpp:175
↓ 1 callersFunctionconcat_into
src/external/json/json.hpp:4392
↓ 1 callersFunctionconcat_length
src/external/json/json.hpp:4361
↓ 1 callersMethodconsume
* Read data from the stream. * @param bytes number of bytes to consume * @return pointer to the data or nullptr on End of stream
src/formats/dicom.cpp:98
↓ 1 callersFunctionconvert
Convert MD to MAN.
extra/md2man.py:37
↓ 1 callersMethodcopy
Create copy of function instance with different class name.
extra/lua2md.py:188
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
src/external/json/json.hpp:22887
↓ 1 callersMethodcreate
src/pixmap.cpp:13
↓ 1 callersFunctioncrend
@brief returns a const reverse iterator to one before the first @sa https://json.nlohmann.me/api/basic_json/crend/
src/external/json/json.hpp:22894
↓ 1 callersMethoddecode
src/formats/raw.cpp:33
↓ 1 callersFunctiondecode_safe
* Decode safe URI string to normal. * @param text safe URI text * @return decoded unsafe value */
src/urilist.cpp:21
↓ 1 callersMethoddestroy
src/ui_wayland.cpp:778
↓ 1 callersMethoddraw
src/formats/svg.cpp:235
↓ 1 callersMethoddraw_complete
src/ui_wayland.cpp:772
↓ 1 callersFunctiondumpTable
================================================================================================= * @brief Dump a lua table on the stack. */
src/external/luabridge/Dump.h:91
↓ 1 callersFunctiondump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
src/external/json/json.hpp:19520
↓ 1 callersMethodenable_hover
src/gallery.cpp:170
↓ 1 callersMethodenable_preload
src/gallery.cpp:183
↓ 1 callersMethodenable_pstore
src/gallery.cpp:191
↓ 1 callersMethodencode
* Encode pixel map. * @param pm pixmap to encode * @param meta meta data * @return encoded image data, empty array on errors */
src/imageformat.hpp:60
↓ 1 callersFunctionencode_safe
* Encode string to safe URI format. * @param text source unsafe text * @return safe URI text */
src/urilist.cpp:51
↓ 1 callersFunctionerase
src/external/json/json.hpp:19879
↓ 1 callersMethodexecute
src/luaengine.cpp:292
↓ 1 callersMethodexport_frame
src/viewer.cpp:105
↓ 1 callersMethodfill_blend
src/pixmap.cpp:186
↓ 1 callersMethodfill_inverse
src/render.cpp:812
↓ 1 callersMethodfind_focused
* Get currently focused window node. * @param node parent JSON node * @return pointer to focused window node */
src/compositor.cpp:281
↓ 1 callersFunctionfind_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
src/external/json/json.hpp:18112
↓ 1 callersMethodfix_orientation
src/imageformat.cpp:243
↓ 1 callersFunctionfnv1a
src/external/luabridge/detail/ClassInfo.h:28
↓ 1 callersFunctionformat_buffer
src/external/json/json.hpp:18600
↓ 1 callersFunctionformat_line
Convert single line.
extra/md2man.py:12
↓ 1 callersMethodget
src/imageformat.cpp:351
↓ 1 callersMethodgetPointer
* @brief Get an untyped pointer to the contained class. */
src/external/luabridge/detail/Userdata.h:261
↓ 1 callersFunctionget_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
src/external/json/json.hpp:17948
↓ 1 callersMethodget_class_name
Get class name.
extra/lua2md.py:184
↓ 1 callersFunctionget_config_file
* Get path to config file (init.lua). * @return path to initial config file */
src/luaengine.cpp:176
↓ 1 callersMethodget_elements
src/external/json/json.hpp:6586
↓ 1 callersMethodget_focus
src/compositor.cpp:524
↓ 1 callersFunctionget_impl_ptr
src/external/json/json.hpp:21457
↓ 1 callersMethodget_keysym
src/xkb.cpp:125
↓ 1 callersMethodget_mode
src/ui_drm.cpp:266
↓ 1 callersFunctionget_ptr
src/external/json/json.hpp:21597
↓ 1 callersMethodget_repeat
src/xkb.cpp:77
↓ 1 callersMethodget_rows
* Get number of rows in layout scheme. * @return number of rows */
src/layout.hpp:73
↓ 1 callersFunctionget_to
src/external/json/json.hpp:21863
↓ 1 callersMethodget_value
src/external/json/json.hpp:13434
↓ 1 callersFunctionget_weight
Get the weight for a given input/output pair
src/render.cpp:148
↓ 1 callersFunctiongrisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
src/external/json/json.hpp:18207
↓ 1 callersMethodhandle_keyboard
src/appmode.cpp:20
↓ 1 callersMethodhandle_mclick
src/appmode.cpp:30
↓ 1 callersMethodhandle_mmove
src/viewer.cpp:496
↓ 1 callersMethodhandle_pinch
src/viewer.cpp:504
↓ 1 callersMethodhandle_signal
src/appmode.cpp:40
↓ 1 callersFunctionhash
src/external/json/json.hpp:6325
↓ 1 callersMethodhash
============================================================================================= * @brief Get the unique hash of a LuaRef. */
src/external/luabridge/detail/LuaRef.h:1235
↓ 1 callersMethodis_active
src/appmode.cpp:62
↓ 1 callersFunctionis_metamethod
src/external/luabridge/detail/CFunctions.h:119
↓ 1 callersFunctionis_negative_number
src/external/json/json.hpp:19409
↓ 1 callersFunctionis_number
@brief return whether value is a number @sa https://json.nlohmann.me/api/basic_json/is_number/
src/external/json/json.hpp:21370
↓ 1 callersFunctionis_number_integer
@brief return whether value is an integer number @sa https://json.nlohmann.me/api/basic_json/is_number_integer/
src/external/json/json.hpp:21377
← previousnext →301–400 of 1,615, ranked by callers