mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 04:37:34 +00:00
LibCore: Add a way to set an individual Core::Object property remotely
This commit is contained in:
parent
ca110a6e54
commit
42f2696355
3 changed files with 27 additions and 0 deletions
|
@ -111,6 +111,7 @@ public:
|
|||
virtual bool is_window() const { return false; }
|
||||
|
||||
virtual void save_to(AK::JsonObject&);
|
||||
virtual bool set_property(const StringView& name, const JsonValue& value);
|
||||
|
||||
static IntrusiveList<Object, &Object::m_all_objects_list_node>& all_objects();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue