MuseScore
3.4
Music composition and notation
|
#include <notifier.hpp>
Public Member Functions | |
Notifier ()=default | |
Notifier (const Notifier< Data > &) | |
Notifier & | operator= (const Notifier< Data > &) |
~Notifier () | |
void | addListener (Listener< Data > *l) |
void | removeListener (Listener< Data > *l) |
void | notify (Data d) const |
Private Attributes | |
std::vector< Listener< Data > * > | _listeners |
bool | _atChange = false |
|
default |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
|
private |