#include <buysell.h>

Definition at line 34 of file buysell.h.
Public Member Functions | |
| BuySellDialog () | |
| Constructor. | |
| void | logic () |
| Check for current NPC. | |
| void | setVisible (bool visible) |
| Overloads window setVisible by Guichan to allow sticky window handling. | |
| void | action (const gcn::ActionEvent &event) |
| Called when receiving actions from the widgets. | |
| BuySellDialog::BuySellDialog | ( | ) |
Constructor.
The action listener passed will receive "sell", "buy" or "cancel" events when the respective buttons are pressed.
Definition at line 33 of file buysell.cpp.
| void BuySellDialog::logic | ( | ) |
| void BuySellDialog::setVisible | ( | bool | visible | ) |
Overloads window setVisible by Guichan to allow sticky window handling.
Reimplemented from Window.
Definition at line 69 of file buysell.cpp.
| void BuySellDialog::action | ( | const gcn::ActionEvent & | event | ) |
1.5.5