|
| Q_DISABLE_COPY (LocalFetcher) |
| disable copy
|
|
| LocalFetcher ()=default |
| Construct a new Local Fetcher object.
|
|
float | fetch_local_tempature () override |
| fetch_local_tempature is the main function to fetch the local temperature
|
|
QString | makeup_toast_message () override |
| makeup_toast_message is the message that will be displayed in the toast, so this functions is using in indicating how to format the message
|
|
| LocalWeatherLightFetcher ()=default |
| Construct a new Local Weather Light Fetcher object.
|
|
| Q_DISABLE_COPY (LocalWeatherLightFetcher) |
| disable copy
|
|
◆ fetch_local_tempature()
float LocalFetcher::fetch_local_tempature |
( |
| ) |
|
|
inlineoverridevirtual |
fetch_local_tempature is the main function to fetch the local temperature
- Returns
- temperature value
Implements LocalWeatherLightFetcher.
◆ makeup_toast_message()
QString LocalFetcher::makeup_toast_message |
( |
| ) |
|
|
inlineoverridevirtual |
makeup_toast_message is the message that will be displayed in the toast, so this functions is using in indicating how to format the message
- Returns
Implements LocalWeatherLightFetcher.
The documentation for this struct was generated from the following file:
- builtin/gadgets/localweathercard.cpp