MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / Element

Method Element

src/ui/elements/ui_element.cpp:12–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10namespace recompui {
11
12Element::Element(Rml::Element *base) {
13 assert(base != nullptr);
14
15 this->base = base;
16 this->base_owning = {};
17 this->shim = true;
18}
19
20Element::Element(Element* parent, uint32_t events_enabled, Rml::String base_class, bool can_set_text) : can_set_text(can_set_text) {
21 ContextId context = get_current_context();

Callers

nothing calls this directly

Calls 3

get_documentMethod · 0.80
add_childMethod · 0.80
getMethod · 0.45

Tested by

no test coverage detected