17 #include "utils/ColorUtils.h" 33 constexpr
CGUIInfoColor(UTILS::COLOR::Color color = 0) : m_color(color) {}
35 constexpr
operator UTILS::COLOR::Color()
const {
return m_color; }
38 void Parse(
const std::string &label,
int context);
44 bool HasInfo()
const {
return m_info != 0; }
48 UTILS::COLOR::Color m_color;
Definition: GUIListItem.h:30
bool HasInfo() const
Check if the infocolor has an info condition bound to its color definition (or otherwise, if it's constant color)
Definition: GUIInfoColor.h:44
Definition: AudioDecoder.h:18
Definition: GUIInfoColor.h:30