MCPcopy Create free account

hub / github.com/BlueAndi/Pixelix / functions

Functions2,917 in github.com/BlueAndi/Pixelix

↓ 1 callersMethodplay
lib/YAWidgets/src/GifImgPlayer.cpp:520
↓ 1 callersFunctionplot
Plot a pixel in the preview. Args: drawable (obj): Preview drawable x_coord (number): x-coordinate of upper left pixel corner
doc/images/icons/gimp_plugin/gimp_create_preview.py:56
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/OpenWeatherPlugin/src/OpenWeatherPlugin.cpp:574
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/VolumioPlugin/src/VolumioPlugin.cpp:381
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/OpenMeteoPlugin/src/OpenMeteoPlugin.cpp:458
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/SunrisePlugin/src/SunrisePlugin.cpp:365
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/GruenbeckPlugin/src/GruenbeckPlugin.cpp:337
↓ 1 callersMethodpreProcessAsyncWebResponse
lib/GrabViaRestPlugin/src/GrabViaRestPlugin.cpp:534
↓ 1 callersMethodprintln
lib/ArduinoNative/src/Print.cpp:126
↓ 1 callersMethodprocess
lib/AudioService/src/AudioDrv.cpp:169
↓ 1 callersMethodprocess
* The default process method, which can be overridden by the derived class. * * @param[in] parameters Parameters for the process method.
lib/Os/src/Task.hpp:198
↓ 1 callersMethodprocess
lib/TopicHandlerService/src/TopicHandlerService.cpp:92
↓ 1 callersMethodprocess
src/DisplayMgr/DisplayMgr.cpp:967
↓ 1 callersMethodprocessCmdQueue
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:605
↓ 1 callersMethodprocessEvtQueue
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:644
↓ 1 callersFunctionps_malloc
test/test_Gfx/esp32-hal-psram.cpp:75
↓ 1 callersMethodread
* Read data from GIF. * * @param[in] buffer Buffer to fill. * @param[in] size Buffer size in bytes. * * @return If su
lib/YAWidgets/src/GifFileToMemLoader.h:197
↓ 1 callersMethodreadFromCodeStream
lib/YAWidgets/src/GifImgPlayer.cpp:1343
↓ 1 callersMethodregisterMqttDiscovery
lib/MqttApiTopicHandler/src/HomeAssistantMqtt.cpp:136
↓ 1 callersMethodregisterObserver
src/Hal/ButtonDrv.cpp:176
↓ 1 callersMethodregisterTopic
lib/TopicHandlerService/src/TopicHandlerService.cpp:273
↓ 1 callersMethodregisterTopic
lib/MqttApiTopicHandler/src/MqttApiTopicHandler.cpp:87
↓ 1 callersMethodremoveTopic
lib/FileMgrService/src/FileMgrService.cpp:473
↓ 1 callersMethodresume
* Resume the reception of further data. */
lib/DDPPlugin/src/DDPServer.h:164
↓ 1 callersMethodrxCallback
lib/MqttService/src/MqttBrokerConnection.cpp:369
↓ 1 callersMethodselectNextFramebuffer
* Select the next framebuffer. * This will switch between the two framebuffers. */
src/DisplayMgr/DoubleFrameBuffer.h:114
↓ 1 callersMethodset
lib/YAWidgets/src/BitmapWidget.cpp:104
↓ 1 callersMethodsetAlgo
* Set algorithm how to show progress on the display. * * @param[in] algorithm Algorithm */
lib/YAWidgets/src/ProgressBar.h:165
↓ 1 callersMethodsetAutoBrightnessAdjustment
src/DisplayMgr/DisplayMgr.cpp:245
↓ 1 callersMethodsetBrightness
* Set brightness from 0 to 255. * * @param[in] brightness Brightness value [0; 255] */
lib/HalLedMatrix/src/Display.h:117
↓ 1 callersMethodsetBrightnessSoftLimits
src/DisplayMgr/DisplayMgr.cpp:282
↓ 1 callersMethodsetCurrentTime
lib/Views/src/layout/DateTimeView32x8.cpp:85
↓ 1 callersMethodsetDayOffColor
* Set the color which is used for the other days than the actual day. * * @param[in] color Color for the other days */
lib/Views/src/layout/DateTimeView32x8.h:251
↓ 1 callersMethodsetDayOnColor
* Set the color which is used for the actual day. * * @param[in] color Color for the actual day */
lib/Views/src/layout/DateTimeView32x8.h:230
↓ 1 callersMethodsetDriver
* Set battery sensor driver. * * @param[in] driver Battery driver */
lib/Sensors/src/SensorBattery.h:107
↓ 1 callersMethodsetDriver
* Set LDR sensor driver. * * @param[in] driver LDR driver */
lib/Sensors/src/SensorLdr.h:107
↓ 1 callersMethodsetDuration
src/DisplayMgr/Slot.cpp:139
↓ 1 callersMethodsetErrorId
* Set error cause, why this state will be entered. * * @param[in] errorId The error id of the root cause. */
src/SystemState/ErrorState.h:122
↓ 1 callersMethodsetIndicator
lib/Views/src/layout/IndicatorViewGeneric.cpp:93
↓ 1 callersMethodsetLastWillTopic
* Set will topic and payloads for the MQTT birth and last will message. * Must be set before connect() is called. * * @param[in] willTo
lib/MqttService/src/MqttBrokerConnection.h:120
↓ 1 callersMethodsetMinDuration
* Set the min. duration which the target frequency must be present. * * @param[in] duration Min. duration in ms */
lib/AudioService/src/AudioToneDetector.h:135
↓ 1 callersMethodsetParentGfx
* Set parent canvas graphic operations. * * @param[in] gfx Parent graphic functions */
lib/BaseGfx/src/BaseGfxCanvas.hpp:149
↓ 1 callersMethodsetPenColor
* Set pen color, used to draw the widget. * * @param[in] color Pen color */
test/common/TestWidget.hpp:97
↓ 1 callersMethodsetPersistentStorage
* Set the persistent storage where the key value pair shall be read/write. * * @param[in] pref Persistent storage */
lib/SettingsService/src/KeyValue.h:88
↓ 1 callersMethodsetPluginAliasName
src/Plugin/PluginMgr.cpp:130
↓ 1 callersMethodsetPluginFontType
src/DisplayMgr/DisplayMgr.cpp:456
↓ 1 callersMethodsetProgress
* Set progress in % [0; 100]. * * @param[in] progress Progress as number from 0 to 100. */
lib/Views/src/layout/PlayerView32x8.h:189
↓ 1 callersMethodsetStartOfWeek
lib/Views/src/layout/DateTimeView32x8.cpp:68
↓ 1 callersMethodsetStateOfCharge
* Set the state-of-charge in percent. * * @param[in] soc State-of-charge in percent */
lib/BatteryPlugin/src/internal/View.h:129
↓ 1 callersMethodsetStr
* Set token string. * * @param[in] str Token string which to set. */
lib/YAWidgets/src/TWToken.h:157
↓ 1 callersMethodsetTargetFreq
* Set the target frequency. * * @param[in] freq Target frequency in Hz */
lib/AudioService/src/AudioToneDetector.h:111
↓ 1 callersMethodsetText
lib/IconTextPlugin/src/IconTextPlugin.cpp:253
↓ 1 callersMethodsetThreshold
* Set the magnitude threshold. The audio signal must be greater than the * threshold to be recognized. * * @param[in] threshold Magnitu
lib/AudioService/src/AudioToneDetector.h:156
↓ 1 callersMethodsetTime
lib/RtcDrv/src/Rtc3231Drv.cpp:109
↓ 1 callersMethodsetTopic
lib/MqttService/src/MqttService.cpp:396
↓ 1 callersMethodsetType
* Set token type. * * @param[in] tokenType The new type which to set. */
lib/YAWidgets/src/TWToken.h:137
↓ 1 callersMethodsetValue
* Set value. * * @param[in] value Value */
lib/SettingsService/src/KeyValueBool.h:147
↓ 1 callersMethodsetViewMode
* Set the view mode (analog, digital or both). * * @param[in] mode View mode * * @return ViewMode */
lib/Views/src/layout/DateTimeView32x8.h:274
↓ 1 callersMethodsetupClient
lib/MqttService/src/MqttBrokerConnection.cpp:87
↓ 1 callersMethodstart
lib/SignalDetectorPlugin/src/SignalDetectorPlugin.cpp:215
↓ 1 callersMethodstart
lib/AudioService/src/AudioDrv.cpp:93
↓ 1 callersMethodstart
lib/SensorPlugin/src/SensorPlugin.cpp:156
↓ 1 callersMethodstart
lib/SysMsgPlugin/src/SysMsgPlugin.cpp:64
↓ 1 callersMethodstart
lib/TopicHandlerService/src/TopicHandlerService.cpp:70
↓ 1 callersMethodstart
lib/DateTimePlugin/src/DateTimePlugin.cpp:137
↓ 1 callersMethodstart
lib/BatteryPlugin/src/BatteryPlugin.cpp:67
↓ 1 callersMethodstop
lib/SysMsgPlugin/src/SysMsgPlugin.cpp:69
↓ 1 callersMethodstop
lib/TopicHandlerService/src/TopicHandlerService.cpp:82
↓ 1 callersMethodstop
lib/OpenMeteoPlugin/src/OpenMeteoPlugin.cpp:205
↓ 1 callersMethodstop
lib/DateTimePlugin/src/DateTimePlugin.cpp:146
↓ 1 callersMethodstop
lib/SunrisePlugin/src/SunrisePlugin.cpp:177
↓ 1 callersMethodstop
lib/MqttService/src/MqttService.cpp:129
↓ 1 callersMethodstop
lib/WifiStatusPlugin/src/WifiStatusPlugin.cpp:69
↓ 1 callersMethodstop
lib/GruenbeckPlugin/src/GruenbeckPlugin.cpp:154
↓ 1 callersMethodstop
lib/GrabViaRestPlugin/src/GrabViaRestPlugin.cpp:263
↓ 1 callersFunctionstoreSetting
* Store setting in persistent memory, considering the setting type. * * @param[in] parameter Key value pair * @param[in] value Value to
src/Web/RestApi.cpp:1064
↓ 1 callersMethodsubscribe
lib/MqttService/src/MqttService.cpp:223
↓ 1 callersMethodsubscribe
lib/MqttService/src/MqttBrokerConnection.cpp:203
↓ 1 callersMethodsyncRtcByTime
src/Service/ClockDrv.cpp:318
↓ 1 callersMethodtoggle
* Toggle the lamp state. */
lib/YAWidgets/src/LampWidget.h:146
↓ 1 callersMethoduninstallPlugin
src/DisplayMgr/DisplayMgr.cpp:355
↓ 1 callersMethodunlock
src/DisplayMgr/Slot.cpp:149
↓ 1 callersMethodunregisterAllPluginTopics
src/Plugin/PluginMgr.cpp:153
↓ 1 callersMethodunregisterMqttDiscovery
lib/MqttApiTopicHandler/src/HomeAssistantMqtt.cpp:185
↓ 1 callersMethodunregisterSink
lib/Logging/src/Logging.cpp:87
↓ 1 callersMethodunregisterTopic
lib/TopicHandlerService/src/TopicHandlerService.cpp:350
↓ 1 callersMethodunregisterTopic
lib/MqttApiTopicHandler/src/MqttApiTopicHandler.cpp:157
↓ 1 callersMethodupdate
* Update/Draw the widget in the canvas with the * given graphics interface. * * @param[in] gfx Graphics interface */
lib/YAWidgets/src/Widget.hpp:165
↓ 1 callersMethodupdateWifiStatus
lib/WifiStatusPlugin/src/internal/View.cpp:64
↓ 1 callersMethoduploadHandler
lib/RestApiTopicHandler/src/RestApiTopicHandler.cpp:342
↓ 1 callersMethoduploadTopic
lib/FileMgrService/src/FileMgrService.cpp:402
↓ 1 callersMethoduseTls
* Use TLS for connection? * * @return If TLS is used, it will return true otherwise false. */
lib/MqttService/src/MqttSetting.h:138
↓ 1 callersMethodwebReqHandler
lib/RestApiTopicHandler/src/RestApiTopicHandler.cpp:197
↓ 1 callersMethodwrite
lib/MqttApiTopicHandler/src/MqttApiTopicHandler.cpp:377
↓ 1 callersMethodwriteToIndexStream
lib/YAWidgets/src/GifImgPlayer.cpp:1371
MethodAPState
* Constructs the state. */
src/SystemState/APState.h:125
MethodAbstractState
* Constructs a state. */
lib/StateMachine/src/StateMachine.hpp:69
MethodAnalogPin
* Constructs an analog input pin instance. */
lib/Common/src/Io.hpp:343
MethodAsyncHttpClient
lib/AsyncHttpClient/src/AsyncHttpClient.cpp:75
MethodAudioDrv
* Constructs the audio driver instance. */
lib/AudioService/src/AudioDrv.h:263
← previousnext →601–700 of 2,917, ranked by callers