25 #include <antares/study/study.h>
29 namespace Antares::Component::HTMLListbox::Item
56 virtual void addAdditionalIcons(wxString& out)
const = 0;
74 wxString getIconFilePath(
const AnyString& filename);
78 virtual wxString htmlContentTail() = 0;
87 wxString pIconFileEnabled;
88 wxString pIconFileDisabled;
Single item for an abstract cluster.
Definition: cluster-item.h:37
wxString htmlContent(const wxString &searchString)
Get the HTML Content for the item.
Definition: cluster-item.cpp:90
bool HtmlContent(wxString &out, Data::Cluster *cluster, const wxString &searchString)
Add a portion of Html from a cluster to a string.
Definition: cluster-item.cpp:58
bool interactive() const override
Get the item is interactive (can be clicked by the user)
Definition: cluster-item.h:48
Single item for an Input (abstract)
Definition: item.h:44