LibGUI: Register a whole bunch of properties in various widgets

This commit is contained in:
AnotherTest 2020-12-30 13:58:38 +03:30 committed by Andreas Kling
commit 90aeacbb58
Notes: sideshowbarker 2024-07-19 00:23:50 +09:00
14 changed files with 65 additions and 7 deletions

View file

@ -119,6 +119,7 @@ public:
bool set_property(const StringView& name, const JsonValue& value);
JsonValue property(const StringView& name);
const HashMap<String, NonnullOwnPtr<Property>>& properties() const { return m_properties; }
static IntrusiveList<Object, &Object::m_all_objects_list_node>& all_objects();