27#include <guichan/actionlistener.hpp>
58 void action(
const gcn::ActionEvent &
event)
override;
63 std::string
update(
int id);
80 std::vector<std::unique_ptr<Tab>>
mTabs;
std::vector< std::unique_ptr< SkillModel > > mSkillModels
std::map< int, SkillInfo * > mSkills
std::vector< std::unique_ptr< gcn::Widget > > mTabWidgets
void event(Event::Channel channel, const Event &event) override
void setModifiable(int id, bool modifiable)
void action(const gcn::ActionEvent &event) override
Called when receiving actions from widget.
void update()
Update other parts of the display.
std::vector< std::unique_ptr< Tab > > mTabs
A tab, the same as the Guichan tab in 0.8, but extended to allow transparency.
A tabbed area, the same as the guichan tabbed area in 0.8, but extended.
SkillDialog * skillDialog