27#include <guichan/actionlistener.hpp>
28#include <guichan/keylistener.hpp>
29#include <guichan/selectionlistener.hpp>
44 public gcn::ActionListener,
45 public gcn::SelectionListener,
52 void action(
const gcn::ActionEvent &
event)
override;
A simple browser box able to handle links and forward events to the parent conteiner.
A simple interface to windows that need to handle links from BrowserBox widget.
void valueChanged(const gcn::SelectionEvent &event) override
CheckBox * mHideCompletedCheckBox
BrowserBox * mQuestDetails
void action(const gcn::ActionEvent &event) override
std::unique_ptr< QuestsModel > mQuestsModel
QuestsListBox * mQuestsListBox
void updateQuestDetails()
void event(Event::Channel channel, const Event &event) override
std::unique_ptr< LinkHandler > mLinkHandler
ScrollArea * mQuestDetailsScrollArea
QuestsWindow * questsWindow