#include <misc_buttons.h>
Inheritance diagram for Combat_button:


Public Member Functions | |
| Combat_button (Gump *par, int px, int py) | |
| virtual void | activate () |
| virtual void | paint () |
Definition at line 62 of file misc_buttons.h.
| Combat_button::Combat_button | ( | Gump * | par, | |
| int | px, | |||
| int | py | |||
| ) |
Definition at line 98 of file misc_buttons.cc.
References Game_singletons::gwin, Game_window::in_combat(), and Gump_button::pushed.
Here is the call graph for this function:

| void Combat_button::activate | ( | ) | [virtual] |
Implements Gump_button.
Definition at line 110 of file misc_buttons.cc.
References gwin, Game_window::in_combat(), and Game_window::toggle_combat().
Here is the call graph for this function:

| void Combat_button::paint | ( | ) | [virtual] |
Reimplemented from Gump_button.
Definition at line 123 of file misc_buttons.cc.
References gwin, Game_window::in_combat(), and Gump_button::paint().
Here is the call graph for this function:

1.5.1