#include <quit_button.h>
Inheritance diagram for quit_button:


Public Member Functions | |
| quit_button (manager &root, const c_point &origin, const color &foreground=colors::BLACK, const color &background=colors::WHITE) | |
| virtual | ~quit_button () |
| virtual void | quit_button_event () |
Definition at line 28 of file quit_button.h.
| quit_button::quit_button | ( | manager & | root, | |
| const c_point & | origin, | |||
| const color & | foreground = colors::BLACK, |
|||
| const color & | background = colors::WHITE | |||
| ) |
Definition at line 46 of file quit_button.cpp.
| quit_button::~quit_button | ( | ) | [virtual] |
Definition at line 52 of file quit_button.cpp.
| void quit_button::quit_button_event | ( | ) | [virtual] |
Definition at line 54 of file quit_button.cpp.
1.5.1