#include <button.h>
Inheritance diagram for os::Button:
Public Methods | |
Button (Rect cFrame, const char *pzName, const char *pzLabel, Message *pcMessage, uint32 nResizeMask=CF_FOLLOW_LEFT|CF_FOLLOW_TOP, uint32 nFlags=WID_WILL_DRAW|WID_CLEAR_BACKGROUND|WID_FULL_UPDATE_ON_RESIZE) | |
~Button () | |
virtual Point | GetPreferredSize (bool bLargest) const |
virtual void | MouseMove (const Point &cNewPos, int nCode, uint32 nButtons, Message *pcData) |
virtual void | MouseDown (const Point &cPosition, uint32 nButtons) |
virtual void | MouseUp (const Point &cPosition, uint32 nButtons, Message *pcData) |
virtual void | KeyDown (const char *pzString, const char *pzRawString, uint32 nQualifiers) |
virtual void | KeyUp (const char *pzString, const char *pzRawString, uint32 nQualifiers) |
virtual void | Activated (bool bIsActive) |
Hook called when the view gain or loose focus. More... | |
virtual void | Paint (const Rect &cUpdateRect) |
Called by the system update "damaged" areas of the view. More... |
|
|
|
|
|
Hook called when the view gain or loose focus.
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Reimplemented from os::View. |
|
Called by the system update "damaged" areas of the view.
Reimplemented from os::View. |