21 #ifndef __ANTARES_TOOLBOX_COMPONENT_HTMLLISTBOX_ITEM_HXX__
22 #define __ANTARES_TOOLBOX_COMPONENT_HTMLLISTBOX_ITEM_HXX__
24 namespace Antares::Component::HTMLListbox::Item
bool highlighted() const
Get if the item is highlighted.
Definition: item.hxx:26
bool pHighlighted
Is the item highlighted.
Definition: item.h:89
bool pVisible
Visible.
Definition: item.h:91
bool visible() const
Get if the item is visible.
Definition: item.hxx:31
virtual bool interactive() const
Get the item is interactive (can be clicked by the user)
Definition: item.hxx:41