getProperty() and setProperty() #80

Merged
thesabinelim merged 22 commits from get-set-property into master 2023-05-16 01:24:16 +08:00
thesabinelim commented 2023-05-16 01:17:18 +08:00 (Migrated from github.com)

Adds helper functions that, given a name, looks for a get or set function within that object and calls it. Very useful for the XML plugin where over 300 lines of code can now be deleted! I've also added new getter and setter functions for all the properties that the XML plugin supports at the moment.

Adds helper functions that, given a name, looks for a get<Name> or set<Name> function within that object and calls it. Very useful for the XML plugin where over 300 lines of code can now be deleted! I've also added new getter and setter functions for all the properties that the XML plugin supports at the moment.
Sign in to join this conversation.
No description provided.