#include <UIMouseEventsBase.hpp>
AlgAudio::UIMouseEventsBase::UIMouseEventsBase |
( |
| ) |
|
|
inlineprotected |
virtual void AlgAudio::UIMouseEventsBase::CustomMouseEnter |
( |
Point2D |
| ) |
|
|
inlinevirtual |
virtual void AlgAudio::UIMouseEventsBase::CustomMouseLeave |
( |
Point2D |
| ) |
|
|
inlinevirtual |
virtual void AlgAudio::UIMouseEventsBase::CustomMouseMotion |
( |
Point2D |
, |
|
|
Point2D |
|
|
) |
| |
|
inlinevirtual |
virtual bool AlgAudio::UIMouseEventsBase::CustomMousePress |
( |
bool |
, |
|
|
MouseButton |
, |
|
|
Point2D |
|
|
) |
| |
|
inlinevirtual |
void AlgAudio::UIMouseEventsBase::OnMouseEnter |
( |
Point2D |
| ) |
|
void AlgAudio::UIMouseEventsBase::OnMouseLeave |
( |
Point2D |
| ) |
|
virtual void AlgAudio::UIMouseEventsBase::RequestFocus |
( |
| ) |
|
|
pure virtual |
void AlgAudio::UIMouseEventsBase::SetFocusable |
( |
bool |
f | ) |
|
|
inline |
bool AlgAudio::UIMouseEventsBase::focusable = true |
|
protected |
Point2D AlgAudio::UIMouseEventsBase::last_mouse_pos |
Signal AlgAudio::UIMouseEventsBase::on_clicked |
Signal<bool> AlgAudio::UIMouseEventsBase::on_pointed |
Signal<bool> AlgAudio::UIMouseEventsBase::on_pressed |
bool AlgAudio::UIMouseEventsBase::pointed = false |
|
protected |
bool AlgAudio::UIMouseEventsBase::pressed = false |
|
protected |
The documentation for this class was generated from the following file: