
Public Member Functions | |
| void | Lock () |
| void | Unlock () |
| SmallButtonHolder (PG_Widget *parent, const PG_Rect &rect) | |
| bool | eventMouseMotion (const SDL_MouseMotionEvent *motion) |
| Overridable Eventhandler for a SDL_MouseMotionEvent message. | |
| bool | eventMouseButtonDown (const SDL_MouseButtonEvent *button) |
| Overridable Eventhandler for a SDL_MouseButtonEvent message. | |
| bool | eventMouseButtonUp (const SDL_MouseButtonEvent *button) |
| Overridable Eventhandler for a SDL_MouseButtonEvent message. | |
| bool | ProcessEvent (const SDL_Event *event, bool bModal) |
| Process a native PG_ event. | |
| bool | ProcessEvent (const SDL_Event *event) |
| Sends an event directly to an object. | |
|
||||||||||||
|
Definition at line 285 of file guiiconhandler.cpp. |
|
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is pressed. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_MessageObject. Definition at line 287 of file guiiconhandler.cpp. |
|
|
Overridable Eventhandler for a SDL_MouseButtonEvent message. This handler is called when a mouse button is released. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_MessageObject. Definition at line 288 of file guiiconhandler.cpp. References Unlock(). |
|
|
Overridable Eventhandler for a SDL_MouseMotionEvent message. This handler is called when mouse movement is detected. The default implementation returns 'false' which indicates that this message is not processed by this object.
Reimplemented from PG_MessageObject. Definition at line 286 of file guiiconhandler.cpp. |
|
|
Definition at line 282 of file guiiconhandler.cpp. References PG_MessageObject::SetCapture(). Referenced by NewGuiHost::showSmallIcons(). |
|
|
Sends an event directly to an object.
Reimplemented from PG_MessageObject. Definition at line 291 of file guiiconhandler.cpp. References PG_Widget::ProcessEvent(), PG_MessageObject::ReleaseCapture(), PG_MessageObject::SetCapture(), and Unlock(). |
|
||||||||||||
|
Process a native PG_ event.
Reimplemented from PG_Widget. Definition at line 290 of file guiiconhandler.cpp. References PG_Widget::ProcessEvent(). Referenced by NewGuiHost::ProcessEvent(). |
|
|
Definition at line 283 of file guiiconhandler.cpp. References PG_MessageObject::ReleaseCapture(). Referenced by NewGuiHost::clearSmallIcons(), eventMouseButtonUp(), and ProcessEvent(). |
1.4.2