#include <guiiconhandler.h>
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 () |
| void | eventMouseLeave () |
Definition at line 102 of file guiiconhandler.h.
| SmallGuiButton::SmallGuiButton | ( | PG_Widget * | parent, | |
| const PG_Rect & | r, | |||
| GuiButton * | guiButton, | |||
| NewGuiHost * | host | |||
| ) |
Definition at line 129 of file guiiconhandler.cpp.
References NewGuiHost::clearSmallIcons(), GuiButton::exec(), IconRepository::getIcon(), and updateIcon().
| SmallGuiButton::~SmallGuiButton | ( | ) |
Definition at line 184 of file guiiconhandler.cpp.
| void SmallGuiButton::eventMouseEnter | ( | ) | [protected] |
| void SmallGuiButton::eventMouseLeave | ( | ) | [protected] |
Definition at line 177 of file guiiconhandler.cpp.
| void SmallGuiButton::updateIcon | ( | ) |
Definition at line 146 of file guiiconhandler.cpp.
References smallGuiIconSizeFactor.
Referenced by NewGuiHost::showSmallIcons(), and SmallGuiButton().
| void SmallGuiButton::press | ( | ) |
| void SmallGuiButton::showInfoText | ( | ) |
Definition at line 164 of file guiiconhandler.cpp.
References GuiButton::func, GuiFunction::getName(), GuiButton::id, GuiButton::pos, and GuiButton::subject.
Referenced by eventMouseEnter(), and NewGuiHost::showSmallIcons().
1.5.1