UpdateInfoFetcher Class Reference

Classes

struct  ChangelogEntry
 
struct  ChangelogEntryItem
 
struct  Channel
 
struct  Version
 

Public Types

enum  FetchError { NoError , ConnectionError , DeserError }
 

Signals

void fetchCompleted (const FetchError &error)
 

Public Member Functions

 UpdateInfoFetcher ()
 
bool done ()
 
void startFetch ()
 
const std::vector< Channel > & getChannels ()
 
const ChannelgetActiveChannel ()
 

Member Enumeration Documentation

◆ FetchError

Enumerator
NoError 
ConnectionError 
DeserError 

Constructor & Destructor Documentation

◆ UpdateInfoFetcher()

UpdateInfoFetcher::UpdateInfoFetcher ( )
inline

Member Function Documentation

◆ done()

bool UpdateInfoFetcher::done ( )
inline

◆ startFetch()

void UpdateInfoFetcher::startFetch ( )

◆ getChannels()

const std::vector< Channel > & UpdateInfoFetcher::getChannels ( )

◆ getActiveChannel()

const Channel * UpdateInfoFetcher::getActiveChannel ( )

◆ fetchCompleted

void UpdateInfoFetcher::fetchCompleted ( const FetchError error)
signal