MCPcopy Create free account

hub / github.com/BlueAndi/Pixelix / functions

Functions2,917 in github.com/BlueAndi/Pixelix

↓ 2 callersMethodsetWeatherInfo
* Set weather information, which shall be shown. * Use the bitfield WeatherInfo to combine the information by OR. * * @param[in] weathe
lib/Views/src/layout/OpenWeatherView32x8.h:191
↓ 2 callersMethodsetWeatherInfoCurrent
lib/Views/src/layout/OpenWeatherView32x8.cpp:184
↓ 2 callersMethodsetWeatherInfoForecast
lib/Views/src/layout/OpenWeatherView64x64.cpp:327
↓ 2 callersMethodstart
lib/MqttService/src/MqttService.cpp:74
↓ 2 callersMethodstart
lib/WifiStatusPlugin/src/WifiStatusPlugin.cpp:64
↓ 2 callersMethodstop
lib/SignalDetectorPlugin/src/SignalDetectorPlugin.cpp:228
↓ 2 callersMethodstop
lib/OpenWeatherPlugin/src/OpenWeatherPlugin.cpp:216
↓ 2 callersMethodstop
lib/AudioService/src/AudioDrv.cpp:143
↓ 2 callersMethodtoFloat
* Convert string to float. * * @return Float value of string. */
lib/ArduinoNative/src/WString.h:421
↓ 2 callersMethodtoJson
lib/TimerService/src/TimerSetting.cpp:72
↓ 2 callersMethodtoJson
lib/MqttService/src/MqttSetting.cpp:234
↓ 2 callersMethoduninstall
src/Plugin/PluginMgr.cpp:110
↓ 2 callersMethodunregisterObserver
* Unregister an audio observer. * * @param[in] observer The audio observer which to unregister. */
lib/AudioService/src/AudioDrv.h:161
↓ 2 callersMethodunregisterSetting
lib/SettingsService/src/SettingsService.cpp:605
↓ 2 callersMethodunregisterTopics
lib/TopicHandlerService/src/TopicHandlerService.cpp:221
↓ 2 callersMethodunsubscribe
lib/MqttService/src/MqttService.cpp:249
↓ 2 callersMethodwrite
lib/ArduinoNative/src/Print.cpp:64
↓ 1 callersFunction_clean_up_folders
Remove folders in destination path, which are not present in the source path. Args: plugin_list (list): List with all plugin names
scripts/configure_plugins.py:108
↓ 1 callersFunction_clean_up_folders
Remove folders in destination path, which are not present in the source path. Args: service_list (list): List with all service names
scripts/configure_services.py:108
↓ 1 callersFunction_copy_files
Copy plugin web related files from /lib/<plugin-name> to /data/plugins/<plugin-name>. If no destination folder exists, it will be created.
scripts/configure_plugins.py:142
↓ 1 callersFunction_copy_files
Copy service web related files from /lib/<service-name> to /data/services/<service-name>. If no destination folder exists, it will be created
scripts/configure_services.py:142
↓ 1 callersFunction_generate_cpp_plugin_list
Generate the PluginList.cpp source file. Args: plugin_list_full_path (str): Full path to PluginList.cpp where it shall be created.
scripts/configure_plugins.py:186
↓ 1 callersFunction_generate_cpp_service
Generate the Service.cpp source file. Args: service_list_full_path (str): Full path to where the source code shall be created.
scripts/configure_services.py:186
↓ 1 callersFunction_generate_cpp_topic_handler
Generate the Service.cpp source file. Args: topic_handler_list_full_path (str): Full path to where the source code shall be created.
scripts/configure_topic_handlers.py:47
↓ 1 callersFunction_generate_web_menu
Generate the menu.json file. Args: menu_full_path (str): Full path to menu.json where it shall be created. plugin_list (list)
scripts/configure_plugins.py:161
↓ 1 callersFunction_generate_web_menu
Generate the menu.json file. Args: menu_full_path (str): Full path to menu.json where it shall be created. service_list (list
scripts/configure_services.py:161
↓ 1 callersMethod_get_config_section
Find the config:<type> section in the configuration. Args: config (obj): Configuration Returns: str: S
scripts/config_model.py:45
↓ 1 callersFunction_load_json_file
Load JSON file. Args: full_path (str): Full path to JSON file. Returns: dict|None: Data dictionary or None
scripts/configure_plugins.py:88
↓ 1 callersFunction_load_json_file
Load JSON file. Args: full_path (str): Full path to JSON file. Returns: dict|None: Data dictionary or None
scripts/configure_services.py:88
↓ 1 callersMethodactivateNextSlot
src/DisplayMgr/DisplayMgr.cpp:588
↓ 1 callersMethodactivatePreviousSlot
src/DisplayMgr/DisplayMgr.cpp:599
↓ 1 callersMethodactive
lib/DDPPlugin/src/DDPPlugin.cpp:101
↓ 1 callersMethodaddHeader
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:389
↓ 1 callersMethodaddStatusLine
lib/AsyncHttpClient/src/HttpResponse.cpp:105
↓ 1 callersMethodallocate
* Allocates memory for a single object and constructs it. * No exception is thrown on error, nullptr is returned instead. * * @return P
lib/Allocator/src/TypedAllocator.hpp:97
↓ 1 callersFunctionany_local_change
Checks whether there is any local change in the sources, which are under revision control. Returns: bool: If any local change is
scripts/get_git_rev.py:91
↓ 1 callersFunctionany_unpushed_commit
Checks whether there is any commit, which is not pushed to the remote repository. Args: upstream (str): Upstream repository path
scripts/get_git_rev.py:111
↓ 1 callersMethodapplyBrightness
* Apply brightness to display. This method should be called * in the display update context to avoid race conditions. * * @param[in] di
src/DisplayMgr/BrightnessCtrl.h:240
↓ 1 callersMethodareFreqBinsReady
* Are the frequency bins updated and ready? * * @return If the frequency bins are ready, it will return true otherwise false. */
lib/AudioService/src/SpectrumAnalyzer.h:125
↓ 1 callersMethodbegin
lib/DDPPlugin/src/DDPServer.cpp:185
↓ 1 callersMethodbodyHandler
lib/RestApiTopicHandler/src/RestApiTopicHandler.cpp:421
↓ 1 callersMethodbuttonTaskMainLoop
src/Hal/ButtonDrv.cpp:307
↓ 1 callersMethodcleanUp
lib/SettingsService/src/SettingsService.cpp:526
↓ 1 callersMethodclose
* Close the GIF loader and release any memory. */
lib/YAWidgets/src/GifFileToMemLoader.h:178
↓ 1 callersFunctionconfigure_plugins
Handle all plugin related artifacts. Args: plugin_list (list): List of plugin names layout (str): The display layout.
scripts/configure_plugins.py:216
↓ 1 callersFunctionconfigure_services
Generate all service related artifacts. Args: service_list (list): List of service names layout (str): The display layout.
scripts/configure_services.py:242
↓ 1 callersFunctionconfigure_topic_handlers
Generate all topic handler related artifacts. Args: topic_handler_list (list): List of topic handler names
scripts/configure_topic_handlers.py:85
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/SignalDetectorPlugin/src/SignalDetectorPlugin.h:109
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/OpenWeatherPlugin/src/OpenWeatherPlugin.h:135
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/MatrixPlugin/src/MatrixPlugin.h:93
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/TempHumidPlugin/src/TempHumidPlugin.h:120
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/FirePlugin/src/FirePlugin.h:112
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/VolumioPlugin/src/VolumioPlugin.h:113
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/SoundReactivePlugin/src/SoundReactivePlugin.h:120
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/CountdownPlugin/src/CountdownPlugin.h:218
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/SensorPlugin/src/SensorPlugin.h:105
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/RainbowPlugin/src/RainbowPlugin.h:92
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/TestPlugin/src/TestPlugin.h:98
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/OpenMeteoPlugin/src/OpenMeteoPlugin.h:110
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/DateTimePlugin/src/DateTimePlugin.h:111
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime). * @param
lib/MultiIconPlugin/src/MultiIconPlugin.h:102
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/SunrisePlugin/src/SunrisePlugin.h:115
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/IconTextLampPlugin/src/IconTextLampPlugin.h:108
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/GruenbeckPlugin/src/GruenbeckPlugin.h:107
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/IconTextPlugin/src/IconTextPlugin.h:105
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/BatteryPlugin/src/BatteryPlugin.h:112
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/GrabViaRestPlugin/src/GrabViaRestPlugin.h:113
↓ 1 callersMethodcreate
* Plugin creation method, used to register on the plugin manager. * * @param[in] name Plugin name (must exist over lifetime) * @param[
lib/GrabViaMqttPlugin/src/GrabViaMqttPlugin.h:108
↓ 1 callersFunctioncreate_layer
Create layer to the destination image and generate the preview from the source image at the given position. Args: dst_image (
doc/images/icons/gimp_plugin/gimp_create_preview.py:72
↓ 1 callersMethoddeallocate
* Deallocates the object and destructs it. * No exception is thrown on error. * Never use it for pointers to arrays! * * @param[in
lib/Allocator/src/TypedAllocator.hpp:121
↓ 1 callersMethoddisable
src/DisplayMgr/Slot.cpp:164
↓ 1 callersFunctiondisableHomeAssistantAutomaticDiscovery
* Disable HomeAssistant MQTT automatic discovery to avoid that the welcome plugin will be discovered in case of a filesystem update. * * @return The
src/Web/RestApi.cpp:1961
↓ 1 callersMethoddisconnect
lib/MqttService/src/MqttBrokerConnection.cpp:169
↓ 1 callersMethodenableTransparency
* Enable transparency with the given transparent color. * * @param[in] transparentColor Color which shall be treated as transparent. */
lib/YAWidgets/src/CanvasWidget.h:304
↓ 1 callersMethodenter
* Enter the critical section. */
lib/Os/src/CriticalSection.hpp:84
↓ 1 callersMethodentry
src/SystemState/APState.cpp:96
↓ 1 callersMethodexecute
src/Web/WsCommand/WsCmdLog.cpp:65
↓ 1 callersMethodexecuteAction
* Execute action by button action id. * * @param[in] id Button action id */
src/Topics/Topics.cpp:95
↓ 1 callersMethodextendPayload
lib/AsyncHttpClient/src/HttpResponse.cpp:168
↓ 1 callersMethodfadeIn
lib/FadeEffects/src/FadeMoveX.cpp:67
↓ 1 callersMethodfadeOut
lib/FadeEffects/src/FadeMoveX.cpp:76
↓ 1 callersMethodfillCircle
* Fill a circle with a specific color. * https://en.wikipedia.org/wiki/Midpoint_circle_algorithm * * @param[in] mx x-coordinate
lib/BaseGfx/src/BaseGfx.hpp:464
↓ 1 callersMethodfromRgb565
* Set new color information by RGB565 value. * The intensity won't change. * * @param[in] value Color value (RGB) in 16 bit format
lib/YAGfx/src/Rgb888.h:372
↓ 1 callersMethodgetBrightness
* Get brightness level. * * @return Brightness level ([0; 255], otherwise disabled). */
lib/TimerService/src/TimerSetting.h:149
↓ 1 callersMethodgetClientCert
* Get client certificate for TLS connection. * If no certificate is set, it returns nullptr. * * @return Client certificate. */
lib/MqttService/src/MqttSetting.h:200
↓ 1 callersMethodgetClientKey
* Get client key for TLS connection. * If no key is set, it returns nullptr. * * @return Client key. */
lib/MqttService/src/MqttSetting.h:211
↓ 1 callersFunctiongetContentType
* Get content type of file. * * @param[in] filename Name of file * * @return The file specific content type. */
src/Web/RestApi.cpp:1544
↓ 1 callersMethodgetCurrentTimeZoneOffset
src/Service/ClockDrv.cpp:340
↓ 1 callersMethodgetDisplayState
* Get display state. * * @return Display state. */
lib/TimerService/src/TimerSetting.h:139
↓ 1 callersFunctiongetDisposalMethodAsString
* Get user friendly description of the disposal method. * * @param[in] disposalMethod The disposal method. * * @return Description as string *
lib/YAWidgets/src/GifImgPlayer.cpp:1492
↓ 1 callersMethodgetEmptyUnlockedSlot
src/DisplayMgr/SlotList.cpp:194
↓ 1 callersMethodgetErrorIndex
* Get the error index, which indicates where the parser detected the error. * Its only valid if the parse() method failed. * * @return
lib/YAWidgets/src/TWTokenizer.h:102
↓ 1 callersMethodgetFBCopy
src/DisplayMgr/DisplayMgr.cpp:741
↓ 1 callersMethodgetFileIdByName
lib/FileMgrService/src/FileMgrService.cpp:193
↓ 1 callersFunctiongetFiles
* Get the files in the directory (optional: recursively) and fill the JSON array flat. * It will start to collect the files/directories after "preCou
src/Web/RestApi.cpp:1362
↓ 1 callersMethodgetFilter
lib/OpenWeatherPlugin/src/OpenWeatherCurrent.cpp:74
↓ 1 callersMethodgetFreqBins
lib/AudioService/src/SpectrumAnalyzer.cpp:192
↓ 1 callersMethodgetGlyph
* Get a glyph object from the font for the choosen character. * * @param[in] singleChar Character for what the glyph is requested. *
lib/BaseGfx/src/BaseFont.hpp:168
↓ 1 callersMethodgetHeight
* Get height in pixel. * * @return Canvas height in pixel */
lib/HalLedMatrix/src/Display.h:153
↓ 1 callersFunctiongetHomeAssistantAutomaticDiscoveryStatus
* Get the status of the Home Assistant MQTT automatic discovery. * * @return The status of the Home Assistant MQTT automatic discovery. */
src/Web/RestApi.cpp:2047
← previousnext →401–500 of 2,917, ranked by callers