Classes | |
| struct | Version |
| struct | ChangelogEntryItem |
| struct | ChangelogEntry |
| struct | Channel |
Public Types | |
| enum | FetchError { NoError , ConnectionError , DeserError } |
Signals | |
| void | fetchCompleted (const FetchError &error) |
Public Member Functions | |
| UpdateInfoFetcher (UseCreate) | |
| UpdateInfoFetcher (const UpdateInfoFetcher &)=delete | |
| UpdateInfoFetcher & | operator= (const UpdateInfoFetcher &)=delete |
| bool | done () |
| void | startFetch () |
| const std::vector< Channel > & | getChannels () |
| const Channel * | getActiveChannel () |
| std::vector< ChangelogEntry > | getFilteredChangelog () |
Static Public Member Functions | |
| static std::shared_ptr< UpdateInfoFetcher > | create () |
|
inline |
|
delete |
|
static |
|
delete |
|
inline |
| void UpdateInfoFetcher::startFetch | ( | ) |
| const std::vector< Channel > & UpdateInfoFetcher::getChannels | ( | ) |
| const Channel * UpdateInfoFetcher::getActiveChannel | ( | ) |
| std::vector< ChangelogEntry > UpdateInfoFetcher::getFilteredChangelog | ( | ) |
|
signal |