SimpleWatcher — Base class for tracking changes in the StructEditor instance.
class SimpleWatcher { public: // construct/copy/destruct ~SimpleWatcher(); // public member functions bool notifyChanged() ; };
SimpleWatcher
~SimpleWatcher();
bool notifyChanged() ;
Change notification.