#include <HotButton.h>
Inheritance diagram for gui::HotButton:
Public Member Functions | |
HotButton (Surface *, coord_t x, coord_t y, buttonstyle_t, SurfaceHelper *=NULL) | |
~HotButton () | |
void | OnMouseIn () |
void | OnMouseOut () |
void | OnClick (coord_t, coord_t) |
void | OnTimer (long) |
|
Definition at line 59 of file HotButton.cpp. References gui::buttonstyle_t, and gui::coord_t.
|
|
Definition at line 66 of file HotButton.cpp.
|
|
Reimplemented from gui::Surface. Definition at line 111 of file HotButton.cpp. References gui::Surface::OnButton().
|
|
Reimplemented from gui::Surface. Definition at line 71 of file HotButton.cpp. References gui::Surface::DrawTemporaryScreen(), gui::Surface::GetParent(), gui::Surface::InvalidateEv(), gui::Surface::IsClickable(), and gui::Surface::UseTemporaryScreen().
|
|
Reimplemented from gui::Surface. Definition at line 91 of file HotButton.cpp. References gui::Surface::DrawTemporaryScreen(), gui::Surface::GetParent(), gui::Surface::InvalidateEv(), gui::Surface::IsClickable(), and gui::Surface::UseTemporaryScreen().
|
|
Reimplemented from gui::Surface. Definition at line 119 of file HotButton.cpp. References gui::Surface::IsInverted(), and gui::Surface::OnButton().
|
|
|