ManaPlus
|
#include <selectionlistener.h>
Public Member Functions | |
virtual | ~SelectionListener () |
virtual void | valueChanged (const SelectionEvent &event) |
Protected Member Functions | |
SelectionListener () | |
Interface for listening for selection events from widgets.
Definition at line 81 of file selectionlistener.h.
|
inlinevirtual |
|
inlineprotected |
Constructor.
You should not be able to make an instance of SelectionListener, therefore its constructor is protected.
Definition at line 107 of file selectionlistener.h.
|
inlinevirtual |
Called when the value of a selection has been changed in a Widget. It is used to be able to recieve a notification that a value has been changed.
event | The event of the value change. |
Reimplemented in TradeWindow, TextSelectDialog, ShopWindow, ServerDialog, InventoryWindow, BuyDialog, Setup_Colors, SellDialog, and DropDown.
Definition at line 97 of file selectionlistener.h.