26#include <guichan/actionlistener.hpp>
27#include <guichan/deathlistener.hpp>
41 void handleLink(
const std::string &link)
override;
44 void action(
const gcn::ActionEvent &actionEvent)
override;
47 void death(
const gcn::Event &event)
override;
std::unique_ptr< ItemPopup > mItemPopup
~ItemLinkHandler() override
void death(const gcn::Event &event) override
void handleLink(const std::string &link) override
void action(const gcn::ActionEvent &actionEvent) override
A simple interface to windows that need to handle links from BrowserBox widget.