Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
CInstalledWithAvailable Struct Reference

#include <GUIDialogAddonInfo.h>

Public Member Functions

 CInstalledWithAvailable (const ADDON::DependencyInfo &depInfo, const std::shared_ptr< ADDON::IAddon > &installed, const std::shared_ptr< ADDON::IAddon > &available)
 
bool IsInstalledUpToDate () const
 Returns true if the currently installed dependency version is up to date or the dependency is not available from a repository.
 

Public Attributes

ADDON::DependencyInfo m_depInfo
 
std::shared_ptr< ADDON::IAddonm_installed
 
std::shared_ptr< ADDON::IAddonm_available
 

Constructor & Destructor Documentation

◆ CInstalledWithAvailable()

CInstalledWithAvailable::CInstalledWithAvailable ( const ADDON::DependencyInfo & depInfo,
const std::shared_ptr< ADDON::IAddon > & installed,
const std::shared_ptr< ADDON::IAddon > & available )
inline

Member Function Documentation

◆ IsInstalledUpToDate()

bool CInstalledWithAvailable::IsInstalledUpToDate ( ) const

Returns true if the currently installed dependency version is up to date or the dependency is not available from a repository.

Member Data Documentation

◆ m_available

std::shared_ptr<ADDON::IAddon> CInstalledWithAvailable::m_available

◆ m_depInfo

ADDON::DependencyInfo CInstalledWithAvailable::m_depInfo

◆ m_installed

std::shared_ptr<ADDON::IAddon> CInstalledWithAvailable::m_installed

The documentation for this struct was generated from the following files: