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

Public Member Functions | |
| SmallGuiButton (PG_Widget *parent, const PG_Rect &r, GuiButton *guiButton, NewGuiHost *host) | |
| void | updateIcon () |
| void | press () |
| void | showInfoText () |
| ~SmallGuiButton () | |
Protected Member Functions | |
| void | eventMouseEnter () |
| eventhandler for mouse movements. | |
| void | eventMouseLeave () |
| eventhandler for mouse movements. | |
|
||||||||||||||||||||
|
|
Definition at line 172 of file guiiconhandler.cpp. |
|
|
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 159 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 165 of file guiiconhandler.cpp. References PG_Button::eventMouseLeave(). |
|
|
Definition at line 146 of file guiiconhandler.cpp. References PG_Button::SetPressed(), and PG_Widget::Update(). |
|
|
Definition at line 152 of file guiiconhandler.cpp. References GuiButton::func, GuiFunction::getName(), GuiButton::id, GuiButton::pos, and GuiButton::subject. Referenced by eventMouseEnter(). |
|
|
Definition at line 134 of file guiiconhandler.cpp. References PG_Button::GetIcon(), PG_Draw::ScaleSurface(), PG_Button::SetIcon(), smallGuiIconSizeFactor, and PG_Button::UNPRESSED. Referenced by NewGuiHost::showSmallIcons(), and SmallGuiButton(). |
1.4.2