94 T* p =
dynamic_cast<T*
>(
parent);
97 return parent->getAncestorOfType<T>();
103 T* c =
dynamic_cast<T*
>(child);
106 c = child->getFirstDescendantOfType<T>();
173 template <
typename TMethod,
class TEvent>
177 if (!e.isPropagating())
192 template <
typename TMethod,
class TEvent>
196 if (!e.isPropagating())
207 e2.pos = e.pos.minus(child->
box.
pos);
442 const std::vector<std::string>&
paths;
#define DEPRECATED
Attribute for deprecated functions and symbols.
Definition common.hpp:26
Deprecated Rack v1 event namespace.
Definition Widget.hpp:531
widget::Widget::DragBaseEvent DragBase
Definition Widget.hpp:548
widget::Widget::RemoveEvent Remove
Definition Widget.hpp:563
widget::Widget::DragEndEvent DragEnd
Definition Widget.hpp:550
widget::Widget::HoverEvent Hover
Definition Widget.hpp:536
widget::Widget::HoverKeyEvent HoverKey
Definition Widget.hpp:539
widget::Widget::TextBaseEvent TextBase
Definition Widget.hpp:535
widget::Widget::DragStartEvent DragStart
Definition Widget.hpp:549
widget::Widget::PositionBaseEvent PositionBase
Definition Widget.hpp:533
widget::Widget::LeaveEvent Leave
Definition Widget.hpp:543
widget::Widget::DirtyEvent Dirty
Definition Widget.hpp:559
widget::Widget::DragDropEvent DragDrop
Definition Widget.hpp:555
widget::Widget::AddEvent Add
Definition Widget.hpp:562
widget::Widget::HideEvent Hide
Definition Widget.hpp:565
widget::Widget::DeselectEvent Deselect
Definition Widget.hpp:545
widget::Widget::ButtonEvent Button
Definition Widget.hpp:537
widget::Widget::HoverTextEvent HoverText
Definition Widget.hpp:540
widget::Widget::SelectKeyEvent SelectKey
Definition Widget.hpp:546
widget::Widget::ShowEvent Show
Definition Widget.hpp:564
widget::Widget::ChangeEvent Change
Definition Widget.hpp:558
widget::Widget::ActionEvent Action
Definition Widget.hpp:557
widget::Widget::SelectEvent Select
Definition Widget.hpp:544
widget::Widget::DragMoveEvent DragMove
Definition Widget.hpp:551
widget::Widget::HoverScrollEvent HoverScroll
Definition Widget.hpp:541
widget::Widget::PathDropEvent PathDrop
Definition Widget.hpp:556
widget::Widget::DragEnterEvent DragEnter
Definition Widget.hpp:553
widget::Widget::DragHoverEvent DragHover
Definition Widget.hpp:552
widget::Widget::ResizeEvent Resize
Definition Widget.hpp:561
widget::BaseEvent Base
Definition Widget.hpp:532
widget::Widget::KeyBaseEvent KeyBase
Definition Widget.hpp:534
widget::Widget::DragLeaveEvent DragLeave
Definition Widget.hpp:554
widget::Widget::DoubleClickEvent DoubleClick
Definition Widget.hpp:538
widget::Widget::SelectTextEvent SelectText
Definition Widget.hpp:547
widget::Widget::EnterEvent Enter
Definition Widget.hpp:542
widget::Widget::RepositionEvent Reposition
Definition Widget.hpp:560
Root namespace for the Rack API.
Definition AudioDisplay.hpp:9
Base class for classes that allow WeakPtrs to be used.
Definition weakptr.hpp:16
2-dimensional rectangle for graphics.
Definition math.hpp:301
Vec pos
Definition math.hpp:302
bool contains(Vec v) const
Returns whether this Rect contains a point, inclusive on the left/top, exclusive on the right/bottom.
Definition math.hpp:326
static Rect inf()
Returns the infinite Rect.
Definition math.hpp:319
2-dimensional vector of floats, representing a point on the plane for graphics.
Definition math.hpp:189
Occurs after the Window (including OpenGL and NanoVG contexts) are created.
Definition Widget.hpp:507
NVGcontext * vg
Definition Widget.hpp:508
Occurs before the Window (including OpenGL and NanoVG contexts) are destroyed.
Definition Widget.hpp:517
NVGcontext * vg
Definition Widget.hpp:518
Occurs when a character is typed while the mouse is hovering a Widget.
Definition Widget.hpp:313
Occurs when text is typed while a Widget is selected.
Definition Widget.hpp:364
An event prototype with a Unicode character.
Definition Widget.hpp:306
uint32_t codepoint
Unicode code point of the character.
Definition Widget.hpp:308