#include <GLWPushButton.h>

Public Member Functions | |
| GLWPushButton (float x=0.0f, float y=0.0f, float w=0.0f, float h=0.0f, GLWPushButtonI *handler=0) | |
| virtual | ~GLWPushButton () |
| virtual void | mouseDown (int button, float x, float y, bool &skipRest) |
| virtual void | mouseUp (int button, float x, float y, bool &skipRest) |
| REGISTER_CLASS_HEADER (GLWPushButton) | |
Definition at line 34 of file GLWPushButton.h.
| GLWPushButton::GLWPushButton | ( | float | x = 0.0f, |
|
| float | y = 0.0f, |
|||
| float | w = 0.0f, |
|||
| float | h = 0.0f, |
|||
| GLWPushButtonI * | handler = 0 | |||
| ) |
| GLWPushButton::~GLWPushButton | ( | ) | [virtual] |
Definition at line 36 of file GLWPushButton.cpp.
| void GLWPushButton::mouseDown | ( | int | button, | |
| float | x, | |||
| float | y, | |||
| bool & | skipRest | |||
| ) | [virtual] |
Reimplemented from GLWButton.
Definition at line 41 of file GLWPushButton.cpp.
References GLWButtonI::buttonDown(), GLWidget::getId(), GLWidget::h_, GLWButton::handler_, GLWButton::pressed_, GLWidget::w_, GLWidget::x_, and GLWidget::y_.
Referenced by GLWDropDown::mouseDown().
| void GLWPushButton::mouseUp | ( | int | button, | |
| float | x, | |||
| float | y, | |||
| bool & | skipRest | |||
| ) | [virtual] |
Reimplemented from GLWButton.
Definition at line 60 of file GLWPushButton.cpp.
Referenced by GLWDropDown::mouseUp().
| GLWPushButton::REGISTER_CLASS_HEADER | ( | GLWPushButton | ) |
1.5.3