|
|
virtual void | onScriptAdded (std::string_view key, std::string_view script) |
|
virtual void | onScriptRemoved (std::string_view key, std::string_view script) |
|
virtual void | onScriptSaved (std::string_view key, std::string_view script) |
|
virtual void | onScriptUpdate (std::string_view key, std::string_view script) |
|
| Observer (const Observer &other) |
|
| Observer (Observer &&other) |
|
Observer & | operator= (Observer &&other) |
|
Observer & | operator= (const Observer &other) |
| virtual | ~Observer () |
| void | removeObservation (ObservableInterface *observable) |
|
void | removeObservations () |
|
| void | addObservation (ObservableInterface *observable) |
|
std::unordered_set< ObservableInterface * > | observables_ |
The documentation for this class was generated from the following file: