MCPcopy Create free account
hub / github.com/MrNeRF/LichtFeld-Studio / target

Method target

src/python/lfs/py_rml.cpp:361–366  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

359 std::string PyRmlEvent::type() const { return event_->GetType(); }
360
361 nb::object PyRmlEvent::target() {
362 Rml::Element* t = event_->GetTargetElement();
363 if (!t)
364 return nb::none();
365 return nb::cast(PyRmlElement(t));
366 }
367
368 nb::object PyRmlEvent::current_target() {
369 Rml::Element* t = event_->GetCurrentElement();

Callers 15

_on_group_clickMethod · 0.45
_on_group_mousedownMethod · 0.45
_on_scripts_clickMethod · 0.45
_on_scripts_changeMethod · 0.45
_on_table_clickMethod · 0.45
_on_form_changeMethod · 0.45
_on_format_clickMethod · 0.45
_on_filmstrip_clickMethod · 0.45

Calls 1

PyRmlElementClass · 0.85

Tested by

no test coverage detected