20,741
edits
Line 215: | Line 215: | ||
void valueChanged() { | void valueChanged() { | ||
// enable/disable system, call notification callbacks, set properties and allocate/free memory | // enable/disable system, call notification callbacks, set properties and allocate/free memory | ||
} | } | ||
void startup_dependencies() { | |||
// set properties to startup dependencies (if not initialized already) | |||
} | |||
// TODO: add one method to manage the refcount for dependencies (allocation/deallocation) | |||
protected: | protected: |