Name

SimpleWatcher — Base class for tracking changes in the StructEditor instance.

Synopsis

class SimpleWatcher {
public:
  // construct/copy/destruct
  ~SimpleWatcher();

  // public member functions

  bool notifyChanged() ;
};

Description

SimpleWatcher construct/copy/destruct

  1. ~SimpleWatcher();


SimpleWatcher public member functions

  1. bool notifyChanged() ;

    Change notification.