26#include <guichan/actionlistener.hpp>
56 void action(
const gcn::ActionEvent &event)
override;
65 std::vector<std::unique_ptr<SetupTab>>
mTabs;
A container for the contents of a tab in the setup window.
gcn::Button * mResetWindows
void action(const gcn::ActionEvent &event) override
Event handling method.
std::vector< std::unique_ptr< SetupTab > > mTabs
void clearWindowsForReset()
std::vector< Window * > mWindowsToReset
void registerWindowForReset(Window *window)
Enables the Reset Windows button.