#include <guiiconhandler.h>
Inheritance diagram for GuiButton:

Public Member Functions | |
| GuiButton (PG_Widget *parent, const PG_Rect &r) | |
| void | registerFunc (GuiFunction *f, const MapCoordinate &position, ContainerBase *subject, int id) |
| bool | checkForKey (const SDL_KeyboardEvent *key, int modifier) |
| void | unregisterFunc () |
| bool | exec () |
| bool | ready () |
| void | showInfoText () |
Protected Member Functions | |
| void | eventMouseEnter () |
| eventhandler for mouse movements. | |
| void | eventMouseLeave () |
| eventhandler for mouse movements. | |
Friends | |
| class | SmallGuiButton |
|
||||||||||||
|
Definition at line 50 of file guiiconhandler.cpp. References exec(), IconRepository::getIcon(), PG_Button::HIGHLITED, PG_Button::PRESSED, PG_Button::SetBackground(), PG_Button::SetBorderSize(), PG_Button::sigClick, and PG_Button::UNPRESSED. |
|
||||||||||||
|
Definition at line 99 of file guiiconhandler.cpp. References GuiFunction::available(), GuiFunction::checkForKey(), and GuiFunction::execute(). |
|
|
eventhandler for mouse movements. This overrideable handler is called everytime the mouse cursor is entering the widget area. Reimplemented from PG_Button. Definition at line 87 of file guiiconhandler.cpp. References PG_Button::eventMouseEnter(), and showInfoText(). |
|
|
eventhandler for mouse movements. This overrideable handler is called everytime the mouse cursor is leaving the widget area. Reimplemented from PG_Button. Definition at line 93 of file guiiconhandler.cpp. References PG_Button::eventMouseLeave(). |
|
|
Definition at line 59 of file guiiconhandler.cpp. References GuiFunction::execute(). Referenced by NewGuiHost::eventKeyUp(), GuiButton(), and SmallGuiButton::SmallGuiButton(). |
|
|
Definition at line 91 of file guiiconhandler.h. |
|
||||||||||||||||||||
|
|
Definition at line 109 of file guiiconhandler.cpp. References GuiFunction::getName(). Referenced by eventMouseEnter(), and NewGuiHost::setNewButtonPressed(). |
|
|
Definition at line 78 of file guiiconhandler.cpp. References PG_Button::SetIcon(). Referenced by NewGuiHost::disableButtons(). |
|
|
Definition at line 81 of file guiiconhandler.h. |
1.4.2